/* #timeline {
    overflow: hidden;
    width: 100%;
}

#timeline div {
    height: 231px;
}

#timeline div .date {
    border-right: 1px rgba(179, 175, 175, 0.4) solid;
    text-align: right
}

#timeline div .date:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e5e5d1;
    position: absolute;
    left: 98.2%;
    top: 88px;
    border-radius: 100%;
    cursor: pointer
}

#timeline div.active .date::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #3b8ac4;
    position: absolute;
    left: 96.7%;
    top: 98px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

#timeline div .date h2 {
    margin: 72px 0px 0;
    font-size: 45px;
    font-weight: 600;
    cursor: pointer
}

#timeline div.active .date h2 {
    font-size: 65px;
    color: #3b8ac4;
}

#timeline div .text p {
    margin: 85px 50px 0;
    width: 50%;
    display: none
}


#timeline div.active .text p {
    display: inherit
} */
  

.scrollspy-example {
	position: relative;
	height: 500px;
	overflow: auto;
  }

#timelines .list-group-item {
    position: relative;
    display: block;
    padding: 1.1rem 1.25rem;
    margin-bottom: 5px;
    background-color: transparent;
    border: 0;
}
#timelines div .date {
    /* border-right: 1px rgba(179, 175, 175, 0.4) solid; */
    text-align: right;
}

#timelines div .date #list-dates {
    border-right: 1px rgba(179, 175, 175, 0.4) solid;
}

#timelines div .date #list-dates a:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e5e5d1;
    position: absolute;
    right: -6px;
    top: 25px;
    border-radius: 100%;
    cursor: pointer
}


#timelines div .date #list-dates a.active::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #3b8ac4;
    position: absolute;
    right: -11px;
    top: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}


#timelines .list-group-item.active {
    z-index: 2;
    background-color: transparent;
    border-color: transparent;
    font-size: 25px;
    color: #3b8ac4;
}

#list-dates{
    height: 400px;
    overflow: hidden;
    overflow-y: scroll; 
}

#list-dates::-webkit-scrollbar { 
    display: none; 
} 
#up{
	width:auto;
 height:auto;
 margin-right: 30px;
  cursor:pointer;
    display:none;
    text-align: right;

}
#down{
width:auto;
 height:auto;
 cursor:pointer;
  text-align: right;
  margin-right: 30px;
}

@media screen and (max-width: 600px){
    #timelines .list-group-item {
        position: relative;
        display: block;
        padding: 1rem 1rem 1rem 0;
        margin-bottom: 5px;
        background-color: transparent;
        border: 0;
    }
}