*:focus {
    outline: 0;
}

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
}

body{
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

.step{
	padding: 100px 50px 20px 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.loading {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 120px 0 0 0;
}

.loading img {
    max-width: 208px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#joinform{
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.error {
    color: red;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    padding-right: 30px;
}

/* header */

header{
    position: fixed;
    width: 100%;
    background-color: #222222;
    z-index: 999;
    height: 70px;
}

header img {
    margin: 8px auto 13px 12px;
}

.fixfixed header { 
    position: absolute !important; 
}

#step-count{
	color:#fff;
	font-size: 28px;
	font-family: 'Gochi Hand', cursive;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	margin: 28px 20px auto auto;
	width: 55px;
	height: 30px;
	text-align: right;
}

span.step-counter {
    position: absolute;
    right: 37px;
}


img.warning{
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	/*border: #ff9424 3px solid;
	border-color: blue;*/
	max-width: 286px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
	width: 99%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 0 3px #ff9424;
}

#terms-2 {
	width: 350px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	font-size: 11px;
	color: #999;
	padding-right: 20px;
}

#terms-2 a {
	color: #ff9424;
}

/* buttons */

.buttons{
	margin-bottom:10px;
	text-align: center;
}

.buttons::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.btn {
	width: 75px;
	height: 75px;
    position: relative;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: rgba(0,0,0,0.4);
    font-size: 12px;
    font-weight: 700;
    float: left;
}
.btn-text{
	color:#f2f2f2;
}
.btn.radio {
    float: none;
}


.buttons.tall .btn{
	height: 90px;
}

.btn p{
	margin: 3px auto;
}

.btn img{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	opacity: .6;
}

.btn.active img{
	opacity: 1;
}

#btn-next {
	background-color:transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	border:none;
	font-weight: 700;
	color: rgba(0,0,0,0.4);
	font-size: 25px;
	width: 45px;
	height: 45px;
	line-height: 33px;
	padding: 0;
}

/* progress bar */

#progress{
	position: fixed;
	right: 18px;
	top: 50%;
	margin-top: -85px;
	width: 16px;
	height: 240px;
	z-index: 997;
}

.dot{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 15px 0;
	-webkit-transition: background-color .5s;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
}

.dot.complete{
	background-color: #666;
}

.dot.active{
	background-color: #ff9424;
}

.dot.inactive{
	background-color: #f2f2f2;
}


/* labels */

label{
	clear: both;
	color: #ff9424;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
	display: block;
	font-family: 'Gochi Hand', cursive;
}

label.big{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0;
	font-family: 'Gochi Hand', cursive;
}

label.small{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
	color:#fff;
}

/* other input */
input.input-line{
	padding:10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 92%;
	border: none;
	border: 2px solid #f2f2f2;
	background-color: transparent;
	color: #ff9424;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 22px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.label-center {
	text-align: center;
}

/* results */

#results span.step-counter {
    position: absolute;
    right: 37px;
}

#results {
	color:#fff;
	max-width: 545px;
	margin: 0 auto;
	padding: 80px 15px 15px 15px;
}

#results  img {
    display: block;
    margin: 0 auto;
    width: 208px;
}

#results .steps {
	font-size: 16px;
	margin: 20px 0px;
	color: #ff9424;
	font-weight: 600;
	text-align: left;
}

#results .checks {
	min-height: 30px;
	padding-left: 35px;
	padding-top: 5px;
	background: url(../img/option-selected.png) no-repeat scroll 0% 0%;
	margin: 10px 0px;
	text-align: left;
}

#results  h3 {
	font-size: 16px;
	margin: 20px 0px;
	text-align: left;
	font-weight: 600;
	color: #ff9424;
}

#results ul {
	list-style: none;
	padding: 0;
}

#results ol {
	display: block;
	list-style-type: decimal;
	padding-left: 40px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

#results  ol li {
	margin: 10px 0px;
}

#results .btn-steps {
	border-radius: 40px;
	border: #ff9424 3px solid;
	box-sizing: border-box;
	padding: 10px;
	-moz-box-sizing: border-box;
	color: #ff9424;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 12px;
	padding-bottom: 18px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 18px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	/* position: absolute; */
}

#results p{
	box-sizing: border-box;
	color: rgb(34, 34, 34);
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 72px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 110px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	width: 304px;
	position: absolute;
	left: 50%;
	margin-left: -152px;
}
p#terms{
	color:#999;
}

@media (max-height: 420px){
	#progress{
		position: fixed;
		right: 18px;
		top: 55%;
		margin-top: -70px;
		width: 16px;
		height: 160px;
		z-index: 997;
	}

	.dot{
		margin: 9px 0;
	}
}

@media (max-height: 420px) and (min-width: 420px){
	#btn-next {
		bottom: 5px;
		right: 50px;
	}
}

@media (min-width: 700px){
	.btn img {
	    width: 50px;
	    height: 50px;
	}

	.btn {
	    width: 75px;
	    height: 75px;
	}
	label {
	    font-size: 25px;
	}

	.buttons {
	    margin-bottom: 25px;
	}

	img.warning {
	    width: 350px;
	    max-width: 350px;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}
}

@media (max-width: 420px) {
	#progress{
		margin-top: -80px;
	}

	#terms-2 {
		width: 220px;
	}

	.dot{
		margin: 7px 0;
	}
}