.bg-gray {
	background-color: #f7f7f7;
}

.bg-result {
	background: url('../images/bg_result.jpg') 50% 50% no-repeat;
	background-size: cover;
	display: flex;
	min-height: 700px;
}

.steps {
	text-align: center;
	position: relative;
}

.steps:before {
	width: 33%;
	left: 17%;
	top: 3.75em;
	border-top: 2px #ffa900 dashed;
	content: '';
	display: block;
	position: absolute;
}

.steps:after {
	width: 33%;
	right: 17%;
	top: 3.75em;
	border-top: 2px #ffa900 dashed;
	content: '';
	display: block;
	position: absolute;
}

.steps .number {
	font-size: 1.500em;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	width: 2.500em;
	height: 2.500em;
	line-height: 2.25;
	display: block;
	margin: 0 auto 1em auto;
	background-color: #0080ff;
	outline: 1em #fff solid;
	border-radius: 100%;
	z-index: 1;
	position: relative;
	top: 0;
}

.full-width input[type=text] {
	width: 100% !important;
}

#frm-aboutMeForm .line:nth-of-type(6) .help-block {
	top: 1.5em !important;
}

.fitness-test h3 {
	padding: 1em 0;
	font-size: 1.500em;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.fitness-test h4 {
	padding: 0;
	font-size: 1em;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.fitness-test label {
	color: #696969;
	font-size: 0.875em;
}

.fitness-test select, input[type=number] {
	font-size: 0.875em;
}

.fitness-test .test-selector {
	margin-bottom: 1em;
}

.results h3, .h3 {
	padding: 0.5em 0;
	font-size: 1.500em;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.results .result {
	background-color: #f7f7f7;
}

.results .result span {
	display: inline-block;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	padding: 0.85em 1em;
}

.results .result strong {
	display: inline-block;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	padding: 0.465em 0.6em;
	border: 2px #ffa900 solid;
	float: right;
}

table.bmi {
	max-width: 400px;
	margin: 0 auto;
	border-bottom: 1px #d9d9d9 solid;
}

table.bmi td {
	padding: 0.5em;
	border-top: 1px #d9d9d9 solid;
}

.evaluation {
	border-bottom: 2px #ffa900 solid;
	padding: 1.5em 0;
	text-align: center;
	margin-bottom: 1.75em;
}

.evaluation strong {
	color: #ffa900;
	font-weight: bold;
	font-size: 2.625em;
	padding: 0 0.25em;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
}

.share {
	padding-top: 1.75em;
	text-align: center;
}

.share h3 {
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.share .icons {
	padding: 0.75em 0 1em 0;
}

.share .icons a {
	display: inline-block;
	margin: 0 0.5em;
} 

.share .url {
	padding: 0.75em 1em;
	font-size: 0.875em;
	background-color: #e8e8e8;
	display: inline-block;
}

.ws {
	white-space: normal;
	line-height: 1.2 !important;
	display: inline-block;
}