.timeline {
  position: relative;
  margin-bottom:50px;
}
.timeline::before {
  content: '';
  background: #CCC;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
	width:100%;
  margin-bottom: 0px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 40px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  /*box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);*/
}
.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 40px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
  width: 20px;
  height: 20px;
  background: #82b440;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 40px;
  margin-left: -10px;
}



.timeline-card {
  padding: 0 !important;
}
.timeline-card h4 {
  padding: 0 20px;
  font-size:20px;
  line-height:20px;
}
.timeline-card p {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 50px;
}
.timeline-item:nth-child(even) p {
	padding-bottom: 0px;
}
.timeline-card a {
  margin-left: 20px;
}
.timeline-content img{
	width:100%;
	padding-bottom:20px;}
/*.timeline-item:nth-child(1) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history-1973.jpg") center center no-repeat;
  background-size: cover;
}
.timeline-item:nth-child(2) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history-1975.jpg") center center no-repeat;
  background-size: cover
}
.timeline-item:nth-child(3) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history-1975-2.jpg") center center no-repeat;
  background-size: cover;
}
.timeline-item:nth-child(4) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history-1977.jpg") center center no-repeat;
  background-size: cover;
}
.timeline-item:nth-child(5) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history-1978.jpg") center center no-repeat;
  background-size: cover;
}
.timeline-item:nth-child(6) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history-1975-3.jpg") center center no-repeat;
  background-size: cover;
}
.timeline-item:nth-child(7) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history-1991.jpg") center center no-repeat;
  background-size: cover;
}
.timeline-item:nth-child(8) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history-1996.jpg") center center no-repeat;
  background-size: cover;
}
.timeline-item:nth-child(9) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history-2000.jpg") center center no-repeat;
  background-size: cover;
}
.timeline-item:nth-child(10) .timeline-img-header {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0)), url("../imgs/history.jpg") center center no-repeat;
  background-size: cover;
}*/
.timeline-img-header {
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-img-header h2 {
  color: #000;
  position: absolute;
  bottom: 5px;
  left: 20px;
}



.date {
  background: #82b440;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-size:24px;
  line-height:20px;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 35px;
  }
  .timeline .timeline-img {
    left: 35px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 55px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 40px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
  .timeline-item:nth-child(odd) .timeline-content .date {
	right: auto;
	left: 0;
  }
  .timeline-item:nth-child(odd) .timeline-content{
	text-align: left;
  }
  .timeline-item:nth-child(even) p {
	padding-bottom: 20px;
  }
}
