@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	text-align:center;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	background-color:#fff;
}
a {
	text-decoration:none;
}

/* Header */
#header {
	background-color:#F79400;
	height:35px;
	padding-top:10px;
	padding-bottom:10px;
}
#header a {
	display:block;
	position:absolute;
	width:25px;
	height:25px;
	padding:15px;
	cursor:pointer;
}
.btn-left {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:25px;
	padding:15px;
	cursor:pointer;
	color:#fff;
}
.btn-right {
	position:absolute;
	top:0;
	right:0;
	display:block;
	height:25px;
	padding:15px;
	cursor:pointer;
	color:#fff;
}

.title {
	color:#fff;
	font-size:1.3em;
	font-weight:normal;
	padding: 0.2em 0;
}

/* Main Area */
.form-area {
	padding:1em;
    margin:0 auto;
}
.form-area span{
	display:block;
	width:100%;
	margin:0 auto;
	text-align:left !important;
	font-size:0.8em;
	color:#F79400;
}
input[type="text"] {
	-webkit-appearance: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	width:100%;
	height: 40px;
	border: none;
    border: 1px solid #ddd;
	border-radius:5px;
    outline: 0 none;
    font-size: 1em;
	text-indent: 0.5em;
    color: #000;
	margin:5px auto 1em auto;
	padding-top:0.3em;
	padding-bottom:0.3em;
	background-color:#f9f9f9;
}
select {
	-webkit-appearance: none;
	float:left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	width:30%;
	margin:5px 5% 1em auto;
	height: 40px;
	border: none;
    border: 1px solid #ddd;
	border-radius:5px;
    outline: 0 none;
    font-size: 1em;
	text-indent: 0.5em;
    color: #000;
	background-color:#f9f9f9;
}
input:focus, select:focus{
    border: 1px solid #F79401;
	background-color:#fff;
}
.radio {
	text-align:left;
	padding:0.5em 0;
    border:none;
	margin-bottom:1em;
}
.col-2 {
	float:left;
	width:47.5%;
	margin-right:2.5%;
}
.col-2 span {
	width:90% !important;
	margin:0 !important;
}
.btn-bottom {
	width:100%;
	background-color:#fff;

	/*
	position:fixed;
	bottom:0;
	*/

}
.btn-bottom input[type="button"] {
	-webkit-appearance: none;
	width:100%;
	background-color:#555555;
    border: none;
    color: #FFF;
    font-size: 1em;
	text-decoration:none;
	padding:1em 0 1em 0;
}
.btn-bottom a:hover {
	background-color:#333333;
}
.clear {
	clear:both;
}
.kill-r-margin {
	margin-right:0 !important;
}
.question {
	font-size:1.5em;
	color:#000;
	padding:1.5em 1em 1em 1em;
	clear:both;
}
.btn {
	-webkit-appearance: none;
	width: 99%;
	margin: 0 auto 0.5em auto;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.2em;
	color:#000;
	background-color:#fff;
	display:block;
	text-decoration:none;
	padding:1em 0 1em 0;
}
.btn:hover {
	background:#f9f9f9;
}
.type-1 {
	border:1px solid #90DD8C;
}
.type-2 {
	border:1px solid #C8DA6A;
}
.type-3 {
	border:1px solid #F5D32E;
}
.type-4 {
	border:1px solid #E1851A;
}
.type-5 {
	border: 1px solid #FF0000;
}
.spacing {
	clear:both;
	margin-bottom:3em;
}
/* Small Display */
@media only screen
  and (device-width: 320px)
  and (min-device-height: 480px)
  and (max-device-height: 568px)
  and (orientation: portrait) {
	.col-2 {
		width:100%;
		margin:0 auto;
	}
}

/* Medium Display */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 375px)
  and (min-device-height: 590px)
  and (max-device-height: 667px)
  and (orientation: portrait) {
	.col-2 {
		width:100%;
		margin:0 auto;
	}
}

.btn-login-facebook {
	-webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 80% !important;
	background-color: #4A67B8 !important;
	color: #fff !important;

}
.btn-login-email {
	-webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 80% !important;
	background-color: #fff !important;
	border:1px solid #F79400 !important;
	color: #F79400 !important;
	margin-bottom: 1em;
}
.steps {
	width: 100%;
	border-spacing: 0;
}
.steps td {
	text-align: center;
}
