.top-content { padding: 40px 0 170px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box { padding-top: 10px; text-align: center;}

.f1 {
	padding: 25px; 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; }

.f1-progress {position: absolute;top: 32px;right: 0;width: 100%;height: 1px;background: #ddd;}
.f1-progress-line { position: absolute; top: 0; right: 0; height: 1px; background: #f35b3f; }

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

.f1-step-icon {
	display: inline-block;
	width: 55px;
	height: 55px;
	margin-top: 4px;
	background: #ddd;
	font-size: 26px;
	color: #fff;
	line-height: 62px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 6px;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #f35b3f; color: #f35b3f; line-height: 60px;
}
.f1-step.active .f1-step-icon {
	width: 58px;
	height: 58px;
	margin-top: 0;
	background: #f35b3f;
	font-size: 30px;
	line-height: 66px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #f35b3f; }
.f1-step.active p { color: #f35b3f; }

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

.f1-buttons { text-align: left; margin-top: 20px;}

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


button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus, button.btn.btn-next.active:focus { background: #f35b3f; color: #fff; }

button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus, button.btn.btn-submit.active:focus { background: #f35b3f; color: #fff; }

button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus { background: #bbb; }

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

}


