@charset "UTF-8";
@import url(font-awesome.css);

@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
/*
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Rubik-Regular.woff2') format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/*
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/Rubik-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Rubik';
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/Rubik-Italic.woff') format('woff');
}
@font-face {
	font-family: 'Rubik';
	font-style: italic;
	font-weight: 900;
	src: url('../fonts/Rubik-MediumItalic.woff') format('woff');
}
*/
:root {
	--c-main: #3498db;
	--c-second: #e7bc58;	/* #7da3bc; */
	--c-link: #217dbb;
	--c-link2: #ea9b20;
	--c-tooltip: #5096b3;
	--c-hover: #f36e21;
}

/* Scrollbar styles */
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px #555;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #555; 
}
/* 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: inherit;
		vertical-align: baseline;
	}

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

	body {
		line-height: 1;
		font-size-adjust: none;
		text-size-adjust: none;
		-webkit-text-size-adjust:none;
	}

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

/* Box Model */

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

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 100em;
		min-width: 80em;
	}

	.container.\37 5\25 {
		width: 60em;
	}

	.container.\35 0\25 {
		width: 40em;
	}

	.container.\32 5\25 {
		width: 20em;
	}

	.container {
		width: 80em;
	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 100em;
			min-width: 80em;
		}

		.container.\37 5\25 {
			width: 60em;
		}

		.container.\35 0\25 {
			width: 40em;
		}

		.container.\32 5\25 {
			width: 20em;
		}

		.container {
			width: 80em;
		}

	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 81.25em;
			min-width: 65em;
		}

		.container.\37 5\25 {
			width: 48.75em;
		}

		.container.\35 0\25 {
			width: 32.5em;
		}

		.container.\32 5\25 {
			width: 16.25em;
		}

		.container {
			width: 65em;
		}

	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 90%;
		}

	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 90% !important;
		}

	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 90% !important;
		}

	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.heb.row > * {float:right}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}
	.hebspan {direction:rtl; display:inline-block}
	.row.uniform > * > :first-child {
		margin-top: 0;
	}

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

	.row.\30 \25 > * {
		padding: 0 0 0 0em;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0em;
	}

	.row.uniform.\30 \25 > * {
		padding: 0em 0 0 0em;
	}

	.row.uniform.\30 \25 {
		margin: 0em 0 -1px 0em;
	}

	.row > * {
		padding: 0 0 0 2em;
	}

	.row {
		margin: 0 0 -1px -2em;
	}

	.row.uniform > * {
		padding: 2em 0 0 2em;
	}

	.row.uniform {
		margin: -2em 0 -1px -2em;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 4em;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -4em;
	}

	.row.uniform.\32 00\25 > * {
		padding: 4em 0 0 4em;
	}

	.row.uniform.\32 00\25 {
		margin: -4em 0 -1px -4em;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 3em;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -3em;
	}

	.row.uniform.\31 50\25 > * {
		padding: 3em 0 0 3em;
	}

	.row.uniform.\31 50\25 {
		margin: -3em 0 -1px -3em;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 1em;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -1em;
	}

	.row.uniform.\35 0\25 > * {
		padding: 1em 0 0 1em;
	}

	.row.uniform.\35 0\25 {
		margin: -1em 0 -1px -1em;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 0.5em;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -0.5em;
	}

	.row.uniform.\32 5\25 > * {
		padding: 0.5em 0 0 0.5em;
	}

	.row.uniform.\32 5\25 {
		margin: -0.5em 0 -1px -0.5em;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.heb .\31 2u\24 + *,
	.heb .\31 1u\24 + *,
	.heb .\31 0u\24 + *,
	.heb .\39 u\24 + *,
	.heb .\38 u\24 + *,
	.heb .\37 u\24 + *,
	.heb .\36 u\24 + *,
	.heb .\35 u\24 + *,
	.heb .\34 u\24 + *,
	.heb .\33 u\24 + *,
	.heb .\32 u\24 + *,
	.heb .\31 u\24 + * {
		clear: right;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

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

		.row > * {
			padding: 0 0 0 2em;
		}

		.row {
			margin: 0 0 -1px -2em;
		}

		.row.uniform > * {
			padding: 2em 0 0 2em;
		}

		.row.uniform {
			margin: -2em 0 -1px -2em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 4em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -4em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 4em 0 0 4em;
		}

		.row.uniform.\32 00\25 {
			margin: -4em 0 -1px -4em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\31 50\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -1em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 1em 0 0 1em;
		}

		.row.uniform.\35 0\25 {
			margin: -1em 0 -1px -1em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.5em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.5em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.5em 0 0 0.5em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.5em 0 -1px -0.5em;
		}

		.\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xlarge\29 + *,
		.\31 1u\24\28xlarge\29 + *,
		.\31 0u\24\28xlarge\29 + *,
		.\39 u\24\28xlarge\29 + *,
		.\38 u\24\28xlarge\29 + *,
		.\37 u\24\28xlarge\29 + *,
		.\36 u\24\28xlarge\29 + *,
		.\35 u\24\28xlarge\29 + *,
		.\34 u\24\28xlarge\29 + *,
		.\33 u\24\28xlarge\29 + *,
		.\32 u\24\28xlarge\29 + *,
		.\31 u\24\28xlarge\29 + * {
			clear: left;
		}

		.\-11u\28xlarge\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xlarge\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xlarge\29 {
			margin-left: 75%;
		}

		.\-8u\28xlarge\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xlarge\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xlarge\29 {
			margin-left: 50%;
		}

		.\-5u\28xlarge\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xlarge\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xlarge\29 {
			margin-left: 25%;
		}

		.\-2u\28xlarge\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xlarge\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

		.\31 2u\28large\29, .\31 2u\24\28large\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28large\29, .\31 1u\24\28large\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28large\29, .\31 0u\24\28large\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28large\29, .\39 u\24\28large\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28large\29, .\38 u\24\28large\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28large\29, .\37 u\24\28large\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28large\29, .\36 u\24\28large\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28large\29, .\35 u\24\28large\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28large\29, .\34 u\24\28large\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28large\29, .\33 u\24\28large\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28large\29, .\32 u\24\28large\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28large\29, .\31 u\24\28large\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28large\29 + *,
		.\31 1u\24\28large\29 + *,
		.\31 0u\24\28large\29 + *,
		.\39 u\24\28large\29 + *,
		.\38 u\24\28large\29 + *,
		.\37 u\24\28large\29 + *,
		.\36 u\24\28large\29 + *,
		.\35 u\24\28large\29 + *,
		.\34 u\24\28large\29 + *,
		.\33 u\24\28large\29 + *,
		.\32 u\24\28large\29 + *,
		.\31 u\24\28large\29 + * {
			clear: left;
		}

		.\-11u\28large\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28large\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28large\29 {
			margin-left: 75%;
		}

		.\-8u\28large\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28large\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28large\29 {
			margin-left: 50%;
		}

		.\-5u\28large\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28large\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28large\29 {
			margin-left: 25%;
		}

		.\-2u\28large\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28large\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

		.\31 2u\28medium\29, .\31 2u\24\28medium\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28medium\29, .\31 1u\24\28medium\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28medium\29, .\31 0u\24\28medium\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28medium\29, .\39 u\24\28medium\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28medium\29, .\38 u\24\28medium\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28medium\29, .\37 u\24\28medium\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28medium\29, .\36 u\24\28medium\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28medium\29, .\35 u\24\28medium\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28medium\29, .\34 u\24\28medium\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28medium\29, .\33 u\24\28medium\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28medium\29, .\32 u\24\28medium\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28medium\29, .\31 u\24\28medium\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28medium\29 + *,
		.\31 1u\24\28medium\29 + *,
		.\31 0u\24\28medium\29 + *,
		.\39 u\24\28medium\29 + *,
		.\38 u\24\28medium\29 + *,
		.\37 u\24\28medium\29 + *,
		.\36 u\24\28medium\29 + *,
		.\35 u\24\28medium\29 + *,
		.\34 u\24\28medium\29 + *,
		.\33 u\24\28medium\29 + *,
		.\32 u\24\28medium\29 + *,
		.\31 u\24\28medium\29 + * {
			clear: left;
		}

		.\-11u\28medium\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28medium\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28medium\29 {
			margin-left: 75%;
		}

		.\-8u\28medium\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28medium\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28medium\29 {
			margin-left: 50%;
		}

		.\-5u\28medium\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28medium\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28medium\29 {
			margin-left: 25%;
		}

		.\-2u\28medium\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28medium\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 0 0 0 1.25em;
		}

		.row {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 2.5em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -2.5em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform.\32 00\25 {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 1.875em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -1.875em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 1.875em 0 0 1.875em;
		}

		.row.uniform.\31 50\25 {
			margin: -1.875em 0 -1px -1.875em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.3125em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.3125em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.3125em 0 0 0.3125em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.3125em 0 -1px -0.3125em;
		}

		.\31 2u\28small\29, .\31 2u\24\28small\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28small\29, .\31 1u\24\28small\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28small\29, .\31 0u\24\28small\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28small\29, .\39 u\24\28small\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28small\29, .\38 u\24\28small\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28small\29, .\37 u\24\28small\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28small\29, .\36 u\24\28small\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28small\29, .\35 u\24\28small\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28small\29, .\34 u\24\28small\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28small\29, .\33 u\24\28small\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28small\29, .\32 u\24\28small\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28small\29, .\31 u\24\28small\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28small\29 + *,
		.\31 1u\24\28small\29 + *,
		.\31 0u\24\28small\29 + *,
		.\39 u\24\28small\29 + *,
		.\38 u\24\28small\29 + *,
		.\37 u\24\28small\29 + *,
		.\36 u\24\28small\29 + *,
		.\35 u\24\28small\29 + *,
		.\34 u\24\28small\29 + *,
		.\33 u\24\28small\29 + *,
		.\32 u\24\28small\29 + *,
		.\31 u\24\28small\29 + * {
			clear: left;
		}

		.\-11u\28small\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28small\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28small\29 {
			margin-left: 75%;
		}

		.\-8u\28small\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28small\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28small\29 {
			margin-left: 50%;
		}

		.\-5u\28small\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28small\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28small\29 {
			margin-left: 25%;
		}

		.\-2u\28small\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28small\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 0 0 0 1.25em;
		}

		.row {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 2.5em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -2.5em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform.\32 00\25 {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 1.875em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -1.875em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 1.875em 0 0 1.875em;
		}

		.row.uniform.\31 50\25 {
			margin: -1.875em 0 -1px -1.875em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.3125em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.3125em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.3125em 0 0 0.3125em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.3125em 0 -1px -0.3125em;
		}

		.\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xsmall\29 + *,
		.\31 1u\24\28xsmall\29 + *,
		.\31 0u\24\28xsmall\29 + *,
		.\39 u\24\28xsmall\29 + *,
		.\38 u\24\28xsmall\29 + *,
		.\37 u\24\28xsmall\29 + *,
		.\36 u\24\28xsmall\29 + *,
		.\35 u\24\28xsmall\29 + *,
		.\34 u\24\28xsmall\29 + *,
		.\33 u\24\28xsmall\29 + *,
		.\32 u\24\28xsmall\29 + *,
		.\31 u\24\28xsmall\29 + * {
			clear: left;
		}

		.\-11u\28xsmall\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xsmall\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xsmall\29 {
			margin-left: 75%;
		}

		.\-8u\28xsmall\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xsmall\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xsmall\29 {
			margin-left: 50%;
		}

		.\-5u\28xsmall\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xsmall\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xsmall\29 {
			margin-left: 25%;
		}

		.\-2u\28xsmall\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xsmall\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

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

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

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

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

	}

	body {
		background: #fcfcfc;
		color: #444444;
	}

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

/* Type */

	body, input, select, textarea {
		font-family: 'Rubik',sans-serif;
		font-size: 12pt;
		font-weight: 300;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {
			body, input, select, textarea {
				font-size: 11pt;
			}
		}

		@media screen and (max-width: 1280px) {
			body, input, select, textarea {
				font-size: 11pt;
			}
		}

		@media screen and (max-width: 980px) {
			body, input, select, textarea {
				font-size: 12pt;
			}
		}

		@media screen and (max-width: 736px) {
			body, input, select, textarea {
				font-size: 13pt;
			}
		}

		@media screen and (max-width: 480px) {
			body, input, select, textarea {
				font-size: 13pt;
			}

		}

	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;
		text-decoration: none;
	}
	a strong {
		color: inherit!important;
	}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		line-height: 1.5;
		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: 3em;
		margin-bottom: .25em;
	}

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

			h1 {
				font-size: 2.5em;
			}

		}

	h2 {
		font-size: 2.5em;
	}

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

			h2 {
				font-size: 2em;
			}

		}

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

			h2 {
				font-size: 1.5em;
			}

		}

	h3 {
		font-size: 1.75em;
	}

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

			h3 {
				font-size: 1.5em;
			}

		}

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

			h3 {
				font-size: 1.25em;
			}

		}

	h4 {
		font-size: 1.5em;
	}

	h5 {
		font-size: 1.1em;
	}

	h6 {
		font-size: 0.7em;
	}

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

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

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

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

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

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

	header p {
		font-size: 1.25em;
	}

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

		hr.major {
			margin: 3em 0;
		}

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

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

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

	input, select, textarea {
		color: #000;
	}

	a {
		color: var(--c-main);
	}

		a:hover {
			color: var(--c-second);
		}

	strong, b {
		color: #000;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

	blockquote {
		border-left-color: rgba(0, 0, 0, 0.1);
	}

	code {
		background: rgba(0, 0, 0, 0.075);
		border-color: rgba(0, 0, 0, 0.1);
	}

	hr {
		border-bottom-color: rgba(0, 0, 0, 0.1);
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px;
		margin-bottom: 2em;
		padding: 1.5em;
		background: #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;
		}

	.box {
		border-color: rgba(0, 0, 0, 0.1);
	}

/* Button */
	.button.small.circle {border-radius:50%}
	
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 2px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.85em;
		line-height: 2.95em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		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%;
		}
		
		button.round,
		.button.round {
			border-radius:50%;
			max-width: 4em
		}
		
		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}
		input[type="submit"].verysmall,
		input[type="reset"].verysmall,
		input[type="button"].verysmall,
		button.verysmall,
		.button.verysmall {
			font-size: 0.6em;
		}
		
		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}
		
		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],
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.4;
		}

		@media screen and (max-width: 480px) {
			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,	.button {
				width: 100%;
			}

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: var(--c-main);
		color: #fff !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: var(--c-second);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: var(--c-main);
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		button.alt,
		.button.alt {
			background-color: var(--c-alt);
			box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
		}
		button.alt11,
		.button.alt11 {
			background-color: var(--menu2-color)!important;
			box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: var(--c-alt2);
			}

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

			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: #bfbfbf;
			}

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

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

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

