@charset "UTF-8";
@import url(all.css);
@import url(boxmodel.css);

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Exo';
	src: url('../fonts/Exo/Exo-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* skel-baseline v3.0.0 | (c) n33 | skel.io | MIT licensed */

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, 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, html {
	height: 100%;
}

body {
	line-height: 1.6em;
}

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;
}

.container {
	width: 80em;
}

a {
	color: #ff8040;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

strong, b {
	color: #555;
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, Roboto, sans-serif;
	color: #111;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
	
h1 {
	font-size: 2.3em;
	line-height: 2em;
}

h2 {
	font-size: 1.75em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	letter-spacing: 0.1em; 
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	color: rgb(98, 109, 112);
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	margin-top: 1em;
	font-size: 1.1em;
	line-height: 1.5em;
}

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

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

blockquote {
	border-left: solid 4px rgba(144, 144, 144, 0.25);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-radius: 1px;
	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;
}

hr {
	border: 0;
	border-bottom: solid 2px rgba(144, 144, 144, 0.3);
	margin: 1em 0 2em 0;
}

hr.major {
	margin: 3em 0;
}

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

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

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

.clear {
	clear: both;
}

.clear:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
}

.hide {
	display: none;
}

/* Section/Article */

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

header p {
	color: #bbb;
	position: relative;
	margin: 0 0 1.5em 0;
}

header h2 + p {
	font-size: 1.25em;
	margin-top: -1em;
	line-height: 1.5em;
}

header h3 + p {
	font-size: 1.1em;
	margin-top: -0.8em;
	line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
	font-size: 0.9em;
	margin-top: -0.6em;
	line-height: 1.5em;
}

/* Form */

form {
	margin: 0 0 2em 0;
}

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}

.form {
	position: relative;
	z-index: 1;
	background: rgba(0, 0, 0, 0.75);
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	color: #fff !important;
}

.form h3 {
	color: #fff !important;
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
	min-width: 270px;
	max-width: 500px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: inherit;
}

.form input[type="submit"] {
	background-color: #ff8040;
}

.form input:focus {
	border-color: #cc0000;
}

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  line-height: 1em;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  border: 0;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  height: auto;
}

.form button:hover,
.form button:active,
.form button:focus {
  background: #999;
}

.form .message {
  margin: 15px 0 0;
  color: #fff;
  font-size: 13px;
}

.form .message a {
  color: #ff8040;
  text-decoration: none;
}

.form .register-form {
  display: none;
}

label {
	display: block;
	margin-right: 1em;
	float: left;
	width: 160px;
}

.formrow {
	width: 100%;
	margin-bottom: 0.5em;
	position: relative;
}

.formrow:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.formrow input {
	max-width: 360px;
	font-size: inherit;
}

.formrow i {
	margin-left: -30px;
	cursor: pointer;
	color: #475748;
	font-weight: normal;
}

/* file upload */
.watermark {
	position:absolute;
	right: 20px;
	bottom: 40px;
	font-size: 4em;
	font-weight: bold;
	color: rgba(80, 80, 80, 0.2);
	letter-spacing: 10px;
	z-index: 1000;
	text-shadow: 1px 1px 2px white;
}

.filupp > input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.filupp {
	position: relative;
	background: #14aa6c;
	border-radius: 6px;
	display: block;
	padding: 1em;
	font-size: 0.9em;
	width: 100%;
	max-width: 352px;
	height: 3.5em;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
}

.filupp:before {
	content: "";
	position: absolute;
	top: 1.5em;
	right: .75em;
	width: 2em;
	height: 1.25em;
	border: 3px solid #fff;
	border-top: 0;
	text-align: center;
}	

.filupp:after {
	content: "\279c";
	transform: rotate(-90deg);
	position: absolute;
	top: .75em ;
	right: .35em;
	font-size: 2em;
	color: #fff;
	line-height: 0;
}

.filupp-file-name {
	width: 75%;
	text-overflow: ellipsis;
}

.bgimg {
	cursor: pointer;
	max-width: 140px;
	opacity: 1;
	border: solid 1px #eee;
}

.bgimg:hover {
	opacity: 0.6;
}

#image-container {
	background-color: #eee;
	position: relative;
	width: 100%;
	max-width: 800px;
	height: auto;
	min-height: 600px;
	border: 1px dashed #888;
	overflow: hidden;
}

#image-container img {
	max-width: 800px;
	max-height: 600px;
}

#removebg {
	position: relative;
	display: none;
	cursor: pointer;
	font-weight: normal;
	text-align: right;
	width: 800px;
	color: #990000;
	height: 2em;
}

