@import url("all.min.css");
@import url("fontawesome.min.css");
@import url("font-roboto.css");
/* @import url("https://fonts.googleapis.com/css?family=Roboto:400,700"); */
/* @import url('https://fonts.googleapis.com/css?family=Major+Mono+Display|Rock+Salt&display=swap'); */


/*
	Scalar by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/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 {
    overflow: hidden;
	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;
}

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;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #000;
	}

		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;
		}

	body, input, select, textarea {
		color: #d7d7d7;
		font-family: "Roboto", Helvetica, sans-serif;
		font-size: 11pt;
		font-weight: 400;
		line-height: 1.65em;
	}

	a {
		color: #999999;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none; 
		}

	strong, b {
		color: #d7d7d7;
		font-weight: 600;
	}

	i {
		font-style: italic;
	}

    em {
		color: #7f7f7f;
        font: inherit;
        font-size: 9pt;
	}

    em1 {
		color: #7f7f7f;
        font: inherit;
        font-size: 9pt;
        position: relative;        
	}

	p {
		margin: 0 0 1.65em 0;
        letter-spacing: 0.02em;
	}

	h1, h2, h3, h5 {
		color: #d7d7d7;
		font-family: "Roboto", Helvetica, sans-serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1em;
		margin: 0 0 0 0;
		
	}

    h4 {
        font-family: "Roboto", Helvetica, sans-serif;
        font-weight: 400;
        color: rgba(215, 215, 215, 0.5);
        letter-spacing: 0.03em;
    }

    h6 {
        font-family: inherit;
        font-weight: 700;
        color: rgba(215, 215, 215, 0.5);
        letter-spacing: 0.03em;
        }

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	body hr {
        border:solid #3f3f3f 1px;
    }

    .hf {
        font-family: Helvetica, sans-serif;
		color: #d7d7d7;
        font-weight: 700;
		line-height: 4.5em;
		position: absolute;
        text-decoration: none;
        letter-spacing: 0.08em;
    
    }

    .hf #a{
        font-family: Helvetica, sans-serif;
		color: #d7d7d7;
        font-weight: 700;
		line-height: 4.5em;
		position: absolute;
        text-decoration: none;
        letter-spacing: 0.08em;
        z-index: 10001 !important;
       
    }

    @media screen and (max-width: 300px) {

        .hf {
            color: #fff !important;
        }

        .hf #a{
            left: 0;
         }
    }

    z {
        color: rgba(215, 215, 215, 0.7);
    }

    .aktuell {
        color: #d7d7d7;
        position: absolute;
        bottom: 1em;
        right: 2em;
        font-weight: 700;
        text-decoration: none;
		animation: blink 3s infinite;
    }

	@keyframes blink {
		0% {
		  opacity: 1;
		}
		50% {
		  opacity: 0.25;
		}
		100% {
		  opacity: 1;
		}
	}

	h2 {
		font-size: 1.75em;
		line-height: 1.5em;
	}

	h3 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 1.25em;
		line-height: 1.5em;
        margin-right: -0.25em;
        margin-top: -0.5em;
        margin-bottom: -0.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1.5px rgba(140, 140, 140, 0.25);
		margin: 3em 10em 3em 0;
	}

		hr.major {
			margin: 6em 0;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.25);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

		blockquote.testimonial {
			border: 0;
			margin-top: 1em;
			padding: 0;
			text-align: center;
		}

			blockquote.testimonial p {
				background: rgba(144, 144, 144, 0.2);
				margin: 0 auto 2.5em auto;
				padding: 1em 2em;
				position: relative;
				max-width: 22em;
			}

				blockquote.testimonial p:after {
					border-left: solid 1em transparent;
					border-right: solid 1em transparent;
					border-top: solid 1em rgba(144, 144, 144, 0.2);
					bottom: -2em;
					content: '';
					height: 2em;
					left: 50%;
					margin: 0 0 0 -1em;
					position: absolute;
					width: 2em;
				}

			blockquote.testimonial cite {
				display: block;
			}

				blockquote.testimonial cite .image {
					display: inline-block;
					margin: 0 0 1em 0;
				}

				blockquote.testimonial cite .name {
					color: #7f7f7f;
					display: block;
					font-style: normal;
				}

				blockquote.testimonial cite .title {
					color: #A5A5a5;
					display: block;
					font-style: normal;
				}

	code {
		background: rgba(144, 144, 144, 0.075);
		border: solid 1px rgba(144, 144, 144, 0.25);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

    line {
    color: #d7d7d7;
    }

/* 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.3333333333%;
		}

		.row > .off-1 {
			margin-left: 8.3333333333%;
		}

		.row > .col-2 {
			width: 16.6666666667%;
		}

		.row > .off-2 {
			margin-left: 16.6666666667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.3333333333%;
		}

		.row > .off-4 {
			margin-left: 33.3333333333%;
		}

		.row > .col-5 {
			width: 41.6666666667%;
		}

		.row > .off-5 {
			margin-left: 41.6666666667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.3333333333%;
		}

		.row > .off-7 {
			margin-left: 58.3333333333%;
		}

		.row > .col-8 {
			width: 66.6666666667%;
		}

		.row > .off-8 {
			margin-left: 66.6666666667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.3333333333%;
		}

		.row > .off-10 {
			margin-left: 83.3333333333%;
		}

		.row > .col-11 {
			width: 91.6666666667%;
		}

		.row > .off-11 {
			margin-left: 91.6666666667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.5em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.5em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.5em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.5em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1em;
				}

		.row {
			margin-top: 0;
			margin-left: -2em;
		}

			.row > * {
				padding: 0 0 0 2em;
			}

			.row.gtr-uniform {
				margin-top: -2em;
			}

				.row.gtr-uniform > * {
					padding-top: 2em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -4em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 4em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -4em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 4em;
				}

		@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-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.3333333333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xlarge {
					width: 16.6666666667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.3333333333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xlarge {
					width: 41.6666666667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.3333333333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xlarge {
					width: 66.6666666667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.3333333333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xlarge {
					width: 91.6666666667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: -2em;
				}

					.row > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@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-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.3333333333%;
				}

				.row > .off-1-large {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-large {
					width: 16.6666666667%;
				}

				.row > .off-2-large {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.3333333333%;
				}

				.row > .off-4-large {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-large {
					width: 41.6666666667%;
				}

				.row > .off-5-large {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.3333333333%;
				}

				.row > .off-7-large {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-large {
					width: 66.6666666667%;
				}

				.row > .off-8-large {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.3333333333%;
				}

				.row > .off-10-large {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-large {
					width: 91.6666666667%;
				}

				.row > .off-11-large {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 980px) {

			.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-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.3333333333%;
				}

				.row > .off-1-medium {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-medium {
					width: 16.6666666667%;
				}

				.row > .off-2-medium {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.3333333333%;
				}

				.row > .off-4-medium {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-medium {
					width: 41.6666666667%;
				}

				.row > .off-5-medium {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.3333333333%;
				}

				.row > .off-7-medium {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-medium {
					width: 66.6666666667%;
				}

				.row > .off-8-medium {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.3333333333%;
				}

				.row > .off-10-medium {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-medium {
					width: 91.6666666667%;
				}

				.row > .off-11-medium {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@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-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.3333333333%;
				}

				.row > .off-1-small {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-small {
					width: 16.6666666667%;
				}

				.row > .off-2-small {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.3333333333%;
				}

				.row > .off-4-small {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-small {
					width: 41.6666666667%;
				}

				.row > .off-5-small {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.3333333333%;
				}

				.row > .off-7-small {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-small {
					width: 66.6666666667%;
				}

				.row > .off-8-small {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.3333333333%;
				}

				.row > .off-10-small {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-small {
					width: 91.6666666667%;
				}

				.row > .off-11-small {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 480px) {

           .hf {
                line-height: inherit;
                padding-left: 1em;
            }
            
            .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-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.3333333333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xsmall {
					width: 16.6666666667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.3333333333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xsmall {
					width: 41.6666666667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.3333333333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xsmall {
					width: 66.6666666667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.3333333333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xsmall {
					width: 91.6666666667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}


/* Container */

	.container {
		margin: 0 auto;
		width: 1400px;
	}

		.container.medium {
			width: 640px;
			padding: 2em 2em 1em 2em;
		}

		.container.medium tbody tr {
			border: none;
		}

		.container.medium tbody tr td {
			vertical-align: top;
			border: none;
			margin: 0 0 0 0;
			padding: 0.25em 0.25em 0.25em 0.25em;
		}

		.container.medium tbody tr td:first-child {
			padding-left: 0;
		}

		.container.medium tbody tr td:last-child {
			padding-right: 0;
		}

		.container.medium.resume tbody tr td:first-child {
			text-align: right;
			width: 18em;
			float: none;
			padding: 0.5em;
		}

		.container.medium.resume tbody tr td {
			padding: 0.5em;
			width: 82%;
			float: none;
			border: solid 1px rgba(144, 144, 144, 0.333);
		}

		@media screen and (max-width: 1680px) {

			.container {
				width: 1200px;
			}

				.container.medium {
					width: 640px;
					padding: 2em 2em 1em 2em;
				}
		}

		@media screen and (max-width: 1280px) {

			.container {
				width: 960px;
			}

				.container.medium {
					width: 640px;
					padding: 2em 2em 1em 2em;
                }
		}

		@media screen and (max-width: 980px) {

			.container {
				width: 90%;
			}

				.container.medium {
					width: 67.5%;
					padding: 2em 2em 1em 2em;
				}

				.container.medium table.alt tbody tr td:first-child {
					padding: 0 0.75em 0 0;
				}
		
				.container.medium table.alt tbody tr td {
					padding: 0 0 0 0.75em;
				}
		}

		@media screen and (max-width: 736px) {

			.container {
				width: 95%;
			}

				.container.medium {
					width: 95%;
					padding: 2em 2em 1em 2em;
				}

				.container.medium table.alt tbody tr td:first-child {
					width: 100%;
					padding: 0 0 1em 0;
					float: left;
				}
		
				.container.medium table.alt tbody tr td {
					width: 100%;
					padding: 0 0 0 0;
					float: left;
				}
			}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #d7d7d7;
		font-family: "Roboto", Helvetica, sans-serif;
		font-weight: 400;
		letter-spacing: 0.05em;
		margin: 0 0 2em 0;
		position: relative;
	}
    
    header p1 {
		color: #d7d7d7;
		font-family: "Roboto", Helvetica, sans-serif;
		font-weight: 400;
		letter-spacing: 0.05em;
		margin: 0 0 1em 0;
		position: relative;
		
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -0.5em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.5em;
	}

	header h4 + p {
		font-size: 0.8em;
		margin-top: -0.5em;
		line-height: 1.5em;
	}

	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		margin: 0 0 4em 0;
		text-align: left;
        
	}

		header.major:after {
			height: 2px;
			width: 20em;
			max-width: 60%;
			background: rgba(144, 144, 144, 0.25);
			content: '';
			display: block;
			margin: 0 auto;
		}

     

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #7f7f7f;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.075);
		border: none;
		border: solid 1px rgba(144, 144, 144, 0.25);
		border-radius: 0 !important;
		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: #7f7f7f;
			box-shadow: 0 0 0 1px #7f7f7f;
		}

	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='rgba(144, 144, 144, 0.25)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

		select option {
			color: #7f7f7f;
			background: #f5f5f5;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #868686;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border: solid 1px rgba(144, 144, 144, 0.25);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #383838;
			border-color: #383838;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #7f7f7f;
			box-shadow: 0 0 0 1px #7f7f7f;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #A5A5a5 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #A5A5a5 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #A5A5a5 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #A5A5a5 !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: block;
			height: 4.5em;
			line-height: 4.5em;
			margin: 1em auto 3em auto;
			position: relative;
			text-align: center;
			width: 4.5em;
		}

			.icon.major:before {
				color: #ffffff;
				font-size: 2em;
				position: relative;
				z-index: 1;
			}

			.icon.major:after {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #7f7f7f;
				content: '';
				height: inherit;
				left: 0;
				line-height: inherit;
				position: absolute;
				top: 0;
				width: inherit;
			}

			.icon.major.fa-paper-plane:before {
				left: -0.125em;
			}