/* Flex */

	.flex {
		display: -ms-flexbox;
		-ms-flex-pack: justify;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}

		.flex.flex-2, .flex.flex-3 {
			-moz-align-items: stretch;
			-webkit-align-items: stretch;
			-ms-align-items: stretch;
			align-items: stretch;
		}

			.flex.flex-2.center, .flex.flex-3.center {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
			}

		.flex.flex-2 .col {
			width: 48%;
		}

			.flex.flex-2 .col.col1 {
				width: 30%;
			}

			.flex.flex-2 .col.col2 {
				width: 66%;
			}

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

				.flex.flex-2 .col.col1, .flex.flex-2 .col.col2 {
					width: 100%;
					margin-bottom: 2em;
				}

					.flex.flex-2 .col.col1 .image, .flex.flex-2 .col.col2 .image {
						max-width: 40%;
						margin: 0 auto 2em auto;
					}

			}

		.flex.flex-3 .col {
			width: 28%;
		}

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

				.flex.flex-3 .col {
					width: 100%;
					margin-bottom: 2em;
				}

					.flex.flex-3 .col .image {
						max-width: 40%;
						margin: 0 auto 2em auto;
					}

			}

		.flex.flex-4 .col {
			width: 22%;
		}

		.flex.flex-tabs {
			-moz-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		}
			.flex.flex-tabs ul {
				width: 20%;
			}

			.flex.flex-tabs .tabs {
				width: 77%;
			}

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

			.flex.flex-4 .col {
				width: 48%;
			}

			.flex.flex-tabs ul {
				width: 30%;
			}

			.flex.flex-tabs .tabs {
				width: 67%;
			}

			.flex.flex-tabs .flex-3 .col {
				width: 48%;
			}

		}

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

			.flex.flex-2 .col, .flex.flex-3 .col, .flex.flex-4 .col {
				width: 100%;
				-moz-order: 2;
				-webkit-order: 2;
				-ms-order: 2;
				order: 2;
			}

				.flex.flex-2 .col.first, .flex.flex-3 .col.first, .flex.flex-4 .col.first {
					-moz-order: 1;
					-webkit-order: 1;
					-ms-order: 1;
					order: 1;
				}

			.flex.flex-tabs {
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}

				.flex.flex-tabs ul {
					width: 100%;
				}

				.flex.flex-tabs .tabs {
					width: 100%;
				}

				.flex.flex-tabs .flex-3 .col {
					width: 100%;
				}

		}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		margin: 0 0 1em 0;
	}

	
	input[type="number"],
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 2px;
		border: none;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

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

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}
	.select-wrapper optgroup {font-size:120%}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: 'Font Awesome 5 Free';
			font-style: normal;
			font-weight: 900;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2em;
		}

		.heb .select-wrapper:before {
			left: 0; right: unset;
		}
		.select-wrapper select::-ms-expand {
			display: none;
		}

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

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}
		.heb input[type="checkbox"] + label,
		.heb input[type="radio"] + label {
			padding-right: 2.4em;
			padding-left: 0.75em;			
		}
			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: 'Font Awesome 5 Free';
				font-style: normal;
				font-weight: 900;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 2px;
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

			.heb input[type="checkbox"] + label:before,
			.heb input[type="radio"] + label:before {
				right:0
			}

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

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

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

	:-moz-placeholder {
		opacity: 1.0;
	}

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

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

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #000;
	}

	input[type="number"],
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="email"],
	input[type="date"],
	select,
	textarea {
		background: rgba(0, 0, 0, 0.075);
		border-color: rgba(0, 0, 0, 0.1);
	}

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

	.select-wrapper:before {
		color: #9E9E9E			/* rgba(0, 0, 0, 0.1);*/
	}

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

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(0, 0, 0, 0.075);
			border-color: rgba(0, 0, 0, 0.1);
		}

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

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

	::-webkit-input-placeholder {
		color: #999999 !important;
	}

	:-moz-placeholder {
		color: #999999 !important;
	}

	::-moz-placeholder {
		color: #999999 !important;
	}

	:-ms-input-placeholder {
		color: #999999 !important;
	}

	.formerize-placeholder {
		color: #999999 !important;
	}

