@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
@import url("fontawesome-all.min.css");

/*
	Helios by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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,
footer, 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,
footer, 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;
	}
	
	::-webkit-scrollbar {
		width: 7px;
		background-color: #f9f9fd;
	}

	::-webkit-scrollbar-thumb {
		background-color: #2C9A99;
  }

  ::-webkit-scrollbar-track {
	-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
	background-color: #f9f9fd;
}

::-webkit-scrollbar-button {
	background-color: #4d7fff;
	border-radius: 5px;
}

	mark {
		background-color: transparent;
		color: inherit;
	}
	
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	
	input, select, textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
	}
	
	/* Basic */
	
		html {
			box-sizing: border-box;
			height: 100%;
		}
	
		*, *:before, *:after {
			box-sizing: content-box;
		}
	
		body {
			min-height: 100%;
			background: #fcf9f0;
			color: #5b5b5b;
			font-size: 16px;
			line-height: 1.85em;
			font-family: 'Source Sans Pro', sans-serif;
			font-weight: 300;
		}
	
			body.is-preload *, body.is-preload *:before, body.is-preload *: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;
			}
	
		input, textarea, select {
			font-size: 15pt;
			line-height: 1.85em;
			font-family: 'Source Sans Pro', sans-serif;
			font-weight: 300;
		}
	
		h1, h2, h3, h4, h5, h6 {
			font-weight: 400;
			color: #483949;
			line-height: 1.25em;
		}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			border-bottom-color: transparent;
		}
	
		h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
			font-weight: 600;
		}
	
		h2 {
			font-size: 2.85em;
		}
	
		h3 {
			font-size: 1.25em;
		}
	
		h4 {
			font-size: 1em;
			margin: 0 0 0.25em 0;
		}
	
		strong, b {
			font-weight: 400;
			color: #483949;
		}
	
		em, i {
			font-style: italic;
		}
	
		a {
			color: inherit;
			text-decoration: none;
			-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		}
	
			a:hover {
				color: #ef8376;
				border-bottom-color: transparent;
			}
	
		sub {
			position: relative;
			top: 0.5em;
			font-size: 0.8em;
		}
	
		sup {
			position: relative;
			top: -0.5em;
			font-size: 0.8em;
		}
	
		blockquote {
			border-left: solid 0.5em #ddd;
			padding: 1em 0 1em 2em;
			font-style: italic;
		}
	
		p, ul, ol, dl, table {
			margin-bottom: 1em;
		}
	
		p {
			text-align: justify;
		}

		p.content {
			-moz-columns: 20em 2;
			-webkit-columns: 20em 2;
			-ms-columns: 20em 2;
			columns: 20em 2;
			-moz-column-gap: 2em;
			-webkit-column-gap: 2em;
			-ms-column-gap: 2em;
			column-gap: 2em;
			text-align: justify;
		}


		br.clear {
			clear: both;
		}
		hr {
			border: 0;
			border-bottom: solid 4px;
			margin: 2em 0;
		}
	
			hr.major {
				margin: 3em 0;
			}
	
/* Container */

.container {
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
}

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

		.container {
			width: 1200px;
		}

	}

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

		.container {
			width: calc(100% - 40px);
		}

	}

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

		.container {
			width: calc(100% - 50px);
		}

	}

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

		.container {
			width: calc(100% - 40px);
		}

	}



/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -10px;
			margin-left: -10px;
		}

			.row.gtr-25 > * {
				padding: 10px 0 0 10px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -10px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 10px;
				}

		.row.gtr-50 {
			margin-top: -20px;
			margin-left: -20px;
		}

			.row.gtr-50 > * {
				padding: 20px 0 0 20px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -20px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 20px;
				}

		.row {
			margin-top: -40px;
			margin-left: -40px;
		}

			.row > * {
				padding: 40px 0 0 40px;
			}

			.row.gtr-uniform {
				margin-top: -40px;
			}

				.row.gtr-uniform > * {
					padding-top: 40px;
				}

		.row.gtr-150 {
			margin-top: -60px;
			margin-left: -60px;
		}

			.row.gtr-150 > * {
				padding: 60px 0 0 60px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 60px;
				}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}

			.row.gtr-200 > * {
				padding: 80px 0 0 80px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -80px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 80px;
				}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-wide {
					order: -1;
				}

				.row > .col-1-wide {
					width: 8.33333%;
				}

				.row > .off-1-wide {
					margin-left: 8.33333%;
				}

				.row > .col-2-wide {
					width: 16.66667%;
				}

				.row > .off-2-wide {
					margin-left: 16.66667%;
				}

				.row > .col-3-wide {
					width: 25%;
				}

				.row > .off-3-wide {
					margin-left: 25%;
				}

				.row > .col-4-wide {
					width: 33.33333%;
				}

				.row > .off-4-wide {
					margin-left: 33.33333%;
				}

				.row > .col-5-wide {
					width: 41.66667%;
				}

				.row > .off-5-wide {
					margin-left: 41.66667%;
				}

				.row > .col-6-wide {
					width: 50%;
				}

				.row > .off-6-wide {
					margin-left: 50%;
				}

				.row > .col-7-wide {
					width: 58.33333%;
				}

				.row > .off-7-wide {
					margin-left: 58.33333%;
				}

				.row > .col-8-wide {
					width: 66.66667%;
				}

				.row > .off-8-wide {
					margin-left: 66.66667%;
				}

				.row > .col-9-wide {
					width: 75%;
				}

				.row > .off-9-wide {
					margin-left: 75%;
				}

				.row > .col-10-wide {
					width: 83.33333%;
				}

				.row > .off-10-wide {
					margin-left: 83.33333%;
				}

				.row > .col-11-wide {
					width: 91.66667%;
				}

				.row > .off-11-wide {
					margin-left: 91.66667%;
				}

				.row > .col-12-wide {
					width: 100%;
				}

				.row > .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 50px 30px 30px 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-1-normal {
					width: 8.33333%;
				}

				.row > .off-1-normal {
					margin-left: 8.33333%;
				}

				.row > .col-2-normal {
					width: 16.66667%;
				}

				.row > .off-2-normal {
					margin-left: 16.66667%;
				}

				.row > .col-3-normal {
					width: 25%;
				}

				.row > .off-3-normal {
					margin-left: 25%;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}

				.row > .col-5-normal {
					width: 41.66667%;
				}

				.row > .off-5-normal {
					margin-left: 41.66667%;
				}

				.row > .col-6-normal {
					width: 50%;
				}

				.row > .off-6-normal {
					margin-left: 50%;
				}

				.row > .col-7-normal {
					width: 58.33333%;
				}

				.row > .off-7-normal {
					margin-left: 58.33333%;
				}

				.row > .col-8-normal {
					width: 66.66667%;
				}

				.row > .off-8-normal {
					margin-left: 66.66667%;
				}

				.row > .col-9-normal {
					width: 75%;
				}

				.row > .off-9-normal {
					margin-left: 75%;
				}

				.row > .col-10-normal {
					width: 83.33333%;
				}

				.row > .off-10-normal {
					margin-left: 83.33333%;
				}

				.row > .col-11-normal {
					width: 91.66667%;
				}

				.row > .off-11-normal {
					margin-left: 91.66667%;
				}

				.row > .col-12-normal {
					width: 100%;
				}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -9px;
					margin-left: -9px;
				}

					.row.gtr-25 > * {
						padding: 9px 0 0 9px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -9px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 9px;
						}

				.row.gtr-50 {
					margin-top: -18px;
					margin-left: -18px;
				}

					.row.gtr-50 > * {
						padding: 18px 0 0 18px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -18px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 18px;
						}

				.row {
					margin-top: -36px;
					margin-left: -36px;
				}

					.row > * {
						padding: 36px 0 0 36px;
					}

					.row.gtr-uniform {
						margin-top: -36px;
					}

						.row.gtr-uniform > * {
							padding-top: 36px;
						}

				.row.gtr-150 {
					margin-top: -54px;
					margin-left: -54px;
				}

					.row.gtr-150 > * {
						padding: 54px 0 0 54px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -54px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 54px;
						}

				.row.gtr-200 {
					margin-top: -72px;
					margin-left: -72px;
				}

					.row.gtr-200 > * {
						padding: 72px 0 0 72px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -72px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 72px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrow {
					order: -1;
				}

				.row > .col-1-narrow {
					width: 8.33333%;
				}

				.row > .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrow {
					width: 16.66667%;
				}

				.row > .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrow {
					width: 25%;
				}

				.row > .off-3-narrow {
					margin-left: 25%;
				}

				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrow {
					width: 41.66667%;
				}

				.row > .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrow {
					width: 50%;
				}

				.row > .off-6-narrow {
					margin-left: 50%;
				}

				.row > .col-7-narrow {
					width: 58.33333%;
				}

				.row > .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrow {
					width: 66.66667%;
				}

				.row > .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrow {
					width: 75%;
				}

				.row > .off-9-narrow {
					margin-left: 75%;
				}

				.row > .col-10-narrow {
					width: 83.33333%;
				}

				.row > .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrow {
					width: 91.66667%;
				}

				.row > .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrow {
					width: 100%;
				}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8px;
					margin-left: -8px;
				}

					.row.gtr-25 > * {
						padding: 8px 0 0 8px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -8px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8px;
						}

				.row.gtr-50 {
					margin-top: -16px;
					margin-left: -16px;
				}

					.row.gtr-50 > * {
						padding: 16px 0 0 16px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -16px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 16px;
						}

				.row {
					margin-top: -32px;
					margin-left: -32px;
				}

					.row > * {
						padding: 32px 10px 10px 32px;
					}

					.row.gtr-uniform {
						margin-top: -32px;
					}

						.row.gtr-uniform > * {
							padding-top: 32px;
						}

				.row.gtr-150 {
					margin-top: -48px;
					margin-left: -48px;
				}

					.row.gtr-150 > * {
						padding: 48px 0 0 48px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -48px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 48px;
						}

				.row.gtr-200 {
					margin-top: -64px;
					margin-left: -64px;
				}

					.row.gtr-200 > * {
						padding: 64px 0 0 64px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -64px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 64px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrower {
					order: -1;
				}

				.row > .col-1-narrower {
					width: 8.33333%;
				}

				.row > .off-1-narrower {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrower {
					width: 16.66667%;
				}

				.row > .off-2-narrower {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrower {
					width: 25%;
				}

				.row > .off-3-narrower {
					margin-left: 25%;
				}

				.row > .col-4-narrower {
					width: 33.33333%;
				}

				.row > .off-4-narrower {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrower {
					width: 41.66667%;
				}

				.row > .off-5-narrower {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrower {
					width: 50%;
				}

				.row > .off-6-narrower {
					margin-left: 50%;
				}

				.row > .col-7-narrower {
					width: 58.33333%;
				}

				.row > .off-7-narrower {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrower {
					width: 66.66667%;
				}

				.row > .off-8-narrower {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrower {
					width: 75%;
				}

				.row > .off-9-narrower {
					margin-left: 75%;
				}

				.row > .col-10-narrower {
					width: 83.33333%;
				}

				.row > .off-10-narrower {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrower {
					width: 91.66667%;
				}

				.row > .off-11-narrower {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrower {
					width: 100%;
				}

				.row > .off-12-narrower {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8px;
					margin-left: -8px;
				}

					.row.gtr-25 > * {
						padding: 8px 0 0 8px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -8px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8px;
						}

				.row.gtr-50 {
					margin-top: -16px;
					margin-left: -16px;
				}

					.row.gtr-50 > * {
						padding: 16px 0 0 16px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -16px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 16px;
						}

				.row {
					margin-top: -32px;
					margin-left: -32px;
				}

					.row > * {
						padding: 32px 10px 10px 32px;
					}

					.row.gtr-uniform {
						margin-top: -32px;
					}

						.row.gtr-uniform > * {
							padding-top: 32px;
						}

				.row.gtr-150 {
					margin-top: -48px;
					margin-left: -48px;
				}

					.row.gtr-150 > * {
						padding: 48px 0 0 48px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -48px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 48px;
						}

				.row.gtr-200 {
					margin-top: -64px;
					margin-left: -64px;
				}

					.row.gtr-200 > * {
						padding: 64px 0 0 64px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -64px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 64px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}

				.row > .col-1-mobile {
					width: 8.33333%;
				}

				.row > .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobile {
					width: 16.66667%;
				}

				.row > .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobile {
					width: 25%;
				}

				.row > .off-3-mobile {
					margin-left: 25%;
				}

				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobile {
					width: 41.66667%;
				}

				.row > .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobile {
					width: 50%;
				}

				.row > .off-6-mobile {
					margin-left: 50%;
				}

				.row > .col-7-mobile {
					width: 58.33333%;
				}

				.row > .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobile {
					width: 66.66667%;
				}

				.row > .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobile {
					width: 75%;
				}

				.row > .off-9-mobile {
					margin-left: 75%;
				}

				.row > .col-10-mobile {
					width: 83.33333%;
				}

				.row > .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobile {
					width: 91.66667%;
				}

				.row > .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobile {
					width: 100%;
				}

				.row > .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}


/* Spinner */

@-moz-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-ms-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

/* Loader */

@-moz-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes spinner-hide {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	99% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	100% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: -1;
	}
}

@-webkit-keyframes spinner-hide {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	99% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	100% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: -1;
	}
}

@-ms-keyframes spinner-hide {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	99% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	100% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: -1;
	}
}

@keyframes spinner-hide {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	99% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: 100001;
	}

	100% {
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
		color: #e5e6e7;
		z-index: -1;
	}
}

@-moz-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-webkit-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-ms-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

body {
	text-decoration: none;
}

	body:before {
		-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
		-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
		-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
		animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
		-moz-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
		color: #e5e6e7;
		content: '\f1ce';
		cursor: default;
		display: block;
		font-size: 2em;
		height: 2em;
		left: 50%;
		line-height: 2em;
		margin: -1em 0 0 -1em;
		opacity: 0;
		position: fixed;
		text-align: center;
		top: 50%;
		width: 2em;
		z-index: -1;
	}

	body:after {
		-moz-animation: overlay-hide 1.5s ease-in forwards !important;
		-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
		-ms-animation: overlay-hide 1.5s ease-in forwards !important;
		animation: overlay-hide 1.5s ease-in forwards !important;
		content: '';
		display: block;
		height: 100%;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: -1;
	}

	body.is-preload:before {
		-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
		-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
		-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
		animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
		z-index: 100001;
	}

	body.is-preload:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		opacity: 1;
		z-index: 100000;
	}

@media (-webkit-min-device-pixel-ratio: 2) {

	body:before {
		line-height: 2.025em;
	}

}


/* Multi-use */

.link-list li {
	padding: 0.2em 0 0.2em 0;
}

	.link-list li:first-child {
		padding-top: 0 !important;
		border-top: 0 !important;
	}

	.link-list li:last-child {
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
	}

.quote-list li {
	padding: 1em 0 1em 0;
	overflow: hidden;
}

	.quote-list li:first-child {
		padding-top: 0 !important;
		border-top: 0 !important;
	}

	.quote-list li:last-child {
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
	}

	.quote-list li img {
		float: left;
	}

	.quote-list li p {
		margin: 0 0 0 90px;
		font-size: 1.2em;
		font-style: italic;
	}

	.quote-list li span {
		display: block;
		margin-left: 90px;
		font-size: 0.9em;
		font-weight: 400;
	}

.check-list li {
	font-family: "Merriweather", Georgia, serif;
	font-weight: 600;
	color: #2C9A99;
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	padding: 0.7em 0 0.7em 45px;
	font-size: 1em;
	background: url("images/icon-checkmark.png") 0px 1.05em no-repeat;
}

	.check-list li:first-child {
		padding-top: 0 !important;
		border-top: 0 !important;
		background-position: 0 0.3em;
	}

	.check-list li:last-child {
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
	}

.feature-image {
	display: block;
	margin: 0 0 2em 0;
	outline: 0;
}

	.feature-image img {
		display: block;
		width: 100%;
	}

.bordered-feature-image {
	display: block;
	background: #FFFFE0 url("images/bg04.png");
	padding: 10px;
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
	margin: 0 0 1.5em 0;
	outline: 0;
}

	.bordered-feature-image img {
		display: block;
		width: 100%;
	}

.button-large {
	background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
	background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
	background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
	background-image: linear-gradient(top, #ed391b, #ce1a00);
	display: inline-block;
	background-color: #ed391b;
	color: #fff;
	text-decoration: none;
	font-size: 1.75em;
	height: 2em;
	line-height: 2.125em;
	font-weight: 300;
	padding: 0 45px;
	outline: 0;
	border-radius: 10px;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}

	.button-large:hover {
		background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
		background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
		background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
		background-image: linear-gradient(top, #fd492b, #de2a10);
		background-color: #fd492b;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
	}

	.button-large:active {
		background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
		background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
		background-image: linear-gradient(top, #ce1a00, #ed391b);
		background-color: #ce1a00;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
	}


/* Content */

#content {
	background: #fcf9f0;
	padding: 20px 0 4px 0;
}

	#content section {
		background: #fedee4;
		padding: 40px 30px 45px 30px;
		border-radius: 10px;
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		margin: 0 0 25px 0;
	}

	#content h2 {
		font-size: 1.8em;
		color: #373f42;
		text-align: center;
		margin: 0 0 0.25em 0;
	}

	#content h3 {
		color: #96a9b5;
		font-size: 1.25em;
		text-align: center;
	}

	#content h4 {
		font-family: "Merriweather", Georgia, serif;
		font-weight: 900;
		color: #2C9A99;
		padding: 0.3em;
		text-shadow: 3px 1px 3px rgb(0, 0, 0);
		font-size: 1.8em;
		text-align: center;
		margin: 0 0 0.25em 0;
	}

	
	.content .lest {
		font-family: "Merriweather", Georgia, serif;
		font-weight: 900;
		color: #2C9A99;
		padding: 0.3em;
		text-shadow: 3px 1px 3px rgb(0, 0, 0);
		font-size: 1.8em;
		text-align: center;
		margin: 0 0 0.25em 0;
	}

	
	#content .lest {
		font-family: "Merriweather", Georgia, serif;
		font-weight: 900;
		color: #2C9A99;
		padding: 0.3em;
		text-shadow: 3px 1px 3px rgb(0, 0, 0);
		font-size: 1.8em;
		text-align: center;
		margin: 0 0 0.25em 0;
	}

	#content a {
		color: #ED391B;
	}

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

	#content .quote-list li {
		border-bottom: solid 2px #2C9A99;
	}

	#content .link-list li {
		border-bottom: solid 2px #2C9A99;
	}

	#content .check-list li {
		border-bottom: solid 2px #2C9A99;
	}


	.content {
		background: #fcf9f0;
		padding: 20px 0 4px 0;
	}
	
		.content section {
			background: #fedee4;
			padding: 40px 30px 45px 30px;
			border-radius: 10px;
			box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
			margin: 0 0 25px 0;
		}
	
		.content h2 {
			font-size: 2.5em;
			color: #373f42;
			text-align: left;
			margin: 0 0 0.25em 0;
		}
	
		.content h3 {
			color: #96a9b5;
			font-size: 1.25em;
			text-align: center;
		}
	
		.content h4 {
			font-family: "Merriweather", Georgia, serif;
			font-weight: 900;
			color: #2C9A99;
			padding: 0.3em;
			text-shadow: 3px 1px 3px rgb(0, 0, 0);
			font-size: 1.8em;
			text-align: center;
			margin: 0 0 0.25em 0;
		}
	
		.content a {
			font-family: "Merriweather", Georgia, serif;
			color: #ED391B;
			font-size: 1.5rem;
			font-weight: 600;
		}
	
		.content .ssilka {
			display: block;
			text-align: center;
		}
	
		.content header {
			margin: 0 0 2em 0;
		}
	
		.content .quote-list li {
			border-bottom: solid 2px #2C9A99;
		}
	
		.content .link-list li {
			border-bottom: solid 2px #2C9A99;
		}
	
		.content .check-list li {
			border-bottom: solid 2px #2C9A99;
		}
	
	
		@media screen and (max-width: 1000px) {

			.content h2 {
				text-align: center;
			}

		}

		@media screen and (max-width: 736px) {
	
			.content h2 {
				text-align: center;
			}
			
			#main .content h2 {
				text-shadow: 4px 2px 2px rgb(0, 0, 0);
			}
		}
	
		@media screen and (max-width: 480px) {
	
			.content h2 {
				text-align: center;
			}

			#main .content h2 {
				font-size: 1.6em;
				text-shadow: 4px 2px 2px rgb(0, 0, 0);
			}
		}
	
	
		@media screen and (max-width: 370px) {
	
			.content h2 {
				text-align: center;
			}
						
			#main .content h2 {
				font-size: 1.45em;
				text-shadow: 3px 1px 2px rgb(0, 0, 0);
			}
		}
	
		@media screen and (max-width: 324px) {
	
			.content h2 {
				text-align: center;
			}
			
			#main .content h2 {
				font-size: 1.3em;
				text-shadow: 3px 1px 2px rgb(0, 0, 0);
			}
		}
	