/* Image */

	.image {
		border: none;
		display: inline-block;
		position: relative;
        page-break-inside: avoid;
	}

		.image img {
			display: block;
		}

     
		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

        .image.fit1 {
			display: block;
			margin: 0 0 0 0;
			width: 70%;
            margin-left: auto;
            margin-right: auto;
            transition:transform 0.25s ease;
		}

			.image.fit1 img {
				width: 80%;
			}
/*
        .image.fit1 img:hover {
			-webkit-transform:scale(3); // or some other value
            transform:scale(3);	
            }
*/
        .image.fit2 {
			display: block;
			margin: 0 0 2em 0;
			width: auto;
		}

			.image.fit2 img {
				width: auto;
			}

        .image.fit3 {
			display: block;
			width: 100%;
		}

			.image.fit3 img {
				width: 100%;
			}


        .image.fit4 {
			display: block;
			margin: 0 0 0 0;
            
			width: 40%;
		}


			.image.fit4 img {
				width: auto;
			}

        .image.fit5 {
			display: inline-block;
			margin: 0 0 0 0;
			width: 5%;
        }

			.image.fit5 img {
				width: 40%;
            }

        .image.fit6 {
			display: block;
			margin-bottom: -0.5em;
			width: 30%;
        }

			.image.fit6 img {
				width: 40%;
            }

		.image.style1 {
			background: #d7d7d7;
			border-radius: 0.5em;
			border: solid 2em #d7d7d7;
			box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.125);
			margin-top: -0.25em;
		}

			.image.style1:after {
				background: #f0f0f0;
				border-radius: 100%;
				content: '';
				display: block;
				height: 0.75em;
				margin: -0.5em 0.5em 0 0;
				position: absolute;
				right: -2em;
				top: 50%;
				width: 0.75em;
			}

		.image.style2 {
			background: rgba(144, 144, 144, 0.2);
			border-radius: 100%;
			overflow: hidden;
		}

			.image.style2 img {
				border-radius: 100%;
			}

        .image.logo {
            height: 130%;
            padding-top: 0.7em;
        }

        .image.logo1 {
            height: 140%;
            margin-left: -1em;
            display: none;
        }

