@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,500,600");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #575b72;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}
	

/* Type */

	body, input, select, textarea {
		font-family: "Raleway", sans-serif;
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 500;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h5, h6 {
		line-height: 1.5;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.5em;
		font-weight: 500;
	}

	h2 {
		font-size: 1.75em;
		font-weight: 500;
		margin: 0 0 0.65em 0;
	}

	h3 {
		font-size: 1em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	h4 {
		font-size: 0.9em;
		font-weight: 600;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}

	h5 {
		font-size: 0.8em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	h6 {
		font-size: 0.7em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.75em;
		}

		h2 {
			font-size: 1.25em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border-radius: 4px;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 3em 0;
	}

		hr.major {
			margin: 5em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #434b56;
	}

	a {
		color: #434b56;
	}

	strong, b {
		color: #434b56;
	}

	h1, h2, h3, h5, h6 {
		color: #434b56;
	}

	blockquote {
		border-left-color: rgba(67, 75, 86, 0.25);
	}

	code {
		background: rgba(67, 75, 86, 0.05);
		border-color: rgba(67, 75, 86, 0.25);
	}

	hr {
		border-bottom-color: rgba(67, 75, 86, 0.25);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-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;
		border-radius: 3.92857em;
		border: 0;
		cursor: pointer !important;
		display: inline-block;
		font-weight: 600;
		height: 3.92857em;
		line-height: 3.92857em;
		padding: 0 3em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-size: 0.9em;
	}

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

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		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,
		.button.small {
			font-size: 0.6em;
		}

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

		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,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: #d7d9dc;
		box-shadow: inset 0 0 0 1px rgba(67, 75, 86, 0.25);
		color: #434b56 !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(67, 75, 86, 0.05);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(67, 75, 86, 0.1);
		}

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

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

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

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form.combined {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			margin-left: auto;
			margin-right: auto;
			max-width: 100%;
			position: relative;
			width: 35em;
		}

			form.combined input[type="text"],
			form.combined input[type="password"],
			form.combined input[type="email"],
			form.combined select,
			form.combined textarea {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				border-bottom-left-radius: 2.75em;
				border-bottom-right-radius: 0;
				border-top-left-radius: 2.75em;
				border-top-right-radius: 0;
			}

			form.combined input[type="submit"] {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}

		@media screen and (max-width: 480px) {

			form.combined {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				form.combined input[type="text"],
				form.combined input[type="password"],
				form.combined input[type="email"],
				form.combined select,
				form.combined textarea {
					border-radius: 2.75em;
					margin: 0 0 1em 0;
				}

				form.combined input[type="submit"] {
					border-radius: 2.75em;
				}

		}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 500;
		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;
		border-radius: 4px;
		border: none;
		border: solid 1px;
		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 {
			box-shadow: none;
		}

	.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 {
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

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

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

	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;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			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 {
				border-radius: 4px;
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

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

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

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #434b56;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background: rgba(67, 75, 86, 0.05);
		border-color: rgba(67, 75, 86, 0.25);
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #fed586;
			box-shadow: inset 0 0 0 1px #fed586;
		}

		input[type="text"] ::-webkit-input-placeholder,
		input[type="password"] ::-webkit-input-placeholder,
		input[type="email"] ::-webkit-input-placeholder,
		select ::-webkit-input-placeholder,
		textarea ::-webkit-input-placeholder {
			color: rgba(67, 75, 86, 0.5) !important;
		}

		input[type="text"] :-moz-placeholder,
		input[type="password"] :-moz-placeholder,
		input[type="email"] :-moz-placeholder,
		select :-moz-placeholder,
		textarea :-moz-placeholder {
			color: rgba(67, 75, 86, 0.5) !important;
		}

		input[type="text"] ::-moz-placeholder,
		input[type="password"] ::-moz-placeholder,
		input[type="email"] ::-moz-placeholder,
		select ::-moz-placeholder,
		textarea ::-moz-placeholder {
			color: rgba(67, 75, 86, 0.5) !important;
		}

		input[type="text"] :-ms-input-placeholder,
		input[type="password"] :-ms-input-placeholder,
		input[type="email"] :-ms-input-placeholder,
		select :-ms-input-placeholder,
		textarea :-ms-input-placeholder {
			color: rgba(67, 75, 86, 0.5) !important;
		}

		input[type="text"].invert,
		input[type="password"].invert,
		input[type="email"].invert,
		select.invert,
		textarea.invert {
			background: #ffffff;
			color: rgba(67, 75, 86, 0.75);
		}

			input[type="text"].invert::-webkit-input-placeholder,
			input[type="password"].invert::-webkit-input-placeholder,
			input[type="email"].invert::-webkit-input-placeholder,
			select.invert::-webkit-input-placeholder,
			textarea.invert::-webkit-input-placeholder {
				color: rgba(67, 75, 86, 0.5) !important;
			}

			input[type="text"].invert:-moz-placeholder,
			input[type="password"].invert:-moz-placeholder,
			input[type="email"].invert:-moz-placeholder,
			select.invert:-moz-placeholder,
			textarea.invert:-moz-placeholder {
				color: rgba(67, 75, 86, 0.5) !important;
			}

			input[type="text"].invert::-moz-placeholder,
			input[type="password"].invert::-moz-placeholder,
			input[type="email"].invert::-moz-placeholder,
			select.invert::-moz-placeholder,
			textarea.invert::-moz-placeholder {
				color: rgba(67, 75, 86, 0.5) !important;
			}

			input[type="text"].invert:-ms-input-placeholder,
			input[type="password"].invert:-ms-input-placeholder,
			input[type="email"].invert:-ms-input-placeholder,
			select.invert:-ms-input-placeholder,
			textarea.invert:-ms-input-placeholder {
				color: rgba(67, 75, 86, 0.5) !important;
			}

	.select-wrapper:before {
		color: rgba(67, 75, 86, 0.25);
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: rgba(67, 75, 86, 0.75);
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(67, 75, 86, 0.05);
			border-color: rgba(67, 75, 86, 0.25);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #fed586;
		border-color: #fed586;
		color: #ffffff;
	}

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

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		cursor: default;
		position: relative;
	}

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

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: block;
			margin: 0 0 2em 0;
		}

			.icon.major:before {
				border-radius: 100%;
				border: solid 1px;
				display: inline-block;
				font-size: 1.75em;
				height: 3.5em;
				line-height: 3.5em;
				width: 3.5em;
			}

		.icon.accent1 {
			color: #575b72;
		}

		.icon.accent2 {
			color: #4cabb1;
		}

		.icon.accent3 {
			color: #69c7ad;
		}

		.icon.accent4 {
			color: #fed586;
		}

		@media screen and (max-width: 736px) {

			.icon.major:before {
				font-size: 1.5em;
				height: 3.25em;
				line-height: 3.25em;
				width: 3.25em;
			}

		}

	.icon.major:before {
		border-color: rgba(67, 75, 86, 0.25);
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		margin: -0.75em 0 3em 0;
	}

	header.major {
		text-align: center;
	}

		header.major > :first-child {
			margin-top: -0.25em;
		}

	@media screen and (max-width: 736px) {

		header p {
			margin: -0.25em 0 2em 0;
		}

	}

	header p {
		color: rgba(67, 75, 86, 0.5);
	}



/* Wrapper */

	.wrapper {
		width: 100%;
	}

		.wrapper > .inner {
			width: 80em;
			max-width: 100%;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}

			.wrapper > .inner > .main {
				padding: 6em 6em 4em 6em ;
				background-color: #ffffff;
			}

			@media screen and (max-width: 1680px) {

				.wrapper > .inner > .main {
					padding: 0.8em 4em 0.5em 4em;
					box-shadow: 8px 8px 9px -4px #000000b3;
					border-radius: 1em;
				}

			}

			@media screen and (max-width: 736px) {

				.wrapper > .inner > .main {
					padding: 3em 2em 1em 2em ;
				}

			}

			@media screen and (max-width: 480px) {

				.wrapper > .inner > .main {
					padding: 3em 1.5em 1em 1.5em ;
				}

			}

		@media screen and (max-width: 1680px) {

			.wrapper > .inner {
				width: 72em;
			}

		}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		color: #ffffff;
		cursor: default;
		line-height: 1.5;
		margin: 0 0 3em 0;
		position: relative;
	}

		#header a {
			border-bottom: 0;
			color: inherit;
		}

		#header > .logo {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			display: inline-block;
			font-size: 1.25em;
			font-weight: 500;
			letter-spacing: 0.1em;
			text-transform: uppercase;
			vertical-align: middle;
		}

			#header > .logo span {
				border-left: solid 1px rgba(255, 255, 255, 0.25);
				color: rgba(255, 255, 255, 0.5);
				display: inline-block;
				font-size: 0.8em;
				margin-left: 0.325em;
				padding-left: 0.825em;
				position: relative;
				top: -0.075em;
			}

		@media screen and (max-width: 1280px) {

			#header {
				margin: 0 0 2em 0;
			}

				#header > .logo span {
					top: -0.05em;
				}

		}

		@media screen and (max-width: 736px) {

			#header > .logo {
				font-size: 1em;
			}

				#header > .logo span {
					font-size: 1em;
					top: 0;
				}

		}

		@media screen and (max-width: 480px) {

			#header {
				height: 44px;
				line-height: 44px;
				margin: 0;
				padding: 0 1.25em;
			}

				#header > .logo {
					font-size: 0.8em;
				}

					#header > .logo span {
						display: none;
					}

				#header > nav {
					font-size: 0.8em;
				}

					#header > nav ul {
						margin: 0;
					}

						#header > nav ul li a {
							padding: 0;
						}

							#header > nav ul li a:hover {
								background-color: transparent;
							}

		}

