.timeline-wrapper {
  display: block;
  width: 100%;
  height: 15rem;
  position: relative;
  color: #fff;
  text-align: center;
}
.timeline-wrapper .timeline-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.timeline-wrapper .timeline-content-day {
  height: 100%;
}
.timeline-wrapper .timeline-content-item {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  width: 6%;
  display: inline-block;
  position: relative;
  height: 100%;
  margin-right: -5px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 1;
}
.timeline-wrapper .timeline-content-item > span {
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
left: 50%;
width: auto;
height: 40px;
background:#f89938;
font: 600 18px/40px 'Barlow',sans-serif;
color: #8a2e00;
cursor: pointer;
}
/*.timeline-wrapper .timeline-content-item > span:before {
  content: " ";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: white;
  margin: 0 auto 0.5em auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px black;
  -moz-box-shadow: 0 0 1px black;
  box-shadow: 0 0 1px black;
}*/
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal {  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%,20%);
  width: 300px;
  background: #000;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  z-index: 999;
}
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal:after{content: "";position: absolute;bottom: -40px;left: 50%;transform: translate(-50%,-50%);background: url("../images/angle-double-down.png") no-repeat;width: 9px;height: 12px;}
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal p{font: 500 16px 'Barlow',sans-serif;color: #fff;margin: 0;}
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a {
  display: block;
  width: 100%;
  height: 100%;
}
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  border: 3px solid white;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
}
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a span {
  position: absolute;
  width: 250%;
  margin-left: -75%;
  bottom: -2rem;
  left: 0;
  font-family: serif;
  font-size: 1.3em;
  font-style: italic;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 1px black;
}
.timeline-wrapper .timeline-content-item .timeline-content-item-reveal a span:after {
  content: "\203A";
  margin-left: 0.3em;
}
.timeline-wrapper .timeline-content-item.active {
  width: 15%;
}
.timeline-wrapper .timeline-content-item.active .timeline-content-item-reveal {
  top: -5%;opacity: 1;visibility: visible;transform: translate(-50%,-5%);transition: all 500ms ease;
}
.timeline-content-item.active span {
    color: 
    #000;
    font-size: 24px;
    width: auto;
    height: 60px;
    line-height: 60px;transition: all 100ms ease;
}