﻿/*#timeline-wrap {
    margin: 5% 5%;
    position: relative;
}

#timeline {
    height: 1px;
    width: 100%;
    background-color: #aabbc4;
    position: relative;
}

.marker {
    z-index: 1000;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    margin-left: -25px;
    background-color: #999999;
    border-radius: 50%;
}

.marker-value {
    z-index: 1000;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 65px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    margin-left: -25px;
    background-color: #999999;
    border-radius: 50%;
}

.marker:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.timeline-icon.one {
    background-color: #3e4f88 !important;
}

.timeline-icon.two {
    background-color: #536295 !important;
}

.timeline-icon.three {
    background-color: #6976a2 !important;
}

.timeline-icon.four {
    background-color: #7e8aaf !important;
}
.timeline-icon.five {
    background-color: #7e8aaf !important;
}


.mfirst {
    top: -25px;
}

.m2 {
    top: -35px;
    left: 16.5%
}

.m3 {
    top: -25px;
    left: 33%
}

.m4 {
    top: -35px;
    left: 49.5%
}

.m5 {
    top: -25px;
    left: 66%
}

.m6 {
    top: -35px;
    left: 82.5%
}


.mlast {
    top: -25px;
    left: 100%
}

.timeline-panel {
    margin-top: 20%;
    width: 500px;
    height: 200px;
    background-color: #cbd0df;
    border-radius: 2px;
    position: relative;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    float: left;
}

.timeline-panel:after {
    content: '';
    position: absolute;
    margin-top: -12%;
    left: 10%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 15px solid #cbd0df;
}*/


#stacked {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 7.5px;
}

#timeline-wrap {
    margin: 5% 5%;
    width: 100%;
    position: relative;
}

#timeline {
    height: 1px;
    width: 95%;
    background-color: #aabbc4;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.marker-value {
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.4em;
    text-align: center;
    background-color: #999999;
    border-radius: 50%;
}

.marker {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    background-color: #999999;
    border-radius: 50%;
}

    .marker:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }


.timeline-icon.one {
    background-color: #3e4f88 !important;
}

.timeline-icon.two {
    background-color: #536295 !important;
}

.timeline-icon.three {
    background-color: #6976a2 !important;
}

.timeline-icon.four {
    background-color: #7e8aaf !important;
}


.mfirst {
    top: -25px;
}

.m2 {
    top: -25px;
    left: 19%
}

.m3 {
    top: -25px;
    left: 38%
}

.m4 {
    top: -25px;
    left: 57%
}

.m5 {
    top: -25px;
    left: 76%
}


.mlast {
    top: -25px;
    left: 96%
}

.timeline-panel {
    margin-top: 20%;
    width: 500px;
    height: 200px;
    background-color: #cbd0df;
    border-radius: 2px;
    position: relative;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    float: left;
}

    .timeline-panel:after {
        content: '';
        position: absolute;
        margin-top: -12%;
        left: 10%;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-bottom: 15px solid #cbd0df;
    }