.removebgcont {
	background: #fff;
	padding: 10px 20px;
	border: solid 1px #eee;
	-moz-border-radius-topleft: 16px;
	-khtml-border-radius-topleft: 16px;
	-webkit-border-top-left-radius: 16px;
	border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-khtml-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
	border-top-right-radius: 16px;
}

.removebgcont:hover {
	background: #ebe6e6;
}

.removebgcont i {
	font-size: 1.2em;
	margin-right: 10px;
}

#upload-preview {
	display: inline-block;
	border: solid 1px #ddd;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 10px;
}

@media screen and (max-width: 736px) {
	
	label {
		float: none;
		margin: 0;
	}
	
	.formrow input {
		float: none;
		margin: 0;
	}
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 6px;
	border: none;
	border: solid 1px rgba(144, 144, 144, 0.25);
	color: #111;
	outline: 0;
	padding: 0 0.5em;
	text-decoration: none;
	width: 100%;
	min-width: 230px;
}

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

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

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

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

.select-wrapper:before {
	color: rgba(144, 144, 144, 0.25);
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em;
}

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

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

textarea {
	padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	width: 1em;
	margin-right: 6px;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
.formerize-placeholder {
	color: #aaa !important;
	opacity: 1.0;
}

/* slider */

.scale {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}

/* Box */

.box {
	border-radius: 6px;
	border: solid 1px rgba(144, 144, 144, 0.6);
	margin-bottom: 2em;
	padding: 1em 1.2em 1em 1.2em;
	text-align: center;
	color: #fff;
	background-color: rgb(255, 136, 0);
	-webkit-transition: color .2s, background .2s;
	-moz-transition: color .2s, background .2s;
	-o-transition: color .2s, background .2s;
	-ms-transition: color .2s, background .2s;
	transition: color .2s, background .2s;
	max-width: 250px;
}

.box:hover {
	background-color: #999;
}

.box-container a,
.box a {
	color: #fff;
	-webkit-transition: color .2s, background .2s;
	-moz-transition: color .2s, background .2s;
	-o-transition: color .2s, background .2s;
	-ms-transition: color .2s, background .2s;
	transition: color .2s, background .2s;
}

.box-container a:hover,
.box a:hover {
	color: #fff;
}

.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;
	padding: 10px 10px;
}

.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;
}

#subnav .icon {
	padding: 0 10px;
}

/* Image */

/* Bilder, Video an umgebenden Block anpassen */
img, video {
	max-width: 100%;
	height: auto;
	object-fit: scale-down;
}

* html body img {
	width: 100%;
}

.image {
	border-radius: 1px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 1px;
	display: block;
}

.image.left, .image.right {
	max-width: 40%;
}

.image.left img, .image.right img {
	width: 100%;
}

.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.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

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

.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

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

/* List */

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

	ol li {
		padding-left: 0.25em;
	}

ul {
	list-style: 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;
}

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;
}

ul.icons li .icon:before {
	font-size: 2em;
}

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

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

ul.actions li:last-child {
	padding-right: 0;
}

ul.actions.small li {
	padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
	display: block;
	padding: 1em 0 0 0;
}

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

ul.actions.vertical li > * {
	margin-bottom: 0;
}

ul.actions.vertical.small li {
	padding: 0.5em 0 0 0;
}

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

ul.actions.fit {
	display: table;
	margin-left: -1em;
	padding: 0;
	table-layout: fixed;
	width: calc(100% + 1em);
}

ul.actions.fit li {
	display: table-cell;
	padding: 0 0 0 1em;
}

ul.actions.fit li > * {
	margin-bottom: 0;
}

ul.actions.fit.small {
	margin-left: -0.5em;
	width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
	padding: 0 0 0 0.5em;
}

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

	ul.actions {
		margin: 0 0 2em 0;
	}

	ul.actions li {
		padding: 1em 0 0 0;
		display: block;
		text-align: center;
		width: 100%;
	}

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

	ul.actions li > * {
		width: 100%;
		margin: 0 !important;
	}

	ul.actions li > *.icon:before {
		margin-left: -2em;
	}

	ul.actions.small li {
		padding: 0.5em 0 0 0;
	}

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

}

dl {
	margin: 0 0 2em 0;
}

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

dl dd {
	margin-left: 2em;
}

/* Table */

div.table {
	display: table;
	empty-cells: show;
}

div.table-row {
	display: table-row;
	clear : both;   
    empty-cells : show;
    width : 100%;
}

