/*---------------------------------------------------------------*/
/* Consman timeline */
/*---------------------------------------------------------------*/

.timeline-container {
    width: 100%;
    margin-left: 0px;
    margin-right: -15px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    display: none;
}


@media (min-width: 768px) {
    .timeline-container {
        display: block;
    }
}

.timeline {
    width: 100%;
}

.timeline-base {
    width: 100%;
    z-index: 1;
}

.timeline-item {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
}

.timeline-item.timeline-item-top {
    z-index: 3;
}

area.timeline-map-area {
    cursor: default;
}