/* Icon */

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

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: 'Font Awesome 5 Free';
			font-style: normal;
			font-weight: 900;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
		box-shadow: 0px 0px 0px 7px #fff, 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
	}

		.image img {
			display: block;
		}

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

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

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

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

		.image.round {
			border-radius: 100%;
		}

			.image.round img {
				border-radius: 100%;
			}

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

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

	.video-wrapper {
		position: relative;
		padding-bottom: 56.25%;
	/* 16:9 */

		padding-top: 25px;
		height: 0;
	}

		.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}
	.heb ol {
		padding-right: 1.25em;
		padding-left:0;
	}
		ol li {
			padding-left: 0.25em;
		}
		.heb ol li {
			padding-right: 0.25em;
			padding-left: 0
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}
	.heb ul {
		padding-right: 1em;
		padding-left:0
	}
		ul li {
			padding-left: 0.5em;
		}
		.heb ul li {
			padding-right: 0.5em;
			padding-left: 0;
		}

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

			ul.alt li {
				border-top: solid 1px;
				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;
			padding-right: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 2em 0 0;
			}
			.heb ul.icons li {
				padding: 0 0 0 2em;
			}
				ul.icons li:last-child {
					padding-right: 0;
					padding-left: 0;
				}

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

		ul.actions {
			cursor: default;
			list-style: none;
			padding: 0;
			margin: 0 0 1em 0;
			clear: both;
		}
			ul.actions li {
				display: inline-block;
				padding: .5em 1em 0 0;
				vertical-align: middle;
			}
			.heb ul.actions li {
				padding: .5em 0 0 1em;
			}
				ul.actions li:last-child {
					padding-right: 0;
					padding-left: 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:not(.keep) {
					margin: 0 0 2em 0;
				}

				ul.actions.keep {
					text-align:center
				}
					ul.actions:not(.keep) li {
						padding: 1em 0 0 0!important;
						display: block;
						text-align: center;
						width: 100%;
					}

					ul.actions.notcenter li {text-align:initial}
					
						ul.actions:not(.keep) li:first-child {
							padding-top: 0;
						}

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

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

					ul.actions.small:not(.keep) li {
						padding: 0.5em 0 0 0;
					}

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

			}

	dl {
		margin: 0 0 2em 0;
	}

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

		dl dd {
			margin-left: 2em;
		}

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

/* Section/Article */

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

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

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

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

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 1em;
		margin-top: -0.6em;
	}

	header p {
		color: #403f3f;
	}

