﻿.timeline-watermark  { display:none;
	 position:absolute; z-index:-100; font-size:10pt; display:table; color:rgba(255, 102, 102, 0.2); top:16%; left:35%;
	 
}

.slide a{ outline:0px;
	 text-align:center; display:block;  color:rgba(20,20,20,0.9); font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:10pt; text-transform:capitalize;}

.bx-viewport {
	 overflow-x:hidden !important; display:table; height:100px;  margin-top:-20px;
}
.slide a:hover .dot{
	background-color:#E34234;
}
.dot{display:table; height:8px; width:8px; border-radius:50%; /*background-color:#E34234;*/
 border:2px #E34234 solid;
 margin-left:auto; margin-right:auto; margin-top:9px;}
 #slider-next i{
	 font-size:25px; color:#E34234; margin-left:15px; margin-top:5px; font-weight:bold;
}

#slider-prev i {
 font-size:25px; color:#E34234; margin-left:14px; margin-top:5px; font-weight:bold;


}

.arrow-up-timeline {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid rgba(200,200,200,0.9);




}

.timeline-date {  display:table;  font-size:9pt; 
	position:absolute; margin-top:-23px; color:black; text-align:center;
}

date.right{ margin-left:-20px !important;}

@media (max-width:600px)
{
date.left{ margin-left:-20px !important;}	
}

@media (max-width:460px)
{
date.right{ margin-left:-50px !important;}	
}

.time-line-year {
	 width:58%; border-bottom:2px rgba(230,67,52,0.5) solid; margin-left:auto; margin-right:auto; margin-top:15px;
}
ul.time-line-year {
border-bottom:2px rgba(230,67,52,0.5) solid;	
}
.time-line-year ul > li {
	 display:inline-block; width:13.28571428571429%;
}
.time-line-year ul > li > span{
	  display:block; border:1px rgba(255,102,102,0.3) solid; display:table; margin-left:auto; margin-right:auto; padding:5px 10px;
	   background-color:rgba(255,102,102,0.2); text-align:center;
	  border-radius:5px;  color:black ; cursor:pointer; font-weight:bold; font-size:10pt;
	  }
	  
	  
.time-line-year ul > li:hover > span{
  background-color:rgba(255,102,102,0.8); color:white;
   
	  transition-duration:300ms;
	  transform:rotate(360deg);
	  
	   -webkit-transition-duration:300ms;
	  -webkit-transform:rotate(360deg);
	  
	     -moz-transition-duration:800ms;
	  -moz-transform:rotate(360deg);

   -o-transition-duration:300ms;
	  -o-transform:rotate(360deg);
   -ms-transition-duration:300ms;
	  -ms-transform:rotate(360deg);


	
}
.time-line-year li:active span,.time-line-year li:focus span,.time-line-year li:visited span {background-color:rgba(255,102,102,0.8); color:white;	}	
.time-line-year .active span{
	
background-color:rgba(255,102,102,0.8); color:white;
}


.time-line-year ul > li:last-child span{
	 min-width:75px;
}  
	  
.time-line-year ul > li > .h-line{
	width:2px; background-color:rgba(230,67,52,0.9); height:20px;  margin-bottom:-15px; display:table; margin-left:auto; margin-right:auto;
}
@media (max-width:980px)
{
.time-line-year {
	 width:90%;
}	
}


@media (max-width:450px)
{
.time-line-year ul > li {
 width:22.28571428571429%;
}

.time-line-year  li:nth-child(6),.time-line-year  li:nth-child(5),.time-line-year  li:nth-child(4){
	  display:none !important;
}	
}

