/*body {
  background: #e6e6e6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}*/

.bottom-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #212529;
    margin: auto;
    position: absolute;
    left: calc(50% - 5px);
    /*bottom: -10px;*/
}

.text-left .color-red {
    color: #0e0f10;
	width: 100%;
    float: left; 
	font-weight:800;
}


/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  /*max-width: 891px;*/
  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;*/
  display: table;
    /* font-family: "Roboto", sans-serif; */
    font-size: 25px;
     font-weight: 600; 
    /* text-transform: uppercase; */
    background: #70ad47;
    padding: 15px 23px;
    color: #fff;
    /* max-width: 5%; */
    width: fit-content;
    text-align: center;
    margin: 0 auto;
	position: relative;
    z-index: 99;
}

#conference-timeline .timeline-start2,
#conference-timeline .timeline-end {

  display: table;
    /* font-family: "Roboto", sans-serif; */
    font-size: 22px;
     font-weight: 600; 
    /* text-transform: uppercase; */
    background:#ed7d31;
    padding: 15px 23px;
    color: #fff;
    /* max-width: 5%; */
    width: fit-content;
    text-align: center;
    margin: 5px auto;
	position: relative;
    z-index: 99;
}



#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #212529!important;
  z-index: 9;
}
#conference-timeline .conference-timeline-content {
  padding-top: 20px;
  padding-bottom: 40px;
}
.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%;*/
  max-width: 45%;
  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:#b7b5b5;
  /*box-shadow: 0 1px 3px rgba(0,0,0,.05);*/
  /*padding: 27px 25px;*/
  padding: 25px 15px;
}

.timeline-article .content-right {
/*-webkit-box-shadow: 9px 9px 10px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 9px 10px -7px rgba(0,0,0,0.75);
box-shadow: 9px 9px 10px -7px rgba(0,0,0,0.75);*/
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}



.timeline-article .content-left p {
color:#0e0f10;
    font-size: 18px;
    font-weight: 600;
	letter-spacing: 0.4px;
}

.timeline-article .content-right p {
color:#0e0f10;
    font-size: 18px;
    font-weight: 600;
	letter-spacing: 0.4px;
}



.timeline-article p {
  /*margin: 0 0 0 60px;*/
  margin: 0 0 0 0px;
  padding: 0;
  font-weight: 500;
  color: #242424;
  font-size: 18px;
  line-height: 24px;
  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: #fff; */
  /*display:none;*/
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
  color: #ff0000; 
  display:none;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
  color: #b7b5b5; 
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #ed7d31; 
  z-index:9;
 /* display:none;*/
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 62px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/




    .timeline-article .content-right {
    padding:0;

    }


.text-heading {
    color: #0e0f10;
    width: 100%;
    float: left;
    font-weight: 800;
    font-size:22px;    padding: 15px;
}
.agenda-info-div
{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.agenda-info-div .text-left {
    padding: 15px;
    overflow: hidden;
    background: #cacaca;
    font-size: 16px!important;
}


.conference-center-line {
    display:none;
}

/*===== 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 =====*/