/* Tab */
	
	ul.tab-list {
		list-style: none;
		margin: 0 0 1em 0;
		padding: 0;
	}

	ul.tab-list li {width: 9.5em; float:left}
	.heb ul.tab-list li {float:right}
	@media screen and (max-width: 736px) {
		ul.tab-list li {width: 33%}
	}
		ul.tab-list li a {
			background: var(--c-main);
			color: rgba(255, 255, 255, 0.9) !important;
			margin-bottom: .5em;
			padding: .5em 1em;
			display: inline-block;
			width: 100%;
			font-weight: bold;
			text-align: center;
		}
			ul.tab-list li a.alt {
				background: var(--c-alt);
			}
			ul.tab-list li a.active {
				background: var(--c-link2);
				color: #fff !important;
			}

			ul.tab-list li a:hover {
				background: var(--c-link2);
				color: #fff !important;
			}

	.tab {
		display: none;
	}

		.tab.active {
		/*
			display: -ms-flexbox;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
		*/
			display: block;
		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		clear:both!important;
	}

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

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-weight: 700;
			padding: 0 0.75em 0.75em 0.75em;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}
			
				table.alt:not(.heb) tbody tr td:last-child {
					border-right-width: 0px
				}
				table.alt.heb tbody tr td:not(.spanned-cell):first-child {
					border-right-width: 0px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(0, 0, 0, 0.1);
	}

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

	table th {
		color: #000;
	}

	table thead {
		border-bottom-color: rgba(0, 0, 0, 0.1);
	}

	table tfoot {
		border-top-color: rgba(0, 0, 0, 0.1);
	}

	table.alt tbody tr td {
		border-color: rgba(0, 0, 0, 0.1);
	}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
		position: relative;
	}
	.admin .wrapper {padding-top: 5em}

		.wrapper .inner {
			margin: 0 auto;
			width: 80em;
			position: relative;
			z-index: 99;
		}

		.wrapper header {
			margin-bottom: 4em;
		}
		.admin .wrapper header {margin-bottom: 0;}

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

				.wrapper header {
					margin-bottom: 2em;
				}

			}

		.wrapper.style1 {
			color: #555555;
		}

			.wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
				color: #000;
			}

			.wrapper.style1 a {
				color: var(--c-link);
			}

				.wrapper.style1 a:hover {
					color: var(--c-hover)				/*rgba(0, 0, 0, 0.5);*/
				}

			.wrapper.style1 strong, .wrapper.style1 b {
				color: #000;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #000;
			}

			.wrapper.style1 blockquote {
				border-left-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper.style1 code {
				background: rgba(0, 0, 0, 0.075);
				border-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper.style1 hr {
				border-bottom-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper.style1 .box {
				border-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				background-color: var(--c-main);
				color: #fff !important;
			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: var(--c-hover);
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 button:active,
				.wrapper.style1 .button:active {
					background-color: var(--c-main);
				}

				.wrapper.style1 input[type="submit"].alt,
				.wrapper.style1 input[type="reset"].alt,
				.wrapper.style1 input[type="button"].alt,
				.wrapper.style1 button.alt,
				.wrapper.style1 .button.alt {
					background-color: var(--c-alt);
					box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
				}

					.wrapper.style1 input[type="submit"].alt:hover,
					.wrapper.style1 input[type="reset"].alt:hover,
					.wrapper.style1 input[type="button"].alt:hover,
					.wrapper.style1 button.alt:hover,
					.wrapper.style1 .button.alt:hover {
						background-color: var(--c-alt2);
					}

					.wrapper.style1 input[type="submit"].alt:active,
					.wrapper.style1 input[type="reset"].alt:active,
					.wrapper.style1 input[type="button"].alt:active,
					.wrapper.style1 button.alt:active,
					.wrapper.style1 .button.alt:active {
						background-color: var(--c-alt);
					}

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

				.wrapper.style1 input[type="submit"].special,
				.wrapper.style1 input[type="reset"].special,
				.wrapper.style1 input[type="button"].special,
				.wrapper.style1 button.special,
				.wrapper.style1 .button.special {
					background-color: #000;
					color: #fafafa !important;
				}

			.wrapper.style1 label {
				color: #000;
			}
			.wrapper.style1 input[type="datetime-local"],
			.wrapper.style1 input[type="date"],
			.wrapper.style1 input[type="number"],
			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="tel"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 input[type="time"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background: rgba(0, 0, 0, 0.075);
				border-color: rgba(0, 0, 0, 0.15);
			}
			.admin .wrapper.style1 textarea {background-color:#fff}
				.wrapper.style1 input[type="datetime-local"],
				.wrapper.style1 input[type="date"]:focus,
				.wrapper.style1 input[type="number"]:focus,
				.wrapper.style1 input[type="text"]:focus,
				.wrapper.style1 input[type="tel"]:focus,
				.wrapper.style1 input[type="password"]:focus,
				.wrapper.style1 input[type="email"]:focus,
				.wrapper.style1 input[type="time"]:focus,
				.wrapper.style1 select:focus,
				.wrapper.style1 textarea:focus {
					border-color: #000;
					box-shadow: 0 0 0 1px #000;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #666666;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.075);
					border-color: rgba(0, 0, 0, 0.15);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background-color: #000;
				border-color: #000;
				color: #fafafa;
			}

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

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #999999 !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #999999 !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #999999 !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #999999 !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #999999 !important;
			}

			.wrapper.style1 ul.alt li {
				border-top-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper.style1 header p {
				color: #444444;
			}

			.wrapper.style1 table tbody tr {
				border-color: rgba(0, 0, 0, 0.15);
			}

				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.075);
				}

			.wrapper.style1 table th {
				color: #000;
				text-align:left
			}
			.wrapper.style1 table.heb th {text-align:right}
			
			.wrapper.style1 table thead {
				border-bottom-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper.style1 table tfoot {
				border-top-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.15);
				vertical-align:top;
			}

		.wrapper.style2 {
			background-color: var(--c-main);
			color: #eee;
		}

			.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
				color: #fff;
			}

			.wrapper.style2 a {
				color: #999999;
			}

				.wrapper.style2 a:hover {
					color: rgba(153, 153, 153, 0.5);
				}

			.wrapper.style2 strong, .wrapper.style2 b {
				color: #fff;
			}

			.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #fff;
			}

			.wrapper.style2 blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 .box {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 input[type="submit"],
			.wrapper.style2 input[type="reset"],
			.wrapper.style2 input[type="button"],
			.wrapper.style2 button,
			.wrapper.style2 .button {
				background-color: #fff;
				color: var(--c-main) !important;
			}

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

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

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

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

				.wrapper.style2 input[type="submit"].special,
				.wrapper.style2 input[type="reset"].special,
				.wrapper.style2 input[type="button"].special,
				.wrapper.style2 button.special,
				.wrapper.style2 .button.special {
					background-color: #fafafa;
					color: #000 !important;
				}

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

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

			.wrapper.style2 label {
				color: #fff;
			}

			.wrapper.style2 input[type="number"],
			.wrapper.style2 input[type="text"],
			.wrapper.style2 input[type="tel"],
			.wrapper.style2 input[type="password"],
			.wrapper.style2 input[type="email"],
			.wrapper.style2 select,
			.wrapper.style2 textarea {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

				.wrapper.style2 input[type="number"]:focus,
				.wrapper.style2 input[type="text"]:focus,
				.wrapper.style2 input[type="tel"]:focus,
				.wrapper.style2 input[type="password"]:focus,
				.wrapper.style2 input[type="email"]:focus,
				.wrapper.style2 select:focus,
				.wrapper.style2 textarea:focus {
					border-color: #fafafa;
					box-shadow: 0 0 0 1px #fafafa;
				}

			.wrapper.style2 .select-wrapper:before {
				color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 input[type="checkbox"] + label,
			.wrapper.style2 input[type="radio"] + label {
				color: #aed6f1;
			}

				.wrapper.style2 input[type="checkbox"] + label:before,
				.wrapper.style2 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
					border-color: rgba(255, 255, 255, 0.25);
				}

			.wrapper.style2 input[type="checkbox"]:checked + label:before,
			.wrapper.style2 input[type="radio"]:checked + label:before {
				background-color: #fafafa;
				border-color: #fafafa;
				color: #000;
			}

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

			.wrapper.style2 ::-webkit-input-placeholder {
				color: #67b2e4 !important;
			}

			.wrapper.style2 :-moz-placeholder {
				color: #67b2e4 !important;
			}

			.wrapper.style2 ::-moz-placeholder {
				color: #67b2e4 !important;
			}

			.wrapper.style2 :-ms-input-placeholder {
				color: #67b2e4 !important;
			}

			.wrapper.style2 .formerize-placeholder {
				color: #67b2e4 !important;
			}

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

			.wrapper.style2 header p {
				color: #67b2e4;
			}

			.wrapper.style2 table tbody tr {
				border-color: rgba(255, 255, 255, 0.25);
			}

				.wrapper.style2 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style2 table th {
				color: #fff;
			}

			.wrapper.style2 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 table.alt tbody tr td {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 .image {
				box-shadow: 0px 0px 0px 7px var(--c-main), 0px 0px 0px 8px rgba(255, 255, 255, 0.25);
			}

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

			.wrapper > .inner {
				width: 90%;
			}

		}

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

			.wrapper > .inner {
				width: 90%;
			}

		}

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

			.wrapper {
				padding: 3em 0 1em 0;
			}

		}

/* Header */

	body.subpage {
		padding-top: 3.125em;
	}

	@-moz-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	#main {
		min-height: calc(100vh - 8.35em);
	}
	
	#header {
		background:var(--menu2-color);
		color: #aed6f1;
		cursor: default;
		height: 4em;
		left: 0;
		line-height: 4em;
		position: fixed;
		text-align: right;
		top: 0;
		width: 100%;
		z-index: 10002;
	}

		#header > .logo {
			display: inline-block;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 5px 0 0 0;
			position: absolute;
			top: 0;
			font-weight:bold;
		}

			#header > .logo a {
				font-size: 1.25em;
				color: var(--c-main);
			}

				#header > .logo a:hover {
					color: var(--c-second);
				}

			#header > .logo span {
				font-weight: 300;
				font-size: .8em;
				color: #FFF;
			}

			#header > .logo img {
				width:10em;
				vertical-align: text-bottom;
			}
			
		#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: inherit;
			text-decoration: none;
			color: #FFF;
		}

			#header > a:hover {
				color: var(--c-second);
			}

			#header > a[href="#menu"] {
				text-decoration: none;
				-webkit-tap-highlight-color: transparent;
				font-weight: bold;
				font-size:1.2em;
			}

				#header > a[href="#menu"]:before {
					content: "";
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: 'Font Awesome 5 Free';
					font-style: normal;
					font-weight: 900;
					text-transform: none !important;
				}

				#header > a[href="#menu"]:before {
					margin: 0 -4px 0 8px;
				}

			#header > a + a[href="#menu"]:last-child {
				border-left: solid 1px rgba(255, 255, 255, 0.25);
				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="#menu"]:last-child {
					padding-left: 1em;
					margin-left: 0.25em;
				}

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

		}

		#header.reveal {
			-moz-animation: reveal-header 0.5s ease;
			-webkit-animation: reveal-header 0.5s ease;
			-ms-animation: reveal-header 0.5s ease;
			animation: reveal-header 0.5s ease;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background-color: transparent;
			box-shadow: none;
			overflow: hidden;
			position: absolute;
			top: 1.5em;
		}

			#header.alt h1 {
				left: 2.5em;
			}

			#header.alt nav {
				right: 2.5em;
			}

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

		body.subpage {
			padding-top: 44px;
		}

		#header > .logo img {
			width: 8em;
			vertical-align: text-bottom;
		}
		#header {height: 3.5em;line-height:3.3em;}

			#header > h1 {
				left: 1em;
			}

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

	}

	@media screen and (max-width: 480px) {
		#header > .logo img {
			width: 6em;
			vertical-align: text-bottom;
		}
		#header {
			min-width: 320px;
		}

	}

