.timeline {
    position: relative;
    overflow: auto;
    margin-top: 20px;
    overflow-y: hidden;
    overflow-x: hidden;
}

/*.timeline:before {*/
/*content: '';*/
/*position: absolute;*/
/*height: 100%;*/
/*width: 5px;*/
/*!*background: #293241;*!*/
/*background: #ffffff;*/
/*left: 0;*/
/*}*/

.timeline h2 {
    background: #F15922;
    max-width: 5em;
    margin: 0 auto 1em;
    padding: 9px;
    text-align: center;
    position: relative;
    clear: both;
    margin-bottom: 0px;
    color: white;
}

.timeline ul {
    list-style: none;
    /*padding: 0 0 0 1em;*/
    z-index: 1;
}

/*.timeline .content_box:before {*/
/*content: '';*/
/*width: 0;*/
/*height: 0;*/
/*border-top: 1em solid white;*/
/*border-left: 1em solid transparent;*/
/*position: absolute;*/
/*left: -1em;*/
/*top: 0;*/
/*}*/

.content_box {
    margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
    .block:before {
        display: none;
    }

}
/*640*/
@media screen and (min-width: 992px) {
    .timeline:before {
        left: 50%;
    }
    .block:before {
        right: 50%;
    }

    .timeline ul {
        padding-left: 0;
        width: 100%;
        margin: 0 auto;
    }

    .timeline .content_box {
        width: 42%;
    }

    .timeline .content_box:nth-child(even) {
        float: right;
        margin-top: 4em;
    }

    .timeline .content_box:nth-child(odd) {
        float: left;
    }

    .timeline .content_box:nth-child(odd):before {
        border-right: 1em solid transparent;
        right: -1em;
        left: auto;
    }

    .timeline .content_box:nth-of-type(2n+1) {
        clear: both;
    }
}

@media screen and (max-width: 639px) {
    .content_box {
        margin-left: 20px;
    }
}

.events-all-section h1 {
    color: #ffffff;
}

.timeline h2 {
    color: white;
}

.each-event {
    background-color: #f4f4f4;
    /*color: #777;*/
    padding: 15px;
    margin: 60px auto;
    width: 300px;
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.block {
    z-index: 1;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-top: 20px;
}

.block:before {
    content: "";
    position: absolute;
    height: calc(100% - 40px);
    width: 1px;
    background-color: #f2f2f2;
    /*left: 50%;*/
    margin-top: 90px;

}

.title {
    font: bold 42px/52px Open Sans Condensed, sans-serif;
    text-align: center;
    padding: 20px;
    transition: all 0.8s ease-in-out;
    border-radius: 4px;
}

.title .non-focus {
    font-size: 24px;
    line-height: 34px;
    transition: all 0.8s ease-in-out;
}

.each-event.non-focus {
    color: #d2d2d2;
    background: #e6e6e6;
    margin-top: 90px;
    transform: rotateZ(45deg) !important;
    transition: all 0.8s ease-in-out;
}

.each-event.non-focus:before {
    opacity: 0;
    background-color: #aaa;
}

.course_list .content_desc p{
    overflow: initial;
}

.courses_info{
    margin-top: 8px;
}

.events-section .text_default {
    color: #F15922!important;
}