@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    color: #000000;
}

header
,section
,article {
	display: block;
}

/*--------------------------------------------------------------------------------------------------------------------
	HEAD SECTION
--------------------------------------------------------------------------------------------------------------------*/
header {
    background-image: -webkit-linear-gradient(top, #c2c2c2, #ffffff);
    border-top: 30px solid #000000;
	text-align: center;
    overflow: hidden;
    width: 100%;
    top: 0px;
    height: 123px;
}

#header-image {
	width: 840px;
	height: 123px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 501px;
	height: 71px;
	margin-top: 30px;
}

#intro {
	margin-top: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid black;
	font: normal 16px/26px 'TradeGothicLTStdCnNo18', Arial, sans-serif;
	letter-spacing: 0.5px;
}

#intro p {
	width: 435px;
	margin: 30px auto 40px auto;
}

/*--------------------------------------------------------------------------------------------------------------------
	HEAD SECTION
--------------------------------------------------------------------------------------------------------------------*/

article {
    width: 840px;
	text-align: center;
	margin: 0 auto 0 auto;
}

h1 {
	font: normal 50px/50px 'BodoniStencil', Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h2 {
	font: bold 30px/30px 'BodoniStencil', Arial, sans-serif;
	font-style: italic;
	margin: 30px 0 30px 0;
	padding: 0;
}

h3 {
	font: normal 16px/20px 'TradeGothicLTStdCnNo20', Arial, sans-serif;
	text-transform: uppercase;
	margin: 20px 0 20px 0;
	padding: 0;
}


/*--------------------------------------------------------------------------------------------------------------------
	QUESTIONS
--------------------------------------------------------------------------------------------------------------------*/

#quiz {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid black;
}

#question-waist {
	margin-top: 50px;
	overflow: hidden;
}

#question-waist p,
#question-seat p {
	margin: 30px 0 30px 0;
	font: normal 15px/15px 'TradeGothicLTStdCnNo18', Arial, sans-serif;
	letter-spacing: 0.5px;
}

#question-seat {
	margin-top: 20px;
	overflow: hidden;
}
 
.curve-id-steps.enabled {
	height: 560px;
	color: #000000;
	border: 2px solid black;
	transition: border 0.5s, height 0.5s, color 0.5s;
	-webkit-transition: border 0.5s, height 0.5s, color 0.5s;
}
 
.curve-id-steps.disabled {
	height: 90px;
	color: #7f7f7f;
	border: 2px dotted #7f7f7f;
	transition: border 0.5s, height 0.5s, color 0.5s;
	-webkit-transition: border 0.5s, height 0.5s, color 0.5s;
}

.curve-id-steps {
	display: block;
}

.curve-id-steps ul {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 800px;
	display: inline-block;
}

.curve-id-steps li {
	cursor: default;
	float: left;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-right: 1px dotted #000000;
	padding: 3px 4px;
	width: 230px;
	min-height: 380px;
	list-style-type: none;
	text-align: -webkit-match-parent;
	font: normal 15px/15px 'TradeGothicLTStdCnNo20', Arial, sans-serif;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.curve-id-steps li:first-child {
	border-left: 1px dotted #000000;
}

.curve-id-steps li:hover {
	border: 2px solid #000000;
	padding: 2px 3px 2px 2px;
}

.curve-id-steps li span {
	max-width: 80%;
	display: block;
	margin: 50px auto 40px;
}

/*--------------------------------------------------------------------------------------------------------------------
	RESULTS
--------------------------------------------------------------------------------------------------------------------*/

#results {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid black;
	display: none;
}

.curve-result {
	display: none;
}

h4 {
	font: normal 20px/20px 'BodoniStencil', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 50px;
}

#user-results {
	width: 505px;
	margin: 32px auto;
	box-shadow: 0px 0px 5px 1px #c5c5c5;
	border: 1px solid #d1d1d1;
}

h1 span {
	color: #b3b5b8;
}

#results p {
	text-transform: uppercase;
	font: normal 18px/18px 'TradeGothicLTStdCnNo18', Arial, sans-serif;
}

#user-results p {
	letter-spacing: 1px;
}

.curve-icon {
	background: transparent url(../images/curve-icon-sprite.png) no-repeat 0 0;
	width: 80px;
	height: 21px;
	display: block;
	margin: 25px auto 20px;
}

.curve-icon.demi {
	background-position: 0 -22px !important;
}

.curve-icon.bold {
	background-position: 0 -44px !important;
}

#results ul {
	margin: 0;
	padding: 0;
}

#results ul li:first-child {
	list-style: none;
	padding: 0;
	margin: 0;
}

#results ul li {
	position: relative;
	display: inline;
	list-style: disc outside none;
	padding: 0 0 0 0;
	margin: 0 0 0 3px;
	font: normal 16px/16px 'TradeGothicLTStdCnNo18', Arial, sans-serif;
}

.btn-dbbdr {
	display: inline-block;
	background: #000;
	color: #FFF;
	border: 2px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 0px 2px #000;
	box-shadow: 0px 0px 0px 2px #000;
	padding: 9px 25px;
	margin: 20px 0;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "TradeGothicLTStdCnNo20", Helvetica, Arial, sans-serif;
}

.btn-dbbdr:hover {
	border: 1px solid #FFF;
	padding: 10px 26px 10px 26px;
}

/*--------------------------------------------------------------------------------------------------------------------
	FOOTER
--------------------------------------------------------------------------------------------------------------------*/

footer {
    box-shadow: 2px 5px 10px #ccc;
    text-align: center;
}

footer h1 {
    font-size: 20px;
    color: #ccc;
    text-transform: uppercase;
}