@media all
{


    .timeline_container {
        position: relative;
        width: calc( 100% - 100px ) ;
        margin: 0 auto;
        height: 80px;
    }
    .slidesjs-navigation {
        height: 70px;
        border: 0 !important;
        padding: 0 !important;
    }
    .timeline_items_container {
        width: 100%;
    }
    .timeline_item {
        position: relative;
        text-align: center;
        float: left;
        width: 135px;
        height: 50px;
        padding: 10px 0;
        background-position: center;


    font-size: 120%;
    font-family: 'open-sans-condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
        
    }
    .timeline_item a {
        width: 100%;
        height: 100%;
        display: block;        
    }
    .timeline_item a:visited {
        
    }
    .timeline_item a:hover {
        
    }
    .timeline_teaser img {
        width: 250px;
        height: 150px;
        z-index: 10;
    }
    .timeline_teaser {
        position: absolute;
    }
    .timeline_teaser.odd {
        top: -110px;
        left: 0px;
    }
    .timeline_teaser.even {
        top: 80px;
        left: -50px;
    }

    .timeline_title {
        position: absolute;
        top: 13px;
        font-size: 18px;
        width: 100%;
        
    }
    .timeline_date {
        font-size: 16px;        
        display: inline;
        padding-top: 0px;
        display: inline-block;
    }
    .timeline_seperator {
        font-size: 8pt;        
        display: inline;
    }
    .timeline_date_container {
        margin-top: -5px;
    }
    .timeline_start {
        width: 25px;
        height: 85px;
        float: left;
        display: none;
    }
    .timeline_end {
        width: 25px;
        height: 85px;
        float: left;
        display: none;
    }
    
    .timeline_active_vertical_left {
        width: 50%;
        height: 85px;
        position: absolute;
        left: 0px;
        background-position: left;
        z-index: 10;
    }
    .timeline_active_vertical_right {
        width: 50%;
        height: 85px;
        position: absolute;
        right: 0px;
        background-position: right;
        z-index: 10;
    }


    
    
    
    
    
    
    
    .timeline2_container {
        position: relative;
        width: 100%;
        height: 170px;
        margin-top: 135px;
    }
    .timeline2_items_container {
        width: -moz-calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }    
    .timeline2_item {
        position: relative;
        text-align: center;
        float: left;
        width: 135px;
        height: 85px;
        background-position: center;

    font-size: 120%;
    font-family: 'open-sans-condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
        
    }
    .timeline2_item a {
        width: 100%;
        height: 100%;
        display: block;        
    }
    .timeline2_item a:visited {
        
    }
    .timeline2_item a:hover {
        
    }
    .timeline2_teaser img {
        width: 290px;
        height: 180px;
        z-index: 10;
    }
    .timeline2_teaser {
        position: relative;
    }
    .timeline2_teaser.odd {
        top: -150px;
        left: 0px;
    }
    .timeline2_teaser.even {
        top: 79px;
        left: 0px;
    }

    .timeline2_title {
        position: absolute;
        top: 5px;
        font-size: 11pt;
        width: 100%;
        padding: 0 auto;
    }
    .timeline2_date {
        font-size: 8pt;        
    }
    .timeline2_start {
        width: 25px;
        height: 85px;
        float: left;
    }
    .timeline2_end {
        width: 25px;
        height: 85px;
        float: left;
    }
    
    .timeline2_active_vertical_left {
        width: 50%;
        height: 85px;
        position: absolute;
        left: 0px;
        background-position: left;
        z-index: 10;
    }
    .timeline2_active_vertical_right {
        width: 50%;
        height: 85px;
        position: absolute;
        right: 0px;
        background-position: right;
        z-index: 10;
    }
    


    .timeline_item {
        background-color: rgba(255, 255, 255, 0.05);
    }
    .timeline_item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .timeline_upcoming_active, .timeline_upcoming_active:hover {
        background-color: rgba(25, 48, 64, 0.66);
    }

}
