
/***** Top content *****/

.top-content { padding: 40px 0 10px 0; text-align:center; }

.top-content .text { color: #fff;}
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 170px 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: 40px; }*/

.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-steps-text
{

}

.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: #27D7F4;
}

.f1-progress-step1 {
	width: 50%;
}

.f1-progress-step2 {
  width: 25%;
}

.f1-progress-step3 {
  width: 16.666666%;
}

.f1-progress-step4 {
  width: 12.5%;
}

.f1-progress-step5
{
  width:10%;
}

.f1-progress-step6 {
  width: 8.333333%;
}

.f1-progress-step7 {
  width: 7.142857%;
}

.f1-progress-step8 {
	width: 6.25%;
}

.f1-progress-step9 {
	width: 5.55%;
}

.f1-progress-step10 {
	width: 5%;
}

.f1-progress-step11 {
	width: 4.54%;
}

.f1-progress-step12 {
	width: 4.16%;
}

.f1-progress-step13 {
	width: 3.85%;
}

.f1-steps1 {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 5px;
}

.f1-steps2 {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 5px;
}
.f1-steps3 {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 0 5px;
}
.f1-steps4 {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 5px;
}
.f1-steps5 {
  position: relative;
  float: left;
  width: 20%;
  padding: 0 5px;
}
.f1-steps6 {
  position: relative;
  float: left;
  width: 16.666666%;
  padding: 0 5px;
}
.f1-steps7 {
  position: relative;
  float: left;
  width: 14.285714%;
  padding: 0 5px;
}
.f1-steps8 {
	position: relative;
	float: left;
	width: 12.5%;
	padding: 0 5px;
}

.f1-steps9 {
	position: relative;
	float: left;
	width: 11.1%;
	padding: 0 5px;
}

.f1-steps10 {
	position: relative;
	float: left;
	width: 10%;
	padding: 0 5px;
}

.f1-steps11 {
	position: relative;
	float: left;
	width: 9.09%;
	padding: 0 5px;
}

.f1-steps12 {
	position: relative;
	float: left;
	width: 8.33%;
	padding: 0 5px;
}

.f1-steps13 {
	position: relative;
	float: left;
	width: 7.68%;
	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%;
}
.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #27D7F4;
  color: #27D7F4;
  line-height: 38px;
}
.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #27D7F4;
  font-size: 22px;
  line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p {
  color: #27D7F4;
}
.f1-step.active p {
  color: #27D7F4;
}

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error {
  border: 2px solid red;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
		
	.top-content { padding: 40px 0 110px 0; }

}

@media (max-width: 415px) {
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
}

.WizardContainerOverflow {
	overflow-x: auto;
}

.wizard3 {
	position: relative;
	z-index: 1 !important;
	min-width: 490px;
}

.wizard4 {
	position: relative;
	z-index: 1 !important;
	min-width: 620px;
}

.wizard5 {
	position: relative;
	z-index: 1 !important;
	min-width: 750px;
}

.wizard6 {
	position: relative;
	z-index: 1 !important;
	min-width: 880px;
}

.wizard7 {
	position: relative;
	z-index: 1 !important;
	min-width: 1010px;
}

.wizard10 {
	position: relative;
	z-index: 1 !important;
	min-width: 1400px;
}

.wizard11 {
	position: relative;
	z-index: 1 !important;
	min-width: 1530px;
}

.wizard12 {
	position: relative;
	z-index: 1 !important;
	min-width: 1660px;
}

.wizard13 {
	position: relative;
	z-index: 1 !important;
	min-width: 1790px;
}

.f1-step.final .f1-step-icon {
	background: #1f9425 !important;
}