/* Menu */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}

/* Footer */

	#footer {
		background-color: transparent;
		text-align: center;
		vertical-align: middle;
	}

		#footer input, #footer select, #footer textarea {
			color: #ffffff;
		}

		#footer strong, #footer b {
			color: #ffffff;
		}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color: #ffffff;
			text-align: center;
		    margin-top: 0.5em;
		}

		#footer blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#footer code {
			background: rgba(255, 255, 255, 0.05);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#footer hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#footer a {
			border-bottom-color: transparent;
			color: rgba(255, 255, 255, 0.75);
		}

			#footer a:hover {
				border-bottom-color: inherit;
			}

		
		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
		}

/* Page Wrapper */

	#page-wrapper {
		overflow-x: hidden;
		width: 100%;
	}

		#page-wrapper > :first-child,
		#page-wrapper > :last-child {
			background-color: #4e5266;
		}

		#page-wrapper > * {
			padding: 0 4em;
		}

		#page-wrapper > :first-child {
			padding-top: 1em;
			overflow: hidden;
		}

		#page-wrapper > :last-child {
			padding-bottom: 1em;
			overflow: hidden;
		}

		@media screen and (max-width: 1280px) {

			#page-wrapper > * {
				padding: 0 2em;
			}

			#page-wrapper > :first-child {
				padding-top: 2em;
			}

			#page-wrapper > :last-child {
				padding-bottom: 4em;
			}

		}

		@media screen and (max-width: 480px) {

			#page-wrapper > * {
				padding: 0;
			}

			#page-wrapper > :first-child {
				padding-top: 0;
			}

			#page-wrapper > :last-child {
				padding-bottom: 3em;
			}
		}

/* regards */
#regards{
	text-align: center;
	background-color:#ffffff;
	width: 80%;
	border-radius: 1em;
	max-width: 80%;
	min-width: 70%;
	position: absolute;
	margin: 2% 10% 2% 10%;
	box-shadow: 8px 8px 9px -4px #000000b3;
	padding-bottom: 2%;
}