/* Box */

.box {
	background: #fcf9f0;
	color: #39454b;
	padding: 2em;
}

	.box > :last-child {
		margin-bottom: 0;
	}

	.box.style2 {
		text-align: center;
		align-items: center;
		padding: 0 2.5em 0 2.5em;
	}

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

		.box {
			padding: 1em;
		}

			.box.style2 {
				padding: 1.5em 1.25em 1.5em 1.25em;
				background-color: rgba(255, 255, 255, 0.9);
			}

	}


/* Sections/Article */

.row > section, .row > article {
	margin-bottom: 0;
}

header {
	margin: 0 0 1em 0;
}

	header > p {
		display: block;
		font-size: 1.5em;
		margin: 1em 0 2em 0;
		line-height: 1.5em;
		text-align: inherit;
		color: #2C9A99;
	}

	header.major > :last-child {
		border-bottom: solid 3px #f56a6a;
		display: inline-block;
		margin: 0 0 2em 0;
		padding: 0 0.75em 0.5em 0; }
	 

/* Image */

.image {
	position: relative;
	display: inline-block;
	border: 0;
	outline: 0;
}

.image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: url("images/overlay.png");
	z-index: -1;
}

	.image img {
		display: block;
		width: 100%;
	}
	.image.avatar48 {
		width: 20%;
		margin: 1rem 0 0 2rem;
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
	}
	   
	@media screen and (max-width: 736px){
		.image.avatar48 {
		margin: 1rem 0 0 0.3rem;
	  }
		
		}
	      
	@media screen and (max-width: 480px){
		.image.avatar48 {
		margin: 0.5rem 0 0 0.3rem;
	  }
		
		}
	   
		@media screen and (max-width: 320px){
			.image.avatar48 {
			margin: 0.5rem 0 0 0.1rem;
		  }
			
			}
	
	.image.fit {
		display: block;
		width: 100%;
	}

	.image.featured {
		display: block;
		width: 100%;
		margin: 0 0 4em 0;
	}

	.image.left {
		float: left;
		margin: 0 2em 2em 0;
	}

	.image.centered {
		display: block;
		margin: 0 0 2em 0;
	}

		.image.centered img {
			margin: 0 auto;
			width: auto;
		}

		.image.stel {
			border-radius: 8px;
			border: 0;
			display: inline-block;
			position: relative;
		}
	
		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}


/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

	ol li {
		padding-left: 0.25em;
	}

ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
}

	ul li {
		padding-left: 0.5em;
	}

	ul.alt {
		list-style: none;
		padding-left: 0;
	}

		ul.alt li {
			border-top: solid 1px;
			padding: 0.5em 0;
		}

			ul.alt li:first-child {
				border-top: 0;
				padding-top: 0;
			}

dl {
	margin: 0 0 2em 0;
}

	dl dt {
		display: block;
		font-weight: 400;
		margin: 0 0 1em 0;
	}

	dl dd {
		margin-left: 2em;
	}

	dl.alt dt {
		display: block;
		width: 3em;
		margin: 0;
		clear: left;
		float: left;
	}

	dl.alt dd {
		margin: 0 0 0.85em 5.5em;
	}

	dl.alt:after {
		content: '';
		display: block;
		clear: both;
	}

ul.alt li {
	border-top-color: rgba(255, 255, 255, 0.35);
}

dl dt {
	color: #ffffff;
}


/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

	ul.actions li {
		padding: 0 0 0 1em;
		vertical-align: middle;
	}

	ul.actions.special {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}

		ul.actions.special li:first-child {
			padding-left: 0;
		}

	ul.actions.stacked {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}

		ul.actions.stacked li {
			padding: 1.3em 0 0 0;
		}

			ul.actions.stacked li:first-child {
				padding-top: 0;
			}

	ul.actions.fit {
		width: calc(100% + 1em);
	}

		ul.actions.fit li {
			-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;
			width: 100%;
		}

			ul.actions.fit li > * {
				width: 100%;
			}

		ul.actions.fit.stacked {
			width: 100%;
		}

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

		ul.actions:not(.fixed) {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
			width: 100% !important;
		}

			ul.actions:not(.fixed) li {
				-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;
				padding: 1em 0 0 0;
				text-align: center;
				width: 100%;
			}

				ul.actions:not(.fixed) li > * {
					width: 100%;
				}

				ul.actions:not(.fixed) li:first-child {
					padding-top: 0;
				}

				ul.actions:not(.fixed) li input[type="submit"],
				ul.actions:not(.fixed) li input[type="reset"],
				ul.actions:not(.fixed) li input[type="button"],
				ul.actions:not(.fixed) li button,
				ul.actions:not(.fixed) li .button {
					width: 100%;
				}

					ul.actions:not(.fixed) li input[type="submit"].icon:before,
					ul.actions:not(.fixed) li input[type="reset"].icon:before,
					ul.actions:not(.fixed) li input[type="button"].icon:before,
					ul.actions:not(.fixed) li button.icon:before,
					ul.actions:not(.fixed) li .button.icon:before {
						margin-left: -0.5rem;
					}

	}

/*header block*/

	#timeaut {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		position: relative;
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
	}
		
/*Logo*/

#logo {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	cursor: default;
}

	#logo .image {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		position: absolute;
		left: 0;
		top: 2rem;
	}


   /*Time*/ 

	.flex-time {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		top: 15px;
		left: 35%;
		background-color:#fedee4;
		border-radius: 10px;
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
  }
  
  .time-item {
		text-align: center;
		font-size: 1em;
		font-weight: 600;
		color: #2C9A99;
		padding: 0 10px;
		opacity: 1;
		text-shadow: 2px 0px 1px rgb(0, 0, 0);
  }

  @media screen and (max-width: 1280px){
	.flex-time {
		left: 27%;
  }
  .time-item {
	font-size: 21px;
	line-height: 35px;
	font-weight: 600;
	padding: 0 10px;
	text-shadow: 2px 0px 1px rgb(0, 0, 0);
}

}
  @media screen and (max-width: 736px) {
	.flex-time {
		left: 24%;
  }
  .time-item {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	padding: 0 8px;
	text-shadow: 2px 0px 1px rgb(0, 0, 0);
}

}

  @media screen and (max-width: 480px) {
	.flex-time {
		top: 1px;
		left: 22%;
  }
	.time-item {
	 font-size: 15px;
	 line-height: 28px;
	 font-weight: 600;
	 padding: 0 6px;
	 text-shadow: 1px 0px 1px rgb(0, 0, 0);
 }
 
  }

  @media screen and (max-width: 360px){
	.flex-time {
		left: 25%;
  }
	.time-item {
	 font-size: 12px;
	 line-height: 19px;
	 font-weight: 600;
	 padding: 0 6px;
	 text-shadow: 1px 0px 1px rgb(0, 0, 0);
 }
 
  }
 
  @media screen and (max-width: 320px){
	.flex-time {
		left: 22%;
  }
	.time-item {
	 font-size: 12px;
	 line-height: 18px;
	 font-weight: 600;
	 padding: 0 6px;
	 text-shadow: 1px 0px 1px rgb(0, 0, 0);
 }
 
  }
 
   /*Telefon*/ 
	
	.flex-telefon {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		top: 15px;
		right: 35%;
		border-radius: 10px;
		background-color:#fedee4;
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
  }
  
  .telefon-item {
		text-align: center;
		font-size: 1em;
		font-weight: 600;
		color: #2C9A99;
		padding: 0 10px;
		opacity: 1;
		text-shadow: 2px 0px 1px rgb(0, 0, 0);
	
  }
  @media screen and (max-width: 1280px){
	.flex-telefon {
	right: 15%;
  }
  	
.telefon-item {
	font-size: 21px;
	line-height: 35px;
	font-weight: 600;
	padding: 0 10px;
	text-shadow: 2px 0px 1px rgb(0, 0, 0);
}

  }

  @media screen and (max-width: 736px) {
	.flex-telefon {
		right: 5%;
	
  }
  .telefon-item {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	padding: 0 8px;
	text-shadow: 2px 0px 1px rgb(0, 0, 0);
}

}

