@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	position: absolute !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.codrops-header {
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
	color: #000;
	height: 30%;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
}

.codrops-header h1 {
	margin: 0;
	font-weight: 400;
	font-size: 2.5em;
	font-family: 'arialblack';
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;

	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 0.6em;
	opacity: 0.7;
}

#register-div {
	padding: 5%;
}

form {
	position: relative;
	margin: 0 auto;
	padding: 0 0 1em 0;
	max-width: 860px;
	width: 100%;
	text-align: left;
	font-size: 1.25em;
}

.submit {
	display: none;
}

ul {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	list-style: none;
	position: relative;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
}

ul:before {
	content: '';
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2.35em;
}

/*ul.radio-button:before {
	background-color: #777;
}*/

li {
	z-index: 100;
	position: relative;
	visibility: visible;
	height: auto;
	-webkit-transition: none;
	transition: none;
}

li > span {
	display: block;
	overflow: hidden;
}

label {
	display: block;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

label {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

input {
	display: block;
	margin: 0.3em 0 0 0;
	padding: 0.5em 1em 0.5em 0.7em;
	width: calc(100% - 2em);
	border: none;
	background: transparent;
	color: rgba(0,0,0,0.8);
	font-size: 1em;
	line-height: 1;
	opacity: 1;
	outline: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.radios {
	display: flex;
}

.radio-div {
	display: inline-block;
	margin: 0px auto;
	/*font-size: 30px;*/

	-ms-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-o-transform: translateY(-3px);
}

select {
	display: block;
	width: 100%;
	height: 2.35em;
	background: transparent;
	outline: none;
	border: none;
	padding: 0.5em 1em 0.5em 0.7em;

	-webkit-appearance: button;
}

option {
	text-align: center;
	background-color: #666;
	outline: none;
	border: none;
}

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: block;
	margin: 2em auto 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right:before {
	content: "\e00d";
}

.btn-3 {
	background: #333;
	color: #fff;
}

.btn-3:hover {
	background: #1e9cd7;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 2.5;
	font-size: 140%;
	width: 60px;
}

.btn-3e {
	padding: 25px 120px 25px 60px;
	overflow: hidden;
}

.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e:hover:after {
	width: 120px;
}