@media screen and (max-width: 400px) {
        
            .image.logo {
				display: none;
			}
    
            .image.logo1 {
				display: block;
			}
        }
		

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 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 rgba(144, 144, 144, 0.25);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

/* 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.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0 !important;
			}

			ul.icons li .icon:before {
				font-size: 2em;
			}

/* Major Icons */

	ul.major-icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.major-icons li {
			display: inline-block;
			padding: 0 2.5em 0 0;
		}

			ul.major-icons li:last-child {
				padding-right: 0 !important;
			}

			ul.major-icons li .icon {
				display: block;
				font-size: 0.675em;
				height: 4.5em;
				line-height: 4.5em;
				position: relative;
				text-align: center;
				width: 4.5em;
			}

				ul.major-icons li .icon:before {
					color: #ffffff;
					font-size: 2em;
					position: relative;
					z-index: 1;
				}

				ul.major-icons li .icon:after {
					-moz-transform: rotate(45deg);
					-webkit-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					transform: rotate(45deg);
					background: #7f7f7f;
					content: '';
					height: inherit;
					left: 0;
					line-height: inherit;
					position: absolute;
					top: 0;
					width: inherit;
				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 0.5em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

		/* table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			} */

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #d7d7d7;
            width: 200px;
			font-size: 0.9em;
			font-weight: 400;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

		table.credits tbody tr td {
			line-height: 1.15em;
			margin: 0 0 0 0;
			padding: 1em 0.5em;
			border: solid 1px;
		}
	
		table.credits tbody tr td:first-child {
			text-align: right;
			font-weight: bold;
			line-height: 1.5em;
			padding: 0 0.5em 1em 0;
		}

		table.credits tbody tr td:last-child {
			line-height: 1.5em;
			padding: 0 0 1em 0.5em;
		}

		table.resume {
			border-collapse: separate;
		}

			table.resume tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0px;
				border-top-width: 0px;
			}

			table.resume tbody tr td:first-child {
				border-left-width: 1px;
			}

			table.resume tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.resume thead {
				border-bottom: 0;
			}

			table.resume tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border: 0;
		border: solid 2px #7f7f7f;
		border-radius: 0 !important;
		color: #d7d7d7 !important;
		cursor: pointer;
		display: inline-block;
		font-family: "Roboto", Helvetica, sans-serif;
		font-weight: 700;
		height: 3em;
		height: calc(3em + 2px);
		letter-spacing: 0.05em;
		line-height: 3em;
		padding: 0 1.25em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: rgba(144, 144, 144, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.2);
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding: 0 1.25em 0 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin: 0 0.5em 0 0;
			}

		input[type="submit"].icon-after,
		input[type="reset"].icon-after,
		input[type="button"].icon-after,
		.button.icon-after {
			padding: 0 1.35em 0 1.25em;
		}

			input[type="submit"].icon-after:before,
			input[type="reset"].icon-after:before,
			input[type="button"].icon-after:before,
			.button.icon-after:before {
				margin: 0 0 0 0.75em;
				float: right;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		.button.large {
			font-size: 1.35em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		.button.primary {
			background-color: #7f7f7f;
			border: 0;
			color: #ffffff !important;
			height: 3em;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			.button.primary:hover {
				background-color: #f27e79;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			.button.primary:active {
				background-color: #ee524b;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #868686 !important;
			border: 0;
			color: #f5f5f5 !important;
			cursor: default;
			height: 3em;
			opacity: 0.25;
		}

/* Feature */

	.feature {
		margin: 0 0 2em 0;
		padding-left: 7.5em;
		position: relative;
		text-align: left;
	}

		.feature:before {
			background: rgba(144, 144, 144, 0.25);
			content: '';
			height: 100%;
			left: 5.5em;
			position: absolute;
			top: 0;
			width: 1px;
		}

		.feature .icon.major {
			font-size: 0.675em;
			left: 0;
			position: absolute;
			top: 0;
		}

		.feature p {
			margin: 0;
		}

/* Tree */

	.tree {
		margin: 1em 0 0 0;
		padding: 3em 0 0 0;
		position: relative;
	}

		.tree:before {
			background: rgba(144, 144, 144, 0.25);
			content: '';
			display: block;
			height: 3.25em;
			left: 50%;
			margin-left: -0.5px;
			position: absolute;
			top: 1px;
			width: 1px;
		}

		.tree:after {
			background: rgba(144, 144, 144, 0.25);
			content: '';
			display: block;
			height: 1px;
			left: -4em;
			position: absolute;
			top: 0;
			width: calc(100% + 4em);
		}

		.tree.first:after {
			left: 50%;
			width: 50%;
		}

		.tree.last:after {
			width: calc(50% + 4em);
		}

/* Wrapper */

	.wrapper {
		padding: 4em 0 4em 0;
	}

		.wrapper:after {
			clear: both;
			content: '';
			display: block;
		}

		.wrapper.split {
			overflow-x: hidden;
			padding: 0;
		}

			.wrapper.split .primary {
				padding: 6em 4em 4em 0 ;
				float: left;
				width: 33%;
			}

            .wrapper.split .primary1 {
				padding: 6em 4em 4em 0 ;
				float: left;
				width: 33%;
                background-image: url("../../images/paris06.gif");
			}

            .wrapper.split .primary2 {
				padding: 6em 4em 4em 0 ;
				float: left;
				width: 33%;
                background-image: url("../../images/pic01.jpg");
			}

             .wrapper.split .primary3 {
				padding: 6em 4em 4em 0 ;
				float: left;
				width: 33%;
                background-image: url("../../images/pic02.jpg");
			}

			.wrapper.split .secondary {
				color: #838886;
				float: left;
				width: 50%;
			}

				.wrapper.split .secondary > section {
					padding: 4em 0 2em 4em ;
					color: #868686;
					position: relative;
				}

					.wrapper.split .secondary > section > * {
						position: relative;
						z-index: 1;
					}

					.wrapper.split .secondary > section:before {
						content: '';
						display: block;
						height: 100%;
						left: 0;
						position: absolute;
						top: 0;
						width: 1000%;
						z-index: 0;
					}

					.wrapper.split .secondary > section:nth-child(2n):before {
						background: #ffffff;
					}

					.wrapper.split .secondary > section:nth-child(2n + 1):before {
						background: #f5f5f5;
					}

					.wrapper.split .secondary > section h1, .wrapper.split .secondary > section h2, .wrapper.split .secondary > section h3, .wrapper.split .secondary > section h4, .wrapper.split .secondary > section h5, .wrapper.split .secondary > section h6 {
						color: #7f7f7f;
					}

					.wrapper.split .secondary > section strong, .wrapper.split .secondary > section b {
						color: #7f7f7f;
					}

					.wrapper.split .secondary > section header p {
						color: #A5A5a5;
					}

					.wrapper.split .secondary > section input[type="submit"],
					.wrapper.split .secondary > section input[type="reset"],
					.wrapper.split .secondary > section input[type="button"],
					.wrapper.split .secondary > section .button {
						border-color: #7f7f7f;
						color: #7f7f7f !important;
					}

						.wrapper.split .secondary > section input[type="submit"]:hover,
						.wrapper.split .secondary > section input[type="reset"]:hover,
						.wrapper.split .secondary > section input[type="button"]:hover,
						.wrapper.split .secondary > section .button:hover {
							background-color: rgba(144, 144, 144, 0.075);
						}

						.wrapper.split .secondary > section input[type="submit"]:active,
						.wrapper.split .secondary > section input[type="reset"]:active,
						.wrapper.split .secondary > section input[type="button"]:active,
						.wrapper.split .secondary > section .button:active {
							background-color: rgba(144, 144, 144, 0.2);
						}

					.wrapper.split .secondary > section .image.style2 {
						background: rgba(144, 144, 144, 0.075);
					}

		.wrapper.style1 {
			background-color: #000;
            color: #d7d7d7;
		}

			.wrapper.style1.split .secondary > section h1, .wrapper.style1.split .secondary > section h2, .wrapper.style1.split .secondary > section h3, .wrapper.style1.split .secondary > section h4, .wrapper.style1.split .secondary > section h5, .wrapper.style1.split .secondary > section h6 {
				color: #7f7f7f;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}

			.wrapper.style1 header p {
				color: #ffffff;
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 .button {
				border-color: #ffffff;
				color: #ffffff !important;
			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			.wrapper.style1 .image.style2 {
				background: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 blockquote.testimonial p {
				background-color: rgba(0, 0, 0, 0.25);
			}

				.wrapper.style1 blockquote.testimonial p:after {
					border-top-color: rgba(0, 0, 0, 0.25);
				}

			.wrapper.style1 blockquote.testimonial cite .name {
				color: #ffffff;
			}

			.wrapper.style1 blockquote.testimonial cite .title {
				color: #d7d7d7;
			}

			.wrapper.style1 .tree:before {
				background: #ffffff;
			}

			.wrapper.style1 .tree:after {
				background: #ffffff;
			}

			.wrapper.style1 .icon.major:before {
				color: #7f7f7f;
			}

			.wrapper.style1 .icon.major:after {
				background: #ffffff;
			}

		.wrapper.style2 {
			background-color: #f5f5f5;
		}

		.wrapper.style3 {
            padding-top: 8em;
			background-color: #000;
            height: 100%;
		}

        .wrapper.style5 {
            position: static;
            width: 100%;
            height: 100%;
			background-color: #000;
			padding: 0 0 0 0;
		}
/* positioning anchors */

    .anchor {
         margin-top: -8em; 
         margin-bottom: 10em;
    }

/* Page */

	#page-wrapper {
        position: absolute;
        overflow-x: auto;
        overflow-y: scroll;
        top: 4.5em;
        bottom: 2em;
        left: 0;
        right: 0;
        background-color: #000;
    }

/* Pages with a sidebar */

	#sidebar-wrapper {
        position: absolute;
        overflow-x: auto;
        overflow-y: scroll;
        top: 4.5em;
        bottom: 2em;
        left: 18em;
        right: 0;
        background-color: #000;
    }

/* Header */

#header {
    background: rgba(25, 25, 25, 1);
    background-image: -moz-linear-gradient(top, rgb(22,22,22), rgb(25,25,25));
    background-image: -webkit-linear-gradient(top, rgb(22,22,22), rgb(25,25,25));
    background-image: -ms-linear-gradient(top, rgb(22,22,22), rgb(25,25,25));
    background-image: linear-gradient(top, rgb(22,22,22), rgb(25,25,25));
    border-top: outset 1px rgba(255, 255, 255, 0.05);
    border-bottom: inset 1px rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
    color: #777777;
    height: 4.5em;
    line-height: 4.5em;
    padding: 0 0 0 2em;
    position: fixed;
    width: 100%;
    z-index: 10001;
}

		#header .container {
			position: absolute;
		}

		#header .icon:before {
			color: #7f7f7f;
		}

		#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header strong, #header b {
			color: #d7d7d7;
		}

		#header h1 {
			font-size: 1.25em;
			height: inherit;
			left: 1em;
			line-height: inherit;
			position: fixed;
			top: 0;
		}

			#header h1 a.icon:before {
				margin-right: 0.5em;
			}

