.timeline .invisible{ opacity: 0 !important;}
.timeline .visible{	opacity: 1 !important;}
.timeline {
  position: relative;
  padding-bottom:120px;
  margin-bottom:200px;
}
.timeline:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 4px;
  background: #e60012;
  left: 50%;
  
}

.timeline .year {
  background: #eeeeee;
  color:#e60012;
  max-width: 6em;
  margin: 0 auto 30px auto;
  padding: 0.5em;
  text-align: center;
  position: relative;
  clear: both;
  font-size:22px;
  font-weight:bold;
}
.timeline .images{ float:left; display:inline-block; margin-right:10px;}
.timeline .new_ttl{ line-height:20px; font-weight:bold; font-size:16px; margin-bottom:0px;}
.timeline ul {
  list-style: none;
  z-index: 1;
  padding: 0px;
  max-width:100%;
  margin: 0px auto;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline ul.last {
  position: absolute;
  width: 100%;
  bottom: -120px;
  left: 0%;
}

.timeline li {
  padding-left:50px; 
  margin-bottom:0px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  text-align:left;

}
.timeline li .newsfeed{ background: #FFFFFF; padding: 15px; 
	-webkit-box-shadow: 0px 3px 3px rgba(150, 150, 150, 0.5);
	-moz-box-shadow: 0px 3px 3px rgba(150, 150, 150, 0.5);
	box-shadow: 0px 3px 3px rgba(150, 150, 150, 0.5);
	position:relative;
	 min-height:100px;	
}
/*.timeline li .newsfeed:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid #FFFFFF;
  border-right: 15px solid transparent;
  position: absolute;
  right: 10px;
  top: 0;
}*/
.timeline li:nth-child(odd) .arrow{
  width: 0;
  height: 0;
  border-top: 15px solid #FFFFFF;
  border-right: 15px solid transparent;
  position: absolute;
  top:0px;
  right:-15px;
}
.timeline li:nth-child(even) .arrow{
  width: 0;
  height: 0;
  border-top: 15px solid #FFFFFF;
  border-left: 15px solid transparent;
  position: absolute;
  top:0px;
  left:-14px;
}
.timeline li:nth-child(even) {
    float: right;
    margin-top: 20px;
	left:4px;
  }
  .timeline li:nth-child(odd) {
    float: left;
	padding-right:50px;
	padding-left:0px;
  }
/*.timeline li:nth-child(even) .newsfeed:before {
    border-top: 15px solid #FFFFFF;
    border-left: 15px solid transparent;
    left: 10px;
  }*/
  
.timeline li .dot{
  position: absolute;
  content: '';
  top: -5px;
  left:-8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e60012;
  box-shadow: 0 0 0 4px #eeeeee;
  text-align:center;
}

.timeline li:nth-child(odd) .dot{
	right: -8px;	
	left:auto;
}
.timeline ul.last .dot{
	background:none;
	  box-shadow: 0 0 0 0px;
  color:#e60012;
  text-align: center;
  width: 70px;
  right:-35px;
  height:28px;
  padding:0px;
  top:-12px;
  border-radius:0;
}

.timeline time {
  color:#999;
  font-size:14px;
}
.timeline li:nth-of-type(2n+1) {
    clear: both;
  }
@media screen and (max-width: 767px) {
  .timeline{
	 padding-bottom: 5px; 
  }
  .timeline:before {
    left: 20px;
  }
  .timeline .images{ display:inline-block; float:none; margin-bottom:10px; width:100%;}
  .timeline .year{ margin:0px; text-align:left; padding:15px 0px 15px 0px;}
  .timeline ul {
    padding: 0 0 0 25px;
	max-width:100%;
  }
  .timeline li:nth-child(even),
  .timeline li:nth-child(odd) {
    float: none;
	width: auto;
	padding-left:50px;
	padding-right:0px;
	left:0px;
	margin-bottom: 20px;
	
  }
  .timeline li:nth-child(even) .dot,
  .timeline li:nth-child(odd) .dot{
		right: auto;	
		left:-9px;
	}
  .timeline li:nth-child(even) .arrow,
  .timeline li:nth-child(odd) .arrow{
    border-top: 15px solid #FFFFFF;
    border-left: 15px solid transparent;
	border-right: 15px solid transparent;
    left: -15px;
	right:auto;
  }
  .timeline ul.last {
	  padding: 0 0 0 25px;
	  width: 100%;
	  left:0px;
	  bottom: auto;
	  margin-top: 15px;
  }
  .timeline ul.last .dot{
	background:none;
	  box-shadow: 0 0 0 0px;
	  color:#e60012;
	  text-align: center;
	  width: 50px;
	  right:auto;
	  left:-25px;
	  height:28px;
	  padding:0px;
	  top:-12px;
	  border-radius:0;
	}
}