@media screen and (max-width: 480px){
	.flex-telefon {
		top: 1px;
		right: 1%;
	
  }
	.telefon-item {
	 font-size: 15px;
	 line-height: 28px;
	 font-weight: 600;
	 padding: 0 6px;
	 text-shadow: 1px 0px 1px rgb(0, 0, 0);
 }

  }

  @media screen and (max-width: 360px){
	.flex-telefon {
		right: 2%;
	
  }

	.telefon-item {
	 font-size: 12px;
	 line-height: 19px;
	 font-weight: 600;
	 padding: 0 6px;
	 text-shadow: 1px 0px 1px rgb(0, 0, 0);
 }
	}
	
	
	@media screen and (max-width: 320px){
		.flex-telefon {
			right: 1%;
		
	  }
	
		.telefon-item {
		 font-size: 12px;
		 line-height: 18px;
		 font-weight: 600;
		 padding: 0 6px;
		 text-shadow: 1px 0px 1px rgb(0, 0, 0);
	 }
		}
		
/* Divided */


/* Icon */

.icon {
	text-decoration: none;
	text-decoration: none;
}

	.icon:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 400;
	}

	.icon:before {
		font-size: 1.25em;
	}

	.icon > .label {
		display: none;
	}

	.icon.solid:before {
		font-weight: 900;
	}

	.icon.brands:before {
		font-family: 'Font Awesome 5 Brands';
	}

	.icon.featured {
		color: #EA8A95;
		display: block;
		margin: 0 0 1.5em 0;
		cursor: default;
	}

		.icon.featured:before {
			font-size: 6em;
		}



/* Social */

ul.social {
	cursor: default;
	margin: 0;
	list-style: none;
	padding-left: 0;
}

	ul.social li {
		position: relative;
		display: inline-block;
		margin: 0.25em;
		top: 0;
		padding-left: 0;
	}

		ul.social li a {
			-moz-transition: top .2s ease-in-out;
			-webkit-transition: top .2s ease-in-out;
			-ms-transition: top .2s ease-in-out;
			transition: top .2s ease-in-out;
			display: block;
			width: 48px;
			height: 48px;
			border-radius: 6px;
			top: 0;
			position: relative;
		}

			ul.social li a:before {
				background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
				background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
				background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
				background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
				background-color: #7f6a6a;
				border-radius: 6px;
				box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.1);
				color: #2E2E2E !important;
				display: block;
				font-size: 26px;
				height: 48px;
				line-height: 48px;
				text-align: center;
				outline: 0;
				overflow: hidden;
				text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
				width: 48px;
			}

			ul.social li a.fa-vk {
				background-color: #87CEFA;
			}

			ul.social li a.fa-odnoklassniki {
				background-color: #FFA500;
			}

			ul.social li a.fa-telegram {
				background-color: #00FFFF;
			}

			ul.social li a.fa-instagram {
				background-color: #FF00FF;
			}

			ul.social li a.fa-tiktok {
				background-color: Yellow;
			}

			ul.social li a.fa-google-plus {
				background-color: #DA2713;
			}

			ul.social li a.fa-github {
				background-color: #FAFAFA;
			}

			ul.social li a.fa-rss {
				background-color: #F2600B;
			}

			ul.social li a.fa-linkedin-in {
				background-color: #E0D7C8;
			}

			ul.social li a.fa-foursquare {
				background-color: #39A3D4;
			}

			ul.social li a.fa-skype {
				background-color: #10BEF1;
			}

			ul.social li a.fa-soundcloud {
				background-color: #FE5419;
			}

			ul.social li a.fa-youtube {
				background-color: #BF2E25;
			}

			ul.social li a.fa-blogger {
				background-color: #FF6501;
			}

			ul.social li a.fa-flickr {
				background-color: #0062DB;
			}

			ul.social li a.fa-vimeo {
				background-color: #4C8AB0;
			}

			ul.social li a:hover {
				top: -5px;
			}

				ul.social li a:hover:before {
					background-color: transparent;
				}



/* Icons */

/* Form */

form {
	margin: 0 0 2em 0;
}

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

input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: #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 {
		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 {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e5e5e5' /%3E%3C/svg%3E");
	background-size: 1.25em;
	background-repeat: no-repeat;
	background-position: calc(100% - 1em) center;
	height: 3em;
	padding-right: 3em;
	text-overflow: ellipsis;
}

	select option {
		color: #777;
		background-color: #f5f5f5;
	}

	select:focus::-ms-value {
		background-color: transparent;
	}

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

input[type="text"],
input[type="password"],
input[type="tel"],
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: none;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		display: inline-block;
		position: relative;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 1.2em;
		color: #dadada;
		width: 100%;
		text-decoration: none;
		cursor: pointer;
		/* плавный переход */
		-webkit-transition: color .5s ease, padding .5s ease;
		-moz-transition: color .5s ease, padding .5s ease;
		-ms-transition: color .5s ease, padding .5s ease;
		transition: color .5s ease, padding .5s ease;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
		}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			content: "";
	border-width: 0.5em;
	border-style: solid;
	border-color: black transparent transparent transparent;
	position: absolute;
	top: 0.8em;
	right: 0.25em;
	cursor: pointer;
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		transform: rotate(90deg);
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
	overflow: hidden;
	}

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;
}
	
@media screen and (max-width: 360px){

	input[type="checkbox"] + label:before,
	input[type="radio"] + label:before {
	right: 0.90em;
	}
	
  }
	
  @media screen and (max-width: 320px){

	input[type="checkbox"] + label:before,
	input[type="radio"] + label:before {
	right: 4em;
	}
	
  }

/* CTA */

#cta {
	background: transparent;
	padding: 1em 0 0 0;
	text-align: center;
}

.cta {
	background: transparent;
	padding: 1em 0 0 0;
	text-align: center;
}

	#cta h2, #cta h3, #cta h4, #cta h6 {
		color: inherit;
	}

	.cta h2, .cta h3, .cta h4, .cta h6 {
		color: inherit;
	}

	#main #cta h5 {
		font-family: "Merriweather", Georgia, serif;
		font-size: 1.5rem;
		font-weight: 800;
		color: #2C9A99;
		text-shadow: 3px 1px 2px rgb(0, 0, 0);
	}

	#main .cta h5 {
		font-family: "Merriweather", Georgia, serif;
		font-size: 1.5rem;
		font-weight: 800;
		color: #2C9A99;
		text-shadow: 3px 1px 2px rgb(0, 0, 0);
	}

	#main #cta hr {
		width: 100%;
		color: #2C9A99;
	}

	#main .cta hr {
		width: 100%;
		color: #2C9A99;
	}

	#cta form {
		margin: 1em auto;
		max-width: 100%;
		width: 35em;
	}

	.cta form {
		margin: 1em auto;
		max-width: 100%;
		width: 35em;
	}

	#cta input[type="submit"],
	#cta input[type="reset"],
	#cta input[type="button"],
	#cta .button {
		box-shadow: none;
		background: #2C9A99;
		color: #e89980;
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
	}

	.cta input[type="submit"],
	.cta input[type="reset"],
	.cta input[type="button"],
	.cta .button {
		box-shadow: none;
		background: #2C9A99;
		color: #e89980;
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
	}

	#cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="tel"],
	#cta select,
	#cta textarea {
		color: #ffffff;
		margin: 10px 0 0 0;
		background: rgba(254, 222, 228, 0.35);
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		border: 0;
	}

	.cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="tel"],
	.cta select,
	.cta textarea {
		color: #ffffff;
		margin: 10px 0 0 0;
		background: rgba(254, 222, 228, 0.35);
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		border: 0;
	}

	#main #cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="tel"],
	#cta select,
	#cta textarea {
		color: #2C9A99;
		margin: 10px 0 0 0;
		background: rgba(254, 222, 228, 0.35);
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		border: 0;
	}

	#main .cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="tel"],
	.cta select,
	.cta textarea {
		color: #2C9A99;
		margin: 10px 0 0 0;
		background: rgba(254, 222, 228, 0.35);
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		border: 0;
	}

	#main #cta input[type="text"]:focus,
		#cta input[type="password"]:focus,
		#cta input[type="tel"]:focus,
		#cta select:focus,
		#cta textarea:focus {
			box-shadow: inset 0 0 0 2px #2C9A99;	
		}

		#main .cta input[type="text"]:focus,
		.cta input[type="password"]:focus,
		.cta input[type="tel"]:focus,
		.cta select:focus,
		.cta textarea:focus {
			box-shadow: inset 0 0 0 2px #2C9A99;	
		}

	#main #cta ::-webkit-input-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

	#main .cta ::-webkit-input-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

	#main #cta :-moz-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

	#main .cta :-moz-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

	#main #cta ::-moz-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

	#main .cta ::-moz-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

	#main #cta :-ms-input-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

	#main .cta :-ms-input-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

	#main #cta .formerize-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

	#main .cta .formerize-placeholder {
		color: rgba(0, 0, 0, 0.35) !important;
	}

/* Mobile (Portrait) */

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

	#cta {
		padding: 1.5em 2.7em 2em 0.6em;
	}

	.cta {
		padding: 1.5em 2.7em 2em 0.6em;
	}

}

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

	#main #cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="email"],
	#cta select,
	#cta textarea {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#main .cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="email"],
	.cta select,
	.cta textarea {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="email"],
	#cta select,
	#cta textarea {
		width: 90%;
		margin: 0 0 20px 10px;
	}

	.cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="email"],
	.cta select,
	.cta textarea {
		width: 90%;
		margin: 0 0 20px 10px;
	}

}

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

	#main #cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="email"],
	#cta select,
	#cta textarea {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#main .cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="email"],
	.cta select,
	.cta textarea {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="email"],
	#cta select,
	#cta textarea {
		width: 85%;
		margin: 0 0 20px 10px;
	}

	.cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="email"],
	.cta select,
	.cta textarea {
		width: 85%;
		margin: 0 0 20px 10px;
	}

}

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

	#main #cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="email"],
	#cta select,
	#cta textarea {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#main .cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="email"],
	.cta select,
	.cta textarea {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="email"],
	#cta select,
	#cta textarea {
		width: 83%;
		margin: 0 0 20px 10px;
	}

	.cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="email"],
	.cta select,
	.cta textarea {
		width: 83%;
		margin: 0 0 20px 10px;
	}

}


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

	#main #cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="email"],
	#cta select,
	#cta textarea {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#main .cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="email"],
	.cta select,
	.cta textarea {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#cta input[type="text"],
	#cta input[type="password"],
	#cta input[type="email"],
	#cta select,
	#cta textarea {
		width: 81%;
		margin: 0 0 20px 10px;
	}

	.cta input[type="text"],
	.cta input[type="password"],
	.cta input[type="email"],
	.cta select,
	.cta textarea {
		width: 81%;
		margin: 0 0 20px 10px;
	}

}

/* Table */

table {
	width: 100%;
}

	table.default {
		width: 100%;
	}

		table.default tbody tr {
			border-top: solid 1px #e5e5e5;
		}

			table.default tbody tr:first-child {
				border-top: 0;
			}

			table.default tbody tr:nth-child(2n+1) {
				background: #fafafa;
			}

		table.default td {
			padding: 0.5em 1em 0.5em 1em;
		}

		table.default th {
			text-align: left;
			font-weight: 400;
			padding: 0.5em 1em 0.5em 1em;
		}

		table.default thead {
			border-bottom: solid 2px #e5e5e5;
		}

		table.default tfoot {
			border-top: solid 2px #e5e5e5;
		}

		/*Stuck*/
		.stuck {
			position: sticky;
			position: -webkit-sticky;
			top: 19px;
			z-index: 5;
		}
		
		/* Scarf */

		.scarf {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			position: relative;
			width: 30%;
			height: 4rem;
			top: -19px;
			left: 35%;
		}

		.villi {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			width: 20%;
		}

		.villi2 {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			width: 20%;
		}

		.villi3 {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			width: 20%;
		}

		.villi4 {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			width: 20%;
		}

		.villi5 {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			position: relative;
			justify-content: center;
			align-items: center;
			width: 20%;
		}

		@media screen and (max-width: 1280px){
			.scarf {
				width: 40%;
				left: 30%;
		  }
		  }
		
		
		@media screen and (max-width: 1000px){
			.scarf {
				width: 60%;
				left: 15%;
		  }
		  }
		
		  @media screen and (max-width: 736px){
			.scarf {
				width: 70%;
				left: 15%;
		  }
		  }
		
		  @media screen and (max-width: 480px){
			.scarf {
				width: 80%;
				left: 10%;
		  }
		  }
		
		  @media screen and (max-width: 360px){
			.scarf {
				width: 100%;
				left: -1%;
		  }
		  }
		
