.timeline {
	list-style: none;
	padding: 0px;
	position: relative;
	color: #000000;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #E8E8E8;
  left: 5%;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
	width: calc( 100% - 15% );
	float: right;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	padding: 20px;
	position: relative;

}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}


.timeline > li > .timeline-badge {
	color: #fff;
	
	width: 110px;
	height: 110px;		
	line-height: 1;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 0px;
	margin-right: -25px;
	background-color: #FFF;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	margin-top: -25px;
	padding: 10px;

}


@media screen and (max-width: 1100px) { 
.timeline > li > .timeline-badge {
	width: 80px;
	height: 80px;		


}
}


@media screen and (max-width: 767px) { 
.timeline > li > .timeline-badge {
	width: 60px;
	height: 60px;		


}
}







.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
    background-color: #376977 !important;
}

.timeline-badge.success {
    background-color: #768D41 !important;
}

.timeline-badge.warning {
    background-color: #B08F6F !important;
}

.timeline-badge.danger {
    background-color: #7B4A64 !important;
}

.timeline-badge.info {
    background-color: #6BA8BA !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {

}