/* ==========================================================================
   Base
   ========================================================================== */

* {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
			-ms-transition: opacity 0.3s ease-in-out;
				-o-transition: opacity 0.3s ease-in-out;
					transition: opacity 0.3s ease-in-out;
}

body { font-family: 'Raleway', sans-serif; }

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: rgba( 196, 38, 63, 1 );
	text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	color: rgba( 196, 38, 63, 1 );
	/*font-weight: 700;*/
}

::selection {
	background: #FA5A5A;
	color: white;
	opacity: 0.8;
	text-shadow: none;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #C4263F
}

::-webkit-scrollbar-track {
	background-color: #ffffff;
	width: 10px;
}

::-webkit-scrollbar-thumb {
	width: 9px;
	background-color: #C4263F;
}

	/*	===========================
		MAP Canvas
	============================ */

	#map-canvas img,
	.google-maps img { max-width: none; }

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

/* ==========================================================================
   Forms
   ========================================================================== */

form {
	margin: 0 0 20px;
	vertical-align: top;
}

	fieldset {
		border-top: 1px solid #eeeeee;
		margin-bottom: 100px;
		margin-bottom: 5.55556rem;
		padding-bottom: 100px;
		padding-bottom: 5.55556rem;
		padding: 28px 0;
	}

input.error {
	border-color: #b94a48;
		-webkit-box-shadow: inset 0 1px 1px rgba( 0, 0, 0, 0.075 );
			-moz-box-shadow: inset 0 1px 1px rgba( 0, 0, 0, 0.075 );
				box-shadow: inset 0 1px 1px rgba( 0, 0, 0, 0.075 );
}

label.error { display: none !important; }

label {
	color: rgb( 196, 38, 63 );
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 42px;
}

textarea {
  height: auto;
  resize: none;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	color: rgb(55, 52, 53);
	font-size: 18px;
	font-weight: 300;
	height: 60px;
	padding: 10px;
}

	/*	===========================
		Form Project
	============================ */

	.form-header {
		margin: 0 auto 60px;
		width: 65%;
	}

		.form-header h1 { font-size: 40px; }
		.form-header p { font-size: 18px; }

/* ==========================================================================
   Typography
   ========================================================================== */

	/*	===========================
		Headers
	============================ */

	h1, h2, h3,
	h4, h5, h6 {
		color: inherit;
		font-family: inherit;
		margin: 10px 0;
		text-rendering: optimizelegibility;
		vertical-align: top;
	}

	h1, h2, h3 {
		font-weight: 300;
		letter-spacing: -3px;
		text-shadow: 0 0 1px #373435;
	}

	h1 {
		color: rgb(55, 52, 53);
		display: block;
		font-size: 45px;
		line-height: 62px;
	}

	h2 {
		display: block;
		font-size: 42px;
		margin-bottom: 10px;
	}

	h3 { font-size: 27px; }
	h4 { font-size: 20px; }
	h5 { font-size: 16px; }

	/*	===========================
		Div
	============================ */

	div { vertical-align: top; }

/*	=============================================================
	Separator
	============================================================= */

.separator {
	display: block;
	padding: 10px 0;
}
	.separator.bottom {	padding: 0 0 10px; }
	.separator.top { padding: 10px 0 0; }

	/*	===========================
		Separators Page's
	============================ */

	.separator-page-small-small { padding: 1.5em 0; }
	.separator-page-small {	padding: 2.5em 0; }
	.separator-page-medium { padding: 5em 0; }
	.separator-page-big { padding: 7.5em 0; }

	/*	===========================
		Fonts
	============================ */

		.font-normal { font-weight: normal; }
		.font-italic { font-style: italic; }
		.font-thin { font-weight: 100; }
		.font-light { font-weight: 300; }
		.font-normal { font-weight: 400; }
		.font-semi-bold { font-weight: 600 !important; }
		.font-strong { font-weight: 700; }

	/*	===========================
		Display
	============================ */

		.inline { display: inline-block; }
		.block { display: block; }
		.none { display: none; }

	/*	===========================
		Position
	============================ */

		.p-fixed { position: fixed; }
		.p-relative { position: relative; }
		.p-absolute { position: absolute; }