/* Menu */

	#menu {
		-moz-transform: translateX(15em);
		-webkit-transform: translateX(15em);
		-ms-transform: translateX(15em);
		transform: translateX(15em);
		-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: var(--menu2-color);
		box-shadow: none;
		color: #fff;
		height: 100%;
		---max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 18em;
		z-index: 10005;
	}

		#smallmenu li .fas, #smallmenu li .far, #smallmenu li .fab,
		#menu li .fas, #menu li .far,#menu li .fab {
			width: 30px;
			text-align: center;
			display: inline-block;
			margin-left:10px;
		}

	#smallmenu {
		width: 50px;
		position: fixed;
		height: 100%;
		top: 0;
		right: 0;
		background: var(--c-alt);
		z-index: 10001;
		padding: 50px 10px;
		display: none;
	}

		#menu > ul {
			margin: 0 0 1em 0;
		}
			#smallmenu > ul.links,
			#menu > ul.links {
				list-style: none;
				padding: 0;
				margin-top: 2em
			}

				#smallmenu > ul.links > li:not(.menubutton), 
				#menu > ul.links > li:not(.menubutton) {
					padding: 0;
					opacity: 0.7;
					transition: opcity .5s ease;
				}
				
					#smallmenu > ul.links > li > a:not(.button),
					#menu > ul.links > li > a:not(.button) {
						border: 0;
						color: #fff;
						display: block;
						line-height: 2.4em;
						font-size:1.1em;
						text-decoration: none;
					}
					#menu > ul.links > li.submenu> a {
						margin: 0 1em 0 0;
						---border-top: solid 1px rgba(255, 255, 255, 0.25);
					}
					#menu > ul.links > li.submenu ~ li.submenu > a {	
						border-top: none;
					}
						
					#menu > ul.links > li > .button {
						display: block;
						margin: 0.5em 0 0 0;
					}

					#smallmenu > ul.links > li:hover,
					#menu > ul.links > li:not(.subhdr):hover {
						opacity:1
					}

					#menu > ul.links > li:first-child > a:not(.button) {
						border-top: 0 !important;
					}
				#menu ul.links li.login {
					border: solid 1px rgba(255, 255, 255, 0.25);
					padding: 2px 4px;
					background:#212f74;
					margin-right: -12px;
					margin-left: -12px;
					border-radius: 2px;
					margin-bottom:1em;
				}
				#menu ul.links li.login i {
					font-size: 150%;
					vertical-align: middle;
					margin:0
				}
		#menu .menu-header {
			position: absolute;
			top: 0px;
			left: 0;
			margin: 10px;
			width: 100%;
			text-align: center;
			font-weight: bold;
			font-size: 120%;
		}
		#menu .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: #fff;
			cursor: pointer;
			display: block;
			height: 3.25em;
			line-height: 3.25em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			width: 3em;
		}

			#menu .close:before {
				content: "";
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: 'Font Awesome 5 Free';
				font-style: normal;
				font-weight: 900;
				text-transform: none !important;
			}

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

			#menu .close:hover {
				color: var(--c-second);
			}

		@media screen and (min-width: 737px) {
			#smallmenu {
				display: block
			}
			#menu.has-small {
				right: 50px;
				padding: 50px 0 0 0;
				top: 0;
				width: 10em;
				z-index: 10000;
			}
			#menu.has-small .close,
				#menu.has-small i {display:none}

			#main.has-small {margin-right:50px}
		}
		
			@media screen and (max-width: 736px) {
				#menu .close {
					height: 4em;
					line-height: 4em;
				}

			}

		#menu.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) {
			#menu {
				padding: 2.5em 1.75em;
				z-index: 10010;
			}
		}
		
		#menu li.subhdr {
			width:100%;
			text-align:center;
			border-bottom:1px solid #fff;
			line-height: 0.1em;
			margin: 10px 0 20px;
		}
		#menu li.subhdr span {
			padding: 0 10px;
			font-size:130%;
			background: var(--menu2-color);
			font-weight: bold;
		}
		@media screen and (max-width: 480px) {
			#menu {width:100%}
			#header {background: #fff}
			#header>a {color: var(--menu2-color)!important}
			#menu {padding: 2.5em 1.5em}
			#menu li.submenu a {
				margin:0 0.3em 0 0!important; 
				font-size:0.98em!important;
				text-align:center;
			}
			#menu li.submenu {
				width:32.3%;
				display: inline-block;
				vertical-align: text-top;
			}
			#menu li.submenu a i {
				display: block !important;
				font-size: 2.5em;
				border: 1px solid;
				padding: .3em 0.2em;
				width: 100% !important;
				background: #fff;
				color: #000;
				border-radius: 10%;
			}
		}
/* Banner */

	#banner {
		display: -ms-flexbox;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		padding: 8em 0 6em 0;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-image: url("../../images/nbanner.png");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border-top: 0;
		min-height: 100vh;
		height: 100vh !important;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

		#banner .inner {
			-moz-transform: scale(1.0);
			-webkit-transform: scale(1.0);
			-ms-transform: scale(1.0);
			transform: scale(1.0);
			-moz-transition: opacity .3s ease, -moz-transform .5s ease;
			-webkit-transition: opacity .3s ease, -webkit-transform .5s ease;
			-ms-transition: opacity .3s ease, -ms-transform .5s ease;
			transition: opacity .3s ease, transform .5s ease;
			opacity: 1;
			position: relative;
			z-index: 2;
		}

		#banner h1 {
			font-size: 4em;
			margin-bottom: .25em;
			color: #FFF;
		}

		#banner p {
			color: rgba(255, 255, 255, 0.85);
			font-size: 1.75em;
		}

	@-moz-keyframes more {
		0% {
			bottom: -3em;
		}

		100% {
			bottom: 0;
		}
	}

	@-webkit-keyframes more {
		0% {
			bottom: -3em;
		}

		100% {
			bottom: 0;
		}
	}

	@-ms-keyframes more {
		0% {
			bottom: -3em;
		}

		100% {
			bottom: 0;
		}
	}

	@keyframes more {
		0% {
			bottom: -3em;
		}

		100% {
			bottom: 0;
		}
	}

		#banner:before {
			-moz-transition: opacity 3s ease;
			-webkit-transition: opacity 3s ease;
			-ms-transition: opacity 3s ease;
			transition: opacity 3s ease;
			-moz-transition-delay: .2s;
			-webkit-transition-delay: .2s;
			-ms-transition-delay: .2s;
			transition-delay: .2s;
			content: '';
			display: block;
			background-color: #000;
			height: 100%;
			left: 0;
			opacity: 0.6;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

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

			#banner {
				font-size: .85em;
			}

				#banner br {
					display: none;
				}

		}

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

			#banner {
				min-height: 0;
				padding: 8em 2em 4em 2em;
			}

				#banner .inner {
					width: 100%;
				}

				#banner h1 {
					font-size: 1.75em;
					margin-bottom: 0.5em;
					padding-bottom: 0;
				}

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

				#banner .button {
					width: 100%;
				}

		}

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

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

		}

		body.is-loading #banner .inner {
			-moz-transform: scale(0.99);
			-webkit-transform: scale(0.99);
			-ms-transform: scale(0.99);
			transform: scale(0.99);
			opacity: 0;
		}

		body.is-loading #banner:before {
			opacity: 1;
		}

/* Footer */

	#footer {
		padding: 1em;
		background-color: var(--c-main);
	}

		#footer > .inner {
			margin: 0 auto;
			width: 80em;
		}

		#footer .copyright {
			color: #fefefe;
			font-size: 0.9em;
			margin: 0;
			padding: 0;
			text-align: center;
		}
			
			#footer ul.menu {
				text-align:center;
			}
			#footer ul.menu li {
				padding:0.5em 0 0 0;
			}
			#footer ul.menu li:not(:first-child)::before {
				padding: 0 10px;
				content: '|';
				color: #fefefe;
			}
			#footer ul.menu li a {
				color:#fefefe;
				font-weight:bold;
			}
			#footer ul.menu li a:hover {
				color: #bbbbbb;
			}
			#footer .copyright .icons a {
				border-radius: 100%;
				box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 4px #fff, 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
				display: block;
				font-size: 1em;
				height: 3em;
				line-height: 3em;
				margin: 0 auto 0.7em;
				text-align: center;
				width: 3em;
			}

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

			#footer > .inner {
				width: 65em;
			}

		}

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

			#footer > .inner {
				width: 90%;
			}

		}

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

			#footer {
				padding: 1em;
			}
		}
		@media screen and (max-width: 480px) {
			#footer ul.menu li {
				width: unset;
			}
			#footer ul.menu li:not(:first-child)::before {
				padding:0;
				content: '';
			}
		}
/**********************************/
:lang(he) {direction:rtl}
:lang(en) {direction:ltr}
.heb {direction:rtl;}
.is-hidden {display:none}
.is-relative {position:relative}
.is-button {margin-bottom:1em}
.is-fleft {float:left}
.is-fright {float:right}
.button.is-round{
	border-radius: 100%;
    width: auto;
    padding: 0px 10px 0 10px;
    height: auto;
}
.is-tab a.button {border-radius:0}
.is-tab a.button:disabled,
	.is-tab a.button[disabled],
	.is-tab a.button.disabled {
		background-color:var(--c-alt4);
		opacity: .7
	}
.is-tab a.button:first-child {border-radius: 0 2px 2px 0}
.is-tab a.button:last-child {border-radius: 2px 0 0 2px}

.highlight {color: var(--c-main)!important}
.nowrap {white-space: nowrap}
.emphasized {font-weight:bold}
.emphasized-title {font-weight:bold;font-size:120%}
.error,
	.error b,
	.error a {color: red!important; font-weight:bold}

.warning,
	.warning b {color: #d96c00!important; font-weight:bold}
	
.success {font-size:120%; font-weight:bold}
.important {
	padding: 10px 20px;
    background: #dbb60070;
}
.button .fas, .button .far {
	vertical-align:middle; 
	font-size:125%;
	padding:0 3px
}

button.round .fas,button.round .far,
 .button.round .fas, .button.round .far {
	 padding: 0;
 }		


.popup {
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #e8e8e1;
	width: 99.5%
}
.popup ul.actions:not(.regular) {margin:1em;text-align:center}

.popup > div:first-child:not(.editor):not(.calendar) {
	padding: 5px 10px;
    font-size: 110%;
    text-align: center;
	position: relative;
}
#simple-popup icon,
	.popup icon {
		display:block;
		font-size:150%
	}
	

#simple-popup .scrollable table tbody {
	display: block;
    overflow-y: auto;
}	
#simple-popup .scrollable table thead, 
	#simple-popup .scrollable table tbody tr {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