/* Nav top */

	#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 1em;
			top: 0;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
			}

				#header nav > ul > li {
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					display: inline-block;
					margin: 0;
					padding: 0;
				}

					#header nav > ul > li > a {
						color: #d7d7d7;
						display: block;
						font-family: "Roboto", Helvetica, sans-serif;
						font-weight: 400;
						letter-spacing: 0.05em;
						line-height: 2.5em;
						padding: 0 0.3em;
						text-decoration: none;
						text-transform: none;
					}

                    #header nav > ul > li > a:hover {
						color: #d7d7d7;
						display: block;
						font-family: inherit;
						font-weight: 700;
						letter-spacing: 0.05em;
						line-height: 2.5em;
						padding: 0 0.3em;
						text-decoration: none;
						text-transform: none;
					}

					#header nav > ul > li > a.icon:before {
						margin-right: 0.5em;
					}
					
                    #header nav > ul > li.active {
						background-color: rgba(0, 0, 0, 0.075);
					}

					#header nav > ul > li.current {
						background-color: rgba(0, 0, 0, 0.25);
					}

					#header nav > ul > li > ul {
						display: none;
					}

					#header nav > ul > li:last-child {
						margin-right: 0;
					}

			#header nav > ul > table > tbody > tr > td > li {
				-moz-transition: background-color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out;
				display: inline-block;
				margin: 0;
				padding: 0;
			}

				#header nav > ul > table > tbody > tr > td > li > a {
					color: #d7d7d7;
					display: block;
					font-family: "Roboto", Helvetica, sans-serif;
					font-weight: 400;
					letter-spacing: 0.05em;
					line-height: 2.5em;
					padding: 0 0.3em;
					text-decoration: none;
					text-transform: none;
				}

				#header nav > ul > table > tbody > tr > td > li > a:hover {
					color: #d7d7d7;
					display: block;
					font-family: inherit;
					font-weight: 700;
					letter-spacing: 0.05em;
					line-height: 2.5em;
					padding: 0 0.3em;
					text-decoration: none;
					text-transform: none;
				}

				#header nav > ul > table > tbody > tr > td > li > a.icon:before {
					margin-right: 0.5em;
				}
				
				#header nav > ul > table > tbody > tr > td > li.active {
					background-color: rgba(0, 0, 0, 0.075);
				}

				#header nav > ul > table > tbody > tr > td > li.current {
					background-color: rgba(0, 0, 0, 0.25);
				}

				#header nav > ul > table > tbody > tr > td > li > ul {
					display: none;
				}

				#header nav > ul > table > tbody > tr > td > li:last-child {
					margin-right: 0;
				}

