
.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}
.clearfix:after{
  clear: both;
}

.timeline-btn{
	cursor:pointer;
}

.VivaTimeline dl {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0
}

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

.VivaTimeline dl dt {
   /* position: relative;
    top: -50px;*/
    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*/
}

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

.VivaTimeline 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%
}

.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%;
    padding: 10px 0 0;
    /* margin-top: 31px;
   background-color: #CCC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px*/
	border:1px solid #000;
}

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

.VivaTimeline dl dd .events .events-object {
    margin: 0 auto;
}

.VivaTimeline dl dd .events-header h2 {
	cursor:pointer;
	font-family: 'Interface-bold';
	color: #034ea1;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 0;
	margin: 30px 0 20px 15px;
    /* min-height: 30px;
   line-height: 20px;
    text-align: center;
    font-size: 16px;
    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:none;  
}

.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: -100px;
    text-align: right
}

.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 dl dd.pos-left .events:before {
    right: -12px;
    border-color: transparent transparent transparent #CCC
}

.VivaTimeline .carousel-indicators{
    bottom: 0;
}


@media screen and (max-width: 1169px) {
.VivaTimeline dl::before {
    left: 50px;
}
.VivaTimeline dd {
    margin-left: 39px;
}
.pos-right:nth-child(2n+1) .timeline-content {
    float: left !important;
}
/*.pos-right:nth-child(2n) .timeline-content::before {
    right: 100% !important;
	left: auto !important;
}*/
}

@media screen and (max-width: 767px) {
	
/*    .VivaTimeline dl dt {
        margin: 0 30px 30px
    }*/
    .VivaTimeline dl dd .circ {
        left: 90px
    }
    .VivaTimeline dl dd .time {
        left: 20px
    }
    .VivaTimeline dl dd.pos-left .time {
        padding: 10px 0;
        margin-left: 0;
        text-align: left
    }
    .VivaTimeline dl dd.pos-left .events {
        float: right;
        width: 73%;
        margin-right: 4%;
    }
    .VivaTimeline dl dd.pos-left .events:before {
        left: -12px;
        border-color: transparent #CCC transparent transparent
    }
    .VivaTimeline dl dd.pos-right .time {
        padding: 10px 0;
        margin-left: 0;
        text-align: left
    }
    .VivaTimeline dl dd.pos-right .events {
        float: right;
        width: 73%;
        margin-right: 4%;
    }
    /*
    .VivaTimeline dl dd .events .events-body {
        display: none;
    }
    .VivaTimeline dl dd .events .events-footer {
        display: none;
    }
    */
}

/*@media screen and (max-width: 500px) {
	
    .VivaTimeline dl dd.pos-left .events {
        float: right;
        width: 63%;
        margin-right: 4%;
    }
    .VivaTimeline dl dd.pos-right .events {
        float: right;
        width: 63%;
        margin-right: 4%;
    }
}*/

.timeline-year {
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
	line-height: 18px;
}
/*#tm-timeline {
	position: relative;
	padding: 2em 0;
	margin-bottom: 40px;
}
#tm-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 3px;
	background: #e7e7e8;
}*/

@media only screen and (max-width: 1170px) {
/*#tm-timeline {
	margin-bottom: 2em;
}
#tm-timeline::before {
	left: 18px;
}*/
.timeline-block {
	position: relative;
	margin: -50px 0;
}
.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-block:first-child {
	margin-top: 20px;
}
.timeline-block:last-child {
	margin-bottom: 0;
}
}

@media only screen and (max-width: 1170px) {
.timeline-block {
	position: relative;
	margin: 50px 0;
}
}
.miles-left {
	float: left;
}
.miles-left:before, .miles-right:before {
	content: "";
	position: absolute;
	top: 20px;
	height: 1px;
	width: 10%;
	background-color: #f25921;
}
.miles-right {
	float: right;
}
.miles-left:before {
	left: 100%;
}
.miles-right:before {
	right: 100%;
}

@media screen and (max-width: 1169px) and (min-width: 240px) {
/*.timeline-year {
	left: 0px;
	margin: 0 !important;
}*/
.miles-left, .miles-right {
	float: left;
}
.miles-left:before {
	right: 100%;
	left: auto;
}
.miles-left:before, .miles-right:before {
	width: 30px;
}
}

/*@media screen and (max-width: 1169px) and (min-width: 480px) {
.timeline-content {
	display: block;
	width: calc(100% - 60px);
	margin-left: 60px;
	margin-bottom: 30px;
}
}

@media only screen and (min-width: 1170px) {
.timeline-content {
	margin-left: 0;
	padding: 10px;
	width: 45%;
}
}*/
.timeline-content {
	position: relative;
	background: white;
	padding: 20px 0;
	top: -10px;
	border: 1px solid #f25921;
}
.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-content h2 {
	font-family: 'Interface-bold';
	color: #034ea1;
	font-size: 20px;
	letter-spacing: 2px;
	margin-left: 15px;
	line-height: 0;
}
.timeline-body ul {
	margin: 0;
}
.timeline-body li {
	font-family: 'Interface';
	font-size: 14px;
	color: #767679;
	padding-bottom: 5px;
}
.timeline-btn {
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	background-color: #748cab;
	text-align: center;
	z-index: 100;
}
.timeline-btn:hover {
	background-color: #333333;
}
.ppbMilestones .uk-accordion-title::before {
	display: none;
}
.timeline-btn:after {
	content: "+" !important;
	display: block;
	font-size: 18px !important;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.timeline-btn.uk-active {
	cursor: pointer;
	position: absolute;
	/*left: 9px;
	width: 22px;
	height: 22px;*/
	background-color: #748cab;
	text-align: center;
	z-index: 100;
}
#ppbMilestones-item.uk-open .timeline-btn:after {
	content: "-" !important;
	display: block;
	color: #fff;
	text-align: center;
}
.timeline-btn.uk-active:hover {
	background-color: #333333;
}

@media only screen and (min-width: 1170px) {
.timeline-btn, .timeline-btn-active {
	left: 50%;
	transform: translateX(-50%);
}
.timeline-container {
	width: 100%;
	margin: 0 auto;
}
.timeline-container::after {
	content: '';
	display: table;
	clear: both;
}
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.timelineborder1:before, .timelineborder1:after, .timelineborder2:before, .timelineborder2:after {
	font-family: 'tm';
	color: #f25921;
	font-size: 20px;
}
.timelineborder1:before {
	content: "\e90c";
	float: left;
}
.timelineborder1:after {
	content: "\e90d";
	float: right;
}
.timelineborder2:before {
	content: "\e90f";
	float: left;
}
.timelineborder2:after {
	content: "\e90e";
	float: right;
}