<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.timeline .timeline_line {
	margin-top:10px;
	margin-bottom:10px;
}

.timeline .t_line_holder {
	height:80px;
	background:url('../images/timeline/dark/line.jpg') repeat-x 0px 40px;
}
.timeline h3.t_line_year {
	margin:0;
}
.timeline .t_line_m {
	margin-top:35px;
	height:10px;
	border-left:1px solid #141817;
}
.timeline .t_line_m.right {
	border-right:1px solid #141817;
}
.timeline h4.t_line_month {
	margin:-30px 0 0;
}
.timeline a.t_line_node {
	text-decoration:none;
	padding:38px 0 4px;
	height:10px;
	font-size:12px;
	top:-25px;
	background:url('../images/timeline/dark/dot.png') no-repeat center 24px;
	color:#141817;
}
.timeline a.t_line_node:hover {
	background:url('../images/timeline/dark/dot-rollover.png') no-repeat center 24px;
}
.timeline a.t_line_node.active {
	background:url('../images/timeline/dark/dot-selected.png') no-repeat center 24px;
}
.timeline .t_node_desc {
	background: rgba(26,134,172,0.9);
	top:0;
	color:#fff;
	padding:1px 5px;
}
.timeline #t_line_left {
	cursor:pointer;
	left:-30px;
	top:30px;
	width:14px;
	height:19px;
	background:url('../images/timeline/dark/arrow.png') no-repeat left bottom;
}

.timeline #t_line_left:hover {
	background:url('../images/timeline/dark/arrow.png') no-repeat left top;
}

.timeline #t_line_right {
	cursor:pointer;
	right:-30px;
	top:30px;
	width:14px;
	height:19px;
	background:url('../images/timeline/dark/arrow.png') no-repeat right bottom;
}

.timeline #t_line_right:hover {
	background:url('../images/timeline/dark/arrow.png') no-repeat right top;
}

.timeline .timeline_items {
	padding:10px 0;
}

.timeline .item {
	height:300px;
	text-align:center;
	background:url('../images/timeline/dark/background-gray.png') repeat; 
	color:#fff;
	cursor:pointer;
}

.timeline .item:hover {
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}

.timeline .item img {
	margin-top:20px;
}

.timeline .item span{
	display:block;
	margin:10px 20px;
	font-style:italic;
	font-size:14px;
}

.timeline .item_open {
	height:300px;
	background:url('../images/timeline/dark/background-blue.jpg') repeat; 
	color:#fff;
}

.timeline .item_open h2 {
	margin-top:10px;
	padding-top:0;
	font-size:28px;
}

.timeline .item_open .t_close {
	position:absolute;
	top:10px;
	right:10px;
	padding:2px 8px 2px 10px;
	font-family: 'BebasNeueRegular';
	font-size:20px;
	color:#dddddd;
	background: rgba(0,0,0,0.25);
	cursor:pointer;
}
.timeline .item_open .t_close:hover {
	color:#ffffff;
}

.timeline .timeline_open_content {
	padding:20px;
}
.timeline .t_controles {
	text-align:center;
}
.timeline .t_left,
.timeline .t_right {
	display:inline-block;
	height:50px;
	width:29px;
	margin:10px;
	cursor:pointer;
}
.timeline .t_left,
.timeline .t_left:hover:active {
	background: url('../images/timeline/light/big-arrow.png') no-repeat left bottom;
}
.timeline .t_left:hover {
	background: url('../images/timeline/light/big-arrow.png') no-repeat left top;
}

.timeline .t_right,
.timeline .t_right:hover:active {
	background: url('../images/timeline/light/big-arrow.png') no-repeat right bottom;
}

.timeline .t_right:hover {
	background: url('../images/timeline/light/big-arrow.png') no-repeat right top;
}
</pre></body></html>