/* Dropotron */

	.dropotron {
		background: rgba(10, 10, 10, 0.5);
		margin: 2px (5, 5, 5, 0.3);
		color: #dfdfe4;
		list-style: none;
        text-align: right;
		margin-top: -0.5em;
		min-width: 10em;
		padding: 0.5em 0;
        border: 0.2px solid;
        border-color: #7f7f7f;
        
	}

		.dropotron > li {
			padding: 0;
		}

			.dropotron > li > a {
				color: #dfdfe4;
                display: block;
				font-family: "Roboto", Helvetica, sans-serif;
				font-weight: 400;
				letter-spacing: 0.05em;
				line-height: 2.5em;
				padding: 0 1em;
				text-decoration: none;
			}

			.dropotron > li:hover > a, .dropotron > li:active > a {
				background-color: rgba(220, 220, 220, 0.2);
				/*color: #ffffff !important;*/
			}

			.dropotron > li:first-child {
				box-shadow: none !important;
			}

		.dropotron.level-0 {
			font-size: 11pt;
			margin-top: 1.2em;
		}

			/*.dropotron.level-0:before {
				border-bottom: solid 1em #383838;
				border-left: solid 1em transparent;
				border-right: solid 1em transparent;
				content: '';
				display: block;
				height: 2em;
				left: 50%;
				margin-left: -1em;
				position: absolute;
				top: -2em;
				width: 2em;
			}*/

		.dropotron > table {
			margin: 0;
			padding: 0;
			border: 0px;
		}

		.dropotron > table > tbody > tr {
			margin: 0;
			padding: 0;
			border: 0px;
		}
	
		.dropotron > table > tbody > tr > td {
			margin: 0;
			padding: 0;
			border: 0px;
		}

		.dropotron > table > tbody > tr > td > li {
			padding: 0;
		}

			.dropotron > table > tbody > tr > td > li > a {
				color: #dfdfe4;
                display: block;
				font-family: "Roboto", Helvetica, sans-serif;
				font-weight: 400;
				letter-spacing: 0.05em;
				line-height: 2.5em;
				padding: 0 1em;
				text-decoration: none;
			}

			.dropotron > table > tbody > tr > td > li:hover > a, .dropotron > table > tbody > tr > td > li:active > a  {
				background-color: rgba(220, 220, 220, 0.2);
			}

			.dropotron > table > tbody > tr > td > li:first-child {
				box-shadow: none !important;
			}

	/* Banner Index */

	#banner {
		padding: 9em 0 7em 0;
		background-color: #423e3a;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #d7d7d7;
	}

		#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6, #banner strong, #banner b {
			color: #d7d7d7;
		}

		#banner header p {
			color: #d7d7d7;
            background-color: rgba(12, 12, 12, 0.55);
            text-align: left;
            width: 50%;
            padding: 1em 1em 1em 1em;
		}

	#bannervideo {
        position: relative;
        padding: 9em 0 4em 0;
        background-color: transparent;
        width: 100%;
        min-height: 360px;
        overflow: hidden;
	}

        #bannervideo video {
            position: absolute;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            overflow: hidden;
        }

        #bannervideo header p {
            position: absolute;
			color: #d7d7d7;
            background-color: rgba(12, 12, 12, 0.55);
            text-align: left;
            width: 42em;
            height: auto;
            padding: 2em 2em 3em 2em;
            left: 5%;
            right: 50%;
            bottom: 5%;
            overflow: hidden;
		}

        #bannervideo header p br {
            margin: 0 0 0.5em 0
        }

		#banner input[type="submit"],
		#banner input[type="reset"],
		#banner input[type="button"],
		#banner .button {
			border-color: #ffffff;
			color: #ffffff !important;
		}

			#banner input[type="submit"]:hover,
			#banner input[type="reset"]:hover,
			#banner input[type="button"]:hover,
			#banner .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#banner input[type="submit"]:active,
			#banner input[type="reset"]:active,
			#banner input[type="button"]:active,
			#banner .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#banner h2 {
			font-size: 2.25em;
		}

/* Footer */

.footer {
    position: fixed;
    width: 100%;
    font-size: 10pt;
    font-family: "Roboto", Helvetica, sans-serif;
    background: rgba(25, 25, 25, 1);
    background-image: -moz-linear-gradient(bottom, rgb(22,22,22), rgb(25,25,25));
    background-image: -webkit-linear-gradient(bottom, rgb(22,22,22), rgb(25,25,25));
    background-image: -ms-linear-gradient(bottom, rgb(22,22,22), rgb(25,25,25));
    background-image: linear-gradient(bottom, rgb(22,22,22), rgb(25,25,25));
    border-top: inset 1px rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
    color: #777777;
    text-align: right;
    right: 0;
    bottom: 0;
    letter-spacing: 0.05em;
    z-index: 1001;
}
        
    .footer .container3 {
					width: 100% !important;
				}    

    .footer > ul {
				list-style: none;
				margin: 0;
				padding:  0 1em;
       
        
			}

    .footer > ul > li {
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					display: inline-block;
					margin: 0;
					padding: 0;
				}

    .footer > ul > li > a {
						color: #d7d7d7;
						display: block;
						font-family: "Roboto", Helvetica, sans-serif;
						font-weight: 400;
						letter-spacing: 0.05em;
						line-height: 2.5em;
						padding: 0 0.3em;
						text-decoration: none;
						text-transform: none;
					}

        .footer > ul > li > a:hover {
						color: #d7d7d7;
						display: block;
						font-family: inherit;
						font-weight: 700;
						letter-spacing: 0.05em;
						line-height: 2.5em;
						padding: 0 0.3em;
						text-decoration: none;
						text-transform: none;
					}

				    .footer > ul > li > a.icon:before {
							margin-right: 0.5em;
				    }

					.footer > ul > li.active {
						background-color: rgba(0, 0, 0, 0.075);
					}

					.footer > ul > li.current {
						font-weight: 700;
                    }

					.footer > ul > li > ul {
						display: none;
					}

					.footer > ul > li:last-child {
						margin-right: 0;
					}



