

.timeline {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    margin: 0 auto 30px auto;
    text-align: center;
    width: 100%;
}

.timeline.responsive .timeline-wrapper {
    width: 100%;
}

.timeline .timeline-wrapper {
    width: 724px;
    height: 480px;
    margin: 0 auto 45px auto;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.timeline .timeline-categories {
    color: #909295;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 45px;
}

.timeline .timeline-category {
    cursor: pointer;
    display: inline-block;
}

.timeline .timeline-category.active {
    color: #000;
}

.timeline .v-line {
    width: 4px;
    height: 100%;
    display: inline-block;
    background-color: #000;
    margin-top: 15px;
}

.timeline .left-wrapper, .right-wrapper {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.timeline .right-wrapper {
    margin-left: -4px;
    padding-top: 20px;
    text-align: left;
    width: 360px;
}

.timeline .left-wrapper {
    margin-right: -4px;
    text-align: right;
    width: 360px;
}

.timeline .h-line-wrapper {
    width: 20px;
    height: 100%;
    display: inline-block;
}

.timeline .right-wrapper .h-line-wrapper {
    margin-right: 11px;
}

.timeline .left-wrapper .h-line-wrapper {
    margin-left: 11px;
}

.timeline .h-line {
    height: 3px;
    width: 100%;
    background-color: #000;
    margin-top: 15px;
}

.timeline .block {
    height: 12.92682926829268%;
    overflow: visible;
    margin-bottom: 20px;
}

.timeline .block.inactive {
    display: none !important;
}

.timeline .block.invisible {
    visibility: hidden;
}

.timeline.responsive .block {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}
/*
.timeline .block[side=left] {
    text-align: right;
}

.timeline .block[side=right] {
    text-align: left;
}
*/

.timeline .text-wrapper {
    display: inline-block;
    height: 100%;
    width: 313px;
}

.timeline .text-wrapper p {
    color: #000;
    margin: 0;
    padding: 0;
    font-family: Lovelo, sans-serif;
}

.timeline .text-wrapper p.year {
    font-size: 1.285714285714286em;
    text-transform: uppercase;
}

.timeline .text-wrapper p.title {
    font-size: 0.9285714285714286em;
    text-transform: uppercase;
}

.timeline .text-wrapper p.description {
    font-size: 0.8em;
    color: #909295;
    text-transform: lowercase;
    font-family: Lato, sans-serif;
    font-weight: bold;
}

.timeline .button-wrapper {
    width: 100%;
    text-align: center;
}

.timeline .button-up {
    width: 18px;
    height: 12px;
    background: url(images/button-up.png) no-repeat;
    display: inline-block;
    margin-right: 16px;
    cursor: pointer;
}

.timeline .button-down {
    width: 18px;
    height: 12px;
    background: url(images/button-down.png) no-repeat;
    display: inline-block;
    margin-left: 16px;
    cursor: pointer;
}

.timeline-category-divider {
    margin: 0 5px;
}