/* body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
} */

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

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

.fdisc-steps { overflow: hidden; position: relative; margin-top: 20px; }

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

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

.fdisc-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%;
}
.fdisc-step.activated .fdisc-step-icon {
	background: #fff; border: 1px solid #33b35a; color: #33b35a; line-height: 38px;
}
.fdisc-step.active .fdisc-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #33b35a; font-size: 22px; line-height: 48px;
}

.fdisc-step p { color: #ccc; }
.fdisc-step.activated p { color: #33b35a; }
.fdisc-step.active p { color: #33b35a; }

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

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

.fdisc .input-error { border-color: #33b35a; }



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

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

/* @media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.top-content { padding: 40px 0 110px 0; }

} */

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.fdisc { padding-bottom: 20px; }
	.fdisc-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) {
	
	/* logo */
    .navbar-brand {
    	/*background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 162px 36px !important;*/
    }
	
}