/* 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, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.075em;
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
	margin: -1em auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

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

	input[type="submit"].icon.solo,
	input[type="reset"].icon.solo,
	input[type="button"].icon.solo,
	button.icon.solo,
	.button.icon.solo {
		position: relative;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		border-radius: 4rem;
		text-indent: 4rem;
		overflow: hidden;
		padding: 0;
		white-space: nowrap;

	}

		input[type="submit"].icon.solo:before,
		input[type="reset"].icon.solo:before,
		input[type="button"].icon.solo:before,
		button.icon.solo:before,
		.button.icon.solo:before {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: inherit;
			height: inherit;
			line-height: inherit;
			font-size: 1.25rem;
			margin-right: 0;
			text-align: center;
			text-indent: 0;
		}

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

	input[type="submit"].zvonok,
	input[type="reset"].zvonok,
	input[type="button"].zvonok,
	button.zvonok,
	.button.zvonok {
		position: relative;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		border-radius: 4rem;
		text-indent: 4rem;
		overflow: hidden;
		padding: 0;
		white-space: nowrap;
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #ffffff, 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		color: #ffffff !important;
		background-image: url("../../images/mts.jpg"),  url("../../images/mts2.jpg");
		background-size:  4rem;
		animation: changeBg 5s infinite; }
		@keyframes changeBg{
			0%,100%  {background-image: url("../../images/mts.jpg");}
			25% {background-image: url("../../images/mts.jpg");}
			50% {background-image: url("../../images/mts.jpg");}
			75% {background-image: url("../../images/mts2.jpg");}
		}

		input[type="submit"].zvonok:before,
		input[type="reset"].zvonok:before,
		input[type="button"].zvonok:before,
		button.zvonok:before,
		.button.zvonok:before {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: inherit;
			height: inherit;
			line-height: inherit;
			font-size: 1.25rem;
			margin-right: 0;
			text-align: center;
			text-indent: 0;
		}

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

	input[type="submit"].zvonoka1,
	input[type="reset"].zvonoka1,
	input[type="button"].zvonoka1,
	button.zvonoka1,
	.button.zvonoka1 {
		position: relative;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		border-radius: 4rem;
		text-indent: 4rem;
		overflow: hidden;
		padding: 0;
		white-space: nowrap;
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #ffffff, 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		color: #ffffff !important;
		background-image: url("../../images/a1.jpg"),  url("../../images/mts2.jpg");
		background-size:  4rem;
		animation: changeA1 5s infinite; }
		@keyframes changeA1{
			0%,100%  {background-image: url("../../images/a1.jpg");}
			25% {background-image: url("../../images/a1.jpg");}
			50% {background-image: url("../../images/a1.jpg");}
			75% {background-image: url("../../images/mts2.jpg");}
		}

		input[type="submit"].zvonoka1:before,
		input[type="reset"].zvonoka1:before,
		input[type="button"].zvonoka1:before,
		button.zvonoka1:before,
		.button.zvonoka1:before {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: inherit;
			height: inherit;
			line-height: inherit;
			font-size: 1.25rem;
			margin-right: 0;
			text-align: center;
			text-indent: 0;
		}

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

	input[type="submit"].zvonokviber,
	input[type="reset"].zvonokviber,
	input[type="button"].zvonokviber,
	button.zvonokviber,
	.button.zvonokviber {
		position: relative;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		border-radius: 4rem;
		text-indent: 4rem;
		overflow: hidden;
		padding: 0;
		white-space: nowrap;
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #ffffff, 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		color: #ffffff !important;
	   background-image: url("../../images/viber.jpg"),  url("../../images/viber2.jpg");
		background-size:  4rem;
		animation: changeViber 5s infinite; }
		@keyframes changeViber{
			0%,100%  {background-image: url("../../images/viber.jpg");}
			25% {background-image: url("../../images/viber.jpg");}
			50% {background-image: url("../../images/viber.jpg");}
			75% {background-image: url("../../images/viber2.jpg");}
		}

		input[type="submit"].zvonokviber:before,
		input[type="reset"].zvonokviber:before,
		input[type="button"].zvonokviber:before,
		button.zvonokviber:before,
		.button.zvonokviber:before {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: inherit;
			height: inherit;
			line-height: inherit;
			font-size: 1.25rem;
			margin-right: 0;
			text-align: center;
			text-indent: 0;
		}

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

	input[type="submit"].zvonokwhatsapp,
	input[type="reset"].zvonokwhatsapp,
	input[type="button"].zvonokwhatsapp,
	button.zvonokwhatsapp,
	.button.zvonokwhatsapp {
		position: relative;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		border-radius: 4rem;
		text-indent: 4rem;
		overflow: hidden;
		padding: 0;
		white-space: nowrap;
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #ffffff, 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		color: #ffffff !important;
		background-image: url("../../images/whatsapp.jpg"),  url("../../images/whatsapp2.jpg");
		background-size:  4rem;
		animation: changeWhatsapp 5s infinite; }
		@keyframes changeWhatsapp{
			0%,100%  {background-image: url("../../images/whatsapp.jpg");}
			25% {background-image: url("../../images/whatsapp.jpg");}
			50% {background-image: url("../../images/whatsapp.jpg");}
			75% {background-image: url("../../images/whatsapp2.jpg");}
		}

		input[type="submit"].zvonokwhatsapp:before,
		input[type="reset"].zvonokwhatsapp:before,
		input[type="button"].zvonokwhatsapp:before,
		button.zvonokwhatsapp:before,
		.button.zvonokwhatsapp:before {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: inherit;
			height: inherit;
			line-height: inherit;
			font-size: 1.25rem;
			margin-right: 0;
			text-align: center;
			text-indent: 0;
		}

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

	input[type="submit"].zvonoktelegramm,
	input[type="reset"].zvonoktelegramm,
	input[type="button"].zvonoktelegramm,
	button.zvonoktelegramm,
	.button.zvonoktelegramm {
		position: relative;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		border-radius: 4rem;
		text-indent: 4rem;
		overflow: hidden;
		padding: 0;
		white-space: nowrap;
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #ffffff, 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		color: #ffffff !important;
		background-image: url("../../images/telegramm.jpg"),  url("../../images/telegramm2.jpg");
		background-size:  4rem;
		animation: changeTelegramm 5s infinite; }
		@keyframes changeTelegramm{
			0%,100%  {background-image: url("../../images/telegramm.jpg");}
			25% {background-image: url("../../images/telegramm.jpg");}
			50% {background-image: url("../../images/telegramm.jpg");}
			75% {background-image: url("../../images/telegramm2.jpg");}
		}

		input[type="submit"].zvonoktelegramm:before,
		input[type="reset"].zvonoktelegramm:before,
		input[type="button"].zvonoktelegramm:before,
		button.zvonoktelegramm:before,
		.button.zvonoktelegramm:before {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: inherit;
			height: inherit;
			line-height: inherit;
			font-size: 1.25rem;
			margin-right: 0;
			text-align: center;
			text-indent: 0;
		}

	input[type="submit"].fit,
	input[type="reset"].fit,
	input[type="button"].fit,
	button.fit,
	.button.fit {
		width: 50%;
	}

	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small,
	button.small,
	.button.small {
		font-size: 0.7rem;
		height: 2.5rem;
		line-height: 2.5rem;
		padding: 0 1.5rem;
	}

	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large,
	button.large,
	.button.large {
		font-size: 0.9rem;
		height: 3.5rem;
		line-height: 3.5rem;
		padding: 0 2.75rem;
	}

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

		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		button,
		.button {
			font-size: 0.9rem;
			height: 3.25rem;
			line-height: 3.25rem;
		}

			input[type="submit"].large,
			input[type="reset"].large,
			input[type="button"].large,
			button.large,
			.button.large {
				font-size: 1rem;
				height: 3.75rem;
				line-height: 3.75rem;
			}

	}

	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 {
		pointer-events: none;
		opacity: 0.25;
	}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #212931;
	color: #212931 !important;
}

	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	button:hover,
	.button:hover {
		box-shadow: inset 0 0 0 2px #18bfef;
		color: #18bfef !important;
	}

	input[type="submit"].primary,
	input[type="reset"].primary,
	input[type="button"].primary,
	button.primary,
	.button.primary {
		background-color: #212931;
		box-shadow: none;
		color: #ffffff !important;
	}

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

		
		@media screen and (max-width: 736px) {
		
			.button.zvonoktelegramm {
				position: relative;
				width: 3rem;
				height: 3rem;
				line-height: 3rem;
				border-radius: 3rem;
				text-indent: 3rem;
				background-size:  3rem;
		  }

		  .button.zvonokwhatsapp {
			position: relative;
			width: 3rem;
			height: 3rem;
			line-height: 3rem;
			border-radius: 3rem;
			text-indent: 3rem;
			background-size:  3rem;

		}
		.button.zvonokviber {
			position: relative;
			width: 3rem;
			height: 3rem;
			line-height: 3rem;
			border-radius: 3rem;
			background-size:  3rem;
		}
		.button.zvonoka1 {
			position: relative;
			width: 3rem;
			height: 3rem;
			line-height: 3rem;
			border-radius: 3rem;
			text-indent: 3rem;
			background-size:  3rem;
		}
		.button.zvonok {
			position: relative;
			width: 3rem;
			height: 3rem;
			line-height: 3rem;
			border-radius: 3rem;
			text-indent: 3rem;
			background-size:  3rem;
		}
	}


/* Post */

/* Icons */

/* Wrapper */

#wrapper {
	width: 100%;
	height: 100%;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	position: relative;
}

	#wrapper > .bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100vh;
		background-color: #fcf9f0;

		background-size: auto,								auto,														100% auto;
		background-position: center,								center,														top center;
		background-repeat: repeat,								no-repeat,													no-repeat;
		background-attachment: scroll,								scroll,														scroll;
		z-index: -1;
	}

		#wrapper > .bg.fixed {
			position: fixed;
			width: 100vw;
			height: 100vh;
		}

	#wrapper.fade-in:before {
		pointer-events: none;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
		-ms-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
		-moz-transition-delay: 0.75s;
		-webkit-transition-delay: 0.75s;
		-ms-transition-delay: 0.75s;
		transition-delay: 0.75s;
		background: #fcf9f0;
		content: '';
		display: block;
		height: 100%;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

	body.is-preload #wrapper.fade-in:before {
		opacity: 1;
	}

	@media screen and (orientation: portrait) {

		#wrapper > .bg {
			background-size: auto,								auto,														auto 175%;
		}

	}

/* Intro */

#intro {
	color: #ffffff;
	padding: 3rem 4rem 3rem 4rem ;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	position: relative;
	cursor: default;
	perspective: 400px;
	text-align: center;
	max-height: 30%;
	z-index: 1;
}

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

	#intro a {
		color: #ffffff;
		border-bottom-color: rgba(255, 255, 255, 0.5);
	}

		#intro a:hover {
			border-bottom-color: transparent;
			color: #18bfef !important;
		}

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

	#intro h1, #intro h2, #intro h3, #intro h4, #intro h5, #intro h6 {
		color: #2C9A99;
	}

	#intro blockquote {
		border-left-color: #ffffff;
	}

	#intro code {
		background: rgba(255, 255, 255, 0.075);
		border-color: #ffffff;
	}

	#intro hr {
		border-bottom-color: #ffffff;
	}

	#intro input[type="submit"],
	#intro input[type="reset"],
	#intro input[type="button"],
	#intro button,
	#intro .button {
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #ffffff;
		color: #ffffff !important;
	}

		#intro input[type="submit"]:hover,
		#intro input[type="reset"]:hover,
		#intro input[type="button"]:hover,
		#intro button:hover,
		#intro .button:hover {
			box-shadow: inset 0 0 0 2px #18bfef;
			color: #18bfef !important;
		}

		#intro input[type="submit"].primary,
		#intro input[type="reset"].primary,
		#intro input[type="button"].primary,
		#intro button.primary,
		#intro .button.primary {
			background-color: #ffffff;
			box-shadow: none;
			color: #1e252d !important;
		}

			#intro input[type="submit"].primary:hover,
			#intro input[type="reset"].primary:hover,
			#intro input[type="button"].primary:hover,
			#intro button.primary:hover,
			#intro .button.primary:hover {
				background-color: #18bfef;
			}

	#intro h1 {
		font-family: "Merriweather", Georgia, serif;
		font-size: 5rem;
		font-weight: 900;
		line-height: 1;
		color: #2C9A99;
		text-shadow: 7px 6px 5px rgb(0, 0, 0);
	}

	#intro h2 {
		font-size: 1rem;
		color: #ffffff;
	}

	#intro p {
		font-size: 1.25rem;
		font-style: italic;
		margin-top: -0.25rem;
		text-align: center;
	}


	#intro.hidden {
		pointer-events: none;
		-moz-transform: translateY(2rem);
		-webkit-transform: translateY(2rem);
		-ms-transform: translateY(2rem);
		transform: translateY(2rem);
		-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
		-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
		-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
		transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
		opacity: 0;
		visibility: hidden;
	}

	

	body.is-preload #intro {
		-moz-transform: translateY(2rem);
		-webkit-transform: translateY(2rem);
		-ms-transform: translateY(2rem);
		transform: translateY(2rem);
		opacity: 0;
	}

		body.is-preload #intro:not(.hidden) {
			-moz-transform: translateY(4rem);
			-webkit-transform: translateY(4rem);
			-ms-transform: translateY(4rem);
			transform: translateY(4rem);
			opacity: 0;
		}



.crawl {
top: 0;
transform-origin: 50% 100%;
animation: crawl 2s linear;
}

@keyframes crawl {
0% {
 top: -100px;
 transform: rotateX(120deg)  translateZ(0);	
}
50% {
 top: 100px;
 transform: rotateX(0)  translateZ(0);
}
100% { 
 top: 100px;
 transform: rotateX(0) translateZ(0);
}
}


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

		#intro .ymenhsvet {
			font-size: 3.5rem;
			text-shadow: 4px 3px 4px rgb(0, 0, 0);
		}

#intro .ymenh {
	font-size: 3.5rem;
	text-shadow: 4px 3px 4px rgb(0, 0, 0);
}

#intro .ymenhglav {
	font-size: 3.5rem;
	text-shadow: 4px 3px 4px rgb(0, 0, 0);
}

#intro .ymenhsvetov {
	font-size: 3rem;
	text-shadow: 4px 3px 4px rgb(0, 0, 0);
}

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

		#intro {
			padding: 4rem 4rem 2rem 4rem ;
			min-height: 30%;
		}

			#intro p br {
				display: none;
			}

			#intro h1 {
				text-shadow: 7px 5px 5px rgb(0, 0, 0);
			}
		
			#intro .ymenhsvet {
				font-size: 3.3rem;
				text-shadow: 4px 3px 4px rgb(0, 0, 0);
			}
		
			#intro .ymenhsvetov {
				font-size: 3rem;
				text-shadow: 4px 3px 4px rgb(0, 0, 0);
			}
	
	}

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

		#intro {
			padding: 3rem 2rem 1rem 2rem ;
			min-height: 30%;
		}

			#intro h1 {
				font-size: 2.6rem;
				line-height: 1.1;
				margin-bottom: 1rem;
				text-shadow: 4px 3px 4px rgb(0, 0, 0);
			}

			#intro p {
				font-size: 1rem;
				margin-top: 0rem;
			}

			#intro .actions {
				display: none;
			}

			#intro .ymenhsvet {
				font-size: 2.5rem;
				text-shadow: 4px 3px 4px rgb(0, 0, 0);
			}
		
			#intro .ymenhglav {
				font-size: 2.3rem;
				text-shadow: 4px 3px 4px rgb(0, 0, 0);
			}
		
			#intro .ymenh {
				font-size: 2.5rem;
				text-shadow: 4px 3px 4px rgb(0, 0, 0);
			}
		
	}

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

		#intro .ymenh {
			font-size: 2.3rem;
			text-shadow: 4px 3px 4px rgb(0, 0, 0);
		}
	
		#intro .ymenhglav {
			font-size: 2.1rem;
			text-shadow: 4px 3px 4px rgb(0, 0, 0);
		}
	
}

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

			#intro h1 {
				font-size: 2.5rem;
				line-height: 1.1;
				margin-bottom: 1rem;
				text-shadow: 4px 3px 2px rgb(0, 0, 0);
			}
		
			#intro .ymenh {
				font-size: 2.2rem;
				line-height: 1.5em;
				text-shadow: 3px 2px 1px rgb(0, 0, 0);
			}
		
			#intro .ymenhglav {
				font-size: 2rem;
				line-height: 1.3em;
				text-shadow: 3px 2px 1px rgb(0, 0, 0);
			}
		
	}

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

			#intro h1 {
				font-size: 2.2rem;
				line-height: 1;
				margin-bottom: 1rem;
				text-shadow: 4px 3px 2px rgb(0, 0, 0);
			}
			
	#intro .ymenh {
		font-size: 1.9rem;
		line-height: 1.5em;
		text-shadow: 3px 2px 1px rgb(0, 0, 0);
	}
		
	#intro .ymenhglav {
		font-size: 1.7rem;
		line-height: 1.2em;
		text-shadow: 3px 2px 1px rgb(0, 0, 0);
	}

	}

/* Header */


/* Nav */


/* Banner */


/* Content */

