/* TIMELINR */

#timeline,
#dates li,
#next, 
#prev {
	background:none transparent;
}
/*




*/
#timeline {
	height:auto;
	margin:6rem auto 7.5rem;
	overflow:hidden;
	position:relative;
	width:auto;
}

/*



*/
#timeline #dates {
	height:4.5rem;
	margin:0;
	width:auto !important;
}
#timeline #dates li {
	
	margin-top:0.5rem;
}
#timeline #dates li a {
	color:rgb(174,181,185);
	line-height:1.8rem;
	padding:0;
	text-decoration:none !important;
	white-space: nowrap;
}
#timeline #dates li a:hover {
	color:rgb(230,31,138);
}
#timeline #dates li a.selected {
	color:rgb(230,31,138);
	font-size:1.8rem;
}
#timeline #dates li a:after {
	color:inherit;
	content:'\e114';
	display:block;
	font-family:'Glyphicons Halflings';
	font-size:1.4rem;
	font-style:normal;
	font-weight:400;
	line-height:1.8rem;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
/*




*/
#timeline #timelineborder {
	border-top:2px dotted rgb(174,181,185);
	color:transparent;
	margin:0;
}
/*




*/
#timeline #issues {
	height:auto;
	margin-top:3.2rem;
	overflow:hidden;
	padding:0;
}
#timeline #issues > li {
	width:290px;
	height:auto;
	overflow:hidden;
	padding:0;
}
@media ( min-width:360px ) {
	#timeline #issues > li {
		width:330px;
	}
}
@media ( min-width:480px ) {
	#timeline #issues > li {
		width:450px;
	}
}
@media ( min-width:640px ) {
	#timeline #issues > li {
		width:610px;
	}
}
@media ( min-width:768px ) {
	#timeline #issues > li {
		width:720px;
	}
}
@media ( min-width:992px ) {
	#timeline #issues > li {
		width:940px;
	}
}
@media ( min-width:1200px ) {
	#timeline #issues > li {
		width:1140px;
	}
}
/*




*/
#timeline #issues figure {
	padding-top:4px;
}
#timeline #issues figure > [class^="col-"] {
	padding-left:30px;
	padding-right:30px;
}
@media (min-width:768px) {
	#timeline #issues figure > [class^="col-"] {
		padding-left:100px;
		padding-right:100px;
	}
}
@media (min-width:992px) {
	#timeline #issues figure > [class^="col-"]:first-child {
		padding-left:100px;
		padding-right:25px;
	}
	#timeline #issues figure > [class^="col-"]:last-child {
		padding-left:25px;
		padding-right:100px;
	}
}
#timeline #issues figure img {
	/*
	border:1px solid rgb(218,220,221);
	*/
	float:none;
	margin: 0 auto;
}
#timeline #issues li.selected figure img {
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	
	-webkit-transition-delay:.2s!important;
	-moz-transition-delay:.2s!important;
	-ms-transition-delay:.2s!important;
	-o-transition-delay:.2s!important;
	transition-delay:.2s!important;
	-webkit-transition-duration:2s!important;
	-moz-transition-duration:2s!important;
	-ms-transition-duration:2s!important;
	-o-transition-duration:2s!important;
	transition-duration:2s!important;
}
#timeline #issues figcaption {
	margin-top: 2rem;
}

@media (max-width:991px) {
	#timeline #issues figcaption {
		margin-top:3rem;
	}
}
/*




*/
#timeline .timeline-nav {
	color:rgb(215,218,220);
	color:rgb(121,135,143);
	font-size:32px;
	height:100%;
	line-height:32px;
	max-height:186px;
	text-indent:0;
	top:82px;
	width:50%;
}
#timeline .timeline-nav:hover {
	color:rgb(230,31,138);
}
#timeline #next {
	text-align:right;
}
#timeline .timeline-nav .glyphicon {
	font-size:inherit;
	line-height:inherit;
	text-shadow:0 0 3px white;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	top:50%;
}
@media (min-width:360px) {
	#timeline .timeline-nav {
		max-height:214px;
	}
}
@media (min-width:480px) {
	#timeline .timeline-nav {
		max-height:300px;
	}
}
@media (min-width:640px) {
	#timeline .timeline-nav {
		max-height:414px;
	}
}
@media (min-width:768px) {
	#timeline .timeline-nav {
		max-height:398px;
	}
}
@media (min-width:992px) {
	#timeline .timeline-nav {
		color:rgb(218,220,221);
		font-size:62px;
		line-height:62px;
		max-height:258px;
		width:62px;
	}
}
/*
@media (min-width:1200px) {
	#timeline .timeline-nav {
		max-height:215px;
	}
}
*/
/*




*/
#timeline [class^="mask-"] {
	display:block;
	height:5rem;
	position:absolute;
	top:0;
	width:10rem;
	z-index:1;
}
@media (max-width:992px) {
	#timeline [class^="mask-"] {
		width:1.5rem;
	}
}
#timeline .mask-right {
	background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(242,242,242,1)));
	background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
	background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
	background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00f2f2f2', GradientType=1 );
	right:0;
}
#timeline .mask-left {
	background:-moz-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(255,255,255,0)));
	background:-webkit-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
	background:-o-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
	background:-ms-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
	background:linear-gradient(to right, rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00f2f2f2', GradientType=1 );
	left:0;
}
/*




*/