.timeline {
    list-style: none;
    position: relative;
}
.timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }
.timeline {
        margin-bottom:0px;
}

.timeline .timeline-inverted {
        margin-bottom:30px;
}
.timeline:before,
.timeline:after {
            content: " ";
            display: table;
        }
.timeline:after {
            clear: both;
        }
        .timeline:before,
        .timeline:after {
            content: " ";
            display: table;
        }
        .timeline:after {
            clear: both;
        }
        .timeline .timeline-panel {
            float: left;
            padding: 30px 0px 0px 60px;
            position: relative;

        }

.timeline .timeline-badge.with-line:before{
                position: absolute;
                content: " ";
				height: 2px;
				width: 90%;
				left: 100%;
				top: 100px;
				background: #e9e9e9;
				display: block;
				z-index: 9;
            }

.timeline .timeline-badge {
            color: #fff;
            width: 200px;
            height: 200px;
            line-height: 1.2;
            font-size: 24px;
            text-align: center;
            position: relative;
            top: 16px;
            left: 50%;
            margin-left: -100px;
            background-color:#0e76bc;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
			padding:65px 0 0 0;
			text-transform:uppercase;
			font-weight:bold;
        }
		
		.timeline-badge.long {
			padding:45px 0 0 0 !important;
        }
		
		.timeline .timeline-badge span{
			color:#89c2e8;
			text-transform:none;
			font-weight:normal;
		}

        .timeline .timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline .timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline >.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
    .timeline-body > p + p {
        margin-top: 5px;
    }
	
h4.timeline-title{
	border-left: 4px solid #0e76bc;
	color:#0e76bc;
	line-height:1.5;
	font-weight:bold;
	padding: 0 20px;
	}
	
.text-muted {
    font-size: 20px;
}

@media (max-width:992px) {
.timeline .timeline-badge.with-line:before{ display:none;}

}


/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #cecece;
  z-index: 0;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 25px 25px;
}
.timeline-article p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #434345;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #dddddd;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-date {
    color: #d72a21;
    font-weight: 900;
    display: block;
    font-size: 30px;
    position: relative;
    text-align: center;
    top:25px;
}

.timeline-date.right {
    right: 140px;
}

.timeline-date.left {
    left: 140px;
}

.timeline-point {
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0 0;
  margin: auto;
  color: #d72a21;
  border-radius: 100%;
  background-color: #d72a21;
    top:25px;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date.right{
    margin-left: 20px;
}
.timeline-article .meta-date .date.left{
    margin-right: 20px;
}

.timeline-article .meta-date .date {
  font-size: 24px;
  line-height: 50px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
/*===== // Resonsive Vertical Timeline =====*/