.container {
    width: 1000px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid white;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2); }

h3 {
    text-transform: uppercase; }

/*# sourceMappingURL=style.css.map */

* {
    box-sizing: border-box; }

.timeline {
    position: relative;
    overflow: auto;
    width: 100%;
    margin-top: 40px; }
.timeline hr {
    margin: 0 0 20px 0; }
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    height: 100%;
    width: 4px;
    background-color: #292929; }
.timeline h2 {
    margin: 0 auto;
    width: 84px;
    border: solid 3px #292929;
    background-color: #000;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;

    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;

}
.timeline h3 {
    color: inherit;
    font-weight: 300; }
.timeline .timeline-items {
    list-style-type: none;
    overflow: hidden;
    padding-top: 30px;
    padding-left: 0; }
.timeline .timeline-items .timeline-item {
    position: relative;
    margin-bottom: 50px;
    left: -10px;
    background-color: #292929;
    width: 45%;
}
.timeline .timeline-items .timeline-item .uk-flex {
    background-color: #292929;
}
.timeline .timeline-items .timeline-item h3 {
    font-weight: 700; }
.timeline .timeline-items .timeline-item.is-hidden {
    visibility: hidden; }
.timeline .timeline-items .timeline-item a {
    font-weight: 700; }
.timeline .timeline-items .timeline-item time::before {
    font-family: FontAwesome, sans-serif;
    content: '\f017';
    margin-right: 10px; }
.timeline .timeline-items .timeline-item:not(.inverted) .uk-flex::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -1em;
    top: 0; }
.timeline .timeline-items .timeline-item::after {
    content: url('../images/bullet.png');
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: calc(100% + 9.1%);
}


.timeline .timeline-items .timeline-item:nth-of-type(2n+1) {
    padding: 20px 40px 20px 40px;
    background-color: #292929;
    color: white;
    border-left: 0em solid #292929;}
.timeline .timeline-items .timeline-item:nth-of-type(2n+1) hr {
    border-top: 1px solid #292929; }
.timeline .timeline-items .timeline-item:nth-of-type(2n+1) a {
    color: #005ea8; }
.timeline .timeline-items .timeline-item.inverted .uk-flex::before {
    border-top: 1em solid #292929;
    border-right: 1em solid transparent; }
.timeline .timeline-items .timeline-item:nth-of-type(2n) {
    background-color: #292929;
    color: white;
    padding: 20px 40px 20px 40px;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n) hr {
    border-top: 1px solid #009fe4; }
.timeline .timeline-items .timeline-item:nth-of-type(2n) a {
    color: #009fe4; }
.timeline .timeline-items .timeline-item .uk-flex::before {
    border-top: 1em solid #292929;
    border-right: 1em solid transparent; }
.timeline .timeline-items .timeline-item.inverted {
    position: relative;
    left: 57%;
    text-align: right;

}

.timeline .timeline-items .timeline-item.inverted hr.divider {
    border: solid 1px white;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: 40%;
}
.timeline .timeline-items .timeline-item hr.divider {
    border: solid 1px white;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 60%;
}
.timeline .timeline-items .timeline-item.inverted::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -1em;
    top: 0; }
.timeline .timeline-items .timeline-item.inverted::after {
    content: url('../images/bullet.png');
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: calc(-16.78% - 13px); }

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) {
    background-color: #292929;
    color: white; }
.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) hr {
    border-top: 1px solid #009fe4; }
.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) a {
    color: #009fe4; }
.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
    border-top: 1em solid #292929;
    border-left: 1em solid transparent; }
.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) {
    background-color: #292929;
    color: white; }
.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) hr {
    border-top: 1px solid #e98989; }
.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) a {
    color: #601010; }
.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n)::before {
    border-top: 1em solid #292929;
    border-left: 1em solid transparent; }
.timeline .timeline-items .timeline-item.centered {
    position: relative;
    text-align: justify;
    width: 100%; }
.timeline .timeline-items .timeline-item.centered::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - 4px);
    top: -12px; }
.timeline .timeline-items .timeline-item.centered::after {
    display: none; }
.timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) {
    background-color: #00acc1;
    color: #292929; }
.timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) hr {
    border-top: 1px solid #00c3db; }
.timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) a {
    color: #292929; }
.timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1)::before {
    border-top: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1em solid #00acc1; }
.timeline .timeline-items .timeline-item.centered:nth-of-type(2n) {
    background-color: #e57373;
    color: white; }
.timeline .timeline-items .timeline-item.centered:nth-of-type(2n) hr {
    border-top: 1px solid #e98989; }
.timeline .timeline-items .timeline-item.centered:nth-of-type(2n) a {
    color: #601010; }
.timeline .timeline-items .timeline-item.centered:nth-of-type(2n)::before {
    border-top: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1em solid #e57373; }

/*# sourceMappingURL=timelify.css.map */

.timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -1em;
    top: 0;
    border-top: 1em solid #292929;
    border-right: 1em solid transparent;
}
.timeline .timeline-items .timeline-item:nth-of-type(2n)::before {

    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -1em;
    top: 0;
    border-top: 1em solid #292929;
    border-right: 1em solid transparent;
}

@media only screen and (max-width: 767px){
    .timeline .timeline-items .timeline-item {
        width: 100%;
    }
    .timeline .timeline-items .timeline-item.inverted {
        left: auto;
        text-align: left;
    }
    .timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before, .timeline .timeline-items .timeline-item:nth-of-type(2n)::before {
        border-top: 0;
        border-right: 0;
    }

}