.VivaTimeline dl { position: relative; float: none; top: 0; margin: 0; z-index:1; }
.VivaTimeline dl:before { position: absolute; top: 0; bottom: 0; left: 65px; z-index: 100; width: 2px; margin-left: -1px; content: ''; background-color: #dedede }
.VivaTimeline dl dt {
	position: relative; top: 30px; z-index: 200; width: 120px; padding: 3px 5px; font-weight: 400; color: #fff;
	text-align: center; clear: both; background-color: #fff; 
	border-radius: 20px; -webkit-border-radius: 20px;-moz-border-radius: 20px
}
.VivaTimeline dl dd { position: relative; z-index: 200; overflow: hidden; }
.VivaTimeline dl dd:after { clear: both; }
.VivaTimeline dl dd .circ { 
	position: absolute; top: 40px; left: 50%; z-index: 200; width: 22px; height: 22px; margin-left: -11px;
	background-color: #4fc1e9; border: 0 none;
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50% 
}
.VivaTimeline dl dd .time { 
	position: absolute; top: 31px; left: 50%; display: inline-block; width: 100px; padding: 10px 20px; color: #4fc1e9 
}
.VivaTimeline dl dd .events { position: relative; width: 47%; margin-top: 31px; }
.VivaTimeline dl dd .events .events-object { margin: 0 auto; }
.VivaTimeline dl dd .events .events-header { 
	min-height: 30px; line-height: 20px; text-align: center; font-weight: bold; cursor: pointer; 
}
.VivaTimeline dl dd .events .events-body { overflow: hidden; zoom: 1; background-color: #EEE; padding: 10px; }
.VivaTimeline dl dd .events .events-body .row { display: block; }
.VivaTimeline dl dd .events .events-body .events-desc { text-indent: 2em; padding: 0 15px; }
.VivaTimeline dl dd .events .events-footer { text-align: center; }
.VivaTimeline dl dd .events .events-footer ol { list-style: none; margin: 0 auto; padding: 0; }
.VivaTimeline dl dd .events .events-footer ol li { 
	background: #32b487; border-radius: 5px; margin: 10px; display: inline-block; width: 10px; height: 10px; 
	cursor: pointer;
}
.VivaTimeline dl dd .events .events-footer ol .active { transform: scale(2); }
.VivaTimeline dl dd.pos-right .time { margin-left: 0; text-align: left; }
.VivaTimeline dl dd.pos-right .events { float: right }
.VivaTimeline dl dd.pos-right .events:before { left: -12px; border-color: transparent #CCC transparent transparent }
.VivaTimeline dl dd.pos-left .time { margin-left: 0; text-align: left }
.VivaTimeline dl dd.pos-left .events { float: left }
.VivaTimeline .carousel-indicators { bottom: 0; }