div.table-cell1 {
	display: table-cell;
	width: 120px;
	font-weight: bold;
}

div.table-cell2 {
	display: table-cell;
	width: auto;
}

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px rgba(144, 144, 144, 0);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.09);
}

table td {
	padding: 0.75em 0.75em;
	font-size: 92%;
}

table td:nth-child(1) {
	padding-left: 2.3em;
}

table td p {
	margin: 0;
}

table td img {
	border-radius: 6px;
}

table td a:before {
	content: '∇';
	display: inline-block;
	margin-right: 8px;
}

table th {
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 1px rgba(144, 144, 144, 0.25);
}

table tfoot {
	border-top: solid 1px 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;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

/* Actions Table */

table.sampleTable td {
	padding: 0.2em 0.75em;
	font-size: 90%;
}

table.sampleTable td a:before {
	content: "";
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #ff8040;
	border-radius: 6px;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	height: 2.85em;
	line-height: 2.95em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin-bottom: 1em;
	letter-spacing: 1px;
}

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

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

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

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

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

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

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

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
	color: #555 !important;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background-color: rgba(144, 144, 144, 0.075);
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
button.alt:active,
.button.alt:active {
	background-color: rgba(144, 144, 144, 0.2);
}

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

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

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

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

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

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

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		padding: 0;
		width: 100%;
	}

}

/* Header */

body {
	padding-top: 3.125em;
	background: rgba(150, 150, 150, 1);
	/* background: linear-gradient(90deg, rgba(141, 194, 111, 1) 0%, rgba(118, 184, 82, 1) 50%); */
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #111;
	background-image: url('../images-global/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.index {
	/*background-image: url('../images-global/bg.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header {
	background: #fff;
	color: #000;
	cursor: default;
	height: 3.25em;
	left: 0;
	line-height: 3.25em;
	position: fixed;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 10001;
	border-bottom: solid 1px #eee;
}

#header > h1 {
	font-family: Exo, sans-serif;
	color: #666;
	display: inline-block;
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#header > h1 a {
	font-size: 1.25em;
}

#header > a {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	display: inline-block;
	padding: 0 0.75em;
	color: #ff8040;
	text-decoration: none;
}

#header > a:hover {
	color: #333;
}

#header > a[href="#nav"] {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

#header > a[href="#nav"]:before {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

#header > a[href="#nav"]:before {
	margin: 0 0.5em 0 0;
}

#header > a + a[href="#nav"]:last-child {
	border-left: solid 1px rgba(255, 255, 255, 0.15);
	padding-left: 1.25em;
	margin-left: 0.5em;
}

#header > a:last-child {
	padding-right: 1.25em;
}

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

	#header > a {
		padding: 0 0.5em;
	}

	#header > a + a[href="#nav"]:last-child {
		padding-left: 1em;
		margin-left: 0.25em;
	}

	#header > a:last-child {
		padding-right: 1em;
	}

}

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

	body {
		padding-top: 44px;
	}

	#header {
		height: 44px;
		line-height: 44px;
	}

	#header > h1 {
		left: 1em;
	}

	#header > h1 a {
		font-size: 1em;
	}

}

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

	#header {
		min-width: 320px;
	}

}

/* Nav */

#subnav {
	width: 100%;
	text-align: center;
	margin: 1em 0 0 0;
	background: rgba(144, 144, 144, 0.2);
}

#subnav .icon {
	margin: 0;
}

#subnav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
}

#subnav ul:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

#subnav ul li {
	float: left;
	border-right: solid 1px #fff;
	transition: color .2s, background .2s;
}

#subnav ul li a {
	display: block;
	padding: 6px 14px 6px 0;
	color: #111;
	transition: color .2s, background .2s;
}

#subnav ul li:hover,
#subnav ul li.here {
	background: #333;
	color: #fff;
}

#subnav ul li:hover a,
#subnav ul li.here a {
	color: #fff;
}

hr.snav {
	color: transparent;
	border-bottom: solid 2px rgba(144, 144, 144, 0);
	margin-top: 0;
}

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

	#subnav ul li {
		float: none;
	}

}


#nav {
	-moz-transform: translateX(20em);
	-webkit-transform: translateX(20em);
	-ms-transform: translateX(20em);
	transform: translateX(20em);
	-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
	-webkit-overflow-scrolling: touch;
	background: #3b3b3b;
	box-shadow: none;
	color: #ffffff;
	height: 100%;
	max-width: 80%;
	overflow-y: auto;
	padding: 3em 2em;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 20em;
	z-index: 10002;
}

