/*!
    Title: Vertical-Timeline
    Version: 2.0.0
    Last Change: 04/30/17
    Author: Ryan Fitzgerald
    Repo: https://github.com/RyanFitzgerald/vertical-timeline
    Issues: https://github.com/RyanFitzgerald/vertical-timeline/issues
  LICENSE: MIT
*/
.vtimeline {
  position: relative;
  padding: 130px 0px 30px;
      margin-left: -24vw;
          margin-top: 100px;
  overflow: hidden; }
  .vtimeline:before {
    content: '';
    position: absolute;
    height: 98%;
    width: 4px;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 80px auto 0; }

.vtimeline-point {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }

.vtimeline-icon {
  position: absolute;
  top: 10px;
  height: 25px;
  width: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #000; }

.vtimeline-block {
  width: 45%;
  margin: 0;
 }
  .vtimeline-block:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 45%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #eee;
    border-right: none; }

.vtimeline-right {
  margin-left: 54%; }
  .vtimeline-right.vt-animate-slide .vtimeline-content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .vtimeline-right .vtimeline-date {
    left: auto;
      word-spacing: 25px;
  right: 48.5%;}
  .vtimeline-right:after {
    left: auto;
    right: 45%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: none;
    border-right: 10px solid #eee; }

.vtimeline-date {
  position: absolute;
  left: 55%;
  top: 15px; }

.vtimeline-content {
  background: #eee;
  padding: 15px 15px 15px 0; }

.vt-animate-fade {
  opacity: 0; }

.vt-animate-slide {
  opacity: 0; }
  .vt-animate-slide .vtimeline-content {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

.vt-noarrows:after {
  content: none; }


/* overrides */

.vtimeline-icon {
  top: 0px;
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    border: 1px solid black;
    transform: rotate(46deg);
    border-radius: 0;
}

.vtimeline-content {
  background-color: transparent;
  font-weight: bold;
}

.vtimeline-point {
  margin-bottom: 60px;
}

.vtimeline-point:first-child {
  margin: -80px 0 0 0px;
  padding-top: 50px;
  margin-bottom: 80px;
}

.vtimeline-point:first-child .vtimeline-icon {
  height: 30px;
  border: none;
  width: 30px;
}

.vtimeline-point:first-child .vtimeline-content {
    position: absolute;
    left: 48.5%;
    margin: -110px 0 0 0;
}

.vtimeline:before {
  width: 2px !important;
}

@media only screen and (max-width: 992px) {

  .vtimeline-right .vtimeline-date {
      left: auto;
      font-size: .85em;
      word-spacing: 27px;
      right: 48.7%;
      top: 18px;
  }
}

@media only screen and (max-width: 992px) {

  .vtimeline-right {
    margin-left: 56%;
  }
    .vtimeline-point:first-child .vtimeline-content {
    left: 47.5%;
  }


}

@media only screen and (max-width: 792px) {

  .vtimeline-right {
      margin-left: 57%;
      font-size: .9em;
  }

  .vtimeline-right .vtimeline-date {
      font-size: 1em;
      margin-right: -10px;
  }
  .vtimeline-point:first-child .vtimeline-content {
    left: 46.5%;
  }

  .vtimeline-block {
    width: 43%;
  }
}

@media only screen and (max-width: 592px) {

  .vtimeline-right {
      margin-left: 60%;
    font-size: .85em;
  }


  .vtimeline-content {
    font-size: .9em;
    padding-left: 10px;
  }
  .vtimeline-point:first-child .vtimeline-content {
    left: 43.8%;
  }
}
