body #timeline-wrapper .timeline-top {
  text-align: center;
}
body #timeline-wrapper .timeline-top .top-year {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #03a9f4;
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 15px;
}
body #timeline-wrapper .timeline-top .top-year > span {
  font-size: 3rem;
}
body #timeline-wrapper .timeline-block {
  width: 100%;
  height: auto;
  position: relative;
}
body #timeline-wrapper .timeline-block:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #03a9f4;
  left: 50%;
  top: 0;
  margin-left: -2px;
}
body #timeline-wrapper .timeline-block .timeline-events .l-event {
  float: left;
  position: relative;
  width: 75%;
  font-size: 13px;
}
body #timeline-wrapper .timeline-block .timeline-events .l-event .thumb {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
body #timeline-wrapper .timeline-block .timeline-events .l-event:before, body #timeline-wrapper .timeline-block .timeline-events .l-event:after {
  position: absolute;
  content: "";
  color: #333;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 20px;
  z-index: 4;
  top: 50%;
  right: 0;
}
body #timeline-wrapper .timeline-block .timeline-events .l-event:after {
  width: 60px;
  height: 60px;
  z-index: 3;
  border-radius: 30px;
  background: #03a9f4;
}
body #timeline-wrapper .timeline-block .timeline-events .l-event .event-body:before {
  position: absolute;
  content: "";
  color: #333;
  width: 16px;
  height: 16px;
  background: #fff;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 3px;
  top: 50%;
  right: -8px;
}
body #timeline-wrapper .timeline-block .timeline-events .r-event {
  float: right;
  position: relative;
  margin: 20px 0 20px 20px;
  width: 75%;
  font-size: 13px;
}
body #timeline-wrapper .timeline-block .timeline-events .r-event .thumb {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body #timeline-wrapper .timeline-block .timeline-events .r-event:before, body #timeline-wrapper .timeline-block .timeline-events .r-event:after {
  position: absolute;
  content: "";
  color: #333;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
  top: 50%;
  left: 0;
  z-index: 4;
}
body #timeline-wrapper .timeline-block .timeline-events .r-event:after {
  width: 60px;
  height: 60px;
  z-index: 3;
  border-radius: 30px;
  background: #03a9f4;
}
body #timeline-wrapper .timeline-block .timeline-events .r-event .event-body {
  float: right;
}
body #timeline-wrapper .timeline-block .timeline-events .r-event .event-body:before {
  position: absolute;
  content: "";
  color: #333;
  width: 16px;
  height: 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 3px;
  top: 50%;
  left: -8px;
}
body #timeline-wrapper .timeline-block .event {
  min-height: 100px;
  background: none;
  position: relative;
  margin-top: 0;
}
body #timeline-wrapper .timeline-block .event .thumb {
  font-size: 30px;
  position: absolute;
  top: 50%;
  color: #333;
  z-index: 5;
}
body #timeline-wrapper .timeline-block .event .event-body {
  background-color: #fff;
  min-height: 125px;
  border-radius: 5px;
  padding: 5px 10px;
  width: 90%;
  position: relative;
  border: 1px solid #eee;
}
body #timeline-wrapper .timeline-block .event .event-body .person-image {
  display: inline-block;
  text-align: center;
  width: 25%;
  height: 100%;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px dashed #eee;
  float: right;
  position: relative;
  z-index: 1
}
body #timeline-wrapper .timeline-block .event .event-body .person-image img {
  width: 100px;
  height: 100px;
  margin-top: 7px;
}
blockquote cite {
  display:block;
  margin-top: 10px;
}
.event-content {
  margin-right: 130px;
}
.r-event .event-content {
  margin-right: 0px;
  margin-left: 130px;
}
.r-event .person-image {
    margin-left: 0!important;
    padding-left: 0!important;
    border-left: 0!important;
     margin-right: 10px!important;
    padding-right: 10px!important;
    border-right: 1px dashed #eee!important;
    float:left!important;
}
#timeline-wrapper h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 25px;
  background: #fff;
  padding: 10px;
  color: #f44336;
}

@media (max-width: 768px) {
  body #timeline-wrapper .timeline-top {
    display: none;
  }
  body .timeline-block {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  body .timeline-block:after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #333;
    left: 0;
    top: 0;
    margin-left: -3px;
    display: none;
  }
  body .timeline-block .r-event .event-body:after {
    display: none;
  }
  body .timeline-block .l-event .event-body:after {
    display: none;
  }
  body #timeline-wrapper .timeline-block .event .event-body .person-image {
    display: none;
  }
  .r-event .event-content, .l-event .event-content, body #timeline-wrapper .timeline-block .timeline-events .r-event .thumb, body #timeline-wrapper .timeline-block .timeline-events .l-event .thumb {
    margin: 0!important;
  }
  body #timeline-wrapper .timeline-block .timeline-events .l-event, body #timeline-wrapper .timeline-block .timeline-events .r-event {
    width: 100%
  }
  body #timeline-wrapper .timeline-block .event .event-body {
    width: 80%
  }
  body #timeline-wrapper .timeline-block .timeline-events .r-event {
    margin-right: 0;
  }
  body #timeline-wrapper .timeline-block .timeline-events .l-event:before, body #timeline-wrapper .timeline-block .timeline-events .l-event:after, body #timeline-wrapper .timeline-block .timeline-events .l-event .thumb {
    right: 15px;
  }
  body #timeline-wrapper .timeline-block .timeline-events .r-event:before, body #timeline-wrapper .timeline-block .timeline-events .r-event:after, body #timeline-wrapper .timeline-block .timeline-events .r-event .thumb {
    left: 15px;
  }
}
body .footer-up {
  bottom: 0;
}
body footer {
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #eee;
  -webkit-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
  position: fixed;
  width: 100%;
  bottom: -100%;
  left: 0;
  z-index: 9;
}
body footer a {
  padding: 5px;
}
body .social {
  color: #999;
  letter-spacing: 1px;
}
body .social i {
  background: #eee;
  color: #777;
  padding: 5px;
  border-radius: 50%;
}
body .social i:hover {
  color: #111;
}
body .social .follow {
  -webkit-animation: light 0.8s ease-in-out infinite forwards;
          animation: light 0.8s ease-in-out infinite forwards;
}
@-webkit-keyframes light {
  to {
    color: #111;
  }
}
@keyframes light {
  to {
    color: #111;
  }
}

section#timeline-wrapper {
  padding: 20px;
  background: #ffffff80;
  margin: 20px;
  max-width: 1200px;
  margin: auto;
}

.text-muted.text-left iframe {
  margin-top: 10px;
  display: block;
}