.timeline-container{
	background-color: white;
	position: relative;
	display:inline-block;
	
	width:100%;
}

.timeline-heading{
	text-align: center;
	color: black;
	margin: 20px;
	font-size: 25px;
}

.tl-info{
	padding: 0.01em 0 0 16px;
}

.tl-title-container {
  	width: 100%;
  	position: relative;
  	margin: 3% 0 3% 0;
  	min-height: 300px;
   	box-shadow: -5px -8px 12px 0 rgba(0, 0, 0, 0.6);
  	overflow: hidden;
}

.tl-title {
	border-top: 110px solid #000;
	border-right: 73vw solid transparent;
  	width: 0;  
	display:inline-block;
}

.tl-title span {
  	position:absolute;
  	color: white;
  	top: 10px;
  	left: 1%;
  	font-size: 18px;
  	display:block;
  	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 40%;
}

.tl-sidebar{
	box-shadow: 0 -8px 18px 0 rgba(0, 0, 0, 0.6);
	padding: 10px 0px;
	overflow: hidden;
	height: 100vh;
}

ul.tl-yearlist{
	list-style-type: none;
	border-right: 3px solid #bdbdbd;
	margin-right: 3rem;
}

ul.tl-yearlist li{
  position: relative;
  border-bottom: 3px solid #bdbdbd;
  margin: 15% -3px 8% 15%;
  cursor: pointer;
  font-size: 20px;
}

ul.tl-yearlist li a:hover{
  color: #b99f6e;
}


ul.tl-yearlist li:last-child:after{
  	content: '';
	height: 220%;
	width: 3px;
	position: absolute;
	right: 0;
	background-color: #bdbdbd;
}

li.active-year{
	position: relative;
  	border-bottom: 3px solid black !important;
}

li.active-year:after{
	content: '';
	height: 220%;
	width: 3px;
	position: absolute;
	right: 0;
	background-color: black !important;
}

.tl-content{
	width: 100%;
	position: relative;
	clear: both;
	padding: 0 4%;
}

.tl-media{
	height: 100%;
	min-height: 100px;
	margin-bottom: 20px;
}

.tl-text{
	float: right;
	height: 100%;
	padding-bottom: 7%;
}

.tl-sidebar-fixed{
	position: fixed;
	top: -1px;
	width: 24.99999%;
	overflow-y: scroll;
}

.tl-sidebar-absolute{
	position: absolute;
	bottom: 0;
	width: 24.99999%;
	height: 100%;
}

.tl-yearlist-absolute{
	position: absolute;
	bottom: 0;
	width: 83%;
}

#ulyears li a{
	display: inline-block;
	width: 100%;
}

.tl-btn-container{
	position: absolute;
	bottom: 4%;
	right: 7%;
}

.tl-see-more-btn{
	color: #fff;
	background: #000;
	padding: 4px 8px;
	font-size: 12px;
	border: 1px solid #000;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.tl-see-more-btn:hover{
	color: #000;
	background-color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.tl-show-sidebar-container{
	display: none;
}

@media only screen and (max-width: 680px) {    
	.tl-info{
		padding: 0.01em 16px 0 16px;
		width: 95% !important;
	}
	
	.tl-info-small{
		padding: 0.01em 0 0 16px;
		width: 74.9% !important;
	}
	
	.tl-text{
		margin-right: 3%;
	}
	
	.tl-sidebar{
		display: none;
	}
	
	.tl-sidebar-display{
		display: block;
	}
	
	.tl-show-sidebar-container{
		display: block;
		position: absolute;
		/*bottom: 88%;*/
		right: 0;
		top: 8%;
	}
	
	.tl-show-sidebar-container-extended{
		right: 25%;
	}
	
	.tl-show-sidebar-container-fixed{
		position: fixed;
		bottom: 30%;
	}
	
	.tl-show-sidebar-container-bottom{
		top: auto !important;
		bottom: 1% !important;
	}
	
	.tl-show-sidebar-btn{
		color: #fff;
		background-color: #000;
		border: 1px solid #000;
		font-size: 18px;
		height: 40vh;
		border-top-left-radius: 40%;
		border-bottom-left-radius: 40%;
	}
	
	.tl-show-sidebar-btn-extended{
		width: 98%;
	}
	
	ul.tl-yearlist{
		margin-right: 1rem;
	}
	
	ul.tl-yearlist li{
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 525px) {
	ul.tl-yearlist li{
		font-size: 0.7em;
	}
	
	.tl-text{
	 	margin-bottom: 14%;
	 }
}

@media only screen and (max-width: 450px) {
	 
	 ul.tl-yearlist li{
		font-size: 0.6em;
		margin-bottom: 60%;
		margin-left: -30%;
	}
	
	.tl-text{
		font-size: 0.6em;
	}
	
	.tl-text-small{
		width: 50% !important;
		margin-right: 10%;
	}
	
	.tl-btn-container{
		bottom: 4%;
		right: 25%;
	}
}