.timeline-list-reset {
  *zoom: 1;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.timeline-list-reset:before,
.timeline-list-reset:after {
  display: table;
  content: "";
  line-height: 0;
}
.timeline-list-reset:after {
  clear: both;
}
.experience .timeline {
  margin-top: 2em;
}
.timeline {
  *zoom: 1;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-image: url('../img/bg_timeline-line.png');
  background-size: 2px auto;
  background-repeat: repeat-y;
  background-position: center top;
}
.timeline:before,
.timeline:after {
  display: table;
  content: "";
  line-height: 0;
}
.timeline:after {
  clear: both;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .timeline {
    background-image: url('../img/bg_timeline-line@2x.png');
    background-size: 2px auto;
  }
}
.timeline ul {
  *zoom: 1;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 2em 0 6em 0;
}
.timeline ul:before,
.timeline ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.timeline ul:after {
  clear: both;
}
.timeline-breaker {
  background: #0C0F32;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1;
  display: block;
  position: relative;
}
.timeline-breaker:after,
.timeline-breaker:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline-breaker:after {
  border-top-color: #0C0F32;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.timeline-breaker:before {
  border-top-color: rgba(0, 0, 0, 0.01);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.timeline-item {
  float: left;
  width: 42%;
  padding: 2%;
  background: #edf0f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #C0C0C0;
  *zoom: 1;
  margin-top: -80px;
  position: relative;
  right: 30px;
  margin-left: 4%;
  clear: both;
}
.timeline-item:before,
.timeline-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.timeline-item:after {
  clear: both;
}
.timeline-item:after,
.timeline-item:before {
  top: 50%;
  right: -22px;
  position: absolute;
  pointer-events: none;
  margin: 0;
  display: block;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  margin-top: -15px;
}
.timeline-item:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F0DA';
  color: #C0C0C0;
}
.timeline-item:after {
  content: '\F111';
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  right: -44px;
/* background: white;*/
}
.timeline-item:first-child {
  margin-top: 0;
}
.timeline-item.right {
  float: right;
  left: 30px;
  right: 0;
  margin-right: 4%;
  margin-left: 0;
}
.timeline-item.right:after,
.timeline-item.right:before {
  left: -22px;
}
.timeline-item.right:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F0D9';
}
.timeline-item.right:after {
  left: -42px;
}
.timeline-item.overlap-off {
  margin-top: 0;
}
.timeline-item.overlap-pull-large {
  margin-top: -120px;
}
.timeline-item.overlap-pull-small {
  margin-top: -30px;
}
.timeline-item.overlap-push-large {
  margin-top: 120px;
}
.timeline-item.overlap-push-medium {
  margin-top: 60px;
}
.timeline-item.overlap-push-small {
  margin-top: 30px;
}
.timeline-item-date {
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
}
.timeline-item-description {
  font-size: 15px;
  line-height: 1.4;
}
.timeline-item-photo {
  float: left;
  margin-right: 1em;
}
.timeline-item-photo.right {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}
.timeline-end {
  text-align: center;
  background: #ffffff;
}
.timeline-end .timeline-breaker {
  margin-bottom: 5px;
  width: auto;
  background-color: transparent;
  color: #0C0F32;
}
.timeline-end .timeline-breaker:after,
.timeline-end .timeline-breaker:before {
  display: none;
}
.timeline-end .btn {
  min-width: 200px;
}
.timeline-stacked.timeline ul {
  padding: 1em 2em 6em 2em;
}
.timeline-stacked .timeline-item {
  float: none;
  left: auto;
  right: auto;
  width: 80%;
  margin: 60px auto 0 auto;
}
.timeline-stacked .timeline-item.right {
  float: none;
  left: auto;
  right: auto;
}
.timeline-stacked .timeline-item.right:after,
.timeline-stacked .timeline-item.right:before,
.timeline-stacked .timeline-item:after,
.timeline-stacked .timeline-item:before {
  top: -20px;
  right: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -15px;
}
.timeline-stacked .timeline-item.right:before,
.timeline-stacked .timeline-item:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F0D8';
}
.timeline-stacked .timeline-item.right:after,
.timeline-stacked .timeline-item:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F111';
  top: -40px;
}
.timeline-stacked.down .timeline-item:first-child {
  margin-top: 0;
}
.timeline-stacked.down .timeline-item:last-child {
  margin-bottom: 60px;
}
.timeline-stacked.down .timeline-item.right:after,
.timeline-stacked.down .timeline-item.right:before,
.timeline-stacked.down .timeline-item:after,
.timeline-stacked.down .timeline-item:before {
  bottom: -20px;
  top: auto;
}
.timeline-stacked.down .timeline-item.right:before,
.timeline-stacked.down .timeline-item:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F0D7';
}
.timeline-stacked.down .timeline-item.right:after,
.timeline-stacked.down .timeline-item:after {
  bottom: -40px;
  top: auto;
}
.timeline-stacked .timeline-item-photo {
  max-width: 50px;
  margin-bottom: 0.5em;
}
.timeline-stacked .timeline-item:first-child,
.timeline-stacked .timeline-item.overlap-off,
.timeline-stacked .timeline-item.overlap-pull-large,
.timeline-stacked .timeline-item.overlap-pull-small,
.timeline-stacked .timeline-item.overlap-push-large,
.timeline-stacked .timeline-item.overlap-push-medium {
  margin-top: 60px;
}
.timeline .timeline-item.highlight:after {
  color: #54bcc8;
}
@media (max-width: 767px) {
  .timeline ul {
    padding: 1em 2em 6em 2em;
  }
  .timeline-item {
    float: none;
    left: auto;
    right: auto;
    width: 80%;
    margin: 60px auto 0 auto;
  }
  .timeline-item.right {
    float: none;
    left: auto;
    right: auto;
  }
  .timeline-item.right:after,
  .timeline-item.right:before,
  .timeline-item:after,
  .timeline-item:before {
    top: -20px;
    right: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
  }
  .timeline-item.right:before,
  .timeline-item:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F0D8';
  }
  .timeline-item.right:after,
  .timeline-item:after {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F111';
    top: -40px;
  }
  .down .timeline-item:first-child {
    margin-top: 0;
  }
  .down .timeline-item:last-child {
    margin-bottom: 60px;
  }
  .down .timeline-item.right:after,
  .down .timeline-item.right:before,
  .down .timeline-item:after,
  .down .timeline-item:before {
    bottom: -20px;
    top: auto;
  }
  .down .timeline-item.right:before,
  .down .timeline-item:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F0D7';
  }
  .down .timeline-item.right:after,
  .down .timeline-item:after {
    bottom: -40px;
    top: auto;
  }
  .timeline-item-photo {
    max-width: 50px;
    margin-bottom: 0.5em;
  }
  .timeline-item:first-child,
  .timeline-item.overlap-off,
  .timeline-item.overlap-pull-large,
  .timeline-item.overlap-pull-small,
  .timeline-item.overlap-push-large,
  .timeline-item.overlap-push-medium {
    margin-top: 60px;
  }
  .timeline .timeline-breaker {
    padding-left: 0;
    padding-right: 0;
  }
  .timeline .timeline-item {
    width: 96%;
  }
  .timeline-end .timeline-breaker {
    margin-bottom: 5px;
  }
  .timeline-end .btn {
    display: block;
  }
}
@media (max-width: 480px) {
  .timeline ul {
    padding-left: 0;
    padding-right: 0;
  }
  .timeline .timeline-item {
    padding: 4%;
    width: 92%;
  }
  .timeline .timeline-item .timeline-item-photo {
    max-width: 50px;
  }
}