/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

            body, input, select, textarea {
                font-size: 11pt;
            }

            .hf {
                line-height: inherit;
                padding-left: 1em;
            }

			#sidebar-wrapper {
                top: 3.5em;
                left: 18em;
			}
    }

.header {
     right: 1em;
}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

            body, input, select, textarea {
                font-size: 11pt;
            }

            .hf {
                line-height: inherit;
                padding-left: 1em;
            }
        
		/* Tree */

			.tree:after {
				left: -3em;
				width: calc(100% + 3em);
			}

			.tree.last:after {
				width: calc(50% + 3em);
			}

		/* Wrapper */

			.wrapper {
                
				padding: 4em 0 2em 0;
			}

				.wrapper.split .primary {
					padding: 3em 3em 1em 0 ;
				}

				.wrapper.split .secondary > section {
					padding: 3em 0 1em 3em ;
				}

		/* Header */

			#page-wrapper {
                top: 3.5em;
			}

			#sidebar-wrapper {
                top: 3.5em;
                left: 18em;
			}

			#header {
				height: 3.5em;
				line-height: 3.5em;
			}

				#header h1 {
					font-size: 1em;
				}

				#header nav {
					font-size: 0.9em;
				}

			.dropotron.level-0 {
				font-size: 0.9em;
			}

		/* Banner */

			#banner {
				padding: 6em 0 4em 0;
            }
        
               #banner header p {
                    color: #d7d7d7;
                    background-color: rgba(12, 12, 12, 0.75);
                    text-align: left;
                    width: 50%;
                    padding: 1em 2em 1em 2em;
                }
        
			#bannervideo {
				padding: 9em 0 4em 0;
            }
        
               #bannervideo header p {
                    font-size: 10pt;
                    line-height: 16pt;
                }
        
		/* Footer */

			#footer {
                position: fixed;
				padding: 4em 0 2em 0;
            }
        
			.footer {
                font-size: 10pt;
			}

	}

/* Medium */

	#navPanel, #navButton {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				font-size: 11pt;
			}

			blockquote.testimonial {
				margin-top: 0;
			}

				blockquote.testimonial p {
					max-width: 30em;
				}
        
        .hf {
            line-height: inherit;
            padding-left: 1em;
        }

		/* Wrapper */

			.wrapper.split .primary {
				padding: 3em 0 1em 0 ;
				float: none;
				width: 100%;
			}

			.wrapper.split .secondary {
				float: none;
				width: 100%;
			}

				.wrapper.split .secondary > section {
					padding: 3em 3em 1em 3em ;
					left: -3em;
					width: calc(100% + 6em);
				}

					.wrapper.split .secondary > section:before {
						width: 100%;
					}

		/* Header */

			#page-wrapper {
				top: 3em;
			}

			#sidebar-wrapper {
				top: 3em;
                left: 0;
			}

			#header {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-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;
				height: 3em;
				line-height: 3em;
			}

				#header .container {
					width: 100% !important;
				}

				#header h1 {
					margin-left: 1em;
				}

				#header nav {
					display: none;
				}

		/* Banner */

			#banner {
				padding: 8em 0 6em 0;
			}
            
				#banner h2 {
					font-size: 2em;
				}
        
                #banner header p {
                    color: #d7d7d7;
                    background-color: rgba(12, 12, 12, 0.75);
                    text-align: left;
                    width: 80%;
                    padding: 1em 2em 1em 2em;
                }
        
            #bannervideo {
                padding: 9em 0 5em 0;
            }
       
                #bannervideo header p {
                    font-size: 10pt;
                    line-height: 16pt;
                }
        
		/* Footer */

			.footer {
                font-size: 9.5pt;
			}
        
		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-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;
				padding-bottom: 1px;
			}
        
			#sidebar-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-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;
				padding-bottom: 1px;
			}
        
        #navButton {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-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;
				display: block;
				height: 3em;
				right: 0;
				position: fixed;
				top: 0;
				z-index: 10001;
			}

				#navButton .toggle {
					text-decoration: none;
					/*height: 100%;
                    width: 100%;*/
					position: absolute;
					top: 0;
                    right: 0;
                    width: 60px;
					height: 60px;
				}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#navButton .toggle:before {
						background: #666666;
						color: #bababa;
						content: '\f0c9';
						display: block;
						font-size: 16px;
						height: 2.75em;
						line-height: 2.75em;
						position: absolute;
						right: 0;
						text-align: center;
						top: 0;
						width: 2.75em;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				background-image: -moz-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4));
				background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4));
				background-image: -ms-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4));
				background-image: linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4));
				-moz-transform: translateY(-30em);
				-webkit-transform: translateY(-30em);
				-ms-transform: translateY(-30em);
				transform: translateY(-30em);
				-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;
				background-color: #383838;
				color: #dfdfe4;
				display: block;
				height: 30em;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 9999;
			}

				#navPanel .link {
					box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.025);
					color: #dfdfe4;
					display: block;
					font-family: "Roboto", Helvetica, sans-serif;
					font-size: 0.8em;
					font-weight: 400;
					letter-spacing: 0.05em;
					line-height: 4em;
					padding: 0 1.5em;
					text-decoration: none;
					
				}
        
					#navPanel .link:first-child {
						box-shadow: none;
					}

					#navPanel .link.depth-0 {
						color: #ffffff;
					}

					#navPanel .link .indent-1 {
						display: inline-block;
						width: 1.25em;
					}

					#navPanel .link .indent-2 {
						display: inline-block;
						width: 2.5em;
					}

					#navPanel .link .indent-3 {
						display: inline-block;
						width: 3.75em;
					}

					#navPanel .link .indent-4 {
						display: inline-block;
						width: 5em;
					}

					#navPanel .link .indent-5 {
						display: inline-block;
						width: 6.25em;
					}

			html.navPanel-visible {
				overflow-y: hidden;
			}

				html.navPanel-visible body {
					overflow-y: hidden;
				}

					html.navPanel-visible body #page-wrapper,
					html.navPanel-visible body #sidebar-wrapper,
					html.navPanel-visible body #navButton,
					html.navPanel-visible body #header {
						-moz-transform: translateY(30em);
						-webkit-transform: translateY(30em);
						-ms-transform: translateY(30em);
						transform: translateY(30em);
					}

					html.navPanel-visible body #navPanel {
						-moz-transform: translateY(0);
						-webkit-transform: translateY(0);
						-ms-transform: translateY(0);
						transform: translateY(0);
					}
        
        

		/* Landing */

			body.landing #banner {
				text-align: center;
			}

				body.landing #banner ul.actions {
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					width: 100%;
					margin-left: 0;
				}

					body.landing #banner ul.actions li:first-child {
						padding-left: 0;
					}
        
        body.landing #bannervideo {
				text-align: center;
			}

				body.landing #bannervideo ul.actions {
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					width: 100%;
					margin-left: 0;
				}

					body.landing #bannervideo ul.actions li:first-child {
						padding-left: 0;
					}

			body.landing #one {
				text-align: center;
			}

				body.landing #one ul.actions {
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					width: 100%;
					margin-left: 0;
				}

					body.landing #one ul.actions li:first-child {
						padding-left: 0;
					}

			body.landing #two {
				text-align: center;
			}

				body.landing #two ul.actions {
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					width: 100%;
					margin-left: 0;
				}

					body.landing #two ul.actions li:first-child {
						padding-left: 0;
					}

	}

	@media screen and (max-width: 980px) and (max-height: 480px) {

			#navPanel {
				-moz-transform: translateY(-7em);
				-webkit-transform: translateY(-7em);
				-ms-transform: translateY(-7em);
				transform: translateY(-7em);
				height: 7em;
			}

			html.navPanel-visible body #page-wrapper,
			html.navPanel-visible body #sidebar-wrapper,
			html.navPanel-visible body #navButton,
			html.navPanel-visible body #header {
				-moz-transform: translateY(7em);
				-webkit-transform: translateY(7em);
				-ms-transform: translateY(7em);
				transform: translateY(7em);
			}
	}

