/* ## Time Line Section ####################### */
/* ## #--11--# Time-line ########################################### */
.time-line-section {
    background-image: url("images/section/time-line-background.png");
}

.time-line-section .title {
    font-weight: 300;
    text-transform: capitalize;
}
.ow-section {
    padding-bottom: 50px;
    background: #F8F8FF none repeat scroll 0% 0%;
    padding-top: 30px;
}
.ci {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.year {
    background-color: #333;
    width: 100px;
    height: 45px;
    display: block;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    border-radius: 3px;
}

.load-more {
    width: 60px;
    height: 68px;
    display: block;
    text-align: center;
    line-height: 68px;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
}

.load-more .intro-icon.a {
    top: -8px;
}

.load-more .intro-icon.a span {
    font-size: 36px;
}

.load-more:hover .intro-icon.a {
    background-color: #00C1EF;
}

.time-line-section .odd {
    float: left;
    padding-right: 35px;
    position: relative;
    min-height: 170px;
}

.time-line-section .even {
    padding-left: 35px;
    margin-top: 25px;
    float: right;
    min-height: 170px;
}

.odd .timeline-badge {
    left: auto;
    right: -9px;
    background-color: #fff;
}

.even .timeline-badge {
    right: auto;
    left: -9px;
}

.time-line-section .even {
    float: right;
}

.time-line-image {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}

.time-line-image li {
    display: inline-block;
    margin: 0 5px;
}

.timeline {
    list-style: none;
    padding: 40px;
    position: relative;
    background-image: url("../images/time-line-bg.png");
    background-repeat: repeat-y;
    background-position: center top;
    height: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.timeline > li {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 50%;
}

.timeline > li:hover > .timeline-panel {
    background-color: #00c1ef;
    color: #fff;
}

.timeline > li > .timeline-panel {
    width: 100%;
    float: left;
    padding: 20px;
    position: relative;
    background-color: #fff;
}

.timeline > li:hover > .timeline-badge {
    background-image: url("../images/icon/time-line-polygon-hover.png");
}

.timeline > li:hover > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #00c1ef;
    border-right: 0 solid #00c1ef;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li:hover > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #00c1ef;
    border-right: 0 solid #00c1ef;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 17px;
    height: 19px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 30px;
    background-color: transparent;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-image: url("../images/icon/time-line-polygon.png");
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    width: 100%;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 14px;
}

.timeline-title a {
    color: #333;
}

.timeline > li:hover .timeline-title a {
    color: #fff;
}

.timeline-title span {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}

.timeline-body > p {
    font-size: 12px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

@-moz-keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        -moz-transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        -moz-transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        -moz-transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        -moz-transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        -moz-transform: scale(0.5, 1);
    };
}

@-webkit-keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        -webkit-transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        -webkit-transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        -webkit-transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        -webkit-transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        -webkit-transform: scale(0.5, 1);
    };
}

@-ms-keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        -ms-transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        -ms-transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        -ms-transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        -ms-transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        -ms-transform: scale(0.5, 1);
    };
}

@-o-keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        -o-transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        -o-transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        -o-transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        -o-transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        -o-transform: scale(0.5, 1);
    };
}

@keyframes bounce_escapingBallG {
    0% {
        left: 0px;
        transform: scale(0.5, 1);
    }

    25% {
        left: 42px;
        transform: scale(1, 0.5);
    }

    50% {
        left: 106px;
        transform: scale(0.5, 1);
    }

    75% {
        left: 42px;
        transform: scale(1, 0.5);
    }

    100% {
        left: 0px;
        transform: scale(0.5, 1);
    }
}
