div {
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}
.timeline {
    /*width: 400px;*/
}
.timeline .timeline-item {
    width: 100%;
}
.timeline .timeline-item .info, .timeline .timeline-item .year {
    color: #eee;
    display: block;
    float:left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.timeline .timeline-item.close .info, .timeline .timeline-item.close .year {
    color: #ccc;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.timeline .timeline-item .year {
    font-size: 24px;
    font-weight: bold;
    width: 22%;
}
.timeline .timeline-item .info {
    width: 100%;
    width: 78%;
    margin-left: -2px;
    padding: 0 0 40px 80px;
    border-left: 2px solid #413e47;
    font-size: 14px;
    line-height: 20px;
}
.timeline .timeline-item .marker {
    background-color: #fff;
    border: 4px solid #413e47;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    display: block;
    float: right;
    margin-right: -9px;
    z-index: 2000;
    position: relative;
}




.timeline .timeline-item .dottedmarker {
    display: block;
    float: left;
    height: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    margin-top: -13px;
}
.dotted {
    border: 6px dotted #413e47;
    border-style: none none dotted;
    margin-bottom: 0;
    margin-top: 0;
}







.timeline .timeline-item .txt {
    background-color: rgba(54, 56, 57, 1);
    z-index: 1500;
    position: absolute;
    padding: 0 5px 0 0;
    max-width: 230px;
    max-height: 252px;
    overflow: hidden;
}




.timeline .timeline-item .dottedmarkerinfo {
    display: block;
    float: left;
    height: 0;
    position: absolute;
    width: 80px;
    z-index: 1000;
    margin-left: -75px;
    margin-top: 7px;
}


.timeline .timeline-item .info .info-content{
    border-left: 3px solid #413e47;
    border-bottom-width: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}

.timeline .timeline-item .info .info-footer{
    font-style: italic;
    font-size: 10pt;
    color: #ffffff;
}

.timeline .sppb-btn-custom-timeline{
    border-radius: 0;
    background: #57545b none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px 20px;
}






#fancy-title-4 {
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0;
    padding-bottom: 20px;
    padding-top: 0;
    text-align: center;
    text-transform: initial;
}
.mk-fancy-title.pattern-style {
    background: rgba(0, 0, 0, 0) url("/images/fancy-title-pattern.png") repeat-x scroll left center;
}

#fancy-title-4 span {
    padding: 0 8px;
}
.mk-fancy-title.pattern-style.align-center span {
    padding: 0 6px;
}

.mk-fancy-title.pattern-style p {
    display: inline;
}
.mk-fancy-title p {
    margin-bottom: 0 !important;
}
.mk-fancy-title p, .mk-mini-callout p, .mk-title-box p, .pricing-offer-grid p {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.mk-news-tab .mk-tabs-tabs .is-active a, .mk-fancy-title.pattern-style span, .mk-fancy-title.pattern-style.color-gradient span::after, .page-bg-color {
    background-color: rgba(54, 56, 57, 1);
}


/*.timeline .timeline-item.active .info, .timeline .timeline-item:hover .info {
    color: #444;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.timeline .timeline-item.active .year, .timeline .timeline-item:hover .year {
    color: #9DB668;
}
.timeline .timeline-item .marker .dot {
    background-color: white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    border: 4px solid white;
    height: 12px;
    width: 12px;
    border-radius: 100px;
    float: right;
    z-index: 2000;
    position: relative;
}
.timeline .timeline-item.active .marker .dot, .timeline .timeline-item:hover .marker .dot {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #9DB668;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}*/


.info-content-mobile
{
    display: none;
}

@media (max-width: 1000px)
{
    .timeline .timeline-item .year
    {
        display: none;
    }

    .info-content-mobile
    {
        display: initial;
    }
}


.video-js .vjs-big-play-button {
    left: 50% !important;
    margin-left: -45px !important;
    margin-top: -20px !important;
    top: 50% !important;
    border-radius: 0 !important;
}