 #timeline .timeline-item:after,#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
#timeline {
    width: 90%;
	padding:30px 0;
    margin: 30px auto;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #2161a8;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    background:#fff;
	border:2px solid #2161a8;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%}
#timeline .timeline-item .timeline-icon img {
    position: relative;
    top: 14px;
    left: 14px;
}
#timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 0 20px;

}
#timeline .timeline-item .timeline-content h5 {
    padding: 15px;
    color: #2161a8;
	font-size:1.8rem;
    margin: -10px -20px 0 -20px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content h3 {
    padding: 5px 15px;
    color: #2161a8;
	font-size:1.6rem;
    margin: -10px -20px 0 -20px;
}
#timeline .timeline-item .timeline-content.right {
    float: right;
}

#timeline .timeline-item .timeline-content .titlepic { max-width:98%; margin-top:10px; margin-bottom:10px;  }

@media screen and (max-width: 768px) {
    #timeline {
		margin: 30px;
		padding: 0;
	}
	#timeline:before {
		left: 0;
	}
	#timeline .timeline-item .timeline-content {
		width: 90%;
		float: right;
	}
	#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
		left: 10%;
		margin-left: -6px;
		border-left: 0;
		border-right: 7px solid #ee4d4d;
	}
	#timeline .timeline-item .timeline-icon {
		left: 0;
	}
}