/* Small */

	@media screen and (max-width: 768px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
			}
          
			h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

			h2 {
				font-size: 1.35em;
			}

			h3 {
				font-size: 1.1em;
			}

			h4 {
				font-size: 0.9em;
			}
        
        .hf {
            line-height: inherit;
            padding-left: 1em;
        }

		/* Section/Article */

			header p br {
				display: none;
			}

			header h2 + p {
				font-size: 1.1em;
			}

			header h3 + p {
				font-size: 1em;
			}
            
        
		/* Icon */

			.icon.major {
				height: 3.75em;
				line-height: 3.75em;
				width: 3.75em;
			}

				.icon.major:before {
					font-size: 1.75em;
				}

		/* Image */

			.image.style1 {
				border-width: 0.75em;
			}

				.image.style1:after {
					display: none;
				}

		/* Major Icons */

			ul.major-icons li {
				padding-right: 1.5em;
			}

				ul.major-icons li .icon {
					font-size: 0.5em;
				}

		/* Feature */

			.feature {
				padding-left: 5em;
			}

				.feature:before {
					left: 3.75em;
				}

				.feature .icon.major {
					font-size: 0.5em;
				}

		/* Tree */

			.tree {
				margin: 0;
				padding: 0;
			}

				.tree:before, .tree:after {
					display: none;
				}

		/* Header */

			#page-wrapper {
				top: 44px;
			}

			#sidebar-wrapper {
				top: 44px;
                left: 0;
			}

			#header {
				height: 44px;
				line-height: 44px;
			}

				#header h1 {
					font-size: 0.9em;
				}

		/* Banner */

			#banner {
				padding: 4em 0 2em 0 ;
			}

				#banner h2 {
					font-size: 1.5em;
				}
        
                #banner header p {
                    color: #d7d7d7;
                    background-color: rgba(12, 12, 12, 0.75);
                    text-align: left;
                    width: 100%;
                    font-size: 1em;
                    padding: 1em 2em 3em 2em;
                }

			#bannervideo {
				padding: 9em 0 6em 0;
			}

                #bannervideo header p {
                    width: 32em;
                    font-size: 9.5pt;
                    line-height: 15pt;
                }

		/* Footer */

			.footer {
                font-size: 9.5pt;
			}
        
		/* Off-Canvas Navigation */

			#navButton .toggle:before {
				height: 44px;
				line-height: 44px;
				width: 44px;
			}

			#navPanel .link {
				line-height: 44px;
				padding: 0 1.25em;
			}
        
        /* Logo */  
            
            .image.fit5 {
                display: none;
            }
	}

/* XSmall */

	@media screen and (max-width: 480px) {

		/* Basic */

			html, body {
				min-width: 320px;
			}

			body, input, select, textarea {
				font-size: 11pt;
			}
        
            .hf {
                position: inherit;
                padding-left: 1em;
            }

            .wrapper.style3 {                  
                padding-top: 3em;
	       }
        
		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			.button {
				padding: 0;
			}

				input[type="submit"].icon-after:before,
				input[type="reset"].icon-after:before,
				input[type="button"].icon-after:before,
				.button.icon-after:before {
					display: none;
				}

		/* Banner */

			#banner {
				padding: 5em 0 3em 0;
			}
        
                #banner header p {
                    color: #d7d7d7;
                    background-color: rgba(12, 12, 12, 0.75);
                    text-align: left;
                    width: 100%;
                    font-size: 1em;
                    padding: 1em 2em 3em 2em;
                }
	
			#bannervideo {
				padding: 9em 0 0 0;
			}
        
                #bannervideo header p {
                    width: 21em;
                    font-size: 9pt;
                    line-height: 13pt;
                }
	
        /* Footer */

			.footer {
				font-size: 9pt;
			}
    }


	   /* Inflammable Video */

        .video {
            background-color: transparent;
            position: relative;
            align-content: center;
            padding-left: 0%;
            width: 100%;
        }

        /* Responsive Video */

            .responsive-video iframe {
                background-color: transparent;
                position: absolute;
                width: 100%;
                height: 100%;
            }

            .responsive-video {
                position: relative;
                padding-bottom: 60%; /* Default for 1600x900 videos 16:9 ratio*/
                padding-top: 0;
                margin-bottom: 0;
                height: 0;
                overflow: hidden;
            }

            .responsive-video-4-by-3 iframe {
                background-color: transparent;
                position: absolute;
                width: 100%;
                height: 100%;
            }

            .responsive-video-4-by-3 {
                position: relative;
                padding-bottom: 75%; /* Default for 640x480 videos 4:3 ratio*/
                padding-top: 0;
                margin-bottom: 0;
                height: 0;
                overflow: hidden;
            }

            .responsive-video-32-by-9 iframe {
                background-color: transparent;
                position: absolute;
                width: 100%;
                height: 100%;
            }

            .responsive-video-32-by-9 {
                position: relative;
                padding-bottom: 30%; /* Default for 3840x1080 videos 32:9 ratio*/
                padding-top: 0;
                margin-bottom: 0;
                height: 0;
                overflow: hidden;
            }

        /* Bottom left text on image*/

            .bottom-left {
                font-family: "Roboto", Helvetica, sans-serif;
                font-weight: 400;
                font-size: 14pt;
                position: absolute;
                bottom: 8px;
                left: 16px;
                color: #d7d7d7;
                background-color: rgba(12, 12, 12, 0.5);
                padding: 0.5em 0.5em 0.5em 0.5em;
                margin: 0 0 0 0;
                line-height: 1em;
                letter-spacing: 0.05em;
            }

        /* Bottom right text on image*/

            .bottom-right {
                position: absolute;
                font-family: "Roboto", Helvetica, sans-serif;
                font-weight: 400;
                font-size: 14pt;
                position: absolute;
                color: #d7d7d7;
                background-color: rgba(12, 12, 12, 0.5);
                padding: 0.5em 0.5em 0.5em 0.5em;
                margin: 0 0 0 0;
                line-height: 1em;
                letter-spacing: 0.05em;
                bottom: 8px;
                right: 16px;
            }


    @media screen and (max-width: 480px) {
        
            .bottom-right {
				bottom: 8px;
                right: 16px;
			}

        }

        /* The side navigation menu */

