#timeline { }
#timeline .owl-stage-outer {  }

  #timeline .owl-stage {
    display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
  align-items: center;
  align-content: center; 
  margin-bottom: 50px;
  }
  
#timeline .owl-item {  align-self: stretch;
  text-align: left;
  position: relative;
  margin-bottom: 0px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  border-width: 1px;
   border-style: solid;
   padding-bottom: 50px;
 }

#timeline .timelineYear {
/* width: 100%; */ display: inline-block;  padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 10px; 
}
#timeline .timelineYear h3 {
 font-size: 20px; line-height: 20px; margin: 0px;
  }

#timeline .timelineHeader {
width: 100%;
  margin-top: 50px;
  padding-left: 30px; padding-right: 30px;
}

#timeline .timelineHeader h4 {
font-size: 20px;
  }

#timeline .timelineDescription {
width: 100%;
  margin-top: 40px;
  padding-left: 30px; padding-right: 30px;
}

#timeline p {
margin: 0 0 17px 0; font-size: 1.2em;
}

#timeline .circle {position: absolute; width: 40px; height: 40px; bottom: -24px; left: 40px;  -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}

/* Owl Carousel Controls */
#timeline .owl-item.active.center .item {
opacity: 1;
-webkit-transform: scale3d(1.0, 1.0, 1);
transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
max-width: 90px;
margin: 0 auto 17px;
}
#timeline.owl-carousel .owl-dots .owl-dot.active span,
#timeline.owl-carousel .owl-dots .owl-dot:hover span {
/* transform: translate3d(0px, -50%, 0px) scale(0.7); */
opacity: 1;
}
#timeline.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#timeline.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#timeline.owl-carousel .owl-dots .owl-dot span {
display: inline-block;
height: 5px;
margin: 0 2px 5px;
/* transform: translate3d(0px, -50%, 0px) scale(0.3); */
opacity: 0.2;
transform-origin: 50% 50% 0;
transition: all 250ms ease-out 0s;
width: 5px;
}
