.timeline {
    position: relative;
    margin: 10px auto;
    padding: 40px 0;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
}
.timeline:before {
    content: "";
    position: absolute;
    /*left: 50%;*/
    left: 20px;
    width: 2px;
    /*height: 100%;*/
    height: 80%;
    background: #c5c5c5;
}
.timeline ul {
    padding: 0;
    margin: 0;
}
.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline ul li {
    float: right;
    text-align: left;
    clear: both;
}
.content {
    padding-bottom: 20px;
}

.timeline ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 24px;
    left: -4px;
    background: #805333;
    border-radius: 50%;
    /*border: 3px solid #805333;*/
    /*box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);*/

}
.timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: #805333;
    font-size: 16px;
    text-transform:none !important;
    font-weight: 600;
}
.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}
.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color:white;
}

.timeline ul li .time {
    position: absolute;
    top: 12px;
    left: -165px;
    margin: 0;
    /*background: #805333;*/
    color: #fff;
    padding: 4px 20px;
    border-radius: 18px;
    /*border: 3px solid #805333;*/
    /*box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);*/
}
.timeline ul li .nextevent {
    background: #805333;
}
.timeline ul li .pastevent {
    background: gray;
}


/* -------------------------*/
.timeline ul li:nth-child(odd),
.timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 10px;
}
.timeline ul li:nth-child(odd):before,
.timeline ul li:nth-child(even):before {
    top: -18px;
    left: 11px;
}
.timeline ul li:nth-child(odd) .time,
.timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
}
/*--------------------------*/


/*@media (max-width: 1000px) {*/
    /*.timeline {*/
        /*width: 100%;*/
    /*}*/
/*}*/

/*@media (max-width: 767px) {*/
    /*.timeline {*/
        /*width: 100%;*/
        /*padding-bottom: 0;*/
    /*}*/
    /*.timeline:before {*/
        /*left: 20px;*/
        /*height: 100%;*/
    /*}*/
    /*.timeline ul li:nth-child(odd),*/
    /*.timeline ul li:nth-child(even) {*/
        /*width: 100%;*/
        /*text-align: left;*/
        /*padding-left: 50px;*/
        /*padding-bottom: 50px;*/
    /*}*/
    /*.timeline ul li:nth-child(odd):before,*/
    /*.timeline ul li:nth-child(even):before {*/
        /*top: -18px;*/
        /*left: 16px;*/
    /*}*/
    /*.timeline ul li:nth-child(odd) .time,*/
    /*.timeline ul li:nth-child(even) .time {*/
        /*top: -30px;*/
        /*left: 50px;*/
        /*right: inherit;*/
    /*}*/
/*}*/