.input-error:focus {border-color:red!important;outline:none}
#pagecontent1 p, #pagecontent2 p {margin:0}

.is-hover {
	-webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.is-hover:hover {
    -moz-transform: translateY(-4px) scale(1.01);
    -ms-transform: translateY(-4px) scale(1.01);
    -o-transform: translateY(-4px) scale(1.01);
    -webkit-transform: translateY(-4px) scale(1.01);
    transform: translateY(-4px) scale(1.01);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1)
}

.boxcontent heading {
	display:block;
	text-align:center;
	font-weight:bold;
}
.boxcontent text {
	display:block;
}
.boxcontent text p {
	margin:0
}
.boxcontent logo {
	text-align:center;
	display: block;
}
.boxcontent img{
	max-height:200px;
	width:auto;
}
.boxcontent date {
	display:block;
	text-align:center;
}
.boxcontent date:before {
	content:'Date: ';
}
.heb .boxcontent date:before {
	content:'תאריך: ';
}
.wf-box {margin: 10px}
.wf-box logo img {max-width: 100%;}
.wf-column {float: right}

.dvstr-graph {
	min-width:unset;
	background: #fff;
    border: 1px solid #ccc;
}
.dvstr-graph__body {direction:ltr}
.heb .dvstr-graph__label {direction:rtl}
.dvstr-graph__title {font-size:120%}
.box-center {float:none;margin:auto}

#pagepolls .box {
	background: #fefefe;
}
input[type="datetime-local"],
  input[type="time"],
	input[type="date"] {
		border: 1px solid #dbdbdb;
		padding: 5px 0 5px 5px;
		text-align: center;
		border-radius: 2px;
}
body:not(.admin) input[type="datetime-local"],
  body:not(.admin) input[type="time"],
	body:not(.admin) input[type="date"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
}

input:disabled ~ label {cursor:default}
.button:disabled {cursor:wait}
table td.eng {direction:ltr}
table td.heb {direction:rtl}

#pollResults {overflow-x:auto}

table.pollsresults-table tr {
    background: transparent!important;
    border: none;
	border-top: 1px dotted gray;
}
table.pollsresults-table tbody tr:first-child {
	border-top: none;
}
table.pollsresults-table tbody tr:first-child td{
	font-weight:bold;
}
table.pollsresults-table,
table.pollsresults-table td {
	padding:0;
	margin: 0;
}
#apartments table th {
	color: var(--c-main);
	font-size: 1em;
	padding-top: 0.3em
}
/********  Buttons Spinner *********/
.autowait.spiner.spin,
  .is-action.spin {
  padding-left: 2.5em;
  display: block;
  pointer-events:none;	
  position:relative;
}
.autowait.spinner.spin,
  .is-action.spin .spinner {
  left: -.6em;
  top: .6em;
  width: 2.5em;
  display: block;
  position: absolute;
}
.autowait.spinner.spin {
	right: 1em;
	top: 2.6em;
}
/* spinner animation */
@keyframes myspinner {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

/* The actual spinner element is a pseudo-element */
.autowait.spinner.spin::before,
  .is-action.spin .spinner::before {
  content: "";
  width: 1.5em; /* Size of the spinner */
  height: 1.5em; /* Change as desired */
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: solid .35em #e8e8e8; /* Thickness/color of spinner track */
  border-bottom-color: #555; /* Color of variant spinner piece */
  animation: .8s linear infinite myspinner; /* speed of spinner */
  transform: translate(-50%, -50%);
  will-change: transform;
}
/*****************/

@media screen and (max-width: 736px) {
    body:not(.admin):not(.lobby2) table:not(.notfit) thead:not(.nofit) th {
        display: none!important;
    }
	body:not(.admin):not(.lobby2) table:not(.notfit) tbody:not(.nofit) td {
        display: block!important;
		padding: 0.1em 0.75em;
    }
	body:not(.admin):not(.lobby2) table:not(.notfit) tbody:not(.nofit) td:first-child {
		padding-top: 0.75em;
    }
	body:not(.admin):not(.lobby2) table:not(.notfit) tbody:not(.nofit) td:last-child {
		padding-bottom: 0.75em;
    }
    body:not(.admin):not(.lobby2) table:not(.notfit) tbody:not(.nofit) td:empty {
        display: none!important;
    }

    body:not(.admin):not(.lobby2) table:not(.notfit) tbody td[data-th]:before {
        content: attr(data-th);
		font-weight:bold;
    }
	body:not(.admin):not(.lobby2) table.noncolaps tbody td:empty, 
	body:not(.admin):not(.lobby2) table.noncolaps tbody td, 
	body:not(.admin):not(.lobby2) table.noncolaps thead th {
		display:table-cell!important;
	}
	body:not(.admin):not(.lobby2) table.noncolaps tbody td:before {
		content:''!important;
	}
}
@-moz-document url-prefix() { 
	input[type="date"] {padding-right:15px}
}
/****************************************/
.uniform.box>:first-child {padding-top:0}

.admin {
	--c-main: #2a9d8f;
	--c-second: #e9c46a;
	background-color: #f2f2f2;
}

:root {
	--c-button0: #28b779;
	--c-button1: #2255a4;
	--c-button2: #da542e;
	--c-button3: #27a9e3;
	--c-button4: #ffb848;
	
	--c-alt: #264653;
	--c-alt2: #f4a261;
	--c-alt3: #e76f51;
	--c-alt4: #50586B;

	--menu1-color: #2f4b7c;
	--menu2-color: #000;
}

.color-OK {color: var(--c-main)}
.color-done {color: var(--c-alt)}
.color-warning {color: var(--c-alt2)}
.color-error {color: var(--c-alt3)}
.bgnd-OK {background-color: var(--c-main)}
.bgnd-done {background-color: var(--c-alt)}
.bgnd-warning {background-color: var(--c-alt2)}
.bgnd-error {background-color: var(--c-alt3)}

.separator-top {border-top: 1px solid #ccc}

.admin input:disabled,
	.admin input[disabled],
	.admin select:disabled,
	.admin select[disabled] 
	{background: #fff!important}

.admin .box {border-radius:0}

.admin .wrapper > .inner {
	width: calc(100vw - 10%);
}

.admin #menu {background-color: var(--c-alt);text-align:right}
.admin #header {background: var(--c-alt)}
.admin #header > .logo a {color: white}
.admin #header > .logo img {width: 3em}
.admin #footer {background-color: var(--c-alt4)}
.admin #SGtable p {margin:0}

.admin #adminmenu a i {
    background-color: var(--c-alt);
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px auto;
    width: 80px;
	height:80px;
	color: white;
	font-size: 2.5em;
    line-height: 80px;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
	.admin #adminmenu a i {
		width: 70px;
		height: 70px;
		color: white;
		font-size: 2em;
		line-height: 70px;
	}
}
.admin #adminmenu a span {
	font-weight:bold;
}
.admin #adminmenu a:hover i {
	background-color: var(--c-alt2)
}
.admin .table-wrapper {
	background: #fff;
    border: 1px solid #ccc;
	padding: 5px;
}
.admin table.tbody-hidden tbody {
	display: none
}
.admin table tbody td.spanned{
	border-bottom:none;
}
.admin table.small-centered{
	max-width:70em;margin:auto
}
.admin table tr th a {
	position: relative
}
.admin table tfoot tr td {
	border-top: 5px double #444!important;
	font-weight: bold;
}
.admin table td {padding: 0.2em 0.4em;position:relative}
.admin table td.date {white-space: nowrap;}

.admin table td.table-actions {
	vertical-align: middle!important
}
.admin table td.table-actions a.icon {
	background-color: var(--c-button0);
    color: #fff;
    border-radius: 3px;
    margin: 0 3px;
    font-size: 115%;
    min-width: 33px;
    display: inline-block;
    text-align: center
}
.admin table td.table-actions a.icon[disabled],
.admin table td.table-actions a.icon:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.4;
 }			
.admin table td.table-actions a.icon:not(.is-hover):hover {
	background-color: var(--c-second)!important;
}
.admin table td.table-actions a.icon.alt {
	background-color: var(--c-alt)
}
.admin table td.table-actions a.icon.alt:not(.is-hover):hover {
	background-color: var(--c-alt2)
}
.admin table:not(.boxed):not(.tbody-hidden) thead tr:last-child td {
	padding-bottom:1em;
	border-bottom: 1px solid #333;
	vertical-align: top;
}

.admin table thead tr:last-child td input[type="checkbox"]+label {
	position: absolute;
	right: -7px;
    top: -1.6em;
    font-size: .6em;
}
.admin table .select-wrapper select {
	padding: 0 0.1em
}	

