.k2-timeline {
	float: none;
	width: 100%;
}

.k2-timeline > dd {
	clear: both;
	width: 100%;
}

.k2-timeline > dt {
	color: #222;
	font-size: 125%;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'MontserratRegular',sans-serif;
	margin: -25px 0 0.5em;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 100%;
}

.k2-timeline-nav {
	float: right;
	position: relative;
	z-index: 1;
}

.k2-timeline-nav a {
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	float: left;
	/* background: url(../images/timeline-prev.gif) no-repeat left bottom; */
}

.k2-timeline-nav a:hover,
.k2-timeline-nav a:focus {
	background-position: left top;
}

.k2-timeline-nav .timeline-next {
	/* background-image: url(../images/timeline-next.gif); */
}

.k2-timeline .inactive {

}