﻿.timeline-carousel {
    overflow: hidden;
    padding: 86px 6.9444% 90px 6.9444%;
    position: relative;
}

.timeline-carousel:after, .timeline-carousel:before {
    background-color: #1d1d1e;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 6.9444%;
    width: 1%;
    z-index: 3;
}

.timeline-carousel:after { left: 0; }

.timeline-carousel:before {
    opacity: 0;
    right: 0;
}

.timeline-carousel .slick-list { overflow: visible; }

.timeline-carousel .slick-dots { bottom: -73px; }

.timeline-carousel h1 {
    color: white;
    font-size: 46px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 40px;
}

.timeline-carousel__image { padding-right: 30px; }

.timeline-carousel__item { cursor: pointer; }

.timeline-carousel__item .media-wrapper {
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0.4;
    padding-bottom: 71.4%;
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after { width: calc(100% - 30px); }

.timeline-carousel__item-inner {
    padding-top: 45px;
    position: relative;
}

.timeline-carousel__item-inner:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    left: 0;
    position: absolute;
    top: 45px;
    width: 100%;
}

.timeline-carousel__item-inner .year {
    background-color: #1d1d1e;
    color: white;
    display: table;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 36px;
    margin: -15px 0 20px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.timeline-carousel__item-inner .year:after {
    background-color: #1d1d1e;
    content: "";
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 3;
}

.timeline-carousel__item-inner .month {
    /* text-transform: uppercase;*/
    color: #808080;
    display: block;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 10px;
}

.timeline-carousel__item-inner p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
    width: 60%;
}

.timeline-carousel__item-inner .read-more {
    color: #31ff7a;
    display: table;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 10px;
    position: relative;
    text-decoration: none;
}

.timeline-carousel__item-inner .read-more:after {
    -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    border-bottom: 2px solid #31ff7a;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 0;
}

.timeline-carousel__item-inner .read-more:hover:after { width: 100%; }

.timeline-carousel__item-inner .pointer {
    height: 29px;
    margin: -4px 0 16px;
    position: relative;
    z-index: 1;
}

.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
    content: "";
    position: absolute;
}

.timeline-carousel__item-inner .pointer:after {
    background-color: #31ff7a;
    border-radius: 100%;
    height: 9px;
    left: 0;
    top: 0;
    width: 9px;
}

.timeline-carousel__item-inner .pointer:before {
    background-color: #31ff7a;
    height: 100%;
    left: 4px;
    top: 0;
    width: 1px;
}

.timeline-carousel .slick-active .media-wrapper { opacity: 1 !important; }

.slick-dots {
    bottom: 60px;
    left: 0;
    list-style: none;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 6px;
    position: relative;
    width: 10px;
}

.slick-dots li:last-child { margin-right: 0; }

.slick-dots li.slick-active button {
    background: #31ff7a;
    border-color: #31ff7a;
}

.slick-dots li button {
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 10px;
}

.slick-dots li button:hover {
    background: #31ff7a;
    border-color: #31ff7a;
}

.link {
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    z-index: 9999;
}

.link a {
    align-items: center;
    color: #fff;
    display: flex;
    text-decoration: none;
}

.link .fa {
    color: #fff;
    font-size: 28px;
    margin-right: 8px;
}