/*Stuck2*/
.stuck2 {
	position: sticky;
	position: -webkit-sticky;
	top: 19px;
	left: 360px;
	z-index: 5;
}


/* Ushka */

.nav {
	/*  ширна произвольная, не стесняйтесь экспериментировать */
	width: 320px;
	min-width: 320px;
	/* фиксируем и выставляем высоту панели на максимум */
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: 0;
	/* сдвигаем (прячем) панель относительно левого края страницы */
	left: -360px;
	/* внутренние отступы */
	padding: 15px 20px;
	/* плавный переход смещения панели */
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	transition: left 0.3s;
	/* определяем цвет фона панели */
	background: #16a085;
	/* поверх других элементов */
	z-index: 12000;
}


/**
* Кнопка переключения панели
* тег <label>
*/

.nav-toggle {
	/* абсолютно позиционируем */
	position: absolute;
	/* относительно левого края панели */
	left: 360px;
	/* отступ от верхнего края панели */
	top: 7em;
	/* внутренние отступы */
	padding: 0.5em;
	/* определяем цвет фона переключателя
	 * чаще вчего в соответствии с цветом фона панели
	*/
	background: inherit;
	/* цвет текста */
	color: #dadada;
	/* вид курсора */
	cursor: pointer;
	/* размер шрифта */
	font-size: 1.2em;
	border-radius: 0 10px 10px 0;
	line-height: 1;
	/* всегда поверх других элементов страницы */
	z-index: 1001;
	box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
	/* анимируем цвет текста при наведении */
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}


/* определяем текст кнопки 
* символ Unicode (TRIGRAM FOR HEAVEN)
*/

.nav-toggle:after {
	content: '\2630Меню';
	text-decoration: none;
	font-family: "Merriweather", Georgia, serif;
	font-weight: 600;
	text-shadow: 2px 1px 1px rgb(0, 0, 0);
}


/* цвет текста при наведении */

.nav-toggle:hover {
	color: #f4f4f4;
}


/**
* Скрытый чекбокс (флажок)
* невидим и недоступен :)
* имя селектора атрибут флажка
*/

[id='nav-toggle'] {
	position: absolute;
	display: none;
}


/**
* изменение положения переключателя 
* при просмотре на мобильных устройствах
* когда навигация раскрыта, распологаем внутри панели
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
	left: auto;
	right: 2px;
	top: 1em;
}


/**
* Когда флажок установлен, открывается панель
* используем псевдокласс:checked
*/

[id='nav-toggle']:checked ~ .nav {
	left: 0;
	box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
	-moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
	-webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
	-ms-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
	overflow-y: auto;
}



/*
* изменение символа переключателя,
* привычный крестик (MULTIPLICATION X), 
* вы можете испльзовать любой другой значок
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
	content: '\2715';
}


/**
* позаботьтимся о средних и маленьких экранах
* мобильных устройств
*/

@media screen and (max-width: 736px) {
	
	.nav-toggle {
		top: 9em;
	}

}

@media screen and (max-width: 480px) {
	
	.nav-toggle {
		top: 8.6em;
	}

}

@media screen and (max-width: 360px) {
	html,
	body {
	  margin: 0;
	}

	.nav-toggle {
		top: 7.5em;
	}

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
	right: 40px;
}

}


@media screen and (min-width: 320px) {
	html,
	body {
	  margin: 0;
	}
}

@media screen and (max-width: 320px) {
	html,
	body {
	  margin: 0;
	}
	.nav {
	  width: 100%;
	  box-shadow: none
	}
		
[id='nav-toggle']:checked ~ .nav > .nav-toggle {
	right: 55px;
}

}

/**
 * Формируем стиль заголовка (логотип) панели 
*/

.nav h6 {
	width: 90%;
	padding: 0;
	font-family: "Merriweather", Georgia, serif;
	font-weight: 600;
	margin: 10px 0;
	text-align: center;
	text-shadow: 2px 0px 1px rgb(0, 0, 0);
	font-size: 1.3em;
	line-height: 1.3em;
	opacity: 0;
	transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	-moz-transform: scale(0.1, 0.1);
	-webkit-transform: scale(0.1, 0.1);
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	transition: opacity 0.8s, transform 0.8s;
	-ms-transition: opacity 0.8s, -ms-transform 0.8s;
	-moz-transition: opacity 0.8s, -moz-transform 0.8s;
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.nav h6 a {
	color: #dadada;
	text-decoration: none;
	text-transform: uppercase;
}


/*плавное появление заголовка (логотипа) при раскрытии панели */

[id='nav-toggle']:checked ~ .nav h6 {
	opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}


/**
* формируем непосредственно само меню
* используем неупорядоченный список для пунктов меню
* прикрутим трансфомации и плавные переходы
*/

.nav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav > ul > li {
	line-height: 2.5;
	opacity: 0;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
	-moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
	-ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
	transition: opacity .5s .1s, transform .5s .1s;
}

.nav > ul > li > ul > li > label {
	display: inline-block;
	position: relative;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #dadada;
	width: 100%;
	text-decoration: none;
	/* плавный переход */
	-webkit-transition: color .5s ease, padding .5s ease;
	-moz-transition: color .5s ease, padding .5s ease;
	-ms-transition: color .5s ease, padding .5s ease;
	transition: color .5s ease, padding .5s ease;
}

/*скрываем вложенные пункты и чекбокс*/
.nav > ul > li > ul, .nav > ul > li > ul > li > ul, .nav > ul > input {
	display: none;
}

/*при клике на чекбокс раскроются вложенные пункты*/
.nav > ul > li > input:checked + label + ul {
	display: block;
}

.nav > ul > li > input:checked + label + ul > li {
	display: inline-block;
	position: relative;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #dadada;
	width: 100%;
	text-decoration: none;
	/* плавный переход */
	-webkit-transition: color .5s ease, padding .5s ease;
	-moz-transition: color .5s ease, padding .5s ease;
	-ms-transition: color .5s ease, padding .5s ease;
	transition: color .5s ease, padding .5s ease;
}

.nav > ul > li > ul > li> input:checked + label + ul {
	display: inline-block;
	position: relative;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #dadada;
	width: 100%;
	text-decoration: none;
	/* плавный переход */
	-webkit-transition: color .5s ease, padding .5s ease;
	-moz-transition: color .5s ease, padding .5s ease;
	-ms-transition: color .5s ease, padding .5s ease;
	transition: color .5s ease, padding .5s ease;
}

.nav > ul > li > input:checked + label {
	display: inline-block;
	position: relative;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #dadada;
	width: 100%;
	text-decoration: none;
	/* плавный переход */
	-webkit-transition: color .5s ease, padding .5s ease;
	-moz-transition: color .5s ease, padding .5s ease;
	-ms-transition: color .5s ease, padding .5s ease;
	transition: color .5s ease, padding .5s ease;
}

/*рисуем треугольник рядом с пунктами содержащими подпункты*/
.nav > ul > li> ul > li > ul > label:before {
	content: "";
	border-width: 0.5em;
	border-style: solid;
	border-color: transparent transparent transparent black;
	position: absolute;
	top: 0.5em;
	left: 0.25em;
}

.nav > ul > li > ul > li > ul > input:checked + label:before {
	transform: rotate(90deg);
}

[id='nav-toggle']:checked ~ .nav > ul > li {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


/* определяем интервалы появления пунктов меню */

.nav > ul > li:nth-child(2) {
	-moz-transition: opacity .5s .2s, -webkit-transform .5s .2s;
	-webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
	-ms-transition: opacity .5s .2s, -webkit-transform .5s .2s;
	transition: opacity .5s .2s, transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
	-moz-transition: opacity .5s .3s, -webkit-transform .5s .3s;
	-webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
	-ms-transition: opacity .5s .3s, -webkit-transform .5s .3s;
	transition: opacity .5s .3s, transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
	-moz-transition: opacity .5s .4s, -webkit-transform .5s .4s;
	-webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
	-ms-transition: opacity .5s .4s, -webkit-transform .5s .4s;
	transition: opacity .5s .4s, transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
	-moz-transition: opacity .5s .5s, -webkit-transform .5s .5s;
	-webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
	-ms-transition: opacity .5s .5s, -webkit-transform .5s .5s;
	transition: opacity .5s .5s, transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
	-moz-transition: opacity .5s .6s, -webkit-transform .5s .6s;
	-webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
	-ms-transition: opacity .5s .6s, -webkit-transform .5s .6s;
	transition: opacity .5s .6s, transform .5s .6s;
}

.nav > ul > li:nth-child(7) {
	-moz-transition: opacity .5s .7s, -webkit-transform .5s .7s;
	-webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
	-ms-transition: opacity .5s .7s, -webkit-transform .5s .7s;
	transition: opacity .5s .7s, transform .5s .7s;
}


/**
* оформление ссылок пунктов меню
*/

.nav > ul > li > a {
	display: inline-block;
	position: relative;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #dadada;
	width: 100%;
	text-decoration: none;
	/* плавный переход */
	-webkit-transition: color .5s ease, padding .5s ease;
	-moz-transition: color .5s ease, padding .5s ease;
	-ms-transition: color .5s ease, padding .5s ease;
	transition: color .5s ease, padding .5s ease;
}


.nav > ul > li > ul > li > a {
	display: inline-block;
	position: relative;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #dadada;
	width: 100%;
	text-decoration: none;
	/* плавный переход */
	-webkit-transition: color .5s ease, padding .5s ease;
	-moz-transition: color .5s ease, padding .5s ease;
	-ms-transition: color .5s ease, padding .5s ease;
	transition: color .5s ease, padding .5s ease;
}

.nav > ul > li > ul > li > ul > li > a {
	display: inline-block;
	position: relative;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #dadada;
	width: 100%;
	text-decoration: none;
	/* плавный переход */
	-webkit-transition: color .5s ease, padding .5s ease;
	-moz-transition: color .5s ease, padding .5s ease;
	-ms-transition: color .5s ease, padding .5s ease;
	transition: color .5s ease, padding .5s ease;
}

/**
* состояние ссылок меню при наведении
*/

.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
	color: white;
	padding-left: 15px;
}

.nav > ul > li > ul > li > a:hover,
.nav > ul > li > ul > li > a:focus {
	color: white;
	padding-left: 15px;
}

.nav > ul > li > ul > li > ul > li > a:hover,
.nav > ul > li > ul > li > ul > li > a:focus {
	color: white;
	padding-left: 15px;
}


/**
* линия подчеркивания ссылок меню
*/

.nav > ul > li > a:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	-moz-transition: width 0s ease;
	-webkit-transition: width 0s ease;
	-ms-transition: width 0s ease;
	transition: width 0s ease;
}

.nav > ul > li > a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #3bc1a0;
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	-ms-transition: width .5s ease;
	transition: width .5s ease;
}


.nav > ul > li > ul > li > a:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	-moz-transition: width 0s ease;
	-webkit-transition: width 0s ease;
	-ms-transition: width 0s ease;
	transition: width 0s ease;
}

.nav > ul > li > ul > li > a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #3bc1a0;
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	-ms-transition: width .5s ease;
	transition: width .5s ease;
}

.nav > ul > li > ul > li > ul > li > a:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	-moz-transition: width 0s ease;
	-webkit-transition: width 0s ease;
	-ms-transition: width 0s ease;
	transition: width 0s ease;
}

.nav > ul > li > ul > li > ul > li > a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #3bc1a0;
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	-ms-transition: width .5s ease;
	transition: width .5s ease;
}

/**
* анимируем линию подчеркивания 
* ссылок при наведении
*/

.nav > ul > li > a:hover:before {
	width: 0%;
	background: #3bc1a0;
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	-ms-transition: width .5s ease;
	transition: width .5s ease;
}

.nav > ul > li > a:hover:after {
	width: 0%;
	background: transparent;
	-moz-transition: width 0s ease;
	-webkit-transition: width 0s ease;
	-ms-transition: width 0s ease;
	transition: width 0s ease;
}

.nav > ul > li > ul > li > a:hover:before {
	width: 0%;
	background: #3bc1a0;
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	-ms-transition: width .5s ease;
	transition: width .5s ease;
}

.nav > ul > li > ul > li > a:hover:after {
	width: 0%;
	background: transparent;
	-moz-transition: width 0s ease;
	-webkit-transition: width 0s ease;
	-ms-transition: width 0s ease;
	transition: width 0s ease;
}

.nav > ul > li > ul > li > ul > li > a:hover:before {
	width: 0%;
	background: #3bc1a0;
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	-ms-transition: width .5s ease;
	transition: width .5s ease;
}

.nav > ul > li > ul > li > ul > li > a:hover:after {
	width: 0%;
	background: transparent;
	-moz-transition: width 0s ease;
	-webkit-transition: width 0s ease;
	-ms-transition: width 0s ease;
	transition: width 0s ease;
}

/* Main */

#main {
	display: block;
	background-color: #fcf9f0;
}

#main p {
	display: block;
	font-family: "Merriweather", Georgia, serif;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.5em;
	padding: 1em;
	color: #2C9A99;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

	#main input, #main select, #main textarea {
		color: #636363;
	}

	#main a:hover {
		color: #636363;
	}

	#main strong, #main b {
		color: #636363;
	}

	#main h1, #main h3, #main h5, #main h6 {
		color: #2C9A99;
	}

	#main h2 {
		font-family: "Merriweather", Georgia, serif;
		font-weight: 600;
		color: #2C9A99;
		padding: 0.3em;
		text-shadow: 3px 1px 2px rgb(0, 0, 0);
	}

	#main h4 {
		font-family: "Merriweather", Georgia, serif;
		font-weight: 900;
		color: #2C9A99;
		padding: 0.3em;
		text-shadow: 3px 1px 3px rgb(0, 0, 0);
		font-size: 1.8em;
		text-align: center;
		margin: 0 0 0.25em 0;
	}

	#main blockquote {
		border-left-color: #dddddd;
	}

	#main code {
		background: rgba(222, 222, 222, 0.25);
		border-color: #dddddd;
	}

	#main hr {
		color: #2C9A99;
		width: 43em;
		border: 0;
		border-bottom: solid 4px;
	}

 #main .cart {
	font-weight: 600;
	font-size: 0.7em;
	line-height: 0.5em;
	text-shadow: 2px 0px 1px rgb(0, 0, 0);
}

#main .carth {
	font-size: 1rem;
	font-weight: 800;
	padding: 0;
	line-height: 0.8em;
	text-shadow: 2px 0px 1px rgb(0, 0, 0);
}

