.timeline img {
  border: 0;
  max-width: 100%;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 23px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: black;
  left: 50%;
  transform: translateX(-50%);

}
.tldate {
  display: block;
  width: 200px;
  background: #414141;
  border: 3px solid #212121;
  color: #ededed;
  margin: 0 auto;
  padding: 3px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}
.timeline .tl-content{
  font-weight: 400;
}
.timeline li:first-child {
  margin-top: 0;
}
.timeline li {
  margin-bottom: 25px;
  position: relative;
  margin-top: -100px;
}
.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 .timeline-panel {
  width: 40%;
  max-width: 550px;
  float: left;
  background: #fff;
  position: relative;
  z-index: 5;
}

.timeline li .tl-circ::before{
  content: '';
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  left: -200px;
  z-index:-1;
  background-color: #F6A704;
  width: 200px;
  height: 3px;
}

.timeline li.timeline-inverted .tl-circ::before{
  left:97px;
}

.timeline li .timeline-panel.noarrow:before,
.timeline li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0;
}
.timeline li.timeline-inverted .timeline-panel {
  float: right;
}
.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.signed-widgets.timeline::before{
  color: black;
  background-color:black;
}
.timeline li .tl-circ {
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  text-align: center;
  background: white;
  color:black;
  width: 100px;
  border: 3px solid black;
  z-index: 1;
  padding:10px 0;
}
.timeline-panel {
	/* display:flex */
}
.tl-heading .sws-tl-title {
  margin: 0;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;

}

.tl-heading{
  background-color: black;
  text-align: center;
  border: 3px solid black;
  padding: 10px;
}

.tl-body p,
.tl-body ul {
  margin-bottom: 0;
}
.tl-body > p + p {
  margin-top: 5px;
}
@media (max-width: 991px) {
  .timeline li .timeline-panel, .timeline li.timeline-inverted .timeline-panel {
    width: 100%;
    float:none;
    margin-left:auto;
    margin-right:auto;
  }
  .timeline li{
    margin-top:150px;
  }
  .timeline li:first-child{
    margin-top:100px;
  }
  .timeline li .tl-circ:before {
    display:none;
  }
  .timeline li .tl-circ{
    top: -100px;
  }
  .timeline:before {
    top: 70px;
  }
}
.timeline .text-muted {
  padding: 5px;
  background: rgb(80, 80, 80) none repeat scroll 0% 0%;
  color: white;
  border-radius: 5px;
}
.timeline .desc{
  margin-top: 20px;
  line-height: 24px;
}
.signed-widgets.timeline .timeline_pic{
 padding: 0px 15px 0px 0px;
  font-size: 0;
}
.sws-tl-title{
	display:inline-block
}
.tl-content img{
	width:100%;
}
.sws-tl-title p{
	margin-bottom:5px
}
