﻿.timeline > li .timeline-time span.time {
    font-size: 16px;
    line-height: 18px;
}

.timeline > li .timeline-time span.date {
    font-size: 18px;
}

.timeline > li .timeline-body h2 {
    font-size:20px;
}

.timeline li.blue .timeline-body {
    background-color: #4b8df8 !important;
}

.timeline li.blue-hoki .timeline-body {
    background-color: #67809f !important;
}

.timeline li.blue-steel .timeline-body {
    background-color: #4b77be !important;
}

.timeline li.blue-madison .timeline-body {
    background-color: #67809f !important;
}

.timeline li.blue-chambray .timeline-body {
    background-color: #2c3e50 !important;
}

.timeline li.blue-ebonyclay .timeline-body {
    background-color: #22313f !important;
}

.timeline li.green .timeline-body {
    background-color: #35aa47 !important;
}

.timeline li.green-meadow .timeline-body {
    background-color: #1bbc9b !important;
}

.timeline li.green-seagreen .timeline-body {
    background-color: #1ba39c !important;
}

.timeline li.green-turquoise .timeline-body {
    background-color: #36d7b7 !important;
}


.timeline li.green-haze .timeline-body {
    background-color: #44b6ae !important;
}

.timeline li.green-jungle .timeline-body {
    background-color: #26c281 !important;
}

.timeline li.yellow .timeline-body {
    background-color: #ffb848 !important;
}


.timeline li.yellow-gold .timeline-body {
    background-color: #e87e04 !important;
}


.timeline li.yellow-casablanca .timeline-body {
    background-color: #f2784b !important;
}


.timeline li.yellow-crusta .timeline-body {
    background-color: #f3c200 !important;
}


.timeline li.yellow-lemon .timeline-body {
    background-color: #f7ca18 !important;
}


.timeline li.yellow-saffron .timeline-body {
    background-color: #f4d03f !important;
}

.timeline li.red .timeline-body {
    background-color: #d84a38 !important;
}

.timeline li.red-intense .timeline-body {
    background-color: #e35b5a !important;
}

.timeline li.red-sunglo .timeline-body {
    background-color: #e26a6a !important;
}

.timeline li.red-pink .timeline-body {
    background-color: #e08283 !important;
}

.timeline li.purple-wisteria .timeline-body {
    background-color: #9b59b6 !important;
}

.timeline li.purple-plum .timeline-body {
    background-color: #a294bb !important;
}

.timeline li.grey-cascade .timeline-body {
    background-color: #95a5a6 !important;
}


.timeline li.blue .timeline-body:after {
    border-right-color: #4b8df8;
}

.timeline li.blue-hoki .timeline-body:after {
    border-right-color: #67809f;
}

.timeline li.blue-steel .timeline-body:after {
    border-right-color: #4b77be;
}

.timeline li.blue-madison .timeline-body:after {
    border-right-color: #67809f;
}

.timeline li.blue-chambray .timeline-body:after {
    border-right-color: #2c3e50;
}

.timeline li.blue-ebonyclay .timeline-body:after {
    border-right-color: #22313f;
}

.timeline li.green .timeline-body:after {
    border-right-color: #35aa47;
}

.timeline li.green-meadow .timeline-body:after {
    border-right-color: #1bbc9b;
}

.timeline li.green-seagreen .timeline-body:after {
    border-right-color: #1ba39c;
}

.timeline li.green-turquoise .timeline-body:after {
    border-right-color: #36d7b7;
}


.timeline li.green-haze .timeline-body:after {
    border-right-color: #44b6ae;
}

.timeline li.green-jungle .timeline-body:after {
    border-right-color: #26c281;
}

.timeline li.yellow .timeline-body:after {
    border-right-color: #ffb848;
}


.timeline li.yellow-gold .timeline-body:after {
    border-right-color: #e87e04;
}


.timeline li.yellow-casablanca .timeline-body:after {
    border-right-color: #f2784b;
}


.timeline li.yellow-crusta .timeline-body:after {
    border-right-color: #f3c200;
}


.timeline li.yellow-lemon .timeline-body:after {
    border-right-color: #f7ca18;
}


.timeline li.yellow-saffron .timeline-body:after {
    border-right-color: #f4d03f;
}

.timeline li.red .timeline-body:after {
    border-right-color: #d84a38;
}

.timeline li.red-intense .timeline-body:after {
    border-right-color: #e35b5a;
}

.timeline li.red-sunglo .timeline-body:after {
    border-right-color: #e26a6a;
}

.timeline li.red-pink .timeline-body:after {
    border-right-color: #e08283;
}

.timeline li.purple-wisteria .timeline-body:after {
    border-right-color: #9b59b6;
}

.timeline li.purple-plum .timeline-body:after {
    border-right-color: #a294bb;
}

.timeline li.grey-cascade .timeline-body:after {
    border-right-color: #95a5a6;
}


@media (max-width: 767px) {

    .timeline li.blue .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #4b8df8;
    }

    .timeline li.blue-hoki .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #67809f;
    }

    .timeline li.blue-steel .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #4b77be;
    }

    .timeline li.blue-madison .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #67809f;
    }

    .timeline li.blue-chambray .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #2c3e50;
    }

    .timeline li.blue-ebonyclay .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #22313f;
    }

    .timeline li.green .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #35aa47;
    }

    .timeline li.green-meadow .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #1bbc9b;
    }

    .timeline li.green-seagreen .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #1ba39c;
    }

    .timeline li.green-turquoise .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #36d7b7;
    }


    .timeline li.green-haze .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #44b6ae;
    }

    .timeline li.green-jungle .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #26c281;
    }

    .timeline li.yellow .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #ffb848;
    }


    .timeline li.yellow-gold .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #e87e04;
    }


    .timeline li.yellow-casablanca .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #f2784b;
    }


    .timeline li.yellow-crusta .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #f3c200;
    }


    .timeline li.yellow-lemon .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #f7ca18;
    }


    .timeline li.yellow-saffron .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #f4d03f;
    }

    .timeline li.red .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #d84a38;
    }

    .timeline li.red-intense .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #e35b5a;
    }

    .timeline li.red-sunglo .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #e26a6a;
    }

    .timeline li.red-pink .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #e08283;
    }

    .timeline li.purple-wisteria .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #9b59b6;
    }

    .timeline li.purple-plum .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #a294bb;
    }

    .timeline li.grey-cascade .timeline-body:after {
        border-right-color:transparent;
        border-bottom-color: #95a5a6;
    }




}
