/* */
.hidden {
	display: none !important;
}

.prev {
	margin-top: 15px;
	margin-right: 15px;
}

.next {
	margin-top: 15px;
}

.stepwizard-step p {
	margin-top: 10px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	margin-top: 30px;
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: left;
	position: relative;
}
.stepwizard-step .btn-default{
	background:rgba(194, 194, 194,.6);
}
.stepwizard-step:last-child {
	background: #fff;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px !important;
}
.btn-done{
	background: #d0d0d0;
	color: #fff;
}

#mpContactStep5.mpContactStep .custom-control-label::before,
#mpContactStep5.mpContactStep .custom-control-label::after  {
	left: 3px;
}
#mpContactStep5.mpContactStep .custom-control-label {
	position: unset;
}
#mpContactStep5.mpContactStep.error .custom-control{
	background: rgba(255,0,0,.05);
	color: #c9071d !important;
}

#mpContactStep6.mpContactStep .custom-checkbox.error{
	background: rgba(255,0,0,.05);
	color: #c9071d !important;
}

.iForm .mpContactStep .form-text {
	color: #d0d0d0 !important;
	margin-top: 10px;
	margin-left: 30px;
}

.mp-contact-headline{
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	line-height:1.2;
	padding: 0;
	margin: 0;
	color: #333333;
	font-size: 40px;
	letter-spacing: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}

.mpContactStepHeadline {
	margin-top: 50px;
	margin-bottom: 15px;
}