.path-time-line #page-body{
 background: -webkit-linear-gradient(left, #62C2DC, #42B6D8,#62C2DC);
   background: -o-linear-gradient(left,#62C2DC, #42B6D8,#62C2DC);
   background: -moz-linear-gradient(left,#62C2DC, #42B6D8,#62C2DC);
   background: -ms-linear-gradient(left,#62C2DC, #42B6D8,#62C2DC); 

}
.path-time-line #page-body{
  margin-top: 0px!important;




}
.path-time-line h3{
    margin-top: 30px;
    color:white;
  text-align: center;
}
.path-time-line .view-header{
  margin-top: 60px;
}
* {
  box-sizing: border-box;
}




/* _timeline.css */


.path-time-line .timeline {
  position: relative;
  margin: 30px auto;
  padding: 60px 0;
  padding-bottom: 0px;

}
.path-time-line .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 4px;
  height: 100%;
  background-color: white;
}
@media (min-width: 800px){
  .path-time-line .timeline::before{
    left: 50%;
    margin-left: -2px;
  }
}
.path-time-line .timeline__item {
  margin-bottom: 100px;
  position: relative;
}
.timeline__item::after{
  content: "";
  clear: both;
  display: table;
}
.timeline__item:nth-child(2n) .timeline__item__content {
  float: right;
}
.timeline__item:nth-child(2n) .timeline__item__content::before {
  content: '';
  right: 40%;
}
@media (min-width: 800px){
  .timeline__item:nth-child(2n) .timeline__item__content::before{
    left: inherit;
  }
}
/*.timeline__item:nth-child(2n) .timeline__item__content__date {
  background-color: #b292c5;
}*/
/*.timeline__item:nth-child(2n) .timeline__item__content__description {
  color: #b292c5;
}*/
.timeline__item:last-child {
  margin-bottom: 0;
}
.timeline__item-bg {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: #fff;
}
.timeline__item-bg:nth-child(2n) .timeline__item__station {
  background-color: #b292c5;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content {
  background-color: #b292c5;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content::before {
  background-color: #b292c5;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content__description {
  color: #fff;
}
.timeline__item-bg .timeline__item__station {
  background-color: white;
}
.timeline__item-bg .timeline__item__content {
  background-color: white;
}
.timeline__item-bg .timeline__item__content::before {
  background-color: white;
}
.timeline__item-bg .timeline__item__content__description {
  color: #fff;
}
.timeline__item__station {
  z-index: 1;
  background-color: white;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  top: 0;
  left: 10%;
  margin-left: -33px;
  border: 3px solid #76C7DE;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__station{
    left: 50%;
    margin-left: -21px;
    width: 30px;
    height: 30px;
    padding: 15px;
    border-width: 6px;
    margin-top: 10px;
  }
}
@media (max-width: 768px){


.timeline__item__station{
    margin-top:10px;
      margin-left: -13px;
}

}
.timeline__item__content {
  width: 80%;
  background: #76C7DE;
  padding: 20px 30px;
  border-radius: 6px;
  float: right;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__content{
    width: 40%;
    float: inherit;
    padding: 30px 40px;
  }
}
.timeline__item__content::before {
  content: '';
  position: absolute;
  left: 10%;
  background: white;
  top: 20px;
  width: 10%;
  height: 4px;
/*  z-index: -1;*/
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}



@media (min-width: 800px){
  .timeline__item__content::before{
    left: 40%;
    top: 30px;
    height: 4px;
    margin-top: -2px;
  }
}
.timeline__item__content__date {
  margin: 0;
  padding: 8px 12px;
  font-size: 15px;
  margin-bottom: 10px;
 /* background-color: white;*/
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #fff;
}
.timeline__item__content__description {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: white;
}
@media (min-width: 800px){
  .timeline__item__content__description{
    font-size: 19px;
    line-height: 28px;
  }
}

@media(min-width: 800px){
.timeline__item__content__date {
      right: 35%;
    position: absolute;
top:12px;
  
}
.timeline__item:nth-child(2n) .timeline__item__content__date {
top:12px;
      right: 56%;
    position: absolute;

} 
}

.timeline__item:last-child .timeline__item__station{
  width: 60px;
    height: 60px;
        margin-left: -30px;
        margin-top: 0px;
        font-size:18px;
        padding-top: 10px; 
        color:#5eadda;
}