#main .carthtwo {
	font-size: 1rem;
	font-weight: 800;
	padding: 0.3em;
	line-height: 0.8em;
	text-shadow: 2px 0px 1px rgb(0, 0, 0);
}

	#main .box {
		border-color: #dddddd;
	}

	#main label {
		color: #636363;
	}

	#main input[type="text"],
	#main input[type="password"],
	#main input[type="email"],
	#main select,
	#main textarea {
		background-color: rgba(222, 222, 222, 0.75);
		border-color: #dddddd;
	}

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

	#main select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dddddd' /%3E%3C/svg%3E");
	}

		#main select option {
			color: #636363;
			background: #ffffff;
		}

	#main input[type="checkbox"] + label,
	#main input[type="radio"] + label {
		color: #636363;
	}

		#main input[type="checkbox"] + label:before,
		#main input[type="radio"] + label:before {
			background: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

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

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

	#main ::-webkit-input-placeholder {
		color: rgba(99, 99, 99, 0.25) !important;
	}

	#main :-moz-placeholder {
		color: rgba(99, 99, 99, 0.25) !important;
	}

	#main ::-moz-placeholder {
		color: rgba(99, 99, 99, 0.25) !important;
	}

	#main :-ms-input-placeholder {
		color: rgba(99, 99, 99, 0.25) !important;
	}

	#main .formerize-placeholder {
		color: rgba(99, 99, 99, 0.25) !important;
	}

	#main .icon.major {
		border-color: #dddddd;
	}

		#main .icon.major:before {
			border-color: #dddddd;
		}

	#main .icon.alt {
		border-color: #dddddd;
		color: #636363;
	}

		#main .icon.alt:hover {
			background-color: rgba(222, 222, 222, 0.25);
		}

		#main .icon.alt:active {
			background-color: rgba(222, 222, 222, 0.5);
		}

	#main ul.alt li {
		border-top-color: #dddddd;
	}

	#main dl dt {
		color: #636363;
	}

	#main header.major h2:after {
		background-color: #dddddd;
		background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
		background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
		background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
		background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	}

	#main table tbody tr {
		border-color: #dddddd;
	}

		#main table tbody tr:nth-child(2n + 1) {
			background-color: rgba(222, 222, 222, 0.25);
		}

	#main table th {
		
		color: #636363;
		color: #fff;
	}

	#main table thead {
		border-bottom-color: #dddddd;
	}

	#main table tfoot {
		border-top-color: #dddddd;
	}

	#main table.alt tbody tr td {
		border-color: #dddddd;
	}

	#main .spotlight .image {
		border-color: #2C9A99;
	}

	#main > .main {
		padding: 0.20em 2em 0.05em 2em !important;
	}

		#main > .main:first-child {
			border-top: 0;
		}

		#main > .main > .image.main:first-child {
			margin: -5em 0 5em -5em;
			width: calc(100% + 10em);
			border-top-right-radius: 0.25em;
			border-top-left-radius: 0.25em;
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
		}

			#main > .main > .image.main:first-child img {
				border-top-right-radius: 0.25em;
				border-top-left-radius: 0.25em;
				border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
			}

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

		#main > .main {
			padding: 4em 4em 2em 4em ;
		}

			#main > .main > .image.main:first-child {
				margin: -4em 0 4em -4em;
				width: calc(100% + 8em);
			}

	}

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

		#main h2 {
		font-size: 2em;
		}
	
		#main hr {
			width: 28em;
		}
	
	}

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

		#main > .main {
			padding: 4em 3em 2em 3em ;
		}

			#main > .main > .image.main:first-child {
				margin: -4em 0 4em -3em;
				width: calc(100% + 6em);
			}

	}

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

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

			#main > .main > .image.main:first-child {
				margin: -3em 0 2em -2em;
				width: calc(100% + 4em);
			}

			#main hr {
				border-bottom-color: #2C9A99;
			}
		
			#main hr {
				width: 24em;
			}
		
	}

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

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

			#main > .main > .image.main:first-child {
				margin: -3em 0 1.5em -1.5em;
				width: calc(100% + 3em);
			}

			#main hr {
				width: 17em;
			}
		
	}

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

		#main {
			border-radius: 0;
		}

			#main > .main {
				padding: 2.5em 1em 0.5em 1em ;
			}

				#main > .main > .image.main:first-child {
					margin: -2.5em 0 1.5em -1em;
					width: calc(100% + 2em);
					border-radius: 0;
				}

					#main > .main > .image.main:first-child img {
						border-radius: 0;
					}

					#main hr {
						width: 14em;
					}
				
	}
/* Insidemain*/

.insidemain {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	margin: 0;
	height: 7em;
	top: 2.5em;
	overflow-x: hidden;
}

.beznal {
	font-size: 21px;
}

.insidemaintwo {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	margin: 0;
	overflow-x: hidden;
}

.insidemaintwo h3 {
	font-family: "Merriweather", Georgia, serif;
	font-size: 2.85em;
	font-weight: 600;
	color: #2C9A99;
	padding: 0.3em;
	text-shadow: 4px 3px 2px rgb(0, 0, 0);
}

	.insidemain > .content {
		width: 45em;
		max-width: calc(100% - 4em);
		margin: 0 auto;
	}

	.insidemaintwo > .content {
		width: 45em;
		max-width: calc(100% - 4em);
		margin: 0 auto;
	}

		.insidemain > .content > :last-child {
			margin-bottom: 0;
		}

		.insidemaintwo > .content > :last-child {
			margin-bottom: 0;
		}

	.insidemain.fullscreen {
		min-height: 100%;
	}

	.insidemain.style1 {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		text-align: center;
		padding: 3em 0 3em 0;
	}

		.insidemain.style1 h2 {
			font-size: 4.25em;
			line-height: 1em;
		}

		.insidemain.style1 > .content {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			-moz-transform: translateZ(0);
			-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
			transform: translateZ(0);
			opacity: 1.0;
			margin: 0;
		}

		.insidemain.style1.inactive > .content {
			opacity: 0;
		}

	.insidemain.style2 {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		padding: 1em 0 1em 0;
		overflow: hidden;
	}

		.insidemain.style2 > .content {
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			position: relative;
			width: 90%;
			height: 4.3rem;
			margin: 0 5% 0 5%;
			border-radius: 10px;
			z-index: 1;
			box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 20px rgba(0,0,0,0.3);
			background-color:#fedee4;
		}

		.insidemain p {
		text-align: center;
		}
	
		.insidemaintwo p {
			text-align: center;
			}
		
		.insidemain.style2.left {
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
		}

		.insidemain.style2.right {
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
		}

		.insidemain.style2.inactive.left > .content {
			-moz-transform: translateX(-110%);
			-webkit-transform: translateX(-110%);
			-ms-transform: translateX(-110%);
			transform: translateX(-110%);
		}

		.insidemain.style2.inactive.right > .content {
			-moz-transform: translateX(110%);
			-webkit-transform: translateX(110%);
			-ms-transform: translateX(110%);
			transform: translateX(110%);
		}

	.insidemain.style3 {
		text-align: center;
		padding: 6em 0 6em 0;
	}

	.insidemaintwo.style3 {
		text-align: center;
		padding: 3em 0 3em 0;
	}

		.insidemain.style3 .content > header {
			margin-bottom: 2em;
		}

		.insidemaintwo.style3 .content > header {
			margin-bottom: 2em;
		}

		.insidemain.style3.primary {
			background: #fcf9f0;
		}

		.insidemaintwo.style3.primary {
			background: transparent;
		}

		.insidemain.style3.secondary {
			background: #f5f6f7;
		}

		.insidemaintwo.style3.secondary {
			background: #f5f6f7;
		}

	.insidemain.dark {
		color: #ffffff;
	}

		.insidemain.dark a {
			font-family: "Merriweather", Georgia, serif;
			font-size: 2.5em;
			font-weight: 600;
			color: #2C9A99;
			padding: 0.3em;
			text-shadow: 4px 3px 2px rgb(0, 0, 0);
		}

		.insidemain.dark .button.style2 {
			border-color: #ffffff;
		}

			.insidemain.dark .button.style2:hover {
				background-color: rgba(255, 255, 255, 0.125);
			}

			.insidemain.dark .button.style2:active {
				background-color: rgba(255, 255, 255, 0.25);
			}

			.insidemain.dark .button.style2.down {
				background-image: url("images/dark-arrow.svg");
			}

	body.is-touch .insidemain {
		background-attachment: scroll !important;
	}

	body.is-touch .insidemaintwo {
		background-attachment: scroll !important;
	}

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

		.insidemain.style2 .content {
			width: 100%;
		}

	}

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

		.insidemain.style2 .content {
			width: 100%;
		}

		.insidemain {
			top: 2em;
		}
		
	}

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

		.insidemain {
			top: 3em;
		}
		
		.insidemain > .content {
			max-width: 100%;
		}

		.insidemain.style2 .content {
			width: 90%;
		}

		.insidemain.style2 p {
			margin: 0;
		}

		.insidemain.dark a {
			font-family: "Merriweather", Georgia, serif;
			font-size: 27px;
			font-weight: 600;
			color: #2C9A99;
			text-shadow: 3px 1px 1px rgb(0, 0, 0);
		}

	}

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

		.insidemain {
			top: 0;
		}
		
		.insidemain > .content {
			max-width: 100%;
		}

		.insidemain.style2 .content {
			width: 90%;
			padding: 0 0 0.6em 0;
			box-shadow: none;
		}

		.insidemain.style2 p {
			margin: 0;
		}

		.insidemain.dark a {
			font-family: "Merriweather", Georgia, serif;
			font-size: 27px;
			font-weight: 600;
			color: #2C9A99;
			padding: 0.3em;
			text-shadow: 3px 0px 1px rgb(0, 0, 0);
		}

	}

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

		.insidemain {
			top: -1em;
		}
		
		.insidemain > .content {
			max-width: calc(100% - 1.5em);
		}

		.insidemaintwo > .content {
			max-width: calc(100% - 1.5em);
		}

		.insidemain.style2 .content {
			width: 90%;
			padding: 0 0 0.6em 0;
			box-shadow: none;
		}

		.insidemain.style2 p {
			margin: 0;
		}

		.insidemain.dark a {
			font-family: "Merriweather", Georgia, serif;
			font-size: 23px;
			font-weight: 600;
			color: #2C9A99;
			padding: 0.3em;
			text-shadow: 2px 0px 1px rgb(0, 0, 0);
		}

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

		.insidemain.dark a.beznal {
			font-size: 19px;
		}
	}

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

		.insidemain {
			top: -1em;
		}
		
		.insidemain > .content {
			max-width: calc(100% - 1.5em);
		}

		.insidemaintwo > .content {
			max-width: calc(100% - 1.5em);
		}

		.insidemain.style2 .content {
			width: 90%;
			padding: 0 0 0.6em 0;
			box-shadow: none;
		}

		.insidemain.style2 p {
			margin: 0;
		}

		.insidemain.dark a {
			font-family: "Merriweather", Georgia, serif;
			font-size: 23px;
			font-weight: 600;
			color: #2C9A99;
			padding: 0.3em;
			text-shadow: 2px 0px 1px rgb(0, 0, 0);
		}

	}

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

		.insidemain {
			top: -1em;
		}
		
		.insidemain > .content {
			max-width: calc(100% - 1.5em);
		}

		.insidemaintwo > .content {
			max-width: calc(100% - 1.5em);
		}

		.insidemain.style2 .content {
			width: 90%;
			padding: 0 0 0.6em 0;
			box-shadow: none;
		}

		.insidemain.style2 p {
			margin: 0;
		}

		.insidemain.dark a {
			font-family: "Merriweather", Georgia, serif;
			font-size: 18px;
			font-weight: 600;
			color: #2C9A99;
			padding: 0.3em;
			text-shadow: 2px 0px 1px rgb(0, 0, 0);
		}

		.insidemain.dark a.beznal {
			font-size: 16px;
		}

	}

/* Footer */

footer {
	margin: 3em 0 0 0;
}

	footer > p {
		font-size: 1.25em;
	}


/* Copyright */

#copyright {
	color: #666;
	font-size: 1em;
	line-height: 1em;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}

	#copyright li {
		display: inline-block;
		border-left: solid 1px rgba(0, 0, 0, 0.5);
		box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
		padding: 0 0 0 1em;
		margin: 0 0 0 1em;
	}

		#copyright li:first-child {
			border: 0;
			box-shadow: none;
			padding-left: 0;
			margin-left: 0;
		}

	#copyright a {
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
		color: inherit;
	}

		#copyright a:hover {
			color: #777;
		}

.ya-share2 {
	margin: 0 5%;
}


/* Carousel */

	.carousel {
		position: relative;
		overflow: hidden;
		padding: 2em 0 2em 0;
		margin-bottom: 0;
		background: #fcf9f0;
	}

		.carousel .forward, .carousel .backward {
			position: absolute;
			top: 50%;
			width: 6em;
			height: 12em;
			margin-top: -6em;
			cursor: pointer;
		}

			.carousel .forward:before, .carousel .backward:before {
				content: '';
				display: block;
				width: 6em;
				height: 6em;
				border-radius: 100%;
				background-color: rgba(72, 57, 73, 0.5);
				position: absolute;
				top: 50%;
				margin-top: -3em;
				-moz-transition: background-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out;
			}

			.carousel .forward:after, .carousel .backward:after {
				content: '';
				width: 3em;
				height: 3em;
				position: absolute;
				top: 50%;
				margin: -1.5em 0 0 0;
				background: url("images/arrow.svg") no-repeat center center;
			}

			.carousel .forward:hover:before, .carousel .backward:hover:before {
				background-color: rgba(239, 131, 118, 0.75);
			}

		.carousel .forward {
			right: 0;
		}

			.carousel .forward:before {
				right: -3em;
			}

			.carousel .forward:after {
				right: -0.25em;
			}

		.carousel .backward {
			left: 0;
		}

			.carousel .backward:before {
				left: -3em;
			}

			.carousel .backward:after {
				left: -0.25em;
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
			}

		.carousel .reel {
			white-space: nowrap;
			position: relative;
			-webkit-overflow-scrolling: touch;
			padding: 0 2em 0 2em;
		}

		.carousel article {
			display: inline-block;
			width: 18em;
			background-color:#fedee4;
			text-align: center;
			padding: 0 1em 3em 1em;
			margin: 0 2em 0 0;
			white-space: normal;
			border-radius: 10px;
			opacity: 1.0;
			box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
			-moz-transition: opacity 0.75s ease-in-out;
			-webkit-transition: opacity 0.75s ease-in-out;
			-ms-transition: opacity 0.75s ease-in-out;
			transition: opacity 0.75s ease-in-out;
		}

			.carousel article.loading {
				opacity: 0;
			}

			.carousel article .image {
				position: relative;
				left: -1em;
				top: 0;
				width: auto;
				margin-right: -2em;
				margin-bottom: 3em;

			}
		
			.carousel article .image img {
			border-radius: 10px 10px 0 0;
			}
		
			.carousel header h3 {
				font-family: "Merriweather", Georgia, serif;
				font-size: 1.5rem;
				font-weight: 800;
				color: #2C9A99;
				line-height: 1.25em;
				text-shadow: 2px 0px 1px rgb(0, 0, 0);
			}

			.carousel header h4 {
				font-family: "Merriweather", Georgia, serif;
				font-size: 1.5rem;
				font-weight: 800;
				color: #2C9A99;
				line-height: 1.25em;
				text-shadow: 2px 0px 1px rgb(0, 0, 0);
			}

			.carousel article p {
				text-align: center;
				display: block;
				font-family: "Merriweather", Georgia, serif;
				font-weight: 600;
				font-size: 1em;
				line-height: 1.5em;
				padding: 1em;
				color: #2C9A99;
				text-shadow: 1px 1px 1px rgb(0, 0, 0);
			}

