
.itinerary-container{
    position: relative;
}

.itinerary-day {
    position: relative;
    text-align: center;
    margin: 40px 0;
}

    .itinerary-day span {
        display: inline-block;
        padding: 10px 15px;
        background-color: #FFF;
        border: 2px solid #EEE;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.timeline-vline {
    position: absolute;
    left: 50%;
    border-left: 1px dashed #CCC;
    height: 80%;
}

.iti-elem{
    padding: 0 40px 30px;
}

.iti-elem.right{
    margin-top: 40px;
}

.noupper{
    text-transform: none;
}

.entry-timeline {
    position: absolute;
    border: 2px solid #CCC;
    background-color: #FFF;
    padding-top: 0;
    text-indent: -9999px;
    top: 70px;
    left: auto;
    right: -7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 500;
    color: #AAA;
    text-align: center;
    line-height: 1;
}

.timeline-divider {
    position: absolute;
    top: 4px;
    left: -50px;
    width: 50px;
    height: 0;
    border-top: 1px dashed #CCC;
}

.rgt.entry-timeline {
    left: -7px;
    right: auto;
    top: 170px;
}

.rgt.timeline-divider {
    right: 0;
    left: 10px;
}

@media (max-width: 991px){
    .timeline-vline{
        display: none;
    }

    .iti-elem{
        padding:0;
    }
}