ul.step span,
ul.step a,
ul.step em,
ul.step,
ul.step li {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	/*font-size: 14px !important;*/
	vertical-align: baseline;
}

ul.step.clearfix:before, ul.step.clearfix:after {
	content: " ";
	display: table;
}
ul.step *, ul.step *:before, ul.step *:after {
	box-sizing: border-box;
}
ul.step.clearfix:after {
	clear: both;
}

ul.step {
	list-style: none;
	margin-top: 0;
	margin-bottom: 30px;
	overflow: hidden;
}

@media (min-width: 768px) {
	ul.step {
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		border-radius: 4px !important;
	}
}

ul.step li {
	float: left;
	width: 16.6%;
	text-align: left;
	border: 1px solid;
	border-top-color: #cacaca;
	border-bottom-color: #9a9a9a;
	border-right-color: #b7b7b7;
	border-left-width: 0px;
}

@media (max-width: 767px) {
	ul.step li {
		width: 100%;
		border-left-width: 1px;
	}
}

ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
	display: block;
	padding: 13px 10px 14px 13px;
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-shadow: 1px 1px white;
	position: relative;
}

@media (min-width: 768px) and (max-width: 979px) {
	ul.step li a,
	ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	ul.step li a:after,
	ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
		content: ".";
		position: absolute;
		top: 0;
		right: -31px;
		z-index: 0;
		text-indent: -5000px;
		display: block;
		width: 31px;
		height: 52px;
		margin-top: -2px;
	}
}

ul.step li a:focus,
ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
	text-decoration: none;
	outline: none;
}

ul.step li.paso1 {
	border-left-width: 1px;
	border-left-color: #b7b7b7;
}

@media (min-width: 768px) {
	ul.step li.paso1 {
		-moz-border-radius-topleft: 4px !important;
		-webkit-border-top-left-radius: 4px !important;
		border-top-left-radius: 4px !important;
		-moz-border-radius-bottomleft: 4px !important;
		-webkit-border-bottom-left-radius: 4px !important;
		border-bottom-left-radius: 4px !important;
	}
}

ul.step li.paso1 span,
ul.step li.paso1 a {
	z-index: 6;
	padding-left: 13px !important;
}

@media (min-width: 768px) {
	ul.step li.paso1 span,
	ul.step li.paso1 a {
		-moz-border-radius-topleft: 4px !important;
		-webkit-border-top-left-radius: 4px !important;
		border-top-left-radius: 4px !important;
		-moz-border-radius-bottomleft: 4px !important;
		-webkit-border-bottom-left-radius: 4px !important;
		border-bottom-left-radius: 4px !important;
	}
}

ul.step li.paso2 span, ul.step li.paso2 a {
	z-index: 5;
}

ul.step li.paso3 span, ul.step li.paso3 a {
	z-index: 4;
}

ul.step li.paso4 span, ul.step li.paso4 a {
	z-index: 3;
}

ul.step li.paso5 span, ul.step li.paso5 a {
	z-index: 2;
}

ul.step li.paso6 span {
	z-index: 1;
}

@media (min-width: 768px) {
	ul.step li.paso6 {
		-moz-border-radius-topright: 4px !important;
		-webkit-border-top-right-radius: 4px !important;
		border-top-right-radius: 4px !important;
		-moz-border-radius-bottomright: 4px !important;
		-webkit-border-bottom-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
	}

	ul.step li.paso6 span {
		-moz-border-radius-topright: 4px !important;
		-webkit-border-top-right-radius: 4px !important;
		border-top-right-radius: 4px !important;
		-moz-border-radius-bottomright: 4px !important;
		-webkit-border-bottom-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
	}
}

ul.step li.step_current {
	font-weight: bold;
	background: #42b856;
	background: -moz-linear-gradient(top, #42b856 0%, #43ab54 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42b856), color-stop(100%, #43ab54));
	background: -webkit-linear-gradient(top, #42b856 0%, #43ab54 100%);
	background: -o-linear-gradient(top, #42b856 0%, #43ab54 100%);
	background: -ms-linear-gradient(top, #42b856 0%, #43ab54 100%);
	background: linear-gradient(to bottom, #42b856 0%, #43ab54 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b856', endColorstr='#43ab54', GradientType=0);
	border-color: #399b49 #51ae5c #208931 #369946;
}

ul.step li.step_current span {
	color: white;
	text-shadow: 1px 1px #208931;
	border: 1px solid;
	border-color: #73ca77 #74c776 #74c175 #74c776;
	position: relative;
}

@media (min-width: 1200px) {
	ul.step li.step_current span {
		padding-left: 38px;
	}

	ul.step li.step_current span:after {
		background: url(order-step-a.png) right 0 no-repeat;
	}
}

ul.step li.step_current_end {
	font-weight: bold;
}

ul.step li.step_todo {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}

ul.step li.step_todo span {
	display: block;
	border: 1px solid;
	border-color: white;
	color: #333333;
	position: relative;
}

@media (min-width: 1200px) {
	ul.step li.step_todo span {
		padding-left: 38px;
	}

	ul.step li.step_todo span:after {
		background: url(order-step-current.png) right 0 no-repeat;
	}
}

ul.step li.step_done {
	border-color: #666666 #5f5f5f #292929 #5f5f5f;
	background: #727171;
	background: -moz-linear-gradient(top, #727171 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727171), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #727171 0%, #666666 100%);
	background: -o-linear-gradient(top, #727171 0%, #666666 100%);
	background: -ms-linear-gradient(top, #727171 0%, #666666 100%);
	background: linear-gradient(to bottom, #727171 0%, #666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727171', endColorstr='#666666', GradientType=0);
}

ul.step li.step_done a {
	color: white;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid;
	border-color: #8b8a8a;
}

@media (min-width: 1200px) {
	ul.step li.step_done a {
		padding-left: 38px;
	}

	ul.step li.step_done a:after {
		background: url(order-step-done.png) right 0 no-repeat;
	}
}

@media (min-width: 1200px) {
	ul.step li.step_done.step_done_last a:after {
		background: url(order-step-done-last.png) right 0 no-repeat;
	}
}

@media (min-width: 992px) {
	ul.step li.step_last span:after {
		display: none;
	}
}

ul.step li em {
	font-style: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
	ul.step li em {
		display: none;
	}
}

