
#timeline #dates a {
	color: rgba(15,60,100,0.2);
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size: 18px;
}
	#timeline #dates a:hover {
		color:rgba(15,60,100,0.6);
	}
	
	#timeline #dates a.selected{
		color: rgb(15,60,100);
		font-size: 22px !important;		
	}

#timeline h1,.timeline h2 {
	text-align: center;
	margin-bottom: 5px;
}

#timeline .sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		overflow: hidden;
		margin: 100px auto;
		position: relative;
	}
		#dates {
			width: 1460px;
			height: 140px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 150px;
				height: 80px;
				text-align: center;
				padding-top:40px;
			}
			
				#dates a {
					line-height: 38px;
				}			
		
		#timeline #issues {
			overflow: hidden;
		}	
			#issues li {
				list-style: none;
				float: left;
			}

				#issues li h1 {
					font-size: 26px;
					margin: 20px 0;
				}
				#issues li p {
					width:760px;
					padding-left:100px;
					padding-right:100px;
					
				}
		
		#timeline #next, #timeline #prev {
			position: absolute;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#timeline #next:hover, #timeline #prev:hover {
				opacity: 0.5;
			}
			#timeline #next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#timeline #prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
		@media only screen and (max-width:767px) {		
      #timeline #next, #timeline #prev { top: 80px; }
    }