.timeline_items {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
}

/*
.timeline_items > li {
    margin: 0!important;
	padding: 0 0 0 53%;
    background: none !important;
	width: 100%;
	box-sizing: border-box;
}
*/
.timeline_items > li {
    margin: 0 0 0 53%!important;
    padding: 0 !important;
    background: none !important;
    width: 30%;
    box-sizing: border-box;
	position: relative;
}

/* css arrow caret */
.timeline_items > li:before {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0,0,0,.1);
    content: "";
}
.timeline_items > li:nth-child(even):before {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
	border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(0,0,0,.1);
    content: "";
}

.timeline_items > li:nth-child(even) {
	margin-left: 17% !important;
    background: none !important;
	padding: 0px;
}

.timeline_items > li h3:before {
    content: "";
    width: 18px;
    height: 18px;
    border-width: 4px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -10%;
    top: 11px;
    margin-left: -8px;
    display: block;
    z-index: 1;
	background-color: #0095eb;
}
.timeline_items > li:nth-child(even) h3:before {
	left: 110%;
}

.timeline_items > li:nth-child(even) h3, .timeline_items > li:nth-child(even) .desc {
	text-align: left !important;
}

.timeline_items > li .desc:before {
	display: none;
}

.timeline_items > li > h3 {
	font-size: 24px;
	line-height: 24px;
	padding: 10px;
	background-color: rgba(0,0,0,.1);
	margin: 0px;
	width: 100%;
	background-image: none;
}

.timeline_items > li > .desc {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 10px 30px 10px;
	background-color: rgba(0,0,0,.1);
	border-bottom: 1px solid #c0c0c0;
	margin: 0px;
	width: 100%;
	background-image: none;
}


.timeline_items:after {
	display: none !important;
}


.column_timeline {
	position: relative;
}
.column_timeline:after {
	position: absolute;
	height: 100%;
	top: 0px;
	left: 50%;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	width: 2px;
	content: " ";
}

h3.ga-history {
	margin: 40px 0 0 0;
	width: 100%;
	text-align: center;
	position: relative;
}

h3.ga-history:before {
	content: "";
	border-bottom: 3px solid rgba(0,0,0,.1);
	width: 100px;
	height: 100%;
	position: absolute;
	margin-left: -100px;
}
h3.ga-history:after {
	content: "";
	border-bottom: 3px solid rgba(0,0,0,.1);
	width: 100px;
	height: 100%;
	position: absolute;
		
}
	