/* Wide */

@media screen and (max-width: 3000px) {
	/* Carousel */

			.carousel .reel::-webkit-scrollbar {
				height: 2px;
			 }
			
}

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

		/* Basic */

			body, input, textarea, select {
				font-size: 14pt;
				line-height: 1.75em;
			}

		/* Carousel */

			.carousel {
				padding: 1.5em 0 1.5em 0;
			}

				.carousel .reel {
					padding: 2.5em 1.5em 3em 1.5em;
				}

				.carousel article {
					width: 18em;
					margin: 0 1.25em 0 0;
				}

				.carousel .reel::-webkit-scrollbar {
					height: 2px;
				 }
				
	}

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

				.carousel article {
			box-shadow: none;
				}

				.carousel .reel::-webkit-scrollbar {
					height: 2px;
				 }
				
	}

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

				.carousel article {
			box-shadow: none;
				}

				.carousel .reel::-webkit-scrollbar {
					height: 2px;
				 }
				
	}

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

				.carousel article {
			box-shadow: none;
				}

				.carousel .reel::-webkit-scrollbar {
					height: 2px;
				 }
				
	}

	@media screen and (max-width: 324px) {
		/* Carousel */

				.carousel article {
			box-shadow: none;
				}

				.carousel .reel::-webkit-scrollbar {
					height: 2px;
				 }
				 
	}

/* Spotlight */

	.spotlight {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		margin: 1em 0 2em 0;
	}

		.spotlight .content {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
			margin: 0 10px 10px 10px;
			border-radius: 10px;
			background-color:#fedee4;
		}

			.spotlight .content > :last-child {
				margin-bottom: 0;
			}

			.spotlight .content header.major {
				margin: 0;
			}

		.spotlight .image {
			display: inline-block;
			margin-left: 4em;
			padding: 0.65em;
			border-radius: 100%;
			border: solid 1px;
			box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
		}

			.spotlight .image img {
				display: block;
				border-radius: 100%;
				width: 20em;
				box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
			}

			@media screen and (max-width: 1280px) {
	
					.spotlight .image img {
						width: 12em;
					}
	
					.spotlight .content header.major h2:after {
						margin-left: auto;
						margin-right: auto;
					}

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

			.spotlight {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.spotlight .content {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					width: 100%;
				}

					.spotlight .content header.major h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.spotlight .content .actions {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.spotlight .image {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					margin-left: 0;
					margin-bottom: 2em;
				}

		}

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

			.spotlight .image {
				padding: 0.35em;
			}

				.spotlight .image img {
					width: 12em;
				}

		}

	.spotlight .image {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Poptrox */

.poptrox-popup {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	padding-bottom: 3em;
	box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

	.poptrox-popup .loader {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1em 0 0 -1em;
		width: 2em;
		height: 2em;
		display: block;
		font-size: 2em;
	}

		.poptrox-popup .loader:before {
			-moz-animation: spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-rotate 0.75s infinite linear !important;
			animation: spinner-rotate 0.75s infinite linear !important;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #e5e6e7;
			content: '\f1ce';
			cursor: default;
			display: block;
			height: 2em;
			left: 0;
			line-height: 2em;
			position: absolute;
			text-align: center;
			top: 0;
			width: 2em;
		}

	.poptrox-popup .caption {
		position: absolute;
		bottom: 0;
		left: 0;
		background: #ffffff;
		width: 100%;
		height: 3em;
		line-height: 2.8em;
		text-align: center;
		cursor: default;
		z-index: 1;
		font-size: 0.9em;
	}

	.poptrox-popup .nav-next,
	.poptrox-popup .nav-previous {
		-moz-transition: opacity 0.2s ease-in-out;
		-webkit-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
		background: rgba(0, 0, 0, 0.01);
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.poptrox-popup .nav-next:before,
	.poptrox-popup .nav-previous:before {
		content: '';
		position: absolute;
		width: 96px;
		height: 64px;
		background: url("images/poptrox-nav.svg");
		top: calc(50% - 1.5em);
		margin: -32px 0 0 0;
	}

	.poptrox-popup:hover .nav-next,
	.poptrox-popup:hover .nav-previous {
		opacity: 0.5;
	}

	.poptrox-popup:hover .nav-next:hover,
	.poptrox-popup:hover .nav-previous:hover {
		opacity: 1.0;
	}

	.poptrox-popup .nav-previous:before {
		-moz-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
		-ms-filter: "FlipH";
		filter: FlipH;
	}

	.poptrox-popup .nav-next {
		right: 0;
	}

		.poptrox-popup .nav-next:before {
			right: 0;
		}

	.poptrox-popup .nav-previous {
		left: 0;
	}

		.poptrox-popup .nav-previous:before {
			left: 0;
		}

	.poptrox-popup .closer {
		-moz-transition: opacity 0.2s ease-in-out;
		-webkit-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		position: absolute;
		top: 0;
		right: 0;
		width: 64px;
		height: 64px;
		text-indent: -9999px;
		z-index: 2;
		opacity: 0;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

		.poptrox-popup .closer:before {
			content: '';
			display: block;
			position: absolute;
			right: 16px;
			top: 16px;
			width: 40px;
			height: 40px;
			border-radius: 100%;
			box-shadow: inset 0 0 0 2px #fff;
			background: url("images/poptrox-closer.svg") center center;
			color: #ffffff !important;
		}

	.poptrox-popup:hover .closer {
		opacity: 0.5;
	}

		.poptrox-popup:hover .closer:hover {
			opacity: 1.0;
		}

	body.is-touch .poptrox-popup .nav-next,
	body.is-touch .poptrox-popup .nav-previous,
	body.is-touch .poptrox-popup .closer {
		opacity: 1.0 !important;
	}

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

		.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before {
			width: 48px;
			height: 32px;
			background-size: contain;
			margin: -16px 0 0 0;
		}

		.poptrox-popup .closer:before {
			right: 12px;
			top: 12px;
			width: 20px;
			height: 20px;
			box-shadow: inset 0 0 0 1px #fff;
			background-size: contain;
			opacity: 0.65;
		}

	}

/* Gallery */

.gallery {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 45em;
	max-width: 100%;
	margin: 0 auto 2em auto;
}

	.gallery article {
		-moz-transition: -moz-transform 1s ease, opacity 1s ease;
		-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
		-ms-transition: -ms-transform 1s ease, opacity 1s ease;
		transition: transform 1s ease, opacity 1s ease;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		width: 50%;
		border-radius: 10px;
		background-color:#fedee4;
		position: relative;
		opacity: 1.0;
	}

		.gallery article .image {
			margin: 0;
			display: block;
		}

		.gallery article .image img {
			border-radius: 10px 10px 0 0;
			}
		
		.gallery header h3 {
			font-family: "Merriweather", Georgia, serif;
			font-size: 1rem;
			font-weight: 800;
			color: #2C9A99;
			line-height: 1em;
			text-shadow: 2px 0px 1px rgb(0, 0, 0);
		}

		#main .gallery p {
			display: block;
			font-family: "Merriweather", Georgia, serif;
			font-weight: 600;
			font-size: 0.7em;
			line-height: 0.5em;
			padding: 0;
			color: #2C9A99;
			text-shadow: 2px 0px 1px rgb(0, 0, 0);
		}
		
		.gallery article:nth-last-child(1n) {
			-moz-transition-delay: 0.05s;
			-webkit-transition-delay: 0.05s;
			-ms-transition-delay: 0.05s;
			transition-delay: 0.05s;
		}

		.gallery article:nth-last-child(2n) {
			-moz-transition-delay: 0.05s;
			-webkit-transition-delay: 0.05s;
			-ms-transition-delay: 0.05s;
			transition-delay: 0.05s;
		}

		.gallery article:nth-last-child(2n) {
			-moz-transition-delay: 0.1s;
			-webkit-transition-delay: 0.1s;
			-ms-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}

		.gallery article:nth-last-child(3n) {
			-moz-transition-delay: 0.1s;
			-webkit-transition-delay: 0.1s;
			-ms-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}

		.gallery article:nth-last-child(3n) {
			-moz-transition-delay: 0.15s;
			-webkit-transition-delay: 0.15s;
			-ms-transition-delay: 0.15s;
			transition-delay: 0.15s;
		}

		.gallery article:nth-last-child(4n) {
			-moz-transition-delay: 0.15s;
			-webkit-transition-delay: 0.15s;
			-ms-transition-delay: 0.15s;
			transition-delay: 0.15s;
		}

		.gallery article:nth-last-child(4n) {
			-moz-transition-delay: 0.2s;
			-webkit-transition-delay: 0.2s;
			-ms-transition-delay: 0.2s;
			transition-delay: 0.2s;
		}

		.gallery article:nth-last-child(5n) {
			-moz-transition-delay: 0.2s;
			-webkit-transition-delay: 0.2s;
			-ms-transition-delay: 0.2s;
			transition-delay: 0.2s;
		}

		.gallery article:nth-last-child(5n) {
			-moz-transition-delay: 0.25s;
			-webkit-transition-delay: 0.25s;
			-ms-transition-delay: 0.25s;
			transition-delay: 0.25s;
		}

		.gallery article:nth-last-child(6n) {
			-moz-transition-delay: 0.25s;
			-webkit-transition-delay: 0.25s;
			-ms-transition-delay: 0.25s;
			transition-delay: 0.25s;
		}

		.gallery article:nth-last-child(6n) {
			-moz-transition-delay: 0.3s;
			-webkit-transition-delay: 0.3s;
			-ms-transition-delay: 0.3s;
			transition-delay: 0.3s;
		}

		.gallery article:nth-last-child(7n) {
			-moz-transition-delay: 0.3s;
			-webkit-transition-delay: 0.3s;
			-ms-transition-delay: 0.3s;
			transition-delay: 0.3s;
		}

		.gallery article:nth-last-child(7n) {
			-moz-transition-delay: 0.35s;
			-webkit-transition-delay: 0.35s;
			-ms-transition-delay: 0.35s;
			transition-delay: 0.35s;
		}

		.gallery article:nth-last-child(8n) {
			-moz-transition-delay: 0.35s;
			-webkit-transition-delay: 0.35s;
			-ms-transition-delay: 0.35s;
			transition-delay: 0.35s;
		}

		.gallery article:nth-last-child(8n) {
			-moz-transition-delay: 0.4s;
			-webkit-transition-delay: 0.4s;
			-ms-transition-delay: 0.4s;
			transition-delay: 0.4s;
		}

		.gallery article:nth-last-child(9n) {
			-moz-transition-delay: 0.4s;
			-webkit-transition-delay: 0.4s;
			-ms-transition-delay: 0.4s;
			transition-delay: 0.4s;
		}

		.gallery article:nth-last-child(9n) {
			-moz-transition-delay: 0.45s;
			-webkit-transition-delay: 0.45s;
			-ms-transition-delay: 0.45s;
			transition-delay: 0.45s;
		}

		.gallery article:nth-last-child(10n) {
			-moz-transition-delay: 0.45s;
			-webkit-transition-delay: 0.45s;
			-ms-transition-delay: 0.45s;
			transition-delay: 0.45s;
		}

		.gallery article:nth-last-child(10n) {
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
		}

		.gallery article:nth-last-child(11n) {
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
		}

		.gallery article:nth-last-child(11n) {
			-moz-transition-delay: 0.55s;
			-webkit-transition-delay: 0.55s;
			-ms-transition-delay: 0.55s;
			transition-delay: 0.55s;
		}

		.gallery article:nth-last-child(12n) {
			-moz-transition-delay: 0.55s;
			-webkit-transition-delay: 0.55s;
			-ms-transition-delay: 0.55s;
			transition-delay: 0.55s;
		}

		.gallery article:nth-last-child(12n) {
			-moz-transition-delay: 0.6s;
			-webkit-transition-delay: 0.6s;
			-ms-transition-delay: 0.6s;
			transition-delay: 0.6s;
		}

		.gallery article:nth-last-child(13n) {
			-moz-transition-delay: 0.6s;
			-webkit-transition-delay: 0.6s;
			-ms-transition-delay: 0.6s;
			transition-delay: 0.6s;
		}

		.gallery article:nth-last-child(13n) {
			-moz-transition-delay: 0.65s;
			-webkit-transition-delay: 0.65s;
			-ms-transition-delay: 0.65s;
			transition-delay: 0.65s;
		}

		.gallery article:nth-last-child(14n) {
			-moz-transition-delay: 0.65s;
			-webkit-transition-delay: 0.65s;
			-ms-transition-delay: 0.65s;
			transition-delay: 0.65s;
		}

		.gallery article:nth-last-child(14n) {
			-moz-transition-delay: 0.7s;
			-webkit-transition-delay: 0.7s;
			-ms-transition-delay: 0.7s;
			transition-delay: 0.7s;
		}

		.gallery article:nth-last-child(15n) {
			-moz-transition-delay: 0.7s;
			-webkit-transition-delay: 0.7s;
			-ms-transition-delay: 0.7s;
			transition-delay: 0.7s;
		}

		.gallery article:nth-last-child(15n) {
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
		}

		.gallery article:nth-last-child(16n) {
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
		}

		.gallery article:nth-last-child(16n) {
			-moz-transition-delay: 0.8s;
			-webkit-transition-delay: 0.8s;
			-ms-transition-delay: 0.8s;
			transition-delay: 0.8s;
		}

		.gallery article:nth-last-child(17n) {
			-moz-transition-delay: 0.8s;
			-webkit-transition-delay: 0.8s;
			-ms-transition-delay: 0.8s;
			transition-delay: 0.8s;
		}

		.gallery article:nth-last-child(17n) {
			-moz-transition-delay: 0.85s;
			-webkit-transition-delay: 0.85s;
			-ms-transition-delay: 0.85s;
			transition-delay: 0.85s;
		}

		.gallery article:nth-last-child(18n) {
			-moz-transition-delay: 0.85s;
			-webkit-transition-delay: 0.85s;
			-ms-transition-delay: 0.85s;
			transition-delay: 0.85s;
		}

		.gallery article:nth-last-child(18n) {
			-moz-transition-delay: 0.9s;
			-webkit-transition-delay: 0.9s;
			-ms-transition-delay: 0.9s;
			transition-delay: 0.9s;
		}

		.gallery article:nth-last-child(19n) {
			-moz-transition-delay: 0.9s;
			-webkit-transition-delay: 0.9s;
			-ms-transition-delay: 0.9s;
			transition-delay: 0.9s;
		}

		.gallery article:nth-last-child(19n) {
			-moz-transition-delay: 0.95s;
			-webkit-transition-delay: 0.95s;
			-ms-transition-delay: 0.95s;
			transition-delay: 0.95s;
		}

		.gallery article:nth-last-child(20n) {
			-moz-transition-delay: 0.95s;
			-webkit-transition-delay: 0.95s;
			-ms-transition-delay: 0.95s;
			transition-delay: 0.95s;
		}

		.gallery article:nth-last-child(20n) {
			-moz-transition-delay: 1s;
			-webkit-transition-delay: 1s;
			-ms-transition-delay: 1s;
			transition-delay: 1s;
		}

		.gallery article:nth-last-child(21n) {
			-moz-transition-delay: 1s;
			-webkit-transition-delay: 1s;
			-ms-transition-delay: 1s;
			transition-delay: 1s;
		}

		.gallery article:nth-last-child(21n) {
			-moz-transition-delay: 1.05s;
			-webkit-transition-delay: 1.05s;
			-ms-transition-delay: 1.05s;
			transition-delay: 1.05s;
		}

		.gallery article:nth-last-child(22n) {
			-moz-transition-delay: 1.05s;
			-webkit-transition-delay: 1.05s;
			-ms-transition-delay: 1.05s;
			transition-delay: 1.05s;
		}

		.gallery article:nth-last-child(22n) {
			-moz-transition-delay: 1.1s;
			-webkit-transition-delay: 1.1s;
			-ms-transition-delay: 1.1s;
			transition-delay: 1.1s;
		}

		.gallery article:nth-last-child(23n) {
			-moz-transition-delay: 1.1s;
			-webkit-transition-delay: 1.1s;
			-ms-transition-delay: 1.1s;
			transition-delay: 1.1s;
		}

		.gallery article:nth-last-child(23n) {
			-moz-transition-delay: 1.15s;
			-webkit-transition-delay: 1.15s;
			-ms-transition-delay: 1.15s;
			transition-delay: 1.15s;
		}

		.gallery article:nth-last-child(24n) {
			-moz-transition-delay: 1.15s;
			-webkit-transition-delay: 1.15s;
			-ms-transition-delay: 1.15s;
			transition-delay: 1.15s;
		}

	.gallery.inactive article {
		opacity: 0;
	}

		.gallery.inactive article.from-left {
			-moz-transform: translateX(-14em);
			-webkit-transform: translateX(-14em);
			-ms-transform: translateX(-14em);
			transform: translateX(-14em);
		}

		.gallery.inactive article.from-right {
			-moz-transform: translateX(14em);
			-webkit-transform: translateX(14em);
			-ms-transform: translateX(14em);
			transform: translateX(14em);
		}

		.gallery.inactive article.from-top {
			-moz-transform: translateY(-7em);
			-webkit-transform: translateY(-7em);
			-ms-transform: translateY(-7em);
			transform: translateY(-7em);
		}

		.gallery.inactive article.from-bottom {
			-moz-transform: translateY(7em);
			-webkit-transform: translateY(7em);
			-ms-transform: translateY(7em);
			transform: translateY(7em);
		}

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

		.gallery {
			-moz-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.gallery article {
				box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
				width: 100%;
			}

	}


/* One */

#one {
	background: url("images/overlay.png");
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

/* Two */

#two {
	background: url("images/overlay.png"), url("../../images/two.jpg");
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}


/* Contact Method */

.contact-method {
	margin: 0 0 2em 1em;
	padding-left: 3.25em;
	position: relative;
}

	.contact-method .icon {
		left: 0;
		position: absolute;
		top: 0;
	}

	.contact-method h3 {
		font-family: "Merriweather", Georgia, serif;
		font-weight: 600;
		text-shadow: 2px 1px 1px rgb(0, 0, 0);
		margin: 0 0 0.5em 0;
	}


/* Contact */

#contact {
	border-bottom: solid 1px rgba(212, 212, 255, 0.1);
	overflow-x: hidden;
}

	#contact > .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		padding: 0 !important;
	}

		#contact > .inner > :nth-child(2n - 1) {
			padding: 4em 3em 2em 0 ;
			border-right: solid 1px rgba(212, 212, 255, 0.1);
			width: 60%;
		}

		#contact > .inner > :nth-child(2n) {
			padding-left: 3em;
			width: 40%;
		}

		#contact > .inner > .split {
			padding: 0;
		}

			#contact > .inner > .split > * {
				padding: 3em 0 1em 3em ;
				position: relative;
			}

				#contact > .inner > .split > *:before {
					border-top: solid 1px rgba(212, 212, 255, 0.1);
					content: '';
					display: block;
					margin-left: -3em;
					position: absolute;
					top: 0;
					width: calc(100vw + 3em);
				}

			#contact > .inner > .split > :first-child:before {
				display: none;
			}

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

		#contact > .inner {
			display: block;
		}

			#contact > .inner > :nth-child(2n - 1) {
				padding: 4em 0 2em 0 ;
				border-right: 0;
				width: 100%;
			}

			#contact > .inner > :nth-child(2n) {
				padding-left: 0;
				width: 100%;
			}

			#contact > .inner > .split > * {
				padding: 3em 0 1em 0 ;
			}

			#contact > .inner > .split > :first-child:before {
				display: block;
			}

	}

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

		#contact > .inner > :nth-child(2n - 1) {
			padding: 3em 0 1em 0 ;
		}

	}

	#toTop {
		width:50px;
		height: 50px;
		border:1px solid #ccc;
		background:#2C9A99;
		border-radius: 100%;
		text-align: center;
		padding: 5px;
		position:fixed;
		bottom: 20px; /* отступ кнопки от нижнего края страницы*/
		right: 20px;
		cursor: pointer;
		display: none;
		color:#FFFFFF;
		font-family: Georgia;
		font-size: 31px;
		font-weight: 900;
		box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 20px rgba(0,0,0,0.3);
		z-index: 10;
		}
		
		.video_3 { 
			overflow: hidden;
	  }
	  .video_3-row { 
			margin: 0;
	  }
	  .video_3-col {
			float: left;
			width: 33.3%;
			margin-bottom: 20px;
	  }
	  .video_3-wrp {
			position: relative;
			padding-top: 56.25%;
			margin: 0 10px 0 10px;
			box-sizing: border-box;
	  }
	  .video_3-wrp iframe {
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			margin: 0;
			top: 0;
			left: 0;
			border: 0px;
	  }

	  @media screen and (max-width:1200px){
			.video_3-col {
				 width: 50%;
			}
	  }
	  @media screen and (max-width:800px){
			.video_3-col {
				 width: 100%;
			}
	  }
	  
	  .video { 
		max-width: 800px;
		margin: 0 auto 20px
  }
  .video-ah {
		position: relative;
		padding-top: 56.25%;
  }
  .video-ah iframe {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		margin: 0;
		top: 0;
		left: 0;
		border: 0;
  }

  @media screen and (max-width:1200px){
	.video {
		margin-top: 15px;
	}
	
}
	  .resp-tab {
		border-radius: 5px;
		font-weight: normal;
		border: none;
		border-collapse: collapse;
		width: 90%;
		max-width: 90%;
		margin: 2rem auto;
		box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
  }
  .resp-tab th, .resp-tab td {
		padding: 10px 20px;
		font-size: 13px;
		border: none;
		font-family: "Merriweather", Georgia, sans-serif;   
		border: 1px solid #2C9A99;
		vertical-align: top;
  }
  .resp-tab th {
		color: #FFF;
		background: #2C9A99;
		font-weight: bold;
		border: 1px solid #2C9A99;   
		text-transform: uppercase;   
		text-align: center;   
  }
  .resp-tab tr:nth-child(even) {
		background: #edf7ff;
  }
  .resp-tab td span {
		background: #2C9A99;
		color: #FFF;
		display: none;
		font-size: 11px;
		font-weight: bold;
		font-family: "Merriweather", Georgia, sans-serif;   
		text-transform: uppercase;       
		padding: 5px 10px;
		position: absolute;
		top: 0;
		left: 0;   
  }
 