.admin table .select-wrapper:before {
	line-height: 4.4em;
    right: -6px;
	left:unset;
}
.admin table.heb .select-wrapper:before {
	right:unset;
	left:-8px;
}
.admin table td:first-child input[type="checkbox"] + label, 
.admin table td:first-child input[type="radio"] + label {
	padding-left:7px;
	margin-top:5px;
}
.admin table td:first-child input[type="checkbox"] + label:before, 
.admin table td:first-child input[type="radio"] + label:before {
	height: 1.4em;
    width: 1.4em;
    line-height: 1.4em;
}
.admin table table {margin:0 -5px 0 0}
.admin table table tr {border:none}
.admin table table tr td {
	display: inline-block;
	white-space: nowrap;
	border:none;
}
.admin table tr td.icon-image img {
	width: 35px;
}
.admin table.boxed tr td.icon-image img{
	max-width: 150px;
	width:100%;
}
.admin table tbody tr:hover {
	background: #fffcdf!important;
}
/*************************************/
.admin .dashboard .box {
	padding: 5px 15px 10px;
	border-radius:0;
	border: 0;
	border-top:  4px solid;
}
.admin .dashboard .boxsmall {
	padding: 5px;
	border-bottom:  4px solid;
	border-right:  4px solid;
}
.admin .dashboard .box:after {
	content: "";
	display: table;
	clear: both;
}
.admin .dashboard .box icon {
	float:left;
	position: relative
}
.admin .dashboard .box icon i{
    position: absolute;
    width: 55px;
    padding: 10px 0;
    font-size: 2em;
    text-align: center;
    color: #fff;
    left: -25px;
    top: -15px;
}
.admin .dashboard .boxsmall icon i {
	left:-15px; top:0;
	border: 2px solid white;
    border-radius: 50%;
}
.admin .dashboard .box title {
	display:block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2.2em;
	text-align:center
}
.admin .dashboard .boxsmall title {
	float: right;
	text-align: right;
	padding: 0 10px;
	font-size: 1.2em;
	line-height: 2.8em;
}
.admin .dashboard .box data {clear:both;display:block}
.admin .dashboard .boxsmall data {clear:inline-end;float:right}
.admin .dashboard .box data dt {font-weight: bold;width: 55%;display: inline-block;vertical-align: baseline;}
.admin .dashboard .box data dd {font-weight: bold;display: inline-block;width: 45%;}
.admin .dashboard .box data dd:not(.pie-chart) {display: inline;}
.admin .dashboard .boxsmall data a {border-bottom: 1px solid;}
.admin .dashboard .boxsmall data dd {
	color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2.8em;
}
.admin .dashboard .box data dt:not(.pie-chart){
	text-align: left;
    padding-left: 10px;
}
.admin .dashboard .box data dt.pie-chart span {
	display:block;
	font-size: 0.9em
}
.admin .dashboard .box data dt.pie-chart span i {
	width:10px;height:10px;
	display:inline-block
}
.admin .dashboard .box data dd.pie-chart {
	height:90px;
}
@media screen and (max-width: 980px) {
	.admin .dashboard .box data dd.pie-chart {
		height:78px
	}
}

.admin #SGlogDates {
	position: absolute;
    top: 34px;
    background: #fff;
    border: 2px solid #ccc;
	box-shadow: 5px 5px 5px #aaaaaa;
    z-index: 100;
    border-radius: 2px;
    padding: 10px;
	 -webkit-transition: opacity .6s, visibility .6s;
	transition: opacity .6s, visibility .6s;
	opacity:0;
	visibility: hidden;
}
.admin #SGlogDates.active{
	opacity:1;
	visibility:visible
}
/*************************************/
.simple-popup-content {padding: 20px!important}
#simple-popup .close{visibility:hidden}
#simple-popup .box:not(.regular) {
	background: #fff;
    margin-right: -1em;
    margin-left: -1em;
    margin-top: -0.5em;
	}
#simple-popup p {margin: 0 0 .5em 0}

.select-icons {
    min-width: 45px;
    font-weight:bold; 
}
/***********************************/
.SGheader {	clear: both;}
.SGheader i {
    width: 45px;
    height: 45px;
    line-height: 42px;
    color: var(--c-alt);
    margin-right: 10px;
    box-shadow: 0 0 10px 5px #26465359;
    border-radius: 50%;
    text-align: center;
}
.heb .SGheader i {
	margin: 0 0 0 10px;
}
.SGformEditor-wrapper {
    background: rgb(255, 255, 255);
    box-shadow: rgb(204, 204, 204) 0px 0px 5px 5px;
	padding: 5px;
}
.SGformEditor .ql-editor {min-height:100px;background:#fff;direction:ltr}
.SGformEditor.darkeditbg .ql-editor {background: #444;}
.heb .ql-editor.ql-blank::before {
	direction:rtl;
	text-align:right
}
.ql-indent-1 {
	margin-left: 2em;
}
.ql-indent-1.ql-direction-rtl.ql-align-right {
    margin-right: 2em;
}
li.ql-indent-1 {
	list-style: circle;
}
.ql-toolbar {background: #e7e7e7;text-align:center;direction:ltr}
.ql-toolbar button,
.ql-toolbar button:hover,
.ql-toolbar button:active 
	{background-color:transparent}

.ql-snow .ql-tooltip input {direction:ltr}
.ql-snow .ql-tooltip a.ql-action::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f044"!important;
	font-weight:600;	
}
.ql-snow .ql-tooltip a.ql-remove::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f127"!important;
	font-weight:600;
	margin-right:60px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f00c"!important;
	font-weight:600;
	margin-right:60px;
}
.ql-align-center {text-align:center}
.ql-size-large {font-size:120%}
.ql-size-small {font-size:80%}
/*****************************/
.text-view {
	direction: ltr;
    text-align: left;
    padding: 10px!important;
    border: 1px solid #ccc;
    background: #fafafa;
}
.heb .text-view {
	direction: rtl;
    text-align: right;
}
#simple-popup .text-view {
	margin: 5px -10px -20px;
}
.text-view p,.text-view ol,.text-view ul
	{margin:0}
.text-view .ql-align-left {text-align:left}
.text-view .ql-align-right {text-align:right}
.text-view .ql-align-center {text-align:center}
.text-view .ql-direction-rtl {direction:rtl}
.text-view .ql-size-large {font-size: 2em}
.text-view .ql-size-small {font-size:.8em}

/***********************************/
.SGformDatepicker {
	width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.075);
    height: 2.75em;
    border: solid 1px #c9c9c9;
    color: #000!important;
    padding: 7px;
}
#SGformFloatingMenu .zoom {
  position: fixed;
  bottom: 10px;
  right: 50px;
  height: 70px;
  z-index:10008
}
@media screen and (max-width: 737px) {
	#SGformFloatingMenu .zoom {right:1px}
}
#SGformFloatingMenu .zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--c-main);
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

#SGformFloatingMenu .zoom-fab:hover {
  background-color: var(--c-second)!important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  color:#fff;
}
#SGformFloatingMenu .zoom-fab.alt {
	background-color: var(--c-alt)
}
#SGformFloatingMenu .zoom-fab.alt:hover {
	background-color: var(--c-alt2)
}
#SGformFloatingMenu .zoom-btn-large {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

#SGformFloatingMenu .zoom-menu {
    position: absolute;
    right: -4px;
    left: auto;
    top: -240px;
    height: 100%;
    list-style: none;
    text-align: right;
	padding:0;
}

#SGformFloatingMenu .zoom-menu li {
  margin-bottom: 8px;
}

#SGformFloatingMenu .scale-transition {transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

#SGformFloatingMenu .scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.5s !important;
}
.SGform.wrapper, #SGform .form.wrapper {padding: 0 1.5em 1.5em 0;background:#fff;margin:auto!important}
.SGform .form-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    background: var(--c-alt2);
    line-height: 1.2em;
    padding: 0.5em 0!important;
}

.SGform input[type=date] {
    position: relative;
    width: 150px; height: 35px;
}


.SGform input[type=date]:before {
	position: absolute;
    top: 3px;
    right: 30px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}
.heb.SGform input[type=date]:before {direction: rtl}

.SGform input[type=date]::-webkit-datetime-edit, 
.SGform input[type=date]::-webkit-inner-spin-button, 
.SGform input[type=date]::-webkit-clear-button {
    display: none;
}

.SGform input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}
.SGuploadImage input[type=file]{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.SGuploadImage input[type=file], 
.SGuploadImage input[type=file]::-webkit-file-upload-button {
    cursor: pointer; 
}
.SGuploadImage {
	margin: 0 auto; text-align:center;
	border: 1px solid #ccc;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.075);
	padding-top: 10px;
}
.SGuploadImage img.imgBigView {max-width: 100%!important}
.SGuploadImage .actions[disabled] {display:none}
.SGuploadImage .actions {margin-top:3em}
.SGuploadResult {margin: 0 auto}
.SGuploadResult img {max-width:100%}
.SGuploadUpload {height:400px!important;width:400px!important;margin: 0 auto;}

#SGformAttachments div>i {
    font-size: 180%;
    vertical-align: middle;
    margin-bottom: 4px;
    color: #131313;
}
#SGformAttachments {
	background: #eee;
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
	text-align:center;
}
#SGformAttachments attachments>div {
    max-width: 150px;
    text-align: center;
    display: inline-block;
    padding: 4px;
	margin-left: 10px;	
}

