.timeline-box{position:relative;color:#aaa;}	
.timeline-box:before{position:absolute;top:0;left:50%;width:0;height:100%;margin-left:0;content:'';border-left:1px solid transparent}	
@media screen and (max-width:959px) {
	.timeline-box{position:relative;left:2.5%}	
	.timeline-box:before{position:absolute;top:0;left:0%;width:0;height:100%;margin-left:0;content:'';border-left:1px solid transparent}	
}
.timeline-box .tl-row{position:relative;padding:10px 0}	
.timeline-box .tl-row .tl-item{width:50%}
@media screen and (max-width:959px) {
	.timeline-box .tl-row .tl-item{width:100%}
}
.timeline-box .tl-row .tl-item .popover{position:relative;display:block;margin:0;box-shadow:0 0 0 transparent}	
.timeline-box .tl-row .tl-item .popover.left{float:right;margin-right:35px;}	
@media screen and (max-width:959px) {
	.timeline-box .tl-row .tl-item .popover.left{float:left;margin-left:35px}	
}
.timeline-box .tl-row .tl-item.float-right .popover.right{margin-left:35px}	
.timeline-box .tl-row .tl-item .tl-panel{font-weight:700;position:absolute;top:50%;left:50%;width:50%;margin-top:-8px;margin-left:23px;text-align:left}	
.timeline-box .tl-row .tl-item.float-right .tl-panel{right:50%;left:auto;margin-right:23px;margin-left:0;text-align:right}	
.timeline-box .tl-row .tl-item .tl-title{font-size:15px;font-weight:700;margin:0 0 10px}	
.timeline-box .tl-row .tl-item .tl-label{display:inline-block;margin-bottom:10px;padding:5px 8px}	
.timeline-box .tl-row .tl-item .tl-content{font-size:13px;margin:0 0 10px;opacity:.8;-moz-opacity:.8;filter:alpha(opacity:80)}	
.timeline-box .tl-row .tl-item .tl-time{font-style:italic;opacity:.4;-moz-opacity:.4;filter:alpha(opacity:40)}	
.timeline-box .tl-row .tl-item .tl-bullet,.timeline-box .tl-row .tl-item .tl-icon{position:absolute;top:50%;left:50%;display:block;width:17px;height:17px;margin-top:-9px;margin-left:-8px;border-radius:100px}	
@media screen and (max-width:959px) {
	.timeline-box .tl-row .tl-item .tl-bullet,.timeline-box .tl-row .tl-item .tl-icon{position:absolute;top:50%;left:0%;display:block;width:17px;height:17px;margin-top:-9px;margin-left:-8px;border-radius:100px}	
	.timeline-box .tl-row .tl-item .tl-panel{font-weight:700;position:absolute;top:0%;left:0%;width:50%;margin-top:-8px;margin-left:30px;text-align:left}	
	.timeline-box .tl-row .tl-item.float-right .tl-panel{font-weight:700;position:absolute;top:0%;left:0%;width:50%;margin-top:-8px;margin-left:30px;text-align:left}	
}
.timeline-box .tl-row .tl-item .tl-bullet:before{display:block;width:9px;height:9px;margin:4px 0 0 4px;content:'';border-radius:100px;background:#fff}	
.timeline-box .tl-row .tl-item .tl-icon{font-size:18px;line-height:34px;width:34px;height:34px;margin-top:-18px;margin-left:-17px;text-align:center}	

.bg-red{color:#fff;border-color:#f33;background:#ff5757}
.bg-black {color:#ccc;border-color:#000;background:#2d2d2d}
.bg-blue {color:#fff;border-color:#3dc4f5;background:#5bccf6}
.bg-green {color:#fff;border-color:#8eca3f;background:#9cd159}

.timeline-box .tl-item .popover,.timeline-box:before{border-color:#253332}
.tl-item:after,.tl-item:before,.tl-row:after,.tl-row:before {display:table;content:''}
.tl-item:after,.tl-row:after {clear:both}

.popover, .popover-title {border-radius:3px;background-color:#253332;}
.popover-title {border-top-left-radius:3px;border-top-right-radius:3px}
.popover-content {border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#080c0e;}
.popover{min-width:590px}

.float-right {float:right!important}

.history_height_1000{min-height:1800px;}
.history_height_1100{min-height:1500px;}
.media_height_720{min-height:700px;}
@media screen and (max-width:959px) {
	.history_height_1000{min-height:1300px;}
	.history_height_1100{min-height:2000px;}
	.media_height_720{min-height:280px;}
	.popover{min-width:82%}
	.popover.left{margin-left:10px}
	.popover.left .arrow{top:50%;left:-22px;margin-top:-11px}
}