



	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #646464;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #f8f8f8;
		/*border-radius: 6px;*/
		border: solid 1px #e5e5e5;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			-webkit-box-shadow: none;
			        box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			/*border-color: #e89980;*/
			/*box-shadow: 0 0 0 2px #e89980;*/
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #e5e5e5;
			content: '\f078';
			display: block;
			height: 3em;
			line-height: 3em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #777;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.55em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #f8f8f8;
				/*border-radius: 6px;*/
				border: solid 1px #e5e5e5;
				content: '';
				display: inline-block;
				height: 1.8em;
				left: 0;
				line-height: 1.725em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.8em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #666;
			border-color: #666;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #e89980;
			-webkit-box-shadow: 0 0 0 1px #e89980;
			        box-shadow: 0 0 0 1px #e89980;
		}

	input[type="checkbox"] + label:before {
		/*border-radius: 6px;*/
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}


		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		.button {
			-moz-appearance: none;
			-webkit-appearance: none;
			-ms-appearance: none;
			appearance: none;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			/*background-color: #666;*/
			xborder-radius: 6px;
			border: 0;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-weight: 400;
			height: 3em;
			line-height: 3em;
			padding: 0 2em;
			text-align: center;
			text-decoration: none;
			white-space: nowrap;
		}

			input[type="submit"]:hover,
			input[type="reset"]:hover,
			input[type="button"]:hover,
			.nextButt:hover {
				background-color: #737373;
				background-color: white;
				color: black;
				/*border: 1px solid black;*/
				box-shadow: inset 0 0 1px black;
				  background-color: #fff;
				  animation-name: color;
				  animation-duration: 2s;
				  animation-iteration-count: infinite;
			}

body {

}

/*@keyframes color {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #dfd;
  }

  100% {
    background-color: #fff;
  }*/
}			

.incomplete-butt:hover {
				  background-color: grey;
				  animation-name: none;
}

			input[type="submit"]:active,
			input[type="reset"]:active,
			input[type="button"]:active,
			.button:active {
				background-color: #595959;
			}

			input[type="submit"].icon,
			input[type="reset"].icon,
			input[type="button"].icon,
			.button.icon {
				padding-left: 1.35em;
			}

				input[type="submit"].icon:before,
				input[type="reset"].icon:before,
				input[type="button"].icon:before,
				.button.icon:before {
					margin-right: 0.5em;
				}

			input[type="submit"].fit,
			input[type="reset"].fit,
			input[type="button"].fit,
			.button.fit {
				display: block;
				margin: 0 0 1em 0;
				width: 100%;
			}

			input[type="submit"].small,
			input[type="reset"].small,
			input[type="button"].small,
			.button.small {
				font-size: 0.8em;
				height: 2.7em;
				line-height: 2.7em;
			}

			input[type="submit"].big,
			input[type="reset"].big,
			input[type="button"].big,
			.button.big {
				font-size: 1.25em;
				height: 2.7em;
				line-height: 2.7em;
			}

			input[type="submit"].alt,
			input[type="reset"].alt,
			input[type="button"].alt,
			.button.alt {
				background-color: transparent;
				-webkit-box-shadow: inset 0 0 0 2px #e5e5e5;
				        box-shadow: inset 0 0 0 2px #e5e5e5;
				color: #777;
			}

				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				input[type="button"].alt:hover,
				.button.alt:hover {
					background-color: #f8f8f8;
				}

				input[type="submit"].alt:active,
				input[type="reset"].alt:active,
				input[type="button"].alt:active,
				.button.alt:active {
					background-color: #f0f0f0;
				}

				input[type="submit"].alt.icon:before,
				input[type="reset"].alt.icon:before,
				input[type="button"].alt.icon:before,
				.button.alt.icon:before {
					color: #999;
				}

			input[type="submit"].special,
			input[type="reset"].special,
			input[type="button"].special,
			.button.special {
				background-color: #e89980;
				color: #ffffff !important;
			}

				input[type="submit"].special:hover,
				input[type="reset"].special:hover,
				input[type="button"].special:hover,
				.button.special:hover {
					background-color: #ecaa96;
				}

				input[type="submit"].special:active,
				input[type="reset"].special:active,
				input[type="button"].special:active,
				.button.special:active {
					background-color: #e4886a;
				}

			input[type="submit"].disabled, input[type="submit"]:disabled,
			input[type="reset"].disabled,
			input[type="reset"]:disabled,
			input[type="button"].disabled,
			input[type="button"]:disabled,
			.button.disabled,
			.button:disabled {
				background-color: #777 !important;
				-webkit-box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
				        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
				color: #f5f5f5 !important;
				cursor: default;
				opacity: 0.25;
			}

@media only screen and (max-width: 760px) {
	#cta p {
		font-weight: 400;
	}
}
