
.stepwizard-step p {
    margin-top: 10px;
	font-size: 13px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
	table-layout: fixed;
    position: relative;
	padding: 0;
	float: none;
}
.stepwizard .btn-circle {
	cursor: pointer;
	background-color: #5F6D81;
	border: 2px;
	color: white;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 4px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
}

.stepDone:before,
.btn-currentStep:before {
    top: 4px;
    bottom: 0;
    position: absolute;
	left: calc(-50% + 18px);
    content: "";
    width: calc(100% - 36px);
    height: 2px;
    background-color: #414950;
    z-index: 0;
}

.stepOne:before {
    top: 4px;
    bottom: 0;
    position: absolute;
    content: "";
	left: 0;
    width: calc(50% - 18px);
    height: 2px;
    background-color: #414950;
    z-index: 0;
}

.stepOneContrast:before,
.btn-currentStepContrast:before {
	background-color: #000;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
	width: 20%;
	z-index: 1;
}

.stepwizard-step .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.stepDone:hover {
	color: #333;
    background-color: #e6e6e6;
	border-color: #2159a2;
}
.stepwizard-step i {
	font-size: 130%;
	line-height: 1.428571429;
  margin-left: -1px;
}

.btn-circle {
    width: 44px;
    height: 44px;
    text-align: center;
    padding: 7px 0;
    font-size: 15px;
    line-height: 1.428571429;
    border-radius: 24px;
    margin-top: -16px;
    cursor: default;
}

.btn-circle:active {
	transform: none;
}


.stepDone {
	background: #fff;
	color: #2A323D !important;
	border: 1px solid #2A323D;
}


.btn[disabled] {
	opacity: 1;
}

.headlineStepsWrapper {
	width: 100%;
	height: 100px;
}

.headlineWrapped {
	width: 33%;
	float: left;
}



.stepwizard-step .btn-default {
	color: #333;
	background-color: #fff;
	border: 1px solid #8e8e8e;
}

.stepwizard-step .btn-default + p,
.stepwizard-step .btn-default {
	color: #8e8e8e;

}

.btn-currentStep + p,
.stepDone + p {
	font-weight: bold;
	color: #2159a2;
}

.stepwizard-step .btn-primary:active {
	background: #fff;
	color: #2159a2;
	border: 1px solid #2159a2;

}
/*
.stepwizard-step .btn-currentStep:hover {
	background: #0505ad;
	color: white;
	border: 1px solid #2159a2;
}*/

.stepwizard-step .btn-currentStep:active {
	background: #2159a2;
	color: white;
	border: 1px solid #2159a2;
}

@media (max-width: 1200px) {
	.stepwizard {
		width: 83%;
	}
	.btn-circle {
		width: 30px;
		height: 30px;
		padding: 4px 0;
		font-size: 14px;
		border-radius: 15px;
		margin-top: -10px;

	}
	.stepwizard-step p {
		margin-top: 10px;
		font-size: 12px;
	}
	.stepDone:before,
	.btn-currentStep:before {
		left: calc(-50% + 15px);
		width: calc(100% - 30px);
	}
	.stepOne:before {
		left: 0;
		width: calc(50% - 15px);

	}
}

@media ( max-width : 767px) {
	.stepDone + p,
	.stepwizard-step .btn-default + p,
	.btn-currentStep + p {
		font-size: 10px;
	}
}

@media ( max-width : 750px) {
	.stepwizard {
		width: 100%;
	}
}

@media ( max-width : 600px) {
	.stepwizard p{
		display: none;
	}
}


@media ( max-width : 500px) {
	.stepwizard-row:before,
	.stepDone:before,
	.btn-currentStep:before {
		top: 24px;
	}
	.btn-circle {
    	margin-top: 10px;
	}
}
