section#timeline {
    width: 80%;
    margin: 20px auto;
    position: relative;
}
section#timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
    /*background: rgba(255,255,255,0.2);*/
    background-color: #ccc !important;
}
section#timeline article {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
section#timeline article:after {
    content: '';
    display: block;
    clear: both;
}
section#timeline article div.inner {
    width: 40%;
    float: left;
    margin: 5px 0 0 0;
    border-radius: 6px;
}

/*@media only screen and (max-width: 575px) {*/
@media only screen and (max-width: 765px) {
    section#timeline article div.inner {
        width: 100% !important;
        margin-top: 70px !important;
    }
}

@media only screen and (max-width: 991px) {

    .timeline_block {
        /*font-size: 18px !important;*/
        border-right: 1px solid #ccc !important;
        border-bottom: 1px solid #ccc !important;
        border-left: 1px solid #ccc !important;
        /*color: #333 !important;*/
    }

    .timeline_block p {
        font-size: 18px !important;
        color: #333 !important;
    }
}

section#timeline article div.inner span.date {
    display: block;
    width: 60px;
    height: 50px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -32px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    background: #25303B;
    color: rgb(255,255,255);
    border: 2px solid rgba(255,255,255,0.2);
    /*box-shadow: 0 0 0 7px #25303B;*/
}
section#timeline article div.inner span.date span {
    display: block;
    text-align: center;
}
section#timeline article div.inner span.date span.year {
    font-size: 18px;
}
section#timeline article div.inner h2 {
    padding: 15px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 6px 6px 0 0;
    position: relative;
}
@media only screen and (min-width: 576px) {
    section#timeline article div.inner h2:after {
        content: '';
        position: absolute;
        top: 20px;
        right: -5px;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
    }
}
section#timeline article div.inner p {
    padding: 15px;
    margin: 0;
    font-size: 14px;
    background: #fff;
    color: #656565;
    border-radius: 0 0 6px 6px;
}

@media only screen and (min-width: 992px) {
    .timeline_block p {
        font-size: 16px !important;
    }
}

section#timeline article:nth-child(2n+2) div.inner {
    float: right;
}
section#timeline article:nth-child(2n+2) div.inner h2:after {
    left: -5px;
}
/*section#timeline article div.inner h2 {
    background: #e74c3c;
}

section#timeline article div.inner h2:after {
    background: #e74c3c;
}*/

section#timeline article div.inner h2,
section#timeline article div.inner h2:after {
    background: #9A3324;
    color: white !important;
}
section#timeline article:nth-child(5n+2) div.inner h2,
section#timeline article:nth-child(5n+2) div.inner h2:after {
    background: #75988d;
    color: black !important;
}

section#timeline article:nth-child(5n+3) div.inner h2,
section#timeline article:nth-child(5n+3) div.inner h2:after {
    background: #D86018;
    color: black !important;
}

section#timeline article:nth-child(5n+4) div.inner h2,
section#timeline article:nth-child(5n+4) div.inner h2:after {
    background: #00B2A9;
    color: black !important;
}

section#timeline article:nth-child(5n+5) div.inner h2,
section#timeline article:nth-child(5n+5) div.inner h2:after {
    background: #702082;
    color: white !important;
}

.inner img {
    max-width: 80%;
    height: auto;
}

.isrTimelineDiv {
    background-color: #ffffff !important;
    padding: 20px 0;
}