
.f1 {
    padding: 5px; 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-top: 20px; margin-bottom: 40px; }

.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: #ff2800; }

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

.f1-step-icon {
    display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
    font-size: 20px; color: #fff; line-height: 42px; padding-left: 3px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
    background: #fff; border: 1px solid #ff2800; color: #ff2800; line-height: 38px;
}
.f1-step.active .f1-step-icon {
    width: 48px; height: 48px; margin-top: 0; background: #ff2800; font-size: 26px; line-height: 50px; padding-left: 3px;
}

.f1-step p { color: #ccc; line-height: 1em;
             margin-top: 10px;}
.f1-step.activated p { color: #ccc; }
.f1-step.active p { color: #ff2800; }

.f1 fieldset { display: none; text-align: left; }

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




@media (max-width: 415px) {


    .f1 { padding-bottom: 20px; }
    .f1-buttons button { margin-bottom: 5px; }
    .f1-step p{	font-size: 11px;}
    .f1-step.active p { font-size: 13px;}
    .f1-step-icon {
        width: 35px; height: 35px; margin-top: 6px; font-size: 18px; line-height: 38px;
    }
    .f1-step.active .f1-step-icon {
        width: 40px; height: 40px; margin-top: 5px; font-size: 20px; line-height: 42px;
    }

}

