.timeline {
  margin-top: 0px;
  position: relative;
}

.timeline .row {
  padding-bottom: 70px;
}

.timeline .box {;
  
}

.timeline > ul {
  padding: 0;
  color: #666666;
  cursor: pointer;
  position: absolute;
  padding-top: 0;
  height: 90%;
  top: 10px;
  border-left: 2px solid #283353;
  display: inline-block;
  left: 50%;
}


.timeline li.marker {
  content: "";
  border-radius: 100%;
  height: 14px;
  z-index: 1;
  width: 14px;
  background: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(255, 0, 163, 1);
  position: absolute;
  display: inline-block;
  top: 7px;

}

/* Font Styles */
.timeline h2 {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #354161;
  font-weight: 900;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.timeline h5 {
  font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #1E3B5F;
  margin: 0;
  text-transform: none;;
}

.timeline h2,
.timeline h5 {
  margin: 0;
}

.timeline .box-left li.marker {
  right: -8px;;;;;
}

.timeline .box-right li.marker {
  left: -6px;;;
}

.timeline > ul > li:nth-child(1) {
  margin-top: 0;
}

.timeline .svg {
  height: 26px;
  fill: #28354C;;
}
.timeline .svg,
.timeline img {
  width: 26px;
}

.timeline .icon {
  display: block;
  width: 30px;
  height: 30px;
}

.timeline .icon {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  xbackground: #efefef;
  overflow-y: hidden;
}

.timeline .icon-briefcase {
  background-image: url('../img/icons/timeline/briefcase.png');
}
.timeline .icon-heels {
  background-image: url('../img/icons/timeline/heels.png');
}
.timeline .icon-weights {
  background-image: url('../img/icons/timeline/weights.png');
}
.timeline .icon-lips {
  background-image: url('../img/icons/timeline/lips.png');
}
.timeline .icon-bells {
  background-image: url('../img/icons/timeline/bells.png');
}
.timeline .icon-helmet {
  background-image: url('../img/icons/timeline/helmet.png');
}
.timeline .icon-plane {
  background-image: url('../img/icons/timeline/plane.png');
}
.timeline .icon-house {
  background-image: url('../img/icons/timeline/house.png');
}

.timeline .icon,
.timeline .svg,
.timeline img {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.timeline .box-right .icon,
.timeline .box-right .svg,
.timeline .box-right img {
  float: left;
  margin-right: 10px;
  display: block;
  position: relative;
}
.timeline .box-left .icon,
.timeline .box-left .svg,
.timeline .box-left img {
  position: relative;
  display: block;
  float: right;
  margin-left: 10px;
}

/* RIGHT */
.timeline .box-right {
  margin-left: 5px;

}

.timeline .box-right h2 {
  text-align: left;

}

.timeline .box-right h5 {
  margin-left: 0;
  text-align: left;
  float: left;
  display: inline-block;

}

/* LEFT */
.timeline .box-left {
  margin-right: 5px;

}

.timeline .box-left h2 {
  padding-right: 0;
  text-align: right;

}

.timeline .box-left h5 {
  text-align: right;
  margin-left: 0;
  display: inline-block;
  float: right;
  
}

.timeline .last {
  padding-bottom: 0;
  padding-top: 20px;
  text-transform: uppercase;
}

.timeline .last {
  padding-bottom: 0;
  padding-top: 20px;
}

.timeline .last h2 {
  font-size: 24px;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.timeline .last .box-right h2 {
  padding-left: 20px;;
}

.timeline .last .box-left h2 {
  padding-right: 20px;
  padding-left: 0;
}

.timeline .last #ring {
  width: 40px;
  display: block;
  z-index: 1;
  position: absolute;
  top: -20px;
  margin: 0;
  left: -24px;
}

.timeline li p {
  margin: 0;
}

/* Tablet min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { 
  
}

/* Desktop min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { 
  .timeline .row {
  }

  ./*timeline .row:nth-child(9) {
    margin-top: 90px;
  }
*/
  .timeline li.marker {
    box-shadow: 0 0 0 2px rgba(255, 0, 163, 1);
  }
  .timeline .icon {
    display: block;
    width: 30px;
    margin: 0;
    height: 30px;;
  }
  .timeline h2 {
    font-size: 34px;
    line-height: .8;;

  }

  .timeline h5 {
    margin: 5px 0;

  }

  .timeline .box-left h2 {
    padding-right: 10px;
  }
  .timeline .box-left h5 {
  }

  .timeline .box-right h2 {
    padding-left: 10px;
  }
  .timeline .box-rigth h5 {
  }

  .timeline .box-left .icon {
  position: relative;
  display: block;
  float: right;
  margin-right: 10px;
  }
  .timeline .box-right .icon {
  position: relative;
  display: block;
  float: left;
  margin-left: 10px;
  }
}