/*	===========================
	Vertical Align
============================ */

	.v-baseline { vertical-align: baseline; }
	.v-bottom { vertical-align: bottom; }
	.v-middle { vertical-align: middle !important; }
	.v-top { vertical-align: top; }

.bg-white { background-color: #ffffff; }
.bg-white-alt { background-color: #fafafa; }
.color-gray { color: #373435; }
.c-red { color: #C4263F; }
.c-white { color: #FFFFFF; }
.n-t-s { text-shadow: none !important; }

hr.small {
	background-color: #373435;
	height: 3px;
	margin: 20px auto;
	width: 40px;
}

	/*	===========================
		FontAwesome Icons
	============================ */

	/*.fa { transition: all 0.2s ease-in-out 0s; }*/
	.fa:hover { opacity: 1; }

	.fa.active { opacity: 1; }
	.fa-3 {	font-size: 5.5em; }
	.fa-4 {	font-size: 6em; }
	.fa-5 {	font-size: 12em; }
	.fa-6 {	font-size: 20em; }

	.fa-paperclip {
		color: #ffffff;
		margin-top: 12px;
	}

	.icon-circle {
		display: block;
		position: absolute;
		top: 50%;
		left: 51%;
		width: 38px;
		height: 38px;
		margin: -21px 0 0 -21px;
		border: 2px solid rgba(255,255,255,0.75);
		border-radius: 50%;
		overflow: hidden;
	}

		.icon-circle:hover {
			border: 2px solid rgba(255,255,255,1);
		}

/*	===========================
	Margin / Padding
============================ */

.m-l-r-auto {
	margin-left: auto;
	margin-right: auto;
}

	/*	=============
		Margin 0 0 0 0
	================= */

	.m-xs {	margin: 5px; }
	.m-sm {	margin: 10px; }
	.m { margin: 15px; }
	.m-md {	margin: 20px; }
	.m-lg {	margin: 30px; }
	.m-n { margin: 0; }

	/*	=============
		Margin X X X 0
	================= */

	.m-l-none {	margin-left: 0;	}
	.m-l-xs { margin-left: 5px;	}
	.m-l-sm { margin-left: 10px; }
	.m-l { margin-left: 15px; }
	.m-l-md { margin-left: 20px; }
	.m-l-lg { margin-left: 30px; }
	.m-l-xl { margin-left: 40px; }
	/*	Negative  */
	.m-l-n-xxs { margin-left: -1px; }
	.m-l-n-xs {	margin-left: -5px; }
	.m-l-n-sm {	margin-left: -10px;	}
	.m-l-n { margin-left: -15px; }
	.m-l-n-md { margin-left: -20px;	}
	.m-l-n-lg {	margin-left: -30px;	}
	.m-l-n-xl {	margin-left: -40px;	}

	/*	=============
		Margin 0 X X X
	================= */

	.m-t-none { margin-top: 0; }
	.m-t-xxs { margin-top: 1px;	}
	.m-t-xs { margin-top: 5px; }
	.m-t-sm { margin-top: 10px; }
	.m-t { margin-top: 15px; }
	.m-t-md { margin-top: 20px;	}
	.m-t-lg { margin-top: 30px; }
	.m-t-lg-g { margin-top: 35px; }
	.m-t-xl { margin-top: 40px;	}
	/*	Negative  */
	.m-t-n-xxs { margin-top: -1px; }
	.m-t-n-xs {	margin-top: -5px; }
	.m-t-n-sm {	margin-top: -10px; }
	.m-t-n { margin-top: -15px; }
	.m-t-n-md {	margin-top: -20px; }
	.m-t-n-lg {	margin-top: -30px; }
	.m-t-n-lg-g { margin-top: -35px; }
	.m-t-n-xl {	margin-top: -40px; }

	/*	=============
		Margin X 0 X X
	================= */

	.m-r-none { margin-right: 0; }
	.m-r-xs { margin-right: 5px; }
	.m-r-sm { margin-right: 10px; }
	.m-r { margin-right: 15px; }
	.m-r-md { margin-right: 20px; }
	.m-r-lg { margin-right: 30px; }
	.m-r-xl { margin-right: 40px; }
	/*	Negative  */
	.m-r-n-xxs { margin-right: -1px; }
	.m-r-n-xs {	margin-right: -5px; }
	.m-r-n-sm { margin-right: -10px; }
	.m-r-n { margin-right: -15px; }
	.m-r-n-md { margin-right: -20px; }
	.m-r-n-lg {	margin-right: -30px; }
	.m-r-n-xl {	margin-right: -40px; }

	/*	=============
		Margin X X 0 X
	================= */

	.m-b-none { margin-bottom: 0 !important; }
	.m-b-xs { margin-bottom: 5px; }
	.m-b-sm { margin-bottom: 10px; }
	.m-b { margin-bottom: 15px; }
	.m-b-md { margin-bottom: 20px; }
	.m-b-lg { margin-bottom: 30px; }
	.m-b-xl { margin-bottom: 40px; }
	/*	Negative  */
	.m-b-n-xxs { margin-bottom: -1px; }
	.m-b-n-xs { margin-bottom: -5px; }
	.m-b-n-sm {	margin-bottom: -10px; }
	.m-b-n { margin-bottom: -15px; }
	.m-b-n-md {	margin-bottom: -20px; }
	.m-b-n-lg {	margin-bottom: -30px; }
	.m-b-n-xl {	margin-bottom: -40px; }

	/*	=============
		Padding 0 0 0 0
	================= */

	.p-xs {	padding: 5px; }
	.p-sm {	padding: 10px; }
	.p { padding: 15px; }
	.p-md {	padding: 20px; }
	.p-lg {	padding: 30px; }
	.p-n { padding: 0; }

	/*	=============
		Padding X X X 0
	================= */

	.p-l-none { padding-left: 0; }
	.p-l-xs { padding-left: 5px; }
	.p-l-sm { padding-left: 10px; }
	.p-l { padding-left: 15px; }
	.p-l-md { padding-left: 20px; }
	.p-l-lg { padding-left: 30px; }
	.p-l-xl { padding-left: 40px; }

	/*	=============
		Padding 0 X X X
	================= */

	.p-t-none { padding-top: 0; }
	.p-t-xxs { padding-top: 1px;	}
	.p-t-xs { padding-top: 5px; }
	.p-t-sm { padding-top: 10px; }
	.p-t { padding-top: 15px; }
	.p-t-md { padding-top: 20px;	}
	.p-t-lg { padding-top: 30px; }
	.p-t-xl { padding-top: 40px;	}

	/*	=============
		Padding X X 0 X
	================= */

	.p-b-none { padding-bottom: 0; }
	.p-b-xs { padding-bottom: 5px; }
	.p-b-sm { padding-bottom: 10px; }
	.p-b { padding-bottom: 15px; }
	.p-b-md { padding-bottom: 20px; }
	.p-b-lg { padding-bottom: 30px; }
	.p-b-xl { padding-bottom: 40px; }

	/*	=============
		Padding X 0 X X
	================= */

	.p-r-none { padding-right: 0; }
	.p-r-xs { padding-right: 5px; }
	.p-r-sm { padding-right: 10px; }
	.p-r { padding-right: 15px; }
	.p-r-md { padding-right: 20px; }
	.p-r-lg { padding-right: 30px; }
	.p-r-xl { padding-right: 40px; }

/*	===========================
	Buttons
============================ */

	.btn-primary {
		background-color: transparent;
		border: 2px solid #373435;
		border-radius: 0;
		color: #373435;
		font-size: 2.2rem;
		font-weight: 700;
		height: 46px;
		line-height: 46px;
		margin: auto;
		padding: 0 20px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
	}

		.btn-primary:hover,
		.btn-primary.active {
			background-color: #373435;
			color: #FFFFFF;
		}

	/*	=============
		Outline
		Usage:
		[btn]
		[btn-outline]
		[btn-default]
	================= */

	.btn-outline {
		background-color: transparent;
		color: inherit;
		transition: all .5s;
	}

	.btn-primary.btn-outline { color: #428bca; }
	.btn-success.btn-outline { color: #5cb85c; }
	.btn-info.btn-outline {	color: #5bc0de;	}
	.btn-warning.btn-outline { color: #f0ad4e; }
	.btn-danger.btn-outline { color: #d9534f; }

	.btn-primary.btn-outline:hover,
	.btn-success.btn-outline:hover,
	.btn-info.btn-outline:hover,
	.btn-warning.btn-outline:hover,
	.btn-danger.btn-outline:hover { color: #fff; }

/*  =============
	Z-index
================= */

	.z-index--1			{ z-index: 1; }
	.z-index--2			{ z-index: 2; }
	.z-index--3			{ z-index: 3; }
	.z-index--4			{ z-index: 4; }
	.z-index--5			{ z-index: 5; }
	.z-index--2999		{ z-index: 2999; }
	.z-index--9999		{ z-index: 9999; }
	.z-index--999999	{ z-index: 999999; }

/*	===========================
	Pace
============================ */

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;

	-webkit-transform: translate3d(0, -50px, 0);
	-ms-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);

	-webkit-transition: -webkit-transform .5s ease-out;
	-ms-transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
}

.pace.pace-active {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 100;
}

.pace .pace-progress {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 10px;
	background: #c4263d;
	pointer-events: none;
}

.pace-running #page-wrapper { opacity: 0; }
.pace-done #page-wrapper { opacity: 1; }

/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {	position: relative; }
.flickity-enabled:focus { outline: none; }

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {	fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
	color: #333;
	font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	filter: alpha(opacity=25); /* IE8 */
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100); /* IE8 */
	opacity: 1;
}

/*	=============
	SimForm
================= */

.simform {
	position: relative;
	margin: 0 auto;
	/*padding: 2em 0 0;*/
	max-width: 860px;
	width: 100%;
	text-align: left;
	font-size: 2.5em;
}

.simform .submit {
	display: none;
}

/* Question list style */
.simform ol {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
}

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

.questions li {
	z-index: 100;
	position: relative;
	visibility: hidden;
	height: 0;
	-webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
	transition: visibility 0s 0.4s, height 0s 0.4s;
}

.questions li.current,
.no-js .questions li {
	visibility: visible;
	height: auto;
	-webkit-transition: none;
	transition: none;
}

/* Labels */
.questions li > span {
	display: block;
	overflow: hidden;
}

.questions li > span label {
	color: #ffffff;
	display: block;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	text-transform: uppercase;
}

.questions li.current > span label,
.no-js .questions li > span label {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.show-next .questions li.current > span label {
	-webkit-animation: moveUpFromDown 0.4s both;
	animation: moveUpFromDown 0.4s both;
}

@-webkit-keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); }
	to { -webkit-transform: translateY(0); }
}

@keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); transform: translateY(100%); }
	to { -webkit-transform: translateY(0); transform: translateY(0); }
}

/* Input field */
.questions input {
	display: block;
	/*margin: 0.3em 0 0 0;*/
	padding: 0.5em 1em 0.5em 0.7em;
	width: calc(100% - 2em);
	border: 2px solid  #ffffff;
	background: transparent;
	color: rgba(255,255,255,1);
	font-size: 1em;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.questions .current input,
.no-js .questions input {
	opacity: 1;
}

.questions input:focus,
.simform button:focus {
	outline: none;
}

/* Next question button */
.next {
	position: absolute;
	right: 0;
	bottom: 0.3em; /* padding-bottom of form plus progress bar height */
	display: block;
	padding: 0;
	width: 2em;
	height: 2em;
	border: none;
	background: none;
	color: rgba(255,255,255,1);
	text-align: center;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.next:hover { text-decoration: underline; }

/*.next::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "\f178";
	text-transform: none;
	font-weight: normal;mal;
	font-style: normal;
	font-variant: normal;
	font-family: 'FontAwesome';
	line-height: 2;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
.next.show {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto;
}

/* Progress bar */
.simform .progress {
	width: 0%;
	height: 0.15em;
	background: rgba(196,38,63,1);
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.simform .progress::before {
	position: absolute;
	top: auto;
	width: 100%;
	height: inherit;
	background: rgba(0,0,0,0.05);
	content: '';
}

/* Number indicator */
.simform .number {
	position: absolute;
	right: 0;
	overflow: hidden;
	margin: 0.4em 0;
	width: 3em;
	font-weight: 700;
	font-size: 0.4em;
}

.simform .number:after {
	position: absolute;
	left: 50%;
	content: '/';
	opacity: 0.4;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.simform .number span {
	float: right;
	width: 40%;
	text-align: center;
}

.simform .number .number-current {
	float: left;
}

.simform .number-next {
	position: absolute;
	left: 0;
}

.simform.show-next .number-current {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.simform.show-next .number-next {
	-webkit-animation: moveUpFromDown 0.4s both;
	animation: moveUpFromDown 0.4s both;
}

/* Error and final message */
.simform .error-message,
.simform .final-message {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.simform .error-message {
	padding: 0.4em 3.5em 0 0;
	width: 100%;
	color: rgba(255,255,255,1);
	text-align: center;
	font-style: italic;
	font-size: 0.4em;
}

.final-message {
	top: 50%;
	left: 0;
	padding: 0.5em;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.error-message.show,
.final-message.show {
	visibility: visible;
	opacity: 1;
}

.final-message.show {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* Final hiding of form / showing message */
.simform-inner.hide {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

/* No JS Fallback */
.no-js .simform {
	font-size: 1.75em;
}

.no-js .questions li {
	padding: 0 0 2em;
}

.no-js .simform .submit {
	display: block;
	float: right;
	padding: 10px 20px;
	border: none;
	background: rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.4);
}

.no-js .simform .controls {
	display: none;
}

/* Remove IE clear cross */
input[type=text]::-ms-clear {
	display: none;
}

/* Adjust form for smaller screens */
@media screen and (max-width: 44.75em) {
	.simform {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 33.5625em) {
	.simform {
		font-size: 1.2em;
	}
}

/*	=============
	Animated WOW JS
================= */

.animated {	-webkit-animation-duration: 1s;	animation-duration: 1s;	-webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

	/*	=============
		fadeIn
	================= */

	@-webkit-keyframes fadeIn {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}

	@keyframes fadeIn {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}

	.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

	/*	=============
		fadeInDown
	================= */

	@-webkit-keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
		100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
	}

	@keyframes fadeInDown {
		0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
		100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	}

	.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

	/*	=============
		fadeInUp
	================= */

	@-webkit-keyframes fadeInUp {
		from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
		100% { opacity: 1; -webkit-transform: none; transform: none; }
	}

	@keyframes fadeInUp {
		from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
		100% { opacity: 1; -webkit-transform: none; transform: none; }
	}

	.fadeInUp {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

	/*	=============
		fadeInLeft
	================= */

	@-webkit-keyframes fadeInLeft {
		from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
		100% { opacity: 1; -webkit-transform: none; transform: none; }
	}

	@keyframes fadeInLeft {
		from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
		100% { opacity: 1; -webkit-transform: none; transform: none; }
	}

	.fadeInLeft {
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
	}

	/*	=============
		fadeInRight
	================= */

	@-webkit-keyframes fadeInRight {
		from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
		to { opacity: 1; -webkit-transform: none; transform: none; }
	}

	@keyframes fadeInRight {
		from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
		to { opacity: 1; -webkit-transform: none; transform: none; }
	}

	.fadeInRight {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}

	/*	=============
		slideInLeft
	================= */

	@-webkit-keyframes slideInLeft {
		0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); }
		100% { -webkit-transform: translateX(0); transform: translateX(0); }
	}

	@keyframes slideInLeft {
		0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); }
		100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
	}

	.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

	/*	=============
		slideInRight
	================= */

	@-webkit-keyframes slideInRight {
		0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); }
		100% { -webkit-transform: translateX(0); transform: translateX(0); }
	}

	@keyframes slideInRight {
		0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); }
		100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
	}

	.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

	@-webkit-keyframes drop {
		0% { top: 5px; opacity: 0; }
		30% { top: 10px; opacity: 1; }
		100% { top: 25px; opacity: 0; }
	}
	@keyframes drop {
		0% { top: 5px; opacity: 0; }
		30% { top: 10px; opacity: 1; }
		100% { top: 25px; opacity: 0; }
	}

	/*	=============
		slideInUp
	================= */

	@-webkit-keyframes slideInUp {
		from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; }
		100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	}

	@keyframes slideInUp {
		from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; }
		100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	}

	.slideInUp { -webkit-animation-name: slideInUp;	animation-name: slideInUp; }