
.timeline dl {
    position: relative;
    top: 0;
    padding: 20px 0;
    margin: 0;
    height: 25840px;
}

.timeline dl:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 100;
    width: 2px;
    margin-left: -1px;
    content: '';
    background-color: #ccd1d9
}

.timeline dl dt {
    position: relative;
    top: 30px;
    z-index: 200;
    width: 120px;
    padding: 3px 5px;
    margin: 0 auto 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #aab2bd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.timeline dl dd {
    position: relative;
    z-index: 200
}

.timeline dl dd .circ {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 200;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background-color: #4fc1e9;
    border: 4px solid #f5f7fa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.timeline dl dd .time {
    position: absolute;
    top: 31px;
    left: 50%;
    display: inline-block;
    width: 100px;
    padding: 10px 20px;
    color: #4fc1e9
}

.timeline dl dd .events {
    position: relative;
    width: 47%;
    padding: 10px 10px 0;
    margin-top: 31px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.timeline dl dd .events:before {
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 6px
}

.timeline dl dd .events .events-object {
    margin-right: 10px
}

.timeline dl dd .events .events-header p.h6:not(.date) { color: #fff; }

.timeline dl dd .events .events-header .h6 {
    font-size: 107%;
}

.timeline dl dd .events .events-body {
    font-size: 107%;
    overflow: hidden;
    zoom: 1
}

.timeline dl dd.pos-right .time {
    margin-left: -100px;
    text-align: right
}

.timeline dl dd.pos-right .events {
    float: right
}

.timeline dl dd.pos-right .events:before {
    left: -12px;
    border-color: transparent #fff transparent transparent
}

.timeline dl dd.pos-left .time {
    margin-left: 0;
    text-align: left
}

.timeline dl dd.pos-left .events {
    float: left
}

.timeline dl dd.pos-left .events:before {
    right: -12px;
    border-color: transparent transparent transparent #fff
}

@media screen and (max-width:767px) {
    .timeline dl:before {
        left: 60px
    }
    .timeline dl dt {
        margin: 0 0 30px
    }
    .timeline dl dd .circ {
        left: 60px
    }
    .timeline dl dd .time {
        left: 0
    }
    .timeline dl dd.pos-left .time {
        padding: 10px 0;
        margin-left: 0;
        text-align: left
    }
    .timeline dl dd.pos-left .events {
        float: right;
        width: 84%
    }
    .timeline dl dd.pos-left .events:before {
        left: -12px;
        border-color: transparent #fff transparent transparent
    }
    .timeline dl dd.pos-right .time {
        padding: 10px 0;
        margin-left: 0;
        text-align: left
    }
    .timeline dl dd.pos-right .events {
        float: right;
        width: 84%
    }
}

.timeline dl dd .events {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #222222;
    padding: 0;
    text-align: left;
    width: 97%;
}

.events-header {
    padding: 15px 25px;
    color: white;
}

    .events-header .date {
        color: #2a9bd5;
    }

    .events-header h6 {
        margin-bottom: 6px;
    }

.timeline dl dd.pos-right .events:before {
    border-color: transparent #222222 transparent transparent;
}

.timeline dl dd.pos-right .events:before {
    border-color: transparent #222222 transparent transparent;
}

.timeline dl dd.pos-left .events:before {
    border-color: transparent transparent transparent #222222;
}



.events-body {
    background-color: white;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    border-top: hidden;
    padding: 25px;
}

.timeline dl dd .circ {
    top: 42px;
    margin-left: -7px;
    border: 2px solid white;
    width: 14px;
    height: 14px;
    background-color: #2a9bd5;
}

.timeline dl dd.pos-left .circ {
    left: 100%;
}

.timeline dl dd.pos-right .circ {
    left: 0%;
}

.pos-right {
    width: 50%;
    float: right;
    margin-bottom: 32px;
}

.pos-left {
    width: 50%;
    float: left;
    margin-bottom: 32px;
}

dl:before {
    margin-top: 65px;
}

dl:after {
    margin-top: 0px;
}


.prop-8 dl {
    height: 1545px;
}


.timeline {
    margin-top: -51px;
}

@media screen and (max-width: 767px) {
    .pos-left {
        float: right;
        width: 100%;
    }

    .pos-right {
        width: 100%;
    }

    .timeline dl dd.pos-left .circ {
        left: 0%;
    }

    .timeline dl:before {
        left: 20px;
    }

    .timeline dl dd .circ {
        margin-left: 13px;
    }

    .timeline dl dd.pos-left .events:before {
        border-color: transparent #222222 transparent transparent;
    }

    .timeline dl dd.pos-left .events, .timeline dl dd.pos-right .events {
        width: 94%;
    }


}

@media(min-width:576px){

	.timeline dl { height: 25840px; }
	
}

@media(min-width:768px){

	.timeline dl { height: 14254px; }
	
}

@media(min-width:992px){

	.timeline dl { height: 13796px; }
	
}

@media(min-width:1200px){

	.timeline dl { height: 13955px; }
	
}

@media(min-width:1400px){

	.timeline dl { height: 13800px; }
	
}