@media all
{


    .timeline_container {
        position: relative;
        width: 100%;
        height: 85px;
    }
    .timeline_items_container {
        width: 100%;
    }
    .timeline_item {
        position: relative;
        text-align: center;
        float: left;
        width: 135px;
        height: 85px;
        background-position: center;

    font-size: 120%;
    font-family: 'ubuntu-condensed', sans-serif;
    font-weight: Extra-Light;
    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: 5px;
        font-size: 11pt;
        width: 100%;
        padding: 0 auto;
    }
    .timeline_date {
        font-size: 8pt;        
        display: inline;
    }
    .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: 100%;
    }    
    .timeline2_item {
        position: relative;
        text-align: center;
        float: left;
        width: 135px;
        height: 85px;
        background-position: center;

    font-size: 120%;
    font-family: 'ubuntu-condensed', sans-serif;
    font-weight: Extra-Light;
    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;
        display: none;
    }
    .timeline2_end {
        width: 25px;
        height: 85px;
        float: left;
        display: none;
    }
    
    .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;
    }
    


    

}