#ourjourney-bg .jl99-title {
    margin-top: 80px;
    padding: 0;
}

body#ourjourney-bg {
  background: url(../img/ourjourney-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.timeline.jl99-timeline {
  padding: 140px 0;  
}

section.timeline.jl99-timeline h3 {
  font-family: serif;
  font-weight: bold;
}

section.timeline.jl99-timeline p {
  font-family: serif;
  font-weight: bold;
}

section.timeline.jl99-timeline h5 a {}

section.timeline.jl99-timeline .event-image h2 a {
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  color: #ffffff;
}

section.timeline.jl99-timeline .event-image h2 a:hover,
section.timeline.jl99-timeline .event-image h2 a:active,
section.timeline.jl99-timeline .event-image h2 a:focus {
  color: #bb192c;
  background-color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: 350ms all ease;
  transition: 350ms all ease;
}


/*html, body {
  overflow-x: hidden;
}

body {
  font-size: 17px;
  font-weight: 400;
  background-color: #eee;
}

h1 {
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}*/


section.timeline.jl99-timeline {
  position: relative;
}
section.timeline.jl99-timeline::before {
  content: '';
  background: rgba(136, 136, 136, 0.8);
  width: 5px;
  height: 92%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

section.timeline.jl99-timeline .timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
section.timeline.jl99-timeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
section.timeline.jl99-timeline .timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
section.timeline.jl99-timeline .timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
section.timeline.jl99-timeline .timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

section.timeline.jl99-timeline .timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

section.timeline.jl99-timeline .timeline-img {
  width: 30px;
  height: 30px;
  background: rgba(38, 38, 38, 1);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

section.timeline.jl99-timeline .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}

section.timeline.jl99-timeline .timeline-content img{
  width:100%;
}

/*section.timeline.jl99-timeline a {
  background: #3F51B5;
  color: #FFFFFF;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
section.timeline.jl99-timeline a:hover, 
section.timeline.jl99-timeline a:active, 
section.timeline.jl99-timeline a:focus {
  background: #32408f;
  color: #FFFFFF;
  text-decoration: none;
}*/


section.timeline.jl99-timeline .date {
  background: rgb(188, 42, 42);
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: serif;
  font-weight: bold;
}

section.timeline.jl99-timeline .event-image h3:hover{
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0s 0s ease-out;
  transition: all 0s 0s ease-out;
}

@media screen and (max-width: 768px) {
  section.timeline.jl99-timeline::before {
    left: 50px;
  }

  section.timeline.jl99-timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  section.timeline.jl99-timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  section.timeline.jl99-timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}


/* JL99 - START MOBILE VIEW */
@media only screen and (max-width: 1024px) {
  section.timeline.jl99-timeline {
      padding: 130px 0;
  }
}


@media only screen and (max-width: 768px) {
  section.timeline.jl99-timeline .timeline-img {
      width: 25px;
      height: 25px;
      background: rgba(38, 38, 38, 1);
      border-radius: 50%;
      position: absolute;
      left: 6%;
      margin-top: 28px;
      margin-left: -8px;
  }

  section.timeline.jl99-timeline {
      padding: 180px 0;
  }
}


@media only screen and (max-width: 480px) {
  section.timeline.jl99-timeline h3 { font-size: 18px; }

  section.timeline.jl99-timeline .event-image h2 a {
      font-size: 14px;
      font-family: serif;
      font-weight: bold;
      color: #ffffff;
  }

  .event-image h2 { top: 47%; }

  section.timeline.jl99-timeline .timeline-img {
      width: 25px;
      height: 25px;
      background: rgba(38, 38, 38, 1);
      border-radius: 50%;
      position: absolute;
      left: 8%;
      margin-top: 28px;
      margin-left: 0px;
  }

  section.timeline.jl99-timeline {
      padding: 50px 0;
  }

  section.timeline.jl99-timeline::before { height: 95%; }
}


@media only screen and (max-width: 414px) {
  section.timeline.jl99-timeline .timeline-img {
    left: 9%;
    margin-left: 0px;
  }
}


@media only screen and (max-width: 375px) {
  section.timeline.jl99-timeline .timeline-img {
    left: 10%;
    margin-left: 0px;
  }
}


@media only screen and (max-width: 320px) {
  section.timeline.jl99-timeline .date { font-size: 10px; padding: 6px 10px; }

  section.timeline.jl99-timeline p { font-size: 12px; }

  .event-image h2 { top: 45%; }

  section.timeline.jl99-timeline .event-image h2 a {
      font-size: 10px;
      font-family: serif;
      font-weight: bold;
      color: #ffffff;
  }

  section.timeline.jl99-timeline .event-image h2 a:hover, section.timeline.jl99-timeline .event-image h2 a:active, section.timeline.jl99-timeline .event-image h2 a:focus { padding: 8px 15px; }

  section.timeline.jl99-timeline .timeline-img {
      width: 20px;
      height: 20px;
      background: rgba(38, 38, 38, 1);
      border-radius: 50%;
      position: absolute;
      left: 12%;
      margin-top: 30px;
      margin-left: 2px;
  }
}