.mos-img img {display: none !important;}
.main-timeline{
    overflow: hidden;
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:before{
    content: "";
    width: 45%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.main-timeline .timeline-content span{ margin-right: 10px;} 
.main-timeline .year{
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background: #e3bd40;
    font-size: 18px;
    font-weight: bold;
    color: #23363a;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
}
.main-timeline .timeline-content{
    width: 65%;
    padding: 30px;
    background: #e3bd40;
    color:#fafafa;
    position: relative;
	font-size: 16px;
}
.main-timeline .timeline-content a {
    color:#fafafa;
}
.main-timeline .timeline-content a:hover {
    color:#fb0808;
}
.main-timeline .timeline-content:after{
    content: "";
    border-top: 40px solid #23363a;
    border-left: 40px solid transparent;
    position: absolute;
    top: 20px;
    right: 20px;
}
.main-timeline .title{
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px 0;
  font-family: Jura;
  font-size: 34px;
  line-height: 1;
}
.main-timeline .description{
    color: #fff;
    margin: 0;
    padding: 15px 0px;
}
.main-timeline .timeline:nth-child(2n):before{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(2n) .year{
    right: auto;
    left: 7%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{ float: right; }
.main-timeline .timeline:nth-child(2){ margin-top: 160px; }
.main-timeline .timeline:nth-child(odd){ margin: -160px 0 0 0; }
.main-timeline .timeline:nth-child(even){ margin-bottom: 70px; }
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){ margin: 0; }
.main-timeline .timeline:nth-child(2n) .year,
.main-timeline .timeline:nth-child(2n) .timeline-content{ background: #ff6cba; }
.main-timeline .timeline:nth-child(3n) .year,
.main-timeline .timeline:nth-child(3n) .timeline-content{ background: #60bee4; }
.main-timeline .timeline:nth-child(4n) .year,
.main-timeline .timeline:nth-child(4n) .timeline-content{ background: #a3cc42; }
@media only screen and (max-width: 1200px){
    .main-timeline .year{
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}
@media only screen and (max-width: 990px) and (min-width: 768px){
    .main-timeline .year{
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    .main-timeline:before,
    .main-timeline .timeline:before{ display: none; }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd){
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
    }
    .main-timeline .timeline{ margin-bottom: 20px !important; }
    .main-timeline .timeline:last-child{ margin-bottom: 0 !important; }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{
        margin: 0 auto 10px;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
    }
    .main-timeline .year:after{
        content: "";
        width: 3px;
        height: 20px;
        background: #fff;
        position: absolute;
        bottom: -20px;
        left: 50%;
        z-index: 1;
        transform: translate(-50%);
    }
   .main-timeline .year{
        font-size: 16px;
    }
    .main-timeline .timeline .timeline-content{
        width: 100%;
        float: none;
        padding: 40px;
    }
    .main-timeline .timeline .timeline-content:before{
        content: "";
        border-bottom: 40px solid #23363a;
        border-right: 40px solid transparent;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
}


.main-timeline .timeline-content .btn-link {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background: #333;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-top: -10px;
}
.main-timeline .timeline-content:hover .btn-link:hover{
    background-color: #fff;
}
.main-timeline *, .main-timeline ::after, .main-timeline ::before, .main-timeline2 *, .main-timeline2 ::after, .main-timeline2 ::before, .main-timeline4 *, .main-timeline4 ::after, .main-timeline4 ::before, .main-timeline6 *, .main-timeline6 ::after, .main-timeline6 ::before, .main-timeline7 *, .main-timeline7 ::after, .main-timeline7 ::before, .main-timeline8 *, .main-timeline8 ::after, .main-timeline8 ::before, .main-timeline9 *, .main-timeline9 ::after, .main-timeline9 ::before, .main-timeline11 *, .main-timeline11 ::after, .main-timeline11 ::before {
    box-sizing: border-box;
}

#mx-loads {
  padding: 20px 0px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}

a.showMore {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: #333;
  padding: 13px 25px;
  text-align: center;
  border-radius: 46px;
  font-size: 14px;
}