#nav > ul {
	margin: 0 0 1em 0;
}

#nav > ul.links {
	list-style: none;
	padding: 0;
}

#nav > ul.links > li {
	padding: 0;
}

#nav > ul.links > li > a:not(.button) {
	border: 0;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	color: inherit;
	display: block;
	line-height: 3em;
	text-decoration: none;
}

#nav > ul.links > li > a:hover {
	color: #aaa;
}

#nav > ul.links > li > .button {
	display: block;
	margin: 0.5em 0 0 0;
}

#nav > ul.links > li:first-child > a:not(.button) {
	border-top: 0 !important;
}

#nav .close {
	text-decoration: none;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	-webkit-tap-highlight-color: transparent;
	border: 0;
	color: #bdbdbd;
	cursor: pointer;
	display: block;
	height: 3.25em;
	line-height: 3.25em;
	padding-right: 1.25em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	vertical-align: middle;
	width: 7em;
}

#nav .close:before {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

#nav .close:before {
	font-size: 1.25em;
}

#nav .close:hover {
	color: #ffffff;
}

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

	#nav .close {
		height: 4em;
		line-height: 4em;
	}

}

#nav.visible {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
	visibility: visible;
}

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

	#nav {
		padding: 2.5em 1.75em;
	}

}

/* Panel */

.panel {
	padding: 1em 1em;
	background: #fDf2e3;
	border-radius: 10px;
	border: solid 1px #ddd;
	font-size: 90%;
	color: #888;
}

/* Banner */

#banner {
	padding: 1em 0 0.2em 0;
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
}

#banner h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: inherit;
}

#banner h1.logo {
	font-family: Exo, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#banner p {
	font-size: 1.5em;
	margin-bottom: 1.75em;
}

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

	#banner {
		padding: 2em 0 1em 0;
	}

}

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

	#banner {
		padding: 2em 0 1em 0;
	}

	#banner h2, #banner h1 {
		font-size: 3.5em;
	}

}

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

	#banner {
		padding: 2em 0 1em 0;
	}

}

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

	#banner {
		padding: 2em 0 1em 0;
	}

	#banner h1, #banner h2 {
		font-size: 2.25em;
	}

	#banner p {
		font-size: 1.25em;
	}

}

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

	#banner {
		padding: 2em 0 1em 0;
	}

}

/* Main */

#main {
	padding: 2em 3em;
	background-color: rgba(255, 255, 255, 0.94);
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

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

	#main {
		padding: 2em 3em;
	}

}

a.topnav {
	margin: 0 1.5em;
	background: #555;
	border-radius: 50%;
	display: inline-block;
	width: 53px;
	height: 53px;
	position: relative;
	transition: color .2s, background .2s;
}

a.func {
	background: rgb(255, 136, 0);
}

a.tmain {
	background: #555;
}

a.topnav:hover,
a.topnav.here {
	background: #ccc;
}

a.func:hover,
a.func.here {
	background: rgba(255, 136, 0, 0.3);
}

a.topnav .icon {
	position: absolute;
	top: 2px;
	left: 2px;
	color: #fff;
}

a.topnav .icon:hover,
a.topnav.here .icon {
	color: #f3f3f3;
}

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

	a.topnav {
		margin: 0 0.5em;
	}

}

.tnav {
	font-size: 1.7em;
}

.tnav2 {
	font-size: 1.7em;
}

/* Footer */

#footer {
	padding: 2em 0 2em 0;
	background: #f3f3f3;
	text-align: center;
}

#footer ul {
	list-style-type: none;
}

#footer .copyright {
	color: #bbb;
	font-size: 0.9em;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
}

#footer .copyright li {
	border-left: solid 1px rgba(144, 144, 144, 0.25);
	display: inline-block;
	list-style: none;
	margin-left: 1.5em;
	padding-left: 1.5em;
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

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

	#footer {
		padding: 1em 0 1em 0;
	}

	#footer .copyright li {
		display: block;
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}

}

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 200;
}

#overlay .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
 }

  .loader {
	width: 58px;
	height: 58px;
	border: 3px solid #FFF;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
 }

  .loader::after {
	content: '';  
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	background: #993516;
	width: 26px;
	height: 26px;
	transform: translate(-50%, 50%);
	border-radius: 50%;
 }
	  
  @keyframes rotation {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
 }

 body {
	transition: background-image 1s linear;
 }

 center a,
 center a:hover {
	color: transparent;
	cursor: default;
 }