.w-35pr{
	width: 35%;
 }
 
 .w-30pr{
	width: 30%;
 }
 
 .w-50pr{
	width: 50%;
 }
 
 .w-10pr{
	width: 10%;
 }
 
 .w-80pr{
	width: 80%;
 }
 
 .w-75pr{
	width: 75%;
 }
 
 .w-60pr{
	width: 60%;
 }
 
 .w-15pr{
	width: 15%;
 }
  
  @media(max-width: 768px) {
		.resp-tab thead {
			 display: none;
		}
		.resp-tab tr {
			 display: flex;
			 flex-direction: row;
			 flex-wrap: wrap;
			 margin-bottom: 30px;
		}
		.resp-tab td {
			 margin: 0 -1px -1px 0;
			 padding-top: 35px;
			 position: relative;
			 width: 100%;
		}
		.resp-tab td span {
			 display: block;
		}
  }
  @media(max-width: 480px) {
		.resp-tab td {
			 width: 100%;
		}
  }


  .slideshow {
	width: 90%;
	height: 500px;
	position: relative;
	overflow: hidden;
	background: #000;
	left: 5%;
	margin: 20px 0;
}
.slideshow-item {
	width: 90%;
	height: 100%;
	left: 5%;
	position: absolute;
	opacity: 0;
	animation: slideanim 40s infinite;
}
.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {
	animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img {
	animation-delay: 10s;
}
.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
	animation-delay: 20s;
}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img {
	animation-delay: 30s;
}
.slideshow-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: zoom 40s infinite;
}
.slideshow-item-text {
	max-width: 50%;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	padding: 20px 30px;
	font-family: Verdana, sans-serif;      
}
.slideshow-item-text h5 {
	font-size: 22px;
	margin: 0 0 10px 0;
	color: #BFE2FF;
}
.slideshow-item-text p {
	font-size: 15px;
	margin-bottom: 10px;
}
@keyframes slideanim {
	12.5%{
		 opacity: 1;
	}
	25%{
		 opacity: 1;
	}   
	37.5%{
		 opacity: 0;
	}
}
@keyframes zoom {
	50%{
		 transform: scale(1.3);
	}   
}
@media screen and (max-width: 1100px){
	.slideshow-item-text{
		 max-width: 75%;
	}
	
	.slideshow {
		width: 100%;
		height: 400px;
		left: 0;
	}
	.slideshow-item {
		height: 100%;
		top: 15%;
	}
	.slideshow-item img {
		width: 100%;
		height: 70%;

		object-fit: cover;
		animation: zoom 40s infinite;
	}
}
  
@media(max-width: 768px) {

	.slideshow {
		width: 100%;
		height: 300px;
		left: 0;
	}
	.slideshow-item {
		height: 100%;
		top: 15%;
	}
	.slideshow-item img {
		width: 100%;
		height: 70%;

		object-fit: cover;
		animation: zoom 40s infinite;
	}
}

@media screen and (max-width: 456px){
	.slideshow-item-text {
		 bottom: 0;
		 left: 0;
		 max-width: 100%;
	}
	.slideshow-item-text h5 {
		 font-size: 18px;
	}
	.slideshow-item-text p {
		 font-size: 13px;
	}

	.slideshow {
		height: 250px;
	}
	.slideshow-item {
		height: 100%;
		top: 25%;
	}
	.slideshow-item img {
		width: 100%;
		height: 50%;

		object-fit: cover;
		animation: zoom 40s infinite;
	}
}
/* Normal */

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

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.5em;
			}

		/* Wrapper */

			.wrapper {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Header */

			#header {
				background-attachment: scroll;
			}

				#header .inner {
					padding-left: 2em;
					padding-right: 2em;
				}

		/* Banner */

			#banner {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Footer */

			#footer {
				padding-left: 2em;
				padding-right: 2em;
			}

	}

/* Narrow */

/* Narrower */

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

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
				line-height: 1.65em;
			}

			.tweet {
				text-align: center;
			}

			.timestamp {
				display: block;
				text-align: center;
			}

		/* Footer */

			#footer {
				padding: 4em 2em 4em 2em;
			}

		/* Carousel */

			.carousel {
				padding: 1.25em 0 1.25em 0;
			}

				.carousel article {
					width: 18em;
					margin: 0 1em 0 0;
				}

	}

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

		/* Basic */

			body, input, textarea, select {
				font-size: 12.5pt;
				line-height: 1.5em;
			}

			h2 {
				font-size: 1.75em;
			}

			h3 {
				font-size: 1.25em;
			}

			hr {
				top: 3em;
				margin-bottom: 6em;
			}

		/* Section/Article */

			section, article {
				margin-bottom: 2em;
			}

			.row > section, .row > article {
				margin-bottom: 2em;
			}

			header > p {
				font-size: 1.25em;
			}

		/* Image */

			.image.featured {
				margin: 0 0 2em 0;
			}

			.image.left {
				margin: 0 1em 1em 0;
			}

			.image.centered {
				margin: 0 0 1em 0;
			}

		/* Actions */

			form ul.actions {
				margin-top: 0;
			}

			ul.actions li {
				display: block;
				margin: 0.75em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				padding: 0;
				line-height: 3em;
				width: 100%;
			}

		/* Wrapper */

			.wrapper {
				padding: 3em 1em 3em 1em;
			}

		/* Header */

			#header {
				background-attachment: scroll;
				padding: 2.5em 0 0 0;
			}

				#header .inner {
					padding-top: 1.5em;
					padding-left: 1em;
					padding-right: 1em;
				}

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

				#header h1 {
					font-size: 1.75em;
				}

				#header hr {
					top: 1em;
					margin-bottom: 2.5em;
				}

			body.homepage #header {
				min-height: 0;
				padding: 5.5em 0 5em 0;
				height: auto;
			}

				body.homepage #header:before {
					display: none;
				}

				body.homepage #header h1 {
					font-size: 2.5em;
				}

		/* Banner */

			#banner {
				padding: 3em 2em 3em 2em;
			}

		/* Main */

			#main > header {
				text-align: center;
			}

		/* Footer */

			#footer {
				padding-left: 1em;
				padding-right: 1em;
			}

		/* Carousel */

			.carousel {
				padding: 0.5em 0 0.5em 0;
			}

				.carousel .reel {
					padding: 0 0.5em 0 0.5em;
				}

				.carousel article {
					width: 14em;
					padding-bottom: 2em;
					margin: 0 0.5em 0 0;
				}

					.carousel article .image {
						margin-bottom: 2em;
					}

	}