
.wizard {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

/***** Top menu *****/


.form-box { padding-top: 40px; }

.f1 {
	padding: 10px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-bottom:10px; height:95px;  }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #ec971f; }

.f1-step { position: relative; float: left; width: 25%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    margin-bottom: 8px;
}
.f1-step.activated .f1-step-icon {
	background: #31b0d5; border: 1px solid #31b0d5; color: #fff; line-height: 38px;
}
.f1-step.active .f1-step-icon {
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ec971f;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #ec971f;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #31b0d5; }
.f1-step.active p { color: #ec971f; font-weight:bold; }

.f1 div.step-content { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { 
    border-color: #a94442;
    color: red;
}
    .f1 .input-error input {
        border-color: red;
    }




/***** Media queries *****/

@media (max-width: 415px) {
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }
}