#SGformAttachments attachments i.doc-icon {font-size:90px;padding:5px}
#SGformAttachments attachments img {max-height:100px; max-width:100%}
#SGformAttachments attachments name {
	display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .8em;
	margin-bottom:1em
}
#SGformAttachments attachments i.doc-icon.fa-file-pdf {color:#e12025}
#SGformAttachments attachments i.doc-icon.fa-file-word {color:#2a5699}
#SGformAttachments attachments i.doc-icon.fa-file-excel {color:#2e7d32}
#SGformAttachments attachments i.doc-icon.fa-file-powerpoint {color:#e94e25 }

/*****************************************************/
.modal {
	background: #dadada9c;
    align-items: center;
    display: none;
    justify-content: center;
    position: fixed;
    z-index: 400;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.modal>div {position:relative}
.modal span {
	display: block;
    position: absolute;
    top: 20%;
    font-size: 2em;
    line-height: 2em;
    font-weight: bold;
    width: 100%;
    text-align: center;
	color: #0f0f0f;
}
.modal.is-active {
  display: flex;
}
/*****************************************************/
.sorted.sorted-down:before {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: -12px;
}
.sorted.sorted-up:before {
	content: "\f106";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: -12px;
}
#paging .select-wrapper select {
	height:2.4em;
	background: #fff;	
}
#paging .select-wrapper:before {
	line-height:3.5em;
	right: -6px;
	left:unset;
}
.heb #paging .select-wrapper:before {
	right:unset; left:-8px;
}
ul#paging {
	cursor: default;
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
	text-align:center;
}
ul#paging li {
	display:inline-block;
	min-width: 30px;
}
@media screen and (max-width: 480px) {
	ul#paging {float:none}
}
/*************/
table.boxed tbody  {
	text-align:center;
}
table.boxed tbody tr {
	display:inline-block;
	padding: 8px;
	border: 2px solid #333;
	border-top-color: var(--c-alt)!important;
	border-top-width:5px;
	margin: 10px;
	vertical-align: top;
	width: 300px;
	background-color: #fff!important;
}
@media screen and (max-width: 736px) {
	table.boxed tbody tr {width: 95%}
}

table.boxed tbody tr td input[type="radio"] + label:before {
	border-radius: 2px
}
table.boxed tbody tr td {
	display: block;
    border: none!important;
}
.heb table.boxed tbody tr td {
	direction:rtl!important;
	text-align:right!important;
}
table.boxed tbody tr td.table-actions {
	background: #ddd;
    text-align: center!important;
}
table.boxed thead,
table.boxed tbody tr td[data-th='#: '],
table.boxed tbody tr td:empty {
     display: none;
}

table.boxed tbody tr td[data-th]:not(:empty):before {
    content: attr(data-th);
	font-weight:bold;
	font-style: italic;
    color: var(--c-main)
}
/*****************************************/
.billboard a {
	text-align: center;
    display: block;
}
.billboard a img {
	width: 55px;
    height: 45px;
    vertical-align: middle;
	border-radius:50%;
	filter: grayscale(100%)
}
.billboard a:hover img,
.billboard a.selected img{filter:unset}

.billboard a span {
	display: block
}
/*****************************************/
.popup .calendar {
	overflow-x:hidden;
}
.popup .calendar .actions {
	text-align: left
}
.popup .calendar .icon-image {
	width: 66px;
    float: right;
    margin-left: 20px;
}
.popup .calendar .icon-image img {width:100%}
/*****************************************/
.tooltip {position: relative}

/* Tooltip styling */
.tooltip:before,
.tooltip:after {
  position: absolute;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}
.tooltip:before,
.tooltip:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* Show the entire tooltip on hover and focus */
.tooltip:hover:before,
.tooltip:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before {
  z-index: 10001;
  border: 8px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after {
    min-width: 125px;
	text-align:center;
}
.tooltip:after {
    z-index: 10001;
    padding: 4px;
    background-color: var(--c-tooltip);
    color: #fff;
    content: attr(tooltip);
    font-size: 15px;
	border-radius: 3px;
	line-height:22px;
	font-weight: 300;
}

/* Directions */

/* Top (default) */
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 80%;
  left: 100%;
}
.tooltip:before,
.tooltip-top:before {
  margin-left: -30px;
  margin-bottom: -15px;
  border-top-color: var(--c-tooltip);
}

/* Horizontally align top/bottom tooltips */
.tooltip:after,
.tooltip-top:after {
  margin-left: -55px;
}
.SGform .tooltip:after,
.SGform .tooltip-top:after {
  margin-left: -90px;
}
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-14px);
  -moz-transform:    translateY(-14px);
  transform:         translateY(-14px);
}
/* Vertically align left/right tooltips */
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after,
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: var(--c-tooltip);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 180%;
}
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: var(--c-tooltip);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 180%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: var(--c-tooltip);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: -4px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -14px;
}
/***********************************/
.table-wrapper tr.spannedrow td {display:none}
.table-wrapper tr.spannedfirst td.spanned-cell {position:relative}
.table-wrapper tr.spannedfirst td.spanned-cell:after {
	content: "";
    display:block;
    border: 7px solid transparent;
    border-top:8px solid gray;
    border-bottom:0 none;
	position:absolute;
    right: 0px;
    top: 5px;
}
.table-wrapper td.arrowup:after {
    border-bottom:8px solid gray!important;
    border-top:0 none!important;	
}
.table-wrapper tr.spannedfirst td.spanned-cell ~ td.spanned-cell:after{
	display:none
}
/***********************************/
table.bidResultsTable {margin:0}
table.bidResultsTable td {padding: 0.3em 0.4em; font-size:12pt}
#bidsubmitform label {color:black;font-weight:bold}
#bidsubmitform label.checkbox_error {color:red;font-weight:bold;}
#bidsubmitform label.checkbox_error:before {border-color:red}
#bidsubmitform  {margin-bottom:0}

.bidItem {text-align:center}
.bidItem.single {padding-top:1em}
.bidItem a {display:block}
.bidItem a.button.small {margin:auto}
.bidItem tt {display:block;line-height:10px}
.bidItem.bidTime tt {line-height:2.35em}
@media screen and (max-width: 736px) {
	.bidItem tt {line-height:inherit}
}
.bidPriorityItem {margin-top:10px}
.bidPriorityItem .button {width:3em;padding:0}
.bidPriorityItem .nonclick.button {cursor:default}
.bidPriorityItem .nonclick.button:hover{background-color: var(--c-main)}
.bidPriorityItem .button.offer {width:45%}
.bidItem span.smallap {
    font-size: 10px;
    border: 1px solid;
    padding: 2px;
    margin: 0;
    line-height: 10px;
    border-radius: 45%;
}
/***********************************/
.BGred {color:#fff;background-color:red!important}
.BGgreen {color:#fff;background-color:green!important}
.BGblue {color:#fff;background-color: rgb(55, 65, 249)!important}
.BGorange {color:#fff;background-color: rgb(214, 141, 5)!important}
.BGbrown {color:#fff;background-color: rgb(164, 47, 47)!important}

.CCred {color:red!important}
.CCgreen {color:green!important}
.CCblue {color: rgb(55, 65, 249)!important}
.CCorange {color: rgb(214, 141, 5)!important}
.CCbrown {color: rgb(164, 47, 47)!important}
/*****************/
@media only screen and (orientation:landscape) {
    .QRcontainer {
        -webkit-transform: translate(-50%,-50%) rotate(90deg)!important;
        -moz-transform: translate(-50%,-50%) rotate(90deg) !important;
        -o-transform: translate(-50%,-50%) rotate(90deg) !important;
        -ms-transform: translate(-50%,-50%) rotate(90deg) !important;
        transform: translate(-50%,-50%) rotate(90deg) !important;
		max-height: 800px!important;
    }   
}
.bottomOverlay {
		z-index: 1000;
		position:fixed;
		bottom:0;
		background:#2f4b7c;
		color:#fafefa;
		width:100%;
		display:none;
		padding: 20px;
	}
	.bottomOverlay img {
		max-width:120px;
		float:left;
		border-radius:15px;
		margin-right:10px;
	}
	.bottomOverlay .iicon {
		float: none;
    	vertical-align: middle;
    	max-width: 30px;
		margin: 0 5px;
	}
#cancelPrompt,#cancelPromptios {
	position: absolute;
	color: white;
	top: -5px;
	right: 8px;
	font-size: 1.7em;
}