.sidebar {
    margin: 0;
    left: 0;
    width: 18em;
    top: 4.5em;
    height: calc(100% - 6.9em);
    padding-top: 6em;
    background-color: rgba(15, 15, 15, 1);
    background-image: -moz-linear-gradient(left, rgb(12,12,12), rgb(15,15,15));
    background-image: -webkit-linear-gradient(left, rgb(12,12,12), rgb(15,15,15));
    background-image: -ms-linear-gradient(left, rgb(12,12,12), rgb(15,15,15));
    background-image: linear-gradient(top, rgb(20,20,20), rgb(25,25,25));
    border-right: inset 1px rgba(255, 255, 255, 0.025);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.125);
    position: fixed;
    line-height: 1em;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
}

        /* Sidebar links */

            .sidebar a {
                display: block;
                color: #d7d7d7;
                padding: 1.2em;
                text-align: right;
                text-decoration: none;
                letter-spacing: 0.03em;
            }

        /* Active/current link */

            .sidebar a.active {
                background-color: black;
            }

        /* Links on mouse-over */

            .sidebar a:hover:not(.active) {
                font-weight: bold;
                color: #d7d7d7;
            }

        /* Page content. The value of the margin-left property should match the value of the sidebar's width property */

        div.content {
            margin-left: 200px;
            padding: 1px 16px;
            height: 100%;
        }

        /* On screens that are less than 1280px wide, resize the sidebar */

        @media screen and (max-width: 1280px) {
            .sidebar {
                top: 3.5em;
                padding-top: 7em;
                height: calc(100% - 5.9em);
            }
        }

        /* On screens that are less than 980px wide remove the sidebar */

        @media screen and (max-width: 980px) {
            .sidebar {
                display: none;
            }
            
            .sidebar a {
                display: none;
            }
            
            div.content {
                display: none;
            }
           
        }

        /* On screens that are less than 400px, remove the sidebar */
        
        @media screen and (max-width: 400px) {
            .sidebar a {
                display: none;
            }
        }

/* Grid */


.thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, 25%);
    position: relative;
    text-align: center;
    color: #000;
    padding-bottom: 2em;
    background-color: #000;
}

@media screen and (max-width: 1920px) {
            .thumbs {
                grid-template-columns: repeat(auto-fit, 33.3%);
            }
            .bottom-left {
                font-size: 13pt;
            }
            .bottom-right {
                font-size: 13pt;
            }
        }

@media screen and (max-width: 1280px) {
            .thumbs {
                grid-template-columns: repeat(auto-fit, 50%);
            }
            .bottom-left {
                font-size: 12pt;
            }
            .bottom-right {
                font-size: 12pt;
            }
        }

@media screen and (max-width: 640px) {
            .thumbs {
                grid-template-columns: repeat(auto-fit, 100%);
            }
            .bottom-left {
                font-size: 11pt;
            }
            .bottom-right {
                font-size: 11pt;
            }
        }

@media screen and (max-width: 320px) {
            .thumbs {
                grid-template-columns: repeat(auto-fit, 100%);
            }
            .bottom-left {
                font-size: 10pt;
            }
            .bottom-right {
                font-size: 10pt;
            }
        }

    .thumbs1 {
        position: relative;
        color: #d7d7d7;
        font-family: "Roboto", Helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 2.5em;
        background: rgba(0, 0, 0, 0.7);
        text-decoration: none;
        text-transform: none;
        width: auto;
        border: none #000 0px;
        z-index: 1;
       
    }
   

/* Container Thumbs*/

	.thumbs {
		margin: 0 auto;
		width: 100%;
	}
        
.thumbs a:hover {
    background-color: aliceblue;
}
		

		@media screen and (max-width: 1680px) {

			.thumbs {
				width: 100%;
                border-color: none;
			}
		}

		@media screen and (max-width: 1280px) {

			.thumbs {
				width: 100%;
                border-color: none;
			}
		}

		@media screen and (max-width: 980px) {

			.thumbs {
				width: 100%;
                border-color: none;
			}
		}

		@media screen and (max-width: 736px) {

			.thumbs {
				width: 100%;
                border-color: none;
			}
		}


    @media screen and (max-width: 480px) {
        
            .thumbs {
				width: 100%;
                border-color: none;
			}

        }

/* Button Animation Grid+Thumbs */

.ani {
  width: 100px;
  height: 100px;
  background-image: url(../../images/helikopter/heli1.jpg);
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  from {background-image: url(../../images/helikopter/heli1.jpg);}
  to {background-image: url(../../images/helikopter/heli2.jpg);}
}

/* Standard syntax */
@keyframes example {
  from {background-image: url(../../images/helikopter/heli1.jpg);}
  to {background-image: url(../../images/helikopter/heli2.jpg);}
}


/*spin java*/


.animation {
@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
}

/* audio playback table items */

.audioTable {
	border: 1px solid rgba(144, 144, 144, 0.5);
	text-align: right;
	margin: 0;
	padding: 0.25em 0.5em 0.25em 0.5em;

	.atRow {
		display: -webkit-flex;
		-webkit-flex-direction: row;
		-webkit-flex-wrap: wrap;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;

		audio {
			color-scheme: dark;
			width: 100%;
			height: 100%;
		    min-height: 100%;
		    max-height: 100%;
			padding: 0 0 0 0;
		}
	}

	.title {
		flex: 8.5em 1;
		text-wrap-mode: nowrap;
		text-align: right;
		padding: 0.5em 0.25em 0 0.25em;
	}

	.playback {
		flex: 280px 100;
		padding: 0.25em 0 0.25em 0.25em;
		height: 2.5em;
	}
}

/* Items that should only appear when printed */
/* this gets overridden in print.css          */

.only-print
{
    display: none;
}


.highlight {
	color: #ffcc99;
}

	.highlight a {
		color: #ffeedd;
		text-decoration: underline;
	}

		.highlight.a:hover {
			text-decoration: none; 
		}
