
.steps-frame {
	margin-top: 20px;
	text-align: center;
}

.steps {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.steps li {
	position: relative;
	float: left;
	display: inline-block;
	height: 34px;
	width: 130px;
	background: url(steps-dots.png) 0px -93px no-repeat;
	color: #93999b;
	margin-bottom: 75px;
	cursor: pointer;
}

.steps li .label {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -20px;
}

.steps li.active {
	background-position: 0px -133px;
	color: #565a5c;
	font-weight: 600;
	font-size: 14px;
}

.steps li.active .label {
	bottom: -30px;
}

.steps li:first-child {
	background-position: 0px -13px;
}

.steps li.active:first-child {
	background-position: 0px -53px;
}

.steps li:last-child {
	background-position: 0px -173px;
}

.steps li.active:last-child {
	background-position: 0px -213px;
}

.steps-frame .mainlabel {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: -10px;
	margin-top: 20px;
}

/* Centered */

.steps-frame.steps-centered {
	border-top: 1px solid #ebebeb;
}

.steps-frame.steps-centered .steps {
	margin-top: 25px;
}

.steps-frame.steps-centered .steps li {
	margin-bottom: 45px;
}