#timeline article .content .date {
    color: #737373;
}

@media (min-width: 768px) {
    #timeline {
        display: block;
        position: relative;
        width: 100%;
    }
    #timeline article {
        display: block;
        position: relative;
        float: left;
        clear: left;      
        width: 50%;
    }
    #timeline article.right {
        float: right;
        clear: right;  
    }

    #timeline article:nth-child(2) {
        margin-top: 100px;
    }

    /* LINE */
    #timeline:after {
        content: " ";
        display: block;
        clear: both;
    }
    #timeline:before {
        content: " ";
        position: absolute;
        top: 40px;
        bottom: 0px;
        left: 50%;
        width: 1px;
        margin-left: -1.5px;
        background-color: #222222;
        /* background-color: #eeeeee; */
    }

    #timeline figure {
        margin: 1em 0;
    }
    #timeline img {
        max-width: 100%;
        height: auto;
    }
    /* CONTENT BOX */
    #timeline article .content.active {
        background-color: #E1F5FE;
    }
    #timeline article .content.active .og-box {
        background-color: #fff;
    }
    #timeline article .content{
        position: relative; 
        float: right;   

        /* border: 1px solid #d4d4d4; */
        /* border-bottom: 1px solid #d4d4d4; */
        border-bottom: 1px solid #222222;
        /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);     */

        /* width: 90%;    */
        padding: 15px 15px 50px 15px;

        margin-right: 40px;
        margin-bottom: 50px;

    }
    #timeline article.right div.content{
        float: left;
        
        margin-right: 0; 
        margin-left: 40px;      
    }

    #timeline article figure, #timeline article iframe, #timeline article video{
        width: 100%!important;
        padding: 0!important;
    }

    /* ARROWS */
    #timeline article div.content:before {
        position: absolute;
        top: 10px;
        right: -15px;
        display: inline-block;
    /*
        border-top: 15px solid transparent;
        border-left: 15px solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 15px solid transparent;
    */
        content: " ";
    }
    #timeline article.right div.content:before {
        /* border-left-width: 0; */
        /* border-right-width: 15px; */
        left: -15px;
        right: auto;
    }

    #timeline article div.content:after {
        position: absolute;
        top: 11px;
        right: -13.7px;
        display: inline-block;
        /* border-top: 14px solid transparent; */
        /* border-left: 14px solid #fff; */
        /* border-right: 0 solid #fff; */
        /* border-bottom: 14px solid transparent; */
        content: " ";		
    }
    #timeline article.right div.content:after {
        /* border-left-width: 0; */
        /* border-right-width: 15px; */
        left: -14px;
        right: auto;
    }


    /* BADGE */
    #timeline article .badge a {
        text-decoration: none;
        color: inherit;
        font-size: 14px;
        font-weight: bold;
    }
    #timeline article .badge {
        position: absolute;
        top: 0;
        right: 6px;
        z-index: 100; 

        width: 50px;
        height: 50px;

        line-height: 1.1;
        font-size: 1.2em;
        text-align: center;
        
        cursor: default;
    }
    #timeline article.right .badge{
        left: 4px;
    }

    #timeline article .badge:after{
        content: '';
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #484844;
    outline: 10px solid white;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
        top: 10px;
        right: -22px;
    width: 12px;
    height: 12px;
    }
    #timeline article.right > .badge:after{
        left: 0px;
    }

    #timeline article:hover .badge:after{
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #007BC4;
    }
}

@media (max-width: 767.98px) {
    #timeline {
        display: block;
        position: relative;
        width: 100%;
    }
    #timeline article {
        display: block;
        position: relative;
        float: left;
        clear: left;      
    }

    /* LINE */
    #timeline:after {
        content: " ";
        display: block;
        clear: both;
    }
    #timeline:before {
        content: " ";
        position: absolute;
        top: 40px;
        bottom: 0px;
        /* left: 50%; */
        width: 1px;
        margin-left: -1.5px;
        background-color: #222222;
        /* background-color: #eeeeee; */
    }

    #timeline figure {
        margin: 1em 0;
    }
    #timeline img {
        max-width: 100%;
    }
    /* CONTENT BOX */
    #timeline article div.content{
        position: relative; 
        float: right;   

        /* border: 1px solid #d4d4d4; */
        /* border-bottom: 1px solid #d4d4d4; */
        /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);     */

        /* width: 90%;    */
        padding: 15px 0 15px 20px;

        /* margin-right: 40px; */
    }

    #timeline article figure, #timeline article iframe, #timeline article video{
        width: 100%!important;
        padding: 0!important;
    }

    #timeline article div.content:after {
        position: absolute;
        top: 11px;
        right: -13.7px;
        display: inline-block;
        /* border-top: 14px solid transparent; */
        /* border-left: 14px solid #fff; */
        /* border-right: 0 solid #fff; */
        /* border-bottom: 14px solid transparent; */
        content: " ";		
    }

    /* BADGE */
    #timeline article .badge a {
        text-decoration: none;
        color: inherit;
        font-size: 14px;
        font-weight: bold;
    }
    #timeline article .badge {
        position: absolute;
        top: 0;
        left: -6px;
        z-index: 100; 

        height: 50px;

        line-height: 1.1;
        font-size: 1.2em;
        text-align: center;
        
        cursor: default;
    }
    #timeline article.right .badge{
        left: 4px;
    }

    #timeline article .badge:after{
        content: '';
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #484844;
    outline: 10px solid white;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
        top: 10px;
        right: -22px;
    width: 12px;
    height: 12px;
    }
    #timeline article.right > .badge:after{
        left: 0px;
    }

    #timeline article:hover .badge:after{
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #007BC4;
    }
}

.og-box {
    background-color: #f6f6f6;
    border-radius: 8px; 

}
.og-text {}

.og-image {
    border-radius: 8px 8px 0 0; 
}