@import url("fontawesome/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,700&amp;subset=latin-ext");    
 
:root {
    --primary-color: #2ec4b6;
    --primary-text-color: #333;
    --secondary-text-color: #aaa;
    --white-color: #fff;
    --light-gray-color: #f4f4f4;
    --mid-gray-color: #e9e9e9;
    --dark-gray-color: #1a1a1a;
    --black-color: #000;
    --ok-message-color:  #3bb900;
    --wrong-message-color: #3b3b3b;
    --navy-blue-color: #68B3C8;
    --light-blue-color:  #68B3C8;
    --base-blue-darker-color: #3390fa;
    --base-blue-lighter-color: #18b7e7;
    --error-font-color:  #721c24;
    --error-bg-color:  #f8d7da;    
    --animation-base: ease-in-out;
    --body-bgcolor: #f4f3ef;
	
    --shadow-base: 0 0 1px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .02);
    --icon-user-color: #F3BB45;
	--icon-netmus-color: #006dc8;
    --icon-graduation-color: #7AC29A;
    --icon-teacher-color: #EB5E28;
    --icon-learning-color: #68B3C8;
    --icon-history-color: #F3BB45;
	--shadow-base: 0 0 20px rgba(0, 0, 0, .12);
	--icon-question-color:  #7AC29A;
}


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

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

body {
	line-height: 1;
  position: relative;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

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

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

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

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

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #ffffff;
	}

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

/* Type */

	html {
		font-size: 12pt;
	}

	

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

			html {
				font-size: 11pt;
			}

		}

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

			html {
				font-size: 12pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

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

			html {
				font-size: 10pt;
			}

		}

	body {
	/*	background-color: #f4f3ef; */
        background-color: #fff;
		color: #3b3b3b;
        position: relative;
	}

	body, input, select, textarea {
		/* font-family: "Open Sans", sans-serif; */
    
    font-family: "Roboto", Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.65;
	}

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

		a strong {
			-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;
		}

		a:hover {
			text-decoration: none;
			border-bottom-color: transparent;
			color: #23b1ec !important;
      border-bottom: dotted 1px; 
		}

			a:hover strong {
				color: inherit;
			}

		a.major {
			font-size: 2.25rem;
			font-weight: 200;
			line-height: 1.3;
			margin: 0 0 1.5rem 0;
			letter-spacing: -0.025rem;
		}

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

			a.major {
				font-size: 1.75rem;
				letter-spacing: 0;
			}

		}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		line-height: 1.5;
		margin: 0 0 1rem 0;
	}

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

	h1 {
		font-size: 3.25rem;
		font-weight: 200;
		line-height: 1.3;
		margin: 0 0 3rem 0;
		letter-spacing: -0.05rem;
	}

	h2 {
		font-size: 2.25rem;
		font-weight: 200;
		line-height: 1.3;
		margin: 0 0 1.5rem 0;
		letter-spacing: -0.025rem;
	}

	h3 {
		font-size: 1.35rem;
	}

	h4 {
		font-size: 1.1rem;
		margin: 0 0 0.65rem 0;
	}

	h5 {
		font-size: 0.9rem;
	}

	h6 {
		font-size: 0.7rem;
	}

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

		h1 {
			font-size: 2.25rem;
			letter-spacing: -0.025rem;
		}

			h1 br {
				display: none;
			}

		h2 {
			font-size: 1.5rem;
			letter-spacing: -0.0125rem;
		}

			h2 br {
				display: none;
			}

		h3 {
			font-size: 1.25rem;
		}

	}

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

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

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

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

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

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

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

		hr.major {
			margin: 3rem 0;
		}

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

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

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

	input, select, textarea {
		color: #3b3b3b;
	}

	a {
	/*	color: #3b3b3b; */
    color: #2d98f6;
	}

	strong, b {
		color: #3b3b3b;
	}

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

	blockquote {
		border-left-color: #eeeeee;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-color: #eeeeee;
	}

	hr {
		border-bottom-color: #eeeeee;
	}

/* Box */

	.box {
		border-radius: 0.5rem;
		border: solid 1px;
		margin-bottom: 2rem;
		padding: 1.5rem;
	}

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

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 0.5rem;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.75rem;
		line-height: 2.75rem;
	/*	border-radius: 2.75rem; */
		padding: 0 1.625rem;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		font-size: 0.875rem;
		outline: 0;
	}
   /*
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5rem;
		}

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

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

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1rem;
			height: 3.4375rem;
			line-height: 3.4375rem;
			border-radius: 3.4375rem;
			padding: 0 2rem;
		}

		input[type="submit"].wide,
		input[type="reset"].wide,
		input[type="button"].wide,
		button.wide,
		.button.wide {
			min-width: 12rem;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}
  
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 3px #23b1ec;
		color: #23b1ec !important;
	}
 
 

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(35, 177, 236, 0.1);
		}

			input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				background-color: rgba(35, 177, 236, 0.25);
			}

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

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

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #13a2dd;
			}
     */
/* Form */

	form {
		margin: 0 0 2rem 0;
	}

	label {
		display: block;
		font-size: 0.9rem;
		font-weight: 400;
		margin: 0 0 1rem 0;
	}

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

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

	select {
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75rem;
		padding-right: 2.75rem;
		text-overflow: ellipsis;
	}

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

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

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

	textarea {
		padding: 0.75rem 1rem;
	}



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

	:-moz-placeholder {
		opacity: 1.0;
	}

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

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

	label {
		color: #3b3b3b;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		border-color: #eeeeee;
	}
    /*
		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #23b1ec;
			box-shadow: inset 0 0 0 1px #23b1ec;
		}
   */
	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%239f9f9f' /%3E%3C/svg%3E");
	}

		select option {
			color: #3b3b3b;
			background: #ffffff;
		}


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

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

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

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

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

/* Icon */

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

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

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: block;
			margin: 0 0 1.25rem 0;
		}
 
			.icon.major:before {
				display: inline-block;
				width: 4.5rem;
				height: 4.5rem;
				line-height: 4.5rem;
				border-radius: 4.5rem;
				font-size: 1.75rem;
				text-align: center;
			}

	.icon.major:before {
		box-shadow: inset 0 0 0 3px #23b1ec;
		color: #23b1ec;
	}
 
 #loadhimg {  width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
 
 .projectPhase {
 
    	display: inline-block;
			margin: 0 0 1.25rem 0;
      width: 4.5rem;
				height: 4.5rem;
				line-height: 4.5rem;
				border-radius: 4.5rem;
				font-size: 1.75rem;
        font-weight: bold;
				text-align: center;
        box-shadow: inset 0 0 0 3px #23b1ec;
		color: #80bb2d;
      
 }

ul.projectStep { text-align: left; }

div.projekt { max-width: 990px; margin: 0 auto; padding: 0 3rem 4rem 3rem;  }

.zaklUdaje { border-collapse: unset; margin-left: 2em; width: auto; }
.zaklUdaje td { padding: 0.5em 0; font-weight: bold; }
.zaklUdaje td.zHeader { font-size: 1.2rem; }
.zaklUdaje td.nobold { font-weight: normal; }
.zaklUdaje td.zlab { text-align: right; white-space: nowrap; font-weight: normal; padding-right: 0.5em; color: gray; }

.projektSekce { margin: 2em 0 0 0; padding: 2em 0 0 0; border-top: solid 1px #eeeeee; }
.projektSekce p { padding-left: 2em; }

div.projekt .projektSekce:first-child { border: 0; }




table.kontaktTab {

  margin-left: 1em;
  border-collapse: inherit;
}

table.kontaktTab td {

 padding: 0.75rem 0;
}

table.kontaktTab td.iconCell {

 padding-right: 0.55rem;
}

ul.cislovany { list-style-type: decimal; }

.projektSekce ul {padding-left: 3em; }

.harmonogram { width: auto; border-collapse: unset; }
.harmonogram td.lab { font-weight: bold; font-size: 90%; white-space: nowrap; }

.cb { clear: both; }

.tacrBox { max-width: 850px; margin: 4em auto 2em auto; }
.tacrBox img { max-width: 100px; float: left; margin: 0 3em 0 0; }
.tacrBox p { margin: 0;
        padding: 0.7em 0 0 0;
        color:#5f5f5f;
        font-weight: 400;
        font-size: 110%;
}

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

   .tacrBox p { 
        padding: 0.2em 0 0 0;        
        font-size: 100%;
    }

}

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

   .tacrBox img { max-width: 80px;  margin: 0 2em 0 0; } 
   .tacrBox p { 
        padding: 0;        
        font-size: 90%;
    }

}

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

   .tacrBox { padding: 2em; border: 1px solid rgba(100,100,100,0.2); }
   .tacrBox img { max-width: 120px; float: none; display: block; margin: 0 auto 2em auto; } 
   .tacrBox p { 
             
       text-align:center;
    }

	div.projekt {  padding: 0 0 4rem 0;  }

}




/* Uzivatelsky manual */

.manualSekce { margin: 3em 0 0 0; padding: 3em 0 0 0; border-top: solid 1px #eeeeee; }

.manualSekce p { padding-left: 2em; }

div.projekt .manualSekce:first-child { border: 0; }

.manualSekce img { 
	display: block; 
	margin: 3rem auto;
    width: 100%;
	max-width: 700px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.manualSekce img.wAuto { 	
    width: auto;	
}

.manualSekce ul { margin-left: 3em; }



/* Image */

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

		.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.5rem 1rem 0;
			top: 0.25rem;
			max-width: 35%;
		}

		.image.right {
			float: right;
			margin: 0 0 1rem 1.5rem;
			top: 0.25rem;
			max-width: 35%;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

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

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

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

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

				.image.main {
					margin: 0 0 2rem 0;
				}

			}

	a.image {
		overflow: hidden;
	}

		a.image img {
			-moz-transition: -moz-transform 0.2s ease-in-out;
			-webkit-transition: -webkit-transform 0.2s ease-in-out;
			-ms-transition: -ms-transform 0.2s ease-in-out;
			transition: transform 0.2s ease-in-out;
			width: 100%;
		}

		a.image:hover img {
			-moz-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
		}

/* List */

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

		ol li {
			padding-left: 0.25rem;
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.5rem;
		}

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

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

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

	dl {
		margin: 0 0 2rem 0;
	}

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

		dl dd {
			margin-left: 2rem;
		}

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

/* Actions */

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

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

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

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

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

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

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

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

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

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

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

/* Icons */

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

		ul.icons li {
			display: inline-block;
			padding: 0 1.25rem 0 0;
		}

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

			ul.icons li .icon:before {
				font-size: 1.5rem;
			}

/* Links */

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

		ul.links li {
			text-decoration: none;
			margin-top: 1rem;
			position: relative;
			padding-left: 1rem;
		}

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

			ul.links li:before {
				content: '\f105';
				position: absolute;
				top: 0;
				left: 0;
			}

			ul.links li:first-child {
				margin-top: 0;
			}

/* Section/Article */

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

	header h1 + p {
		font-size: 1.5rem;
		margin: -2rem 0 4rem 0;
	}

	header h2 + p {
		font-size: 1.25rem;
		margin: 0 0 3rem 0;
	}

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

		header h1 + p {
			font-size: 1.25rem;
		}

		header h2 + p {
			font-size: 1rem;
		}

	}

/* Table */

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

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

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

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			font-size: 0.9rem;
			font-weight: 400;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
		}

		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 tbody tr td:first-child {
					border-left-width: 1px;
				}

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

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

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

	table tbody tr {
		border-color: #eeeeee;
	}
  /*
		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.075);
		}
   */
	table th {
		color: #3b3b3b;
	}

	table thead {
		border-bottom-color: #eeeeee;
	}

	table tfoot {
		border-top-color: #eeeeee;
	}

	table.alt tbody tr td {
		border-color: #eeeeee;
	}

/* Spotlight */

	.spotlight {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		margin: 0 0 2rem 0;
	}

		.spotlight > * {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			width: 100%;
		}

		.spotlight > ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.spotlight > ul > li {
				border-top: solid 1px #eeeeee;
				margin: 2rem 0 0 0;
				padding: 2rem 0 0 0;
			}

				.spotlight > ul > li > :last-child {
					margin-bottom: 0;
				}

				.spotlight > ul > li:first-child {
					border-top: 0;
					margin-top: 0;
					padding-top: 0;
				}

			.spotlight > ul:first-child {
				text-align: right;
			}

			.spotlight > ul:last-child {
				text-align: left;
			}

		.spotlight > .image {
			margin: 0 4rem;
		}

			.spotlight > .image img {
				border-radius: 100%;
				width: 100%;
			}

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

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

				.spotlight > ul {
					-moz-order: 2;
					-webkit-order: 2;
					-ms-order: 2;
					order: 2;
					width: calc(50% - 1rem);
				}

					.spotlight > ul:first-child {
						text-align: center;
						margin-right: 1rem;
					}

					.spotlight > ul:last-child {
						text-align: center;
						margin-left: 1rem;
					}

				.spotlight > .image {
					-moz-order: 1;
					-webkit-order: 1;
					-ms-order: 1;
					order: 1;
					margin: 0 0 3rem 0;
					width: 100%;
				}

					.spotlight > .image img {
						width: 18rem;
						margin-left: auto;
						margin-right: auto;
					}

		}

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

			.spotlight > .image {
				margin: 0 0 2rem 0;
			}

				.spotlight > .image img {
					width: 14rem;
				}

		}

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

			.spotlight > ul {
				width: 100%;
			}

				.spotlight > ul > li:first-child {
					border-top: solid 1px #eeeeee;
					margin-top: 2rem;
					padding-top: 2rem;
				}

				.spotlight > ul:first-child {
					margin-right: 0;
				}

					.spotlight > ul:first-child > li:first-child {
						border-top: 0;
						margin-top: 0;
						padding-top: 0;
					}

				.spotlight > ul:last-child {
					margin-left: 0;
				}

		}

/* Posts */

	.posts {
		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-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		margin: 0 0 2rem 0;
	}

		.posts > * {
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
		}

		.posts > * {
			width: 33.3333333333%;
		}

		.posts > * {
			padding: 1.5rem;
			width: calc(33.3333333333% + 1rem);
		}

		.posts > :nth-child(-n + 3) {
			padding-top: 0;
		}

		.posts > :nth-last-child(-n + 3) {
			padding-bottom: 0;
		}

		.posts > :nth-child(3n + 1) {
			padding-left: 0;
		}

		.posts > :nth-child(3n) {
			padding-right: 0;
		}

		.posts > :nth-child(3n + 1),
		.posts > :nth-child(3n) {
			width: calc(33.3333333333% + -0.5rem);
		}

		.posts > div > article {
			background-color: #ffffff;
			margin: 0 0 3rem 0;
		}

			.posts > div > article > .image {
				width: 100%;
			}

				.posts > div > article > .image img {
					width: 100%;
				}

			.posts > div > article > .content {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

			.posts > div > article:last-child {
				margin-bottom: 0;
			}

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

			.posts {
				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-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
			}

				.posts > * {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
				}

				.posts > * {
					width: 33.3333333333%;
				}

				.posts > * {
					padding: 1rem;
					width: calc(33.3333333333% + 0.6666666667rem);
				}

				.posts > :nth-child(-n + 3) {
					padding-top: 0;
				}

				.posts > :nth-last-child(-n + 3) {
					padding-bottom: 0;
				}

				.posts > :nth-child(3n + 1) {
					padding-left: 0;
				}

				.posts > :nth-child(3n) {
					padding-right: 0;
				}

				.posts > :nth-child(3n + 1),
				.posts > :nth-child(3n) {
					width: calc(33.3333333333% + -0.3333333333rem);
				}

				.posts > div > article {
					margin: 0 0 2rem 0;
				}

		}

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

			.posts {
				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-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
				text-align: center;
			}

				.posts > * {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
				}

				.posts > * {
					width: 100%;
				}

				.posts > * {
					padding: 1rem;
					width: calc(100% + 2rem);
				}

				.posts > :nth-child(-n + 1) {
					padding-top: 0;
				}

				.posts > :nth-last-child(-n + 1) {
					padding-bottom: 0;
				}

				.posts > :nth-child(1n + 1) {
					padding-left: 0;
				}

				.posts > :nth-child(1n) {
					padding-right: 0;
				}

				.posts > :nth-child(1n + 1),
				.posts > :nth-child(1n) {
					width: calc(100% + 1rem);
				}

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

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

				.posts > div > article {
					margin: 0 auto 2rem auto;
					max-width: 30rem;
				}

					.posts > div > article:last-child {
						margin-bottom: 2rem;
					}

				.posts > div:last-child > article:last-child {
					margin-bottom: 0;
				}

		}

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

			.posts {
				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-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
			}

				.posts > * {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
				}

				.posts > * {
					width: 100%;
				}

				.posts > * {
					padding: 0.75rem;
					width: calc(100% + 1.5rem);
				}

				.posts > :nth-child(-n + 1) {
					padding-top: 0;
				}

				.posts > :nth-last-child(-n + 1) {
					padding-bottom: 0;
				}

				.posts > :nth-child(1n + 1) {
					padding-left: 0;
				}

				.posts > :nth-child(1n) {
					padding-right: 0;
				}

				.posts > :nth-child(1n + 1),
				.posts > :nth-child(1n) {
					width: calc(100% + 0.75rem);
				}

				.posts > div > article {
					margin: 0 auto 1.5rem auto;
					max-width: 22rem;
				}

					.posts > div > article:last-child {
						margin-bottom: 1.5rem;
					}

				.posts > div:last-child > article:last-child {
					margin-bottom: 0;
				}

		}

/* Header */

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

	body {
	/*	padding-top: 3.25rem; */
	}

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

			body {
				padding-top: 44px;
			}

		}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 3.25rem;
		line-height: 3.25rem;
		background-color: #ffffff;
		box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.125);
		cursor: default;
		z-index: 20000;
	}

  #header.noShadow { box-shadow: unset; }

	#header a {
		display: block;
		height: inherit;
		line-height: inherit;
		border-bottom: 0;
      color: #3b3b3b; 
	}

	#header a.headerIconLink i {
		margin-right: 0.5rem; 
	}

	#header > .logo {
		position: absolute;
		left: 1rem;
	}

	#header > .logo strong {
		font-weight: 700;
	}
    
    #header > .logo img {
		display: inline-block;
       max-height: 25px;
		vertical-align: middle;
		margin-top: 5px;
		margin-right: 1rem;
	}
    
    #header > .logo em {
      color: #3b3b3b;
	  font-weight: 100;
	  text-transform: uppercase;
	  font-style: normal;
	  font-size: 0.9rem;	
    }


		#header > nav {
			position: absolute;
			right: 0;
		}

			#header > nav > ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}

				#header > nav > ul > li {
					position: relative;
					display: inline-block;
					margin: 0 1.5rem;
					padding: 0;
				}

					#header > nav > ul > li > a {
						overflow: hidden;
					}

						#header > nav > ul > li > a.icon:before {
							float: right;
							margin-left: 0.75rem;
							line-height: inherit;
							color: #acacac;
						}

						#header > nav > ul > li > a.icon:hover:before {
							color: inherit;
						}

					#header > nav > ul > li > ul {
						display: none;
					}

					#header > nav > ul > li.current:after {
						content: '';
						display: block;
						position: absolute;
						bottom: 0;
						left: 0;
						width: 100%;
						height: 3px;
						background-color: #23b1ec;
					}

					#header > nav > ul > li.current > a {
						font-weight: 400;
					}

					#header > nav > ul > li.active > a {
						color: #23b1ec;
					}

			.dropotron {
				background-color: #ffffff;
				border-radius: 0.5rem;
				box-shadow: 0 0.075rem 0.75rem 0 rgba(0, 0, 0, 0.125);
				list-style-type: none;
				margin: -0.5rem 0 0 1px;
				min-width: 10rem;
				padding: 0.5rem 0;
			}

				.dropotron.level-0 {
					margin-top: 1.125rem;
					margin-left: 0;
				}

					.dropotron.level-0:before {
						-moz-transform: rotate(45deg);
						-webkit-transform: rotate(45deg);
						-ms-transform: rotate(45deg);
						transform: rotate(45deg);
						background-color: #ffffff;
						box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.1);
						content: '';
						position: absolute;
						top: -0.375rem;
						right: 2rem;
						width: 0.75rem;
						height: 0.75rem;
					}

				.dropotron li {
					border-top: solid 1px #eeeeee;
					padding: 0;
					position: relative;
				}

					.dropotron li:first-child {
						border-top: none;
					}

					.dropotron li.active > a {
						color: #23b1ec;
					}

				.dropotron a {
					color: #3b3b3b;
					padding: 0.5rem 1rem;
					text-decoration: none !important;
					border: 0;
				}

					.dropotron a:active, .dropotron a:hover, .dropotron a:focus {
						color: #23b1ec;
					}

		#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;
			box-shadow: none;
			background-color: transparent;
			position: absolute;
            z-index: 20000;
		}

			#header.alt > .logo {
				top: 1rem;
				left: 2rem;
			}
          /*  
           #header.reveal.alt > .logo {
				top: 4rem;  			
			}
          */
			#header.alt > nav {
				top: 1rem;
				right: 1rem;
			}

			#header.alt > .navPanelToggle {
				top: 1rem;
				right: 1rem;
			}

		#header > .navPanelToggle {
			-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			text-decoration: none;
			display: none;
			position: absolute;
			top: 0;
			right: 0;
			height: inherit;
			line-height: inherit;
			padding: 0 1rem;
			outline: 0;
		}

		#header > .navPanelToggle i {
			margin-right: 0.5rem
	   }


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

			#header > nav {
				display: none;
			}

			#header > .navPanelToggle {
				display: block;
			}

		}

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

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

				#header > .logo {
					left: 1rem;
				}

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

		}

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

			#header.alt > .logo {
				top: 0;
				left: 1rem;
			}

			#header.alt > .navPanelToggle {
				top: 0;
				right: 0;
			}

		}

/* Banner */

	#banner {
		position: relative;
		cursor: default;
	}

		#banner:after {
			-moz-transition: opacity 3s ease-in-out;
			-webkit-transition: opacity 3s ease-in-out;
			-ms-transition: opacity 3s ease-in-out;
			transition: opacity 3s ease-in-out;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #f7f7f7;
			opacity: 0.8;
		}

		#banner video {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
			position: fixed;
			top: 0;
			left: 0;
			width: 100vw;
			height: 100vh;
			overflow: hidden;
			z-index: -1;
		}
    
    #banner img {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
			position: fixed;
			top: 0;
			left: 0;
			width: 100vw;
			height: 100vh;
			overflow: hidden;
			z-index: -1;
		}
        
        #banner header {
        
          max-width: 1800px;
        }

		#banner header p {
			margin-bottom: 2rem;
		}

		#banner .content {
			padding: 11rem 0 5.5rem 0 ;
			text-align: center;
			position: relative;
			z-index: 1;
		}

			#banner .content.primary {
				-moz-transition: -moz-transform 0.75s ease-out, opacity 1.25s ease;
				-webkit-transition: -webkit-transform 0.75s ease-out, opacity 1.25s ease;
				-ms-transition: -ms-transform 0.75s ease-out, opacity 1.25s ease;
				transition: transform 0.75s ease-out, opacity 1.25s ease;
			}

			#banner .content.secondary {
				padding: 4.5rem 0 2.5rem 0 ;
				background-color: rgba(255, 255, 255, 0.85);
			}

		#banner .features {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
		}

			#banner .features > section {
				padding: 0 2rem;
        width: 33%;
			}
      
    @media screen and (max-width: 600px) {
    
      #banner .features > section {
				
        width: 100%;
			}
    
    }  
       /*
		#header + #banner {
			margin-top: -3.25rem;
		}
         */
		body.is-preload #banner:after {
			opacity: 1;
		}

		body.is-preload #banner .content.primary {
			-moz-transform: translateY(0.5rem);
			-webkit-transform: translateY(0.5rem);
			-ms-transform: translateY(0.5rem);
			transform: translateY(0.5rem);
			opacity: 0;
		}

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

			#banner .content {
				padding: 8.5rem 0 3rem 0 ;
			}

				#banner .content.secondary {
					padding: 3rem 0 1rem 0 ;
				}

		}

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

			#banner .content {
				padding: 11.5rem 0 6rem 0 ;
			}

				#banner .content.secondary {
					padding: 3rem 0 1rem 0 ;
				}

			#banner .features > section {
				padding: 0 1rem;
			}

		}

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

			#banner .content {
				padding: 6.5rem 1.5rem 1rem 1.5rem ;
			}

				#banner .content.secondary {
					padding: 2.25rem 0 0.25rem 0 ;
				}

			#banner .features > section {
				padding: 0 0.5rem;
			}

		}

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

			#banner .content {
				padding: 9.5rem 1.5rem 4rem 1.5rem ;
			}

				#banner .content.secondary {
					padding: 3rem 0 1rem 0 ;
				}

			#banner .features {
				display: block;
			}

				#banner .features > section {
					border-top: solid 1px #eeeeee;
					margin: 2rem 0 0 0;
					padding: 2rem 1rem 0 1rem;
				}

					#banner .features > section:first-child {
						border-top: 0;
						margin-top: 0;
						padding-top: 0;
					}

		}

/* Wrapper */

	.inner {
		margin: 0 auto;
		width: 68rem;
		max-width: calc(100% - 6rem);
	}

	@-moz-keyframes tab-title {
		0% {
			-moz-transform: translateY(0.325rem);
			-webkit-transform: translateY(0.325rem);
			-ms-transform: translateY(0.325rem);
			transform: translateY(0.325rem);
		}

		100% {
			-moz-transform: translateY(1px);
			-webkit-transform: translateY(1px);
			-ms-transform: translateY(1px);
			transform: translateY(1px);
		}
	}

	@-webkit-keyframes tab-title {
		0% {
			-moz-transform: translateY(0.325rem);
			-webkit-transform: translateY(0.325rem);
			-ms-transform: translateY(0.325rem);
			transform: translateY(0.325rem);
		}

		100% {
			-moz-transform: translateY(1px);
			-webkit-transform: translateY(1px);
			-ms-transform: translateY(1px);
			transform: translateY(1px);
		}
	}

	@-ms-keyframes tab-title {
		0% {
			-moz-transform: translateY(0.325rem);
			-webkit-transform: translateY(0.325rem);
			-ms-transform: translateY(0.325rem);
			transform: translateY(0.325rem);
		}

		100% {
			-moz-transform: translateY(1px);
			-webkit-transform: translateY(1px);
			-ms-transform: translateY(1px);
			transform: translateY(1px);
		}
	}

	@keyframes tab-title {
		0% {
			-moz-transform: translateY(0.325rem);
			-webkit-transform: translateY(0.325rem);
			-ms-transform: translateY(0.325rem);
			transform: translateY(0.325rem);
		}

		100% {
			-moz-transform: translateY(1px);
			-webkit-transform: translateY(1px);
			-ms-transform: translateY(1px);
			transform: translateY(1px);
		}
	}

	#wrapper > .main {
		background-color: #ffffff;
    padding-bottom: 2em;
	}
  
  #wrapper > .main.uvod {
	/*	background-color: #f7f7f7; */
        background-color: transparent; 
        z-index: 1000;
        position: relative;
        padding-top: 4em;
	}
  
  #wrapper > .main.adminlogin {
		background-color: transparent;
        padding: 7em 0 4em 0;
        position: relative;
        z-index: 10000;
	}

		#wrapper > .main > header {
			padding: 6rem 0 4rem 0 ;
			text-align: center;
			cursor: default;
		}

			#wrapper > .main > header > * {
				width: 42.5rem;
				max-width: calc(100% - 6rem);
				margin-left: auto;
				margin-right: auto;
			}

			#wrapper > .main > header > :last-child {
				margin-bottom: 2rem;
			}

			#wrapper > .main > header.accent1 {
				background-color: #23b1ec;
				color: rgba(255, 255, 255, 0.75);
			}

				#wrapper > .main > header.accent1 input, #wrapper > .main > header.accent1 select, #wrapper > .main > header.accent1 textarea {
					color: #ffffff;
				}

				#wrapper > .main > header.accent1 a {
					color: #23b1ec;
				}

				#wrapper > .main > header.accent1 strong, #wrapper > .main > header.accent1 b {
					color: #ffffff;
				}

				#wrapper > .main > header.accent1 h1, #wrapper > .main > header.accent1 h2, #wrapper > .main > header.accent1 h3, #wrapper > .main > header.accent1 h4, #wrapper > .main > header.accent1 h5, #wrapper > .main > header.accent1 h6 {
					color: #ffffff;
				}

				#wrapper > .main > header.accent1 blockquote {
					border-left-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent1 code {
					background: rgba(255, 255, 255, 0.075);
					border-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent1 hr {
					border-bottom-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent1 .box {
					border-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent1 input[type="submit"],
				#wrapper > .main > header.accent1 input[type="reset"],
				#wrapper > .main > header.accent1 input[type="button"],
				#wrapper > .main > header.accent1 button,
				#wrapper > .main > header.accent1 .button {
					background-color: transparent;
					box-shadow: inset 0 0 0 3px #ffffff;
					color: #ffffff !important;
				}

					#wrapper > .main > header.accent1 input[type="submit"]:hover,
					#wrapper > .main > header.accent1 input[type="reset"]:hover,
					#wrapper > .main > header.accent1 input[type="button"]:hover,
					#wrapper > .main > header.accent1 button:hover,
					#wrapper > .main > header.accent1 .button:hover {
						background-color: rgba(255, 255, 255, 0.1);
					}

						#wrapper > .main > header.accent1 input[type="submit"]:hover:active,
						#wrapper > .main > header.accent1 input[type="reset"]:hover:active,
						#wrapper > .main > header.accent1 input[type="button"]:hover:active,
						#wrapper > .main > header.accent1 button:hover:active,
						#wrapper > .main > header.accent1 .button:hover:active {
							background-color: rgba(255, 255, 255, 0.25);
						}

					#wrapper > .main > header.accent1 input[type="submit"].primary,
					#wrapper > .main > header.accent1 input[type="reset"].primary,
					#wrapper > .main > header.accent1 input[type="button"].primary,
					#wrapper > .main > header.accent1 button.primary,
					#wrapper > .main > header.accent1 .button.primary {
						background-color: #ffffff;
						box-shadow: none;
						color: #23b1ec !important;
					}

						#wrapper > .main > header.accent1 input[type="submit"].primary:hover,
						#wrapper > .main > header.accent1 input[type="reset"].primary:hover,
						#wrapper > .main > header.accent1 input[type="button"].primary:hover,
						#wrapper > .main > header.accent1 button.primary:hover,
						#wrapper > .main > header.accent1 .button.primary:hover {
							background-color: rgba(255, 255, 255, 0.9);
						}

						#wrapper > .main > header.accent1 input[type="submit"].primary:active,
						#wrapper > .main > header.accent1 input[type="reset"].primary:active,
						#wrapper > .main > header.accent1 input[type="button"].primary:active,
						#wrapper > .main > header.accent1 button.primary:active,
						#wrapper > .main > header.accent1 .button.primary:active {
							background-color: rgba(255, 255, 255, 0.75);
						}

				#wrapper > .main > header.accent1 label {
					color: #ffffff;
				}

				#wrapper > .main > header.accent1 input[type="text"],
				#wrapper > .main > header.accent1 input[type="password"],
				#wrapper > .main > header.accent1 input[type="email"],
				#wrapper > .main > header.accent1 select,
				#wrapper > .main > header.accent1 textarea {
					border-color: rgba(255, 255, 255, 0.25);
				}

					#wrapper > .main > header.accent1 input[type="text"]:focus,
					#wrapper > .main > header.accent1 input[type="password"]:focus,
					#wrapper > .main > header.accent1 input[type="email"]:focus,
					#wrapper > .main > header.accent1 select:focus,
					#wrapper > .main > header.accent1 textarea:focus {
						border-color: #ffffff;
						box-shadow: inset 0 0 0 1px #ffffff;
					}

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

					#wrapper > .main > header.accent1 select option {
						color: #ffffff;
						background: #23b1ec;
					}

				#wrapper > .main > header.accent1 input[type="checkbox"] + label,
				#wrapper > .main > header.accent1 input[type="radio"] + label {
					color: rgba(255, 255, 255, 0.75);
				}

					#wrapper > .main > header.accent1 input[type="checkbox"] + label:before,
					#wrapper > .main > header.accent1 input[type="radio"] + label:before {
						border-color: rgba(255, 255, 255, 0.25);
					}

				#wrapper > .main > header.accent1 input[type="checkbox"]:checked + label:before,
				#wrapper > .main > header.accent1 input[type="radio"]:checked + label:before {
					background-color: #ffffff;
					border-color: #ffffff;
					color: #23b1ec;
				}

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

				#wrapper > .main > header.accent1 ::-webkit-input-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent1 :-moz-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent1 ::-moz-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent1 :-ms-input-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent1 .formerize-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent1 .icon.major:before {
					box-shadow: inset 0 0 0 3px #ffffff;
					color: #ffffff;
				}

				#wrapper > .main > header.accent1 ul.alt li {
					border-top-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent1 table tbody tr {
					border-color: rgba(255, 255, 255, 0.25);
				}

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

				#wrapper > .main > header.accent1 table th {
					color: #ffffff;
				}

				#wrapper > .main > header.accent1 table thead {
					border-bottom-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent1 table tfoot {
					border-top-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent1 table.alt tbody tr td {
					border-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent1 + .inner {
					padding-top: 6rem;
				}

				#wrapper > .main > header.accent1 + .tabs > .titles {
					background-color: #23b1ec;
				}

					#wrapper > .main > header.accent1 + .tabs > .titles:before {
						background-color: #23b1ec;
					}

					#wrapper > .main > header.accent1 + .tabs > .titles > .title {
						color: #ffffff;
					}

						#wrapper > .main > header.accent1 + .tabs > .titles > .title.active {
							color: #23b1ec;
							background-color: #ffffff;
							box-shadow: none;
						}

			#wrapper > .main > header.accent2 {
				background-color: #80bb2d;
				color: rgba(255, 255, 255, 0.75);
			}

				#wrapper > .main > header.accent2 input, #wrapper > .main > header.accent2 select, #wrapper > .main > header.accent2 textarea {
					color: #ffffff;
				}

				#wrapper > .main > header.accent2 a {
					color: #23b1ec;
				}

				#wrapper > .main > header.accent2 strong, #wrapper > .main > header.accent2 b {
					color: #ffffff;
				}

				#wrapper > .main > header.accent2 h1, #wrapper > .main > header.accent2 h2, #wrapper > .main > header.accent2 h3, #wrapper > .main > header.accent2 h4, #wrapper > .main > header.accent2 h5, #wrapper > .main > header.accent2 h6 {
					color: #ffffff;
				}

				#wrapper > .main > header.accent2 blockquote {
					border-left-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent2 code {
					background: rgba(255, 255, 255, 0.075);
					border-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent2 hr {
					border-bottom-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent2 .box {
					border-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent2 input[type="submit"],
				#wrapper > .main > header.accent2 input[type="reset"],
				#wrapper > .main > header.accent2 input[type="button"],
				#wrapper > .main > header.accent2 button,
				#wrapper > .main > header.accent2 .button {
					background-color: transparent;
					box-shadow: inset 0 0 0 3px #ffffff;
					color: #ffffff !important;
				}

					#wrapper > .main > header.accent2 input[type="submit"]:hover,
					#wrapper > .main > header.accent2 input[type="reset"]:hover,
					#wrapper > .main > header.accent2 input[type="button"]:hover,
					#wrapper > .main > header.accent2 button:hover,
					#wrapper > .main > header.accent2 .button:hover {
						background-color: rgba(255, 255, 255, 0.1);
					}

						#wrapper > .main > header.accent2 input[type="submit"]:hover:active,
						#wrapper > .main > header.accent2 input[type="reset"]:hover:active,
						#wrapper > .main > header.accent2 input[type="button"]:hover:active,
						#wrapper > .main > header.accent2 button:hover:active,
						#wrapper > .main > header.accent2 .button:hover:active {
							background-color: rgba(255, 255, 255, 0.25);
						}

					#wrapper > .main > header.accent2 input[type="submit"].primary,
					#wrapper > .main > header.accent2 input[type="reset"].primary,
					#wrapper > .main > header.accent2 input[type="button"].primary,
					#wrapper > .main > header.accent2 button.primary,
					#wrapper > .main > header.accent2 .button.primary {
						background-color: #ffffff;
						box-shadow: none;
						color: #80bb2d !important;
					}

						#wrapper > .main > header.accent2 input[type="submit"].primary:hover,
						#wrapper > .main > header.accent2 input[type="reset"].primary:hover,
						#wrapper > .main > header.accent2 input[type="button"].primary:hover,
						#wrapper > .main > header.accent2 button.primary:hover,
						#wrapper > .main > header.accent2 .button.primary:hover {
							background-color: rgba(255, 255, 255, 0.9);
						}

						#wrapper > .main > header.accent2 input[type="submit"].primary:active,
						#wrapper > .main > header.accent2 input[type="reset"].primary:active,
						#wrapper > .main > header.accent2 input[type="button"].primary:active,
						#wrapper > .main > header.accent2 button.primary:active,
						#wrapper > .main > header.accent2 .button.primary:active {
							background-color: rgba(255, 255, 255, 0.75);
						}

				#wrapper > .main > header.accent2 label {
					color: #ffffff;
				}

				#wrapper > .main > header.accent2 input[type="text"],
				#wrapper > .main > header.accent2 input[type="password"],
				#wrapper > .main > header.accent2 input[type="email"],
				#wrapper > .main > header.accent2 select,
				#wrapper > .main > header.accent2 textarea {
					border-color: rgba(255, 255, 255, 0.25);
				}

					#wrapper > .main > header.accent2 input[type="text"]:focus,
					#wrapper > .main > header.accent2 input[type="password"]:focus,
					#wrapper > .main > header.accent2 input[type="email"]:focus,
					#wrapper > .main > header.accent2 select:focus,
					#wrapper > .main > header.accent2 textarea:focus {
						border-color: #ffffff;
						box-shadow: inset 0 0 0 1px #ffffff;
					}

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

					#wrapper > .main > header.accent2 select option {
						color: #ffffff;
						background: #80bb2d;
					}

				#wrapper > .main > header.accent2 input[type="checkbox"] + label,
				#wrapper > .main > header.accent2 input[type="radio"] + label {
					color: rgba(255, 255, 255, 0.75);
				}

					#wrapper > .main > header.accent2 input[type="checkbox"] + label:before,
					#wrapper > .main > header.accent2 input[type="radio"] + label:before {
						border-color: rgba(255, 255, 255, 0.25);
					}

				#wrapper > .main > header.accent2 input[type="checkbox"]:checked + label:before,
				#wrapper > .main > header.accent2 input[type="radio"]:checked + label:before {
					background-color: #ffffff;
					border-color: #ffffff;
					color: #80bb2d;
				}

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

				#wrapper > .main > header.accent2 ::-webkit-input-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent2 :-moz-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent2 ::-moz-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent2 :-ms-input-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent2 .formerize-placeholder {
					color: rgba(255, 255, 255, 0.5) !important;
				}

				#wrapper > .main > header.accent2 .icon.major:before {
					box-shadow: inset 0 0 0 3px #ffffff;
					color: #ffffff;
				}

				#wrapper > .main > header.accent2 ul.alt li {
					border-top-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent2 table tbody tr {
					border-color: rgba(255, 255, 255, 0.25);
				}

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

				#wrapper > .main > header.accent2 table th {
					color: #ffffff;
				}

				#wrapper > .main > header.accent2 table thead {
					border-bottom-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent2 table tfoot {
					border-top-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent2 table.alt tbody tr td {
					border-color: rgba(255, 255, 255, 0.25);
				}

				#wrapper > .main > header.accent2 + .inner {
					padding-top: 6rem;
				}

				#wrapper > .main > header.accent2 + .tabs > .titles:before {
					background-color: #80bb2d;
				}

				#wrapper > .main > header.accent2 + .tabs > .titles > .title {
					color: #ffffff;
				}

					#wrapper > .main > header.accent2 + .tabs > .titles > .title.active {
						color: #80bb2d;
						background-color: #ffffff;
						box-shadow: none;
					}

		#wrapper > .main > .inner {
			padding: 0rem 0 4rem 0 ;
		}

			#wrapper > .main > .inner > .image.main:last-child {
				margin-bottom: -4rem;
			}

			#wrapper > .main > .inner > .content {
				padding: 3rem 3rem 1rem 3rem ;
				background-color: #ffffff;
			}

				#wrapper > .main > .inner > .content > .image.main:first-child {
					margin-top: -3rem;
					margin-left: -3rem;
					width: calc(100% + 6rem);
				}

			#wrapper > .main > .inner.alt {
				padding: 5rem 0 3rem 0 !important;
			}

		#wrapper > .main > .tabs {
			width: 68rem;
			margin: -1.95rem auto 0 auto;
			max-width: calc(100% - 6rem);
		}

			#wrapper > .main > .tabs > .titles {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-user-select: none;
				-webkit-user-select: none;
				-ms-user-select: none;
				user-select: none;
				list-style: none;
				padding: 0;
				margin: 0;
			}

				#wrapper > .main > .tabs > .titles:before {
					content: '';
					display: block;
					left: 0;
					width: 100%;
					height: 5.5rem;
					position: absolute;
					z-index: 0;
				}

				#wrapper > .main > .tabs > .titles > .title {
					-moz-transition-property: color, background-color, box-shadow;
					-webkit-transition-property: color, background-color, box-shadow;
					-ms-transition-property: color, background-color, box-shadow;
					transition-property: color, background-color, box-shadow;
					-moz-transition-duration: 0.2s;
					-webkit-transition-duration: 0.2s;
					-ms-transition-duration: 0.2s;
					transition-duration: 0.2s;
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 0;
					width: 100%;
					text-align: center;
					height: 5.5rem;
					line-height: 5.5rem;
					font-weight: 400;
					font-size: 1.35rem;
					position: relative;
					z-index: 1;
				}

					#wrapper > .main > .tabs > .titles > .title.active {
						box-shadow: 0 3px 0 0 #23b1ec;
						-moz-animation: tab-title 0.5s ease forwards;
						-webkit-animation: tab-title 0.5s ease forwards;
						-ms-animation: tab-title 0.5s ease forwards;
						animation: tab-title 0.5s ease forwards;
					}

			#wrapper > .main > .tabs > .panels > .panel {
				padding: 6rem 0 4rem 0 ;
				-moz-transition: opacity 0.2s ease-in-out;
				-webkit-transition: opacity 0.2s ease-in-out;
				-ms-transition: opacity 0.2s ease-in-out;
				transition: opacity 0.2s ease-in-out;
				opacity: 0;
			}

				#wrapper > .main > .tabs > .panels > .panel.active {
					opacity: 1;
				}

		#wrapper > .main.accent1 {
			background-color: #23b1ec;
			color: rgba(255, 255, 255, 0.75);
		}

			#wrapper > .main.accent1 input, #wrapper > .main.accent1 select, #wrapper > .main.accent1 textarea {
				color: #ffffff;
			}

			#wrapper > .main.accent1 a {
				color: #23b1ec;
			}

			#wrapper > .main.accent1 strong, #wrapper > .main.accent1 b {
				color: #ffffff;
			}

			#wrapper > .main.accent1 h1, #wrapper > .main.accent1 h2, #wrapper > .main.accent1 h3, #wrapper > .main.accent1 h4, #wrapper > .main.accent1 h5, #wrapper > .main.accent1 h6 {
				color: #ffffff;
			}

			#wrapper > .main.accent1 blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent1 code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent1 hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent1 .box {
				border-color: rgba(255, 255, 255, 0.25);
			}

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

				#wrapper > .main.accent1 input[type="submit"]:hover,
				#wrapper > .main.accent1 input[type="reset"]:hover,
				#wrapper > .main.accent1 input[type="button"]:hover,
				#wrapper > .main.accent1 button:hover,
				#wrapper > .main.accent1 .button:hover {
					background-color: rgba(255, 255, 255, 0.1);
				}

					#wrapper > .main.accent1 input[type="submit"]:hover:active,
					#wrapper > .main.accent1 input[type="reset"]:hover:active,
					#wrapper > .main.accent1 input[type="button"]:hover:active,
					#wrapper > .main.accent1 button:hover:active,
					#wrapper > .main.accent1 .button:hover:active {
						background-color: rgba(255, 255, 255, 0.25);
					}

				#wrapper > .main.accent1 input[type="submit"].primary,
				#wrapper > .main.accent1 input[type="reset"].primary,
				#wrapper > .main.accent1 input[type="button"].primary,
				#wrapper > .main.accent1 button.primary,
				#wrapper > .main.accent1 .button.primary {
					background-color: #ffffff;
					box-shadow: none;
					color: #23b1ec !important;
				}

					#wrapper > .main.accent1 input[type="submit"].primary:hover,
					#wrapper > .main.accent1 input[type="reset"].primary:hover,
					#wrapper > .main.accent1 input[type="button"].primary:hover,
					#wrapper > .main.accent1 button.primary:hover,
					#wrapper > .main.accent1 .button.primary:hover {
						background-color: rgba(255, 255, 255, 0.9);
					}

					#wrapper > .main.accent1 input[type="submit"].primary:active,
					#wrapper > .main.accent1 input[type="reset"].primary:active,
					#wrapper > .main.accent1 input[type="button"].primary:active,
					#wrapper > .main.accent1 button.primary:active,
					#wrapper > .main.accent1 .button.primary:active {
						background-color: rgba(255, 255, 255, 0.75);
					}

			#wrapper > .main.accent1 label {
				color: #ffffff;
			}

			#wrapper > .main.accent1 input[type="text"],
			#wrapper > .main.accent1 input[type="password"],
			#wrapper > .main.accent1 input[type="email"],
			#wrapper > .main.accent1 select,
			#wrapper > .main.accent1 textarea {
				border-color: rgba(255, 255, 255, 0.25);
			}

				#wrapper > .main.accent1 input[type="text"]:focus,
				#wrapper > .main.accent1 input[type="password"]:focus,
				#wrapper > .main.accent1 input[type="email"]:focus,
				#wrapper > .main.accent1 select:focus,
				#wrapper > .main.accent1 textarea:focus {
					border-color: #ffffff;
					box-shadow: inset 0 0 0 1px #ffffff;
				}

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

				#wrapper > .main.accent1 select option {
					color: #ffffff;
					background: #23b1ec;
				}

			#wrapper > .main.accent1 input[type="checkbox"] + label,
			#wrapper > .main.accent1 input[type="radio"] + label {
				color: rgba(255, 255, 255, 0.75);
			}

				#wrapper > .main.accent1 input[type="checkbox"] + label:before,
				#wrapper > .main.accent1 input[type="radio"] + label:before {
					border-color: rgba(255, 255, 255, 0.25);
				}

			#wrapper > .main.accent1 input[type="checkbox"]:checked + label:before,
			#wrapper > .main.accent1 input[type="radio"]:checked + label:before {
				background-color: #ffffff;
				border-color: #ffffff;
				color: #23b1ec;
			}

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

			#wrapper > .main.accent1 ::-webkit-input-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent1 :-moz-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent1 ::-moz-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent1 :-ms-input-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent1 .formerize-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent1 .icon.major:before {
				box-shadow: inset 0 0 0 3px #ffffff;
				color: #ffffff;
			}

			#wrapper > .main.accent1 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent1 table tbody tr {
				border-color: rgba(255, 255, 255, 0.25);
			}

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

			#wrapper > .main.accent1 table th {
				color: #ffffff;
			}

			#wrapper > .main.accent1 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent1 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

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

			#wrapper > .main.accent1 > .tabs > .titles > .title.active {
				box-shadow: 0 3px 0 0 #ffffff;
			}

		#wrapper > .main.accent2 {
			background-color: #80bb2d;
			color: rgba(255, 255, 255, 0.75);
		}

			#wrapper > .main.accent2 input, #wrapper > .main.accent2 select, #wrapper > .main.accent2 textarea {
				color: #ffffff;
			}

			#wrapper > .main.accent2 a {
				color: #23b1ec;
			}

			#wrapper > .main.accent2 strong, #wrapper > .main.accent2 b {
				color: #ffffff;
			}

			#wrapper > .main.accent2 h1, #wrapper > .main.accent2 h2, #wrapper > .main.accent2 h3, #wrapper > .main.accent2 h4, #wrapper > .main.accent2 h5, #wrapper > .main.accent2 h6 {
				color: #ffffff;
			}

			#wrapper > .main.accent2 blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent2 code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent2 hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent2 .box {
				border-color: rgba(255, 255, 255, 0.25);
			}

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

				#wrapper > .main.accent2 input[type="submit"]:hover,
				#wrapper > .main.accent2 input[type="reset"]:hover,
				#wrapper > .main.accent2 input[type="button"]:hover,
				#wrapper > .main.accent2 button:hover,
				#wrapper > .main.accent2 .button:hover {
					background-color: rgba(255, 255, 255, 0.1);
				}

					#wrapper > .main.accent2 input[type="submit"]:hover:active,
					#wrapper > .main.accent2 input[type="reset"]:hover:active,
					#wrapper > .main.accent2 input[type="button"]:hover:active,
					#wrapper > .main.accent2 button:hover:active,
					#wrapper > .main.accent2 .button:hover:active {
						background-color: rgba(255, 255, 255, 0.25);
					}

				#wrapper > .main.accent2 input[type="submit"].primary,
				#wrapper > .main.accent2 input[type="reset"].primary,
				#wrapper > .main.accent2 input[type="button"].primary,
				#wrapper > .main.accent2 button.primary,
				#wrapper > .main.accent2 .button.primary {
					background-color: #ffffff;
					box-shadow: none;
					color: #80bb2d !important;
				}

					#wrapper > .main.accent2 input[type="submit"].primary:hover,
					#wrapper > .main.accent2 input[type="reset"].primary:hover,
					#wrapper > .main.accent2 input[type="button"].primary:hover,
					#wrapper > .main.accent2 button.primary:hover,
					#wrapper > .main.accent2 .button.primary:hover {
						background-color: rgba(255, 255, 255, 0.9);
					}

					#wrapper > .main.accent2 input[type="submit"].primary:active,
					#wrapper > .main.accent2 input[type="reset"].primary:active,
					#wrapper > .main.accent2 input[type="button"].primary:active,
					#wrapper > .main.accent2 button.primary:active,
					#wrapper > .main.accent2 .button.primary:active {
						background-color: rgba(255, 255, 255, 0.75);
					}

			#wrapper > .main.accent2 label {
				color: #ffffff;
			}

			#wrapper > .main.accent2 input[type="text"],
			#wrapper > .main.accent2 input[type="password"],
			#wrapper > .main.accent2 input[type="email"],
			#wrapper > .main.accent2 select,
			#wrapper > .main.accent2 textarea {
				border-color: rgba(255, 255, 255, 0.25);
			}

				#wrapper > .main.accent2 input[type="text"]:focus,
				#wrapper > .main.accent2 input[type="password"]:focus,
				#wrapper > .main.accent2 input[type="email"]:focus,
				#wrapper > .main.accent2 select:focus,
				#wrapper > .main.accent2 textarea:focus {
					border-color: #ffffff;
					box-shadow: inset 0 0 0 1px #ffffff;
				}

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

				#wrapper > .main.accent2 select option {
					color: #ffffff;
					background: #80bb2d;
				}

			#wrapper > .main.accent2 input[type="checkbox"] + label,
			#wrapper > .main.accent2 input[type="radio"] + label {
				color: rgba(255, 255, 255, 0.75);
			}

				#wrapper > .main.accent2 input[type="checkbox"] + label:before,
				#wrapper > .main.accent2 input[type="radio"] + label:before {
					border-color: rgba(255, 255, 255, 0.25);
				}

			#wrapper > .main.accent2 input[type="checkbox"]:checked + label:before,
			#wrapper > .main.accent2 input[type="radio"]:checked + label:before {
				background-color: #ffffff;
				border-color: #ffffff;
				color: #80bb2d;
			}

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

			#wrapper > .main.accent2 ::-webkit-input-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent2 :-moz-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent2 ::-moz-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent2 :-ms-input-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent2 .formerize-placeholder {
				color: rgba(255, 255, 255, 0.5) !important;
			}

			#wrapper > .main.accent2 .icon.major:before {
				box-shadow: inset 0 0 0 3px #ffffff;
				color: #ffffff;
			}

			#wrapper > .main.accent2 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent2 table tbody tr {
				border-color: rgba(255, 255, 255, 0.25);
			}

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

			#wrapper > .main.accent2 table th {
				color: #ffffff;
			}

			#wrapper > .main.accent2 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			#wrapper > .main.accent2 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

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

			#wrapper > .main.accent2 > .tabs > .titles > .title.active {
				box-shadow: 0 3px 0 0 #ffffff;
			}

		#wrapper > .main.alt {
			background-color: #f7f7f7;      
  
		}

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

		.inner {
			max-width: calc(100% - 4rem);
		}

		#wrapper > .main > header {
			padding: 4rem 0 2rem 0 ;
		}

			#wrapper > .main > header > * {
				max-width: calc(100% - 4rem);
			}

			#wrapper > .main > header.accent1 + .inner {
				padding-top: 4rem;
			}

			#wrapper > .main > header.accent2 + .inner {
				padding-top: 4rem;
			}

			#wrapper > .main > header.alt {
				background-color: #f7f7f7;
			}

		#wrapper > .main > .inner {
			padding: 0rem 0 2rem 0 ;
		}

			#wrapper > .main > .inner > .image.main:last-child {
				margin-bottom: -2rem;
			}

			#wrapper > .main > .inner > .content {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

				#wrapper > .main > .inner > .content > .image.main:first-child {
					margin-top: -2rem;
					margin-left: -2rem;
					width: calc(100% + 4rem);
				}

			#wrapper > .main > .inner.alt {
				padding: 5em 0 2rem 0 !important;
			}

		#wrapper > .main > .tabs {
			margin: -1.3rem auto 0 auto;
			max-width: calc(100% - 4rem);
		}

			#wrapper > .main > .tabs > .panels > .panel {
				padding: 4rem 0 2rem 0 ;
			}

	}

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

		.inner {
			max-width: calc(100% - 4rem);
		}

		#wrapper > .main > header {
			padding: 4rem 0 2rem 0 ;
		}

			#wrapper > .main > header > * {
				max-width: calc(100% - 4rem);
			}

			#wrapper > .main > header.accent1 + .inner {
				padding-top: 4rem;
			}

			#wrapper > .main > header.accent2 + .inner {
				padding-top: 4rem;
			}

			#wrapper > .main > header.alt {
				background-color: #f7f7f7;
			}

		#wrapper > .main > .inner {
			padding: 0rem 0 2rem 0 ;
		}

			#wrapper > .main > .inner > .image.main:last-child {
				margin-bottom: -2rem;
			}

			#wrapper > .main > .inner > .content {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

				#wrapper > .main > .inner > .content > .image.main:first-child {
					margin-top: -2rem;
					margin-left: -2rem;
					width: calc(100% + 4rem);
				}

			#wrapper > .main > .inner.alt {
				padding: 2rem 0 !important;
			}

		#wrapper > .main > .tabs {
			margin: -1.3rem auto 0 auto;
			max-width: calc(100% - 4rem);
		}

			#wrapper > .main > .tabs > .titles:before {
				height: 4.125rem;
			}

			#wrapper > .main > .tabs > .titles > .title {
				height: 4.125rem;
				line-height: 4.125rem;
				font-size: 1.25rem;
			}

			#wrapper > .main > .tabs > .panels > .panel {
				padding: 4rem 0 2rem 0 ;
			}

	}

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

		.inner {
			max-width: calc(100% - 3rem);
		}

		#wrapper > .main > header {
			padding: 3rem 0 1rem 0 ;
		}

			#wrapper > .main > header > * {
				max-width: calc(100% - 3rem);
			}

			#wrapper > .main > header.accent1 + .inner {
				padding-top: 3rem;
			}

			#wrapper > .main > header.accent2 + .inner {
				padding-top: 3rem;
			}

			#wrapper > .main > header.alt {
				background-color: #f7f7f7;
			}

		#wrapper > .main > .inner {
			padding: 0rem 0 1rem 0 ;
		}

			#wrapper > .main > .inner > .image.main:last-child {
				margin-bottom: -1rem;
			}

			#wrapper > .main > .inner > .content {
				padding: 1.5rem 1.5rem 0.1rem 1.5rem ;
			}

				#wrapper > .main > .inner > .content > .image.main:first-child {
					margin-top: -1.5rem;
					margin-left: -1.5rem;
					width: calc(100% + 3rem);
				}

			#wrapper > .main > .inner.alt {
				padding: 1.5rem 0 !important;
			}

		#wrapper > .main > .tabs {
			margin: -0.9375rem auto 0 auto;
			max-width: calc(100% - 3rem);
		}

			#wrapper > .main > .tabs > .titles:before {
				height: 3.4375rem;
			}

			#wrapper > .main > .tabs > .titles > .title {
				height: 3.4375rem;
				line-height: 3.4375rem;
				font-size: 1rem;
				letter-spacing: 0;
			}

				#wrapper > .main > .tabs > .titles > .title .extra {
					display: none;
				}

			#wrapper > .main > .tabs > .panels > .panel {
				padding: 3rem 0 1rem 0 ;
			}

	}

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

		#wrapper > .main > .tabs > .titles {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
		}

			#wrapper > .main > .tabs > .titles > .title {
				width: auto;
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 0 1.5rem;
			}

	}

/* Footer */

	#footer {
		padding: 6rem 0 4rem 0 ;
		background-color: transparent;
        position: relative;
        z-index: 10000;
	}

		#footer > .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
		}

			#footer > .inner h4 {
				margin: 0 0 1.5rem 0;
			}

			#footer > .inner > * {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 30%;
				margin: 0 1rem;
			}

				#footer > .inner > * > :last-child {
					margin-bottom: 0;
				}

				#footer > .inner > *.narrow {
					width: 15%;
				}

			#footer > .inner > :first-child {
				margin-left: 0;
			}

			#footer > .inner > :last-child {
				margin-right: 0;
			}

		#footer .copyright {
			color: #acacac;
			margin-top: 4.5rem;
			text-align: center;
		}

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

			#footer {
				padding: 4rem 0 2rem 0 ;
			}

				#footer .copyright {
					margin-top: 3rem;
				}

		}

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

			#footer {
				padding: 4rem 0 2rem 0 ;
				text-align: center;
			}

				#footer > .inner {
					-moz-flex-wrap: wrap;
					-webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
					flex-wrap: wrap;
				}

					#footer > .inner ul.links li {
						padding-left: 0;
					}

						#footer > .inner ul.links li:before {
							display: none;
						}

					#footer > .inner > * {
						width: 100%;
						margin: 0 0 3rem 0;
					}

						#footer > .inner > *.narrow {
							width: 50%;
						}

				#footer .copyright {
					margin-top: 3rem;
				}

		}

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

			#footer {
				padding: 3rem 0 1rem 0 ;
			}

				#footer > .inner > * {
					margin: 0 0 2.25rem 0;
				}

				#footer .copyright {
					margin-top: 2.25rem;
				}

		}

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

			#footer > .inner > * {
				border-bottom: solid 1px #eeeeee;
				padding-bottom: 2.25rem;
			}

				#footer > .inner > *.narrow {
					width: 100%;
				}

				#footer > .inner > *:last-child {
					border-bottom: 0;
					padding-bottom: 0;
				}

		}

/* Nav Panel */

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

	#navPanel {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-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: #23b1ec;
		box-shadow: none;
		color: rgba(255, 255, 255, 0.75);
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 20em;
		z-index: 10002;
	}

		#navPanel nav {
			padding: 3em 2em;
		}

		#navPanel .link {
			-moz-transition: color 0.2s;
			-webkit-transition: color 0.2s;
			-ms-transition: color 0.2s;
			transition: color 0.2s;
			border-top: solid 1px rgba(255, 255, 255, 0.25);
			border-bottom: 0;
			color: inherit !important;
			display: block;
			padding: 0.75em 0;
			text-decoration: none;
		}

			#navPanel .link:first-child {
				border-top: 0;
			}

			#navPanel .link.depth-0 {
				color: #ffffff !important;
				font-weight: 400;
			}

			#navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
				color: #ffffff !important;
			}

			#navPanel .link .indent-1 {
				display: inline-block;
				width: 1.25em;
			}

			#navPanel .link .indent-2 {
				display: inline-block;
				width: 2.5em;
			}

		#navPanel .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: rgba(0, 0, 0, 0);
			border: 0;
			color: rgba(255, 255, 255, 0.5);
			cursor: pointer;
			display: block;
			height: 3.25em;
			line-height: 3.25em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}
        
        #navPanel .close i {
        
          font-size: 2.5rem;
        }

		

			#navPanel .close:hover {
				color: #ffffff !important;
			}

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

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

			}
      
     #navPanel i.fa-power-off { margin-right: 8px; } 

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

			#navPanel nav {
				padding: 2.5em 1.75em;
			}

		}

	body.is-navPanel-visible #wrapper {
		pointer-events: none;
		cursor: default;
		opacity: 0.25;
	}

	body.is-navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
    
    
 .contentWrap {  
         padding: 0;          
         margin: 0 auto;  
         height: 100%;
         width: 100%;
         overflow:hidden; 
         position: fixed;
       /*  border: 2px dashed red; */
 } 
  
  
 #loadBgImg {  
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


.intro_bg {   
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;   
    background-size:cover;
    transform:scale(2);
    transition-property: transform;
    transition-duration: 30s;
    transition-timing-function: linear;  
    /* image-rendering: high-quality; */  

}
 
.intro_bg.zout {
  transform:none; 
 
}
  
  
div.notice {
    margin: 0.5em;       
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
  
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #fff inset;
    -webkit-box-shadow: 0 1px 1px #fff inset;
    box-shadow: 0 1px 1px #fff inset;
  
}  
  
.notice.error { 
   border: 1px solid maroon !important;
  color: #000;
  background: pink; 
}

.notice.messageNotice { 
  border-color: #3a6c7e;
  color: rgba(0,0,0,0.8);
    background-color: #e8eef1;    
    padding: 20px 40px;
    font-size: 19px;
    font-weight: 100;
}

.notice.messageNotice.error { 
	border: 1px solid #f5c6cb !important;
	color: rgba(0,0,0,0.8);
	background: #f8d7da;   
}

.notice.messageNotice.nomatch {
	color: #383d41;
	background-color: rgba(226,227,229,0.8);
	border-color: #d6d8db !important;
}

.notice.messageNotice.nomatch.dashboardCard {
	color: #383d41;
	background-color: #fff;
	border: 0;
	margin: 4rem 0;
	padding: 0;
	text-align: center;
}

.notice.smallNotice { 
  margin: 0; 
  padding: 5px 10px;
  font-size: 12px;
  width: auto;
  display: inline-block !important;
 }

 img.emptySet {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 1rem 0 0;
    opacity: 0.3;
    position: relative;
    top: -3px;
	vertical-align: middle;
}



.singleError {  text-align: center; font-size: 120%; margin: 3.0em 0 4.0em 0;  }

.messageOk { color: green; }  
  
.formButtonBox { margin: 30px 0 0 0; }  
  
.button {
    width: auto;
    height: 48px;
    border-radius: 6px;
    line-height: 12px;     
    text-align: center;
    padding: 18px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #1ac3e3;
    background-image: linear-gradient(14deg,#3390fa,#18b7e7);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.05);
  /*  font-family: Campton,sans-serif; */
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.button.activeButton {
   
    background-color: #bae1e8;
    background-image: linear-gradient(14deg,#ddedff,#a9d8e6);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.05);
    color: #07addf;
}


.button.bigger {
    height: 58px;
    border-radius: 8px;
    line-height: 25px;     
    font-size: 20px;
    padding: 15px 30px;
}
  
.button._200px {
    width: 200px;
} 

.button._100pr {
    width: 100%;
}  
  
.button._200px.middle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(14deg,#3390fa,#18b7e7);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.15);
} 

.button i { margin-right: 8px; }
.button:hover { color: #fff !important; border: 0; } 

/* .button:hover i { color: #eee; } */ 


.button.activeButton:hover, .button.activeButton:hover i { color: #07addf !important; }
  
.button.toolButton {
   
    background-color: #dcdddd;
    background-image: linear-gradient(14deg,#ececec,#dcdddd);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.05);
    color: #414141;
    
    
    height: 40px;
  
    line-height: 12px;     
    text-align: center;
    padding: 14px 16px;
    
    margin: 0 0 0 1em;
}  

.button.toolButton:hover {  color: #414141 !important; }
.button.toolButton.editButton:hover i {  color: #1ac3e3 !important; }  
.button.toolButton.deleteButton:hover i {  color: red !important; }  

.button.toolButton.buttonMinified { 

      height: 20px;
      padding: 7px 16px;
      background-color: #fff;
      background-image: unset;
      box-shadow: unset;
      font-size: 0.8rem;
      color: gray;
 }
 
 
.smallToolButton { white-space: nowrap; }  
.smallToolButton i { margin-right: 3px; }
.smallToolButton.edit { margin-right: 1em; }
.smallToolButton.delete { color: gray; }
  
.loadingIcon { display: block; margin: 1em auto; max-width: 100px; }  
.loadingIcon.answerLoading { margin: 3em auto; }
#loginform  .loadingIcon, #resetPasswordForm .loadingIcon {  margin: 5px auto; max-width: 50px; }

#addItemFormBox .loadingIcon,
#testUpravaBox  .loadingIcon {  margin: 5px 0 5px 60px; max-width: 70px; }
  
 
.editSubBox.secondBox {

   margin-top: 2em;
   border-top: 1px solid rgba(0,0,0,0.2);
   padding-top: 2em;
  
} 

.instrukceBox { 
width: 95%; 
padding: 1rem; 
border: 1px solid rgba(0,0,0,0.1);
border-radius: 0.5rem; 
margin: 0 auto 1rem auto;
}

.instrukceBox h2 { 
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 1.0rem 0;
	}

.instrukceBox p { margin-bottom: 1rem; }
.instrukceBox .tools { margin-top: 1rem; }
  

a.toggleBoxHref {
    font-size: 2.25rem;
    font-weight: 200;
    line-height: 1.3;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.025rem;
	color: #3b3b3b;
	border: none;
	display: block;
}

a.toggleBoxHref i {
    font-size: 1.5rem;;
	transition: all 0.3s linear;
	margin-left: 1rem;
	opacity: 0.6;
}

a.toggleBoxHref.boxOpen i {

	-webkit-transform: scaleY(-1);
    transform: scaleY(-1);
	opacity: 0.9;
}
  
/* Testy */

/* #addItemBox { margin-bottom: 4em; } */

.faBox { 
padding: 1.5em 0;  
border-top: 1px solid rgba(155,155,155,0.2);


}  

.faBox:first-child { margin-top: 4em; }

.faBox h2 { 
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 1.0rem 0;
    letter-spacing: unset; 
}

.faBox .regUrl {  

  padding: 10px;
  margin: 0 0 1.0rem 0;
  background-color: #f3f3f3;
  

}

.faBox .regUrl strong { display: block; margin: 0 0 10px 0; }
.faBox .regUrl input[type="text"] { width: 100%; }
.faBox .regUrl .faurlMessage { display: none; padding: 5px 10px; border-radius: 0.3em; background-color: #1fa363; color: #fff; font-size: 11px; }

.faBox p { 
  margin: 0 0 1.0rem 0; 
  padding: 0;
}



.faBox .faBoxInfo { color: gray;  }
.faBox .faBoxInfo i { margin-right: 8px;  }
.faBox .faBoxInfo strong { color: #000;  }
.faBoxInfo .missingItem { color: red; }

#testUpravaBox { 
margin: 0; 
padding: 0 0 1.5em 0; 
/* border-bottom: 1px solid rgba(155,155,155,0.2); */ 
}
#testUpravaBox h2 { font-weight: 700; display: inline; margin-right: 1em; }

#testPublishBox {
	padding: 1.5rem 0 0 0; 
	padding: 0 0 1.5rem 0; 
	position: relative;
}

#testPublishBox i { margin-right: 0.5rem; }

#testPublishBox span {	
	position: absolute;
	top: -20px;
	left: 0;
	font-size: 0.8rem;
}

#testPublishBox.published { color: var(--ok-message-color); }
#testPublishBox.ban { color: red; }

#testPublishBox span i { margin-right: 0.5rem; }

#testPublishBox span.ok { color: var(--ok-message-color); }
#testPublishBox span.error { color: red; }

#testPublishBox a { margin-left: 1rem; font-size: 0.9rem; }

#testPublishBox img { margin-left: 1rem; }

#testUpravaBox a, #testPublishBox a { text-transform: uppercase; }

.lastEditInfo {
	font-size: 0.8rem;
	color: gray;
}

.lastEditInfo i { margin-right: 0.5rem; }


ul#uniPrehled { list-style-type: decimal; }
ul#uniPrehled li {
    padding: 1.0em 0;  
    border-top: 1px solid rgba(155,155,155,0.2);
    font-size: 1.55rem;
}
ul#uniPrehled li:first-child { border-top:0; }

ul#uniPrehled li.okBox { padding-left: 2em; color: green; }

ul#uniPrehled h2 { 
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 0.7rem 0;
    letter-spacing: unset; 
    display: inline; 
}

ul#uniPrehled .faBoxInfo { color: gray; font-size: 80%; }

ul#uniPrehled .smallToolButton { font-size: 1.0rem; }

ul#uniPrehled p { padding: 5px 0; margin: 0 0 0.5rem 0; }
ul#uniPrehled p.typInfo { font-size: 0.9rem; color: gray; }
ul#uniPrehled p.typInfo i { margin-right: 0.5em; }

.iconInfo { 
  border: 1px solid #eee;
  padding: 5px 15px 5px 10px;
  border-radius: 1em;
  color: gray;
  font-size: 1.0rem; 
  white-space: nowrap;
 }
 
.iconInfo i.fa-music { margin-right: 0.5em; } 
.iconInfo i.fa-volume-up { margin-left: 0.5em; color: #2d98f6; } 
.iconInfo a { border: none !important; }
.iconInfo i.fa-volume-up:hover { 
	color: #23649c; 
	
	font-size: 1.0rem;
	/* transform: translateX(2px); */
	transform: translateY(2px);
 } 
.iconInfo.missingItem i { color: red; }

ul#uniPrehled  .iconInfo { margin-left: 20px; }

.faBox .faBoxInfo  .iconInfo { color: #404c50; font-size: inherit; }

ul#uniPrehled .tools { margin-top: 10px; }
 
/* Admin */ 

body.admin { background-color: #f7f7f7; }
  
.loginWrap { padding: 2em;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
background-color: #fff;
max-width: 400px;
margin: 3em auto; 
 }
 
.loginWrap h3 { margin: 0 0 30px 0; } 
.loginWrap h3 i { color: #1ac3e3; margin-right: 20px; } 

.loginWrap i.fa-exclamation-triangle { 
color: red; 
display: block;
font-size: 100px;
width: 100px;
height: 100px;
margin: 0 auto 30px auto; 

} 

.loginWrap .regAlert { color: red; text-align: center; }

.loginWrap i.fa-check { 
color: green; 
display: block;
font-size: 100px;
width: 100px;
height: 100px;
margin: 0 auto 10px auto; 

}

.loginWrap i.fa-exclamation-triangle { 
color: red; 
display: block;
font-size: 100px;
width: 100px;
height: 100px;
margin: 0 auto 30px auto; 

} 

.loginWrap .okMessage,
.loginWrap .okInfo,
.loginWrap .okError { text-align: center; }

.loginWrap .okMessage { color: green; font-weight: bold; font-size: 20px; }
.loginWrap .okInfo { color: #000; }
.loginWrap .okError { color: red; }
 
 
.loginWrap  .button i { margin-left: 10px; } 

.loginWrap .smallInfo,
.loginWrap .smallError { font-size: 12px; }
 
.loginWrap .smallInfo { color: gray; }
.loginWrap .smallInfo.centered { text-align: center; }
.loginWrap .smallError { color: red; }

.loginWrap .smallError i.fa-exclamation-triangle {       
font-size: 30px;
width: 30px;
height: 30px;
margin: 0 auto 10px auto; 
} 

.loginWrap .smallInfo i.fa-envelope-open-text {  
color: gray; 
display: block;     
font-size: 30px;
width: 30px;
height: 30px;
margin: 0 auto 10px auto; 
} 
 
.loginWrap input[type="text"], .loginWrap input[type="password"] {
  font-size:  16px; 
  padding:  20px 0px 20px 0; 
  height:  56px; 
  border:  none; 
  border-bottom:  solid 1px rgba(0,0,0,.1); 
  background:  #fff; 
 /* min-width:  280px; */ 
  width:  100%; 
  box-sizing:  border-box; 
  transition:  all .3s linear; 
  color:  #000; 
  font-weight:  400; 
  -webkit-appearance:  none; 
  border-radius: 0; 
}

#skola_nazev { font-size: 0.9rem; }

.loginWrap input[type="text"]:focus, .loginWrap input[type="password"]:focus {
 outline: none; 
 border: 0; 
 border-bottom:  solid 1px rgba(0,0,0,.1);
 border-radius: 0;
 
 box-shadow: unset;
} 

.loginWrap form { margin: 0; } 
.loginWrap input { display: block; margin: 0 0 1em 0;  }
.loginWrap input[type="submit"] { margin: 0 auto; max-width: 200px; }

.loginWrap .floating-label {
  position:  relative; 
  margin-bottom:  10px; 
}


.loginWrap .floating-label label {
    position:  absolute; 
    top: calc(50% - 14px);
    left:  0; 
    opacity:  0; 
    transition:  all .3s ease; 
    color: #00a6eb;
    font-weight: bold;    
}

.loginWrap .floating-label i {
  position:  absolute; 
  right:  0;
  top: calc(50% - 8px);
  margin-top: -2px;
  height: 31px; 
  color: gray;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
}

  
.loginWrap .floating-label input:not(:placeholder-shown)
 {
    padding:  28px 0px 12px 10px; 
}

.loginWrap .floating-label input:not(:placeholder-shown) + label
 {
    transform:  translateY(-10px); 
    opacity:  .7; 
  }
  
.loginWrap .floating-label span { 
  margin-left: 0.5em;
  color: red;
  position:  absolute;
  top: calc(50% - 24px);
  right:  0;
  font-weight: normal;
}  


.loginWrap .floating-label span.error { 
  margin-left: 0; 
  top: -10px;  
  font-size: 11px;
  z-index:10000;
}  


.togglehrefBox { margin: 1em 0 0 0; padding: 0; }
.togglehrefBox a { color: silver; }

.resetPasswordBox { padding: 1em 0 0 0; display: none; }
.resetPasswordBox.displayed { display: block; }

.resetPasswordBox.submitOk { 
  color: green;
  text-align: center;
}

.resetPasswordBox.submitOk i.fa-check {
  color: green;
  display: block;     
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px auto; 
}

.loginWrap ul.actions  { margin: 0; }

#nav li.userHeaderBox { top: -18px; color: #7AC29A; }
/* #nav li.userHeaderBox { color: #7AC29A;} */
#nav li.userHeaderBox i { 
color: #fff; 
background-color: #7AC29A;
padding: 4px 6px 5px 5px; 
border-radius: 50%; 
margin: 0 6px 0 0;
width: 25px;
height: 25px;
}

#nav li.userHeaderSignOutButton  {
   top: -9px;
}

#signOutButtonUser { 
    padding: 0 10px;
    line-height: 40px !important;
    height: 40px !important;
    top: 3px;
    position: relative;
    color: #fff !important;
}
 
#signOutButtonUser i { margin-right: 8px; }


#signOutButton { 
    padding: 0 10px;
    line-height: 40px !important;
    height: 40px !important;
    top: -4px;
    position: relative;
    color: #fff !important;
}
 
#signOutButton i { margin-right: 8px; }

#signOutButton:hover  { color: #fff !important; } 
#signOutButton:hover i  { color: red !important; } 


#breadcrumbNavi { 
margin: 0 0 1.5em 0; 
font-size: 1.2rem; 
}

#breadcrumbNavi i.fa-chevron-right { color: silver; margin: 0 10px; }
#breadcrumbNavi em { color: gray; font-weight: 400; font-style: normal;}

#header #breadcrumbNavi { border: 1px dashed red; }
#header #breadcrumbNavi a { display: inline; }

#breadcrumbNavi.fixed {

position: fixed;
top: 3.25rem;
left: 0;
width: 100%;
height: 2.1rem;
line-height: 2.1rem;
background-color: #ffffff;
box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.125);
cursor: default;
z-index: 10000;

padding: 0 0 0 1rem;
border-top: 1px solid rgba(0, 0, 0, 0.125);

font-size: 1.0rem;
}


/* user */

.userTestBox {

  background-color: #fff;
  /* border: 1px solid #e0e0e0; */
  
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  
  border-radius: 8px;
 /* padding: 1.5em 70px 1.5em 1.5em; */ 
  padding: 0;
  margin: 2em 0 0 0;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  position: relative;
  
  /* background: linear-gradient(120deg, #ddfbfe 0%, #d9e7ff 100%); */
  
/*  background: linear-gradient(14deg, rgba(51,144,250,0.03) 0% , rgba(24,183,231,0.03) 100%); */
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.userTestBox i.boxicon {

  font-size: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #68B3C8;
  opacity: 0.5;
}

.userTestBox h2 { 
font-weight: 300; 
font-size: 2.0rem; 
/* color: #EB5E28; */ 
 color: #3b899f;
 text-shadow: 1px 1px 5px rgba(0,0,0,0.1);
 padding: 0.5em 70px 0.5em 0.5em;
 margin: 0;
}

.userTestBox.absolvovano h2 { color: #519770; }
.userTestBox.absolvovano i.boxicon { color: #7AC29A; }

.userTestBox p {
  padding-left: 0.9em;
  padding-right: 0.9em;
}

.userTestBox .iconInfo { background-color: #fff; }

.userTestBox p.testSpustit { margin: 0; padding: 0 0.9em 0.9em 0.9em; text-align: center; }

.userTestBox .testInstrukce { border: 1px solid #eee; }

.userTestBox p.testDokoncen { font-style: italic; margin: 0; }
.userTestBox p.testDokoncen i { color: green; margin-right: 0.5rem; }

.userItemBox table.testDokoncenTab { 
border-collapse: inherit; 
width: auto; 
background-color: #fff;
border-spacing: 0;
margin-left: 0.9em;
}

.userItemBox .testDokoncenTab td {

  padding: 4px 11px;
  background-color: #fff;
  font-size: 0.8rem;
}

.userItemBox .testDokoncenTab td.tabheader {  font-weight: lighter; }
.userItemBox .testDokoncenTab td.usp { text-align: right; }
   
.userItemBox .testDokoncenTab i.fa-calendar-alt { color: #c7e1ff; margin-right: 8px; }   
   



/* admin uvod */

.adminBox {

  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 1.6em;
  width: calc(33% - 20px);
  margin: 0 0 20px 20px;
  display: inline-grid;
 }
 
.adminBoxesWrap .adminBox:first-child { margin-left: 0; } 

.adminBox h2 { 
font-weight: 700;
font-size: 1.45rem;
line-height: 1.3;
margin: 0 0 1.0rem 0;
letter-spacing: unset;
 }
 
.adminBox .boxSum {

  color: gray;
  font-size: 1.0rem;
  padding: 0;
  margin: 0 0 1em 0;
}

.adminBox .boxSum strong { color: #000; }
 
 
.adminBox ul { 
list-style-type: none; 
margin: 0;
padding: 0;
} 

.adminBox li { 

  padding: 1rem 0;
  border-top: 1px solid rgba(0,0,0,0.1);

 }
 
.adminBox li:first-child { border-top: none; } 

.adminBox ul span { 
 display: block;
 color: silver;
 font-size: 0.9rem; 
} 

 
.adminBox .boxTools { 
  margin: 1rem 0 0 0;
  padding: 0;
  
 }

.adminBox .boxTools a {
  font-weight: bold;
  text-transform:uppercase;

}



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

   .adminBox { width: calc(50% - 20px); }
}


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

 .adminBox {

  padding: 1.8em;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  
 }
}
 
 

.formElementBox { margin: 0 0 2.0em 0; position: relative;  }
.formElementBox h3 { margin: 0; padding: 0; color: #A93400; }
.formElementBox h3 span.formLabelInfo { font-size: 0.65em; color: gray; }
/* .formElementBox input, .formElementBox textarea { font-size: 13.5pt; } */

.formElementBoxLeft { float: left; width: calc(50% - 20px); }
.formElementBoxRight { float: right; width: calc(50% - 20px); }

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

   .formElementBoxLeft, .formElementBoxRight {  float: none; width: 100%; }
   .formElementBoxLeft { margin-bottom: 1em; }
}

.formElementBox select { width: auto; }

.formElementBox input.datumInput { width: auto; }

.formElementBox.submitBox { text-align: center; max-width: unset;}

.txtbold { font-weight: bold; }

.formElementBox .actions { margin-top: 1.0em; }

.formElementBox span.error {   
  color: red; 
  position: absolute; 
  top: 0;
  right:  0;     
  opacity:  1;    
}

.formElementBox table { margin: 1em 0 0 0.8em; border-collapse: unset; width: auto; }
.formElementBox table td { padding: 0.3em 0; vertical-align: top; }
.formElementBox table td.feLab { text-align: right; white-space: nowrap; padding-right: 0.8em; padding-top: 0.5em; }

.formElementBox table td input[type="text"] { width: unset;  display: inline;}

.hiddenBox { display: none; }

.formBoxSingle {

     padding: 1em 0;
    
}

.smallFixNoticeBox {  min-height: 15px; margin: 0.3em 0; }

.formBoxSingle.okBox,
.faBox.okBox,
#testUpravaBox.okBox { 
                       padding: 2em 0; 
                       color: green; 
                       font-size: 24pt;
}

.faBox.okBox {
      padding: 1em 0 1em 1em; 
}

#testUpravaBox.okBox { 
                       padding: 0.9em 0 0.9em 1em; 
}

.formBoxSingle.okBox i,
.faBox.okBox i,
#testUpravaBox.okBox i {
                        font-size: 28pt;
                        margin-right: 20px; 
}

#addItemFormBox input[type="text"],
#testUpravaBox input[type="text"] { 
        display: block; 
        font-size: 24pt; 
        line-height: 24pt; 
        font-weight: bold; 
        border: 0;
        border-bottom: 1px solid silver;
        margin: 0; 
        padding: 0 0 5px 0;
        border-radius: 0;
        box-shadow: unset;
}



/* https://codepen.io/brissmyr/pen/egidw */

.closecss {
     opacity: 0.3;
}

.closecss:hover {
     opacity: 1;
}

.closecss:before, .closecss:after {
     position: absolute;
     left: 15px;
     content: ' ';
     height: 33px;
     width: 4px;
     background-color: #fff;
}

.closecss:before {
     transform: rotate(45deg);
}

.closecss:after {
     transform: rotate(-45deg);
}

/* bootstrap modal body */

.modal-content {
  border: 0;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.92);
-moz-box-shadow:    0px 0px 19px 0px rgba(50, 50, 50, 0.92);
box-shadow:         0px 0px 19px 0px rgba(50, 50, 50, 0.92);
}  
  
.modal-header {
  background-color: var(--base-blue-darker-color);  
  border-top-left-radius: .2rem;
border-top-right-radius: .2rem;
}

.modal-title {
  color: #fff;
}

.modal-title i { margin-right: 10px; }

.modal-header .closecss {
     position: absolute;
     top: 6px;
     right: 5px;
     transition: all 0.2s ease 0s;
     width: 40px;
     height: 40px;
     border: none;
}

.modal-header .closecss:before, .modal-header .closecss:after {         
     left: 15px;          
     height: 43px;
}

button.close { color: #fff; }

  
.lightbox h4 { 
font-size: 1.0rem;
font-weight: 700;
line-height: 1.3;
margin: 0 0 0.2rem 0;
padding: 0 0 0 15px;
letter-spacing: 0;
color: #51737f;
}

.popover { max-width: 376px; }

.popover-body {
  position: relative;
  padding-top: 45px;
   background: linear-gradient(14deg, rgba(51,144,250,0.03) 0% , rgba(24,183,231,0.03) 100%);
}


.popover a { border: none; }

.popover .closeBut {
    width: 36px;
    height: 36px;
    transition: all 0.2s ease 0s;
    position: absolute;
    top: 4px;
    right: 8px;
    cursor: pointer;
    cursor: hand;
}

.popover .closeBut:hover {    
top: 2px;
right: 6px;
width: 40px; 
height: 40px;   

}
 
#answerBody button { outline: none; } 

#answerNaviBox { margin: 0 0 1rem 0; padding: 0 15px; } 

.answerNaviWrap {
position: relative;
display: inline-block;  
}

.answerNaviWrap::after {
  display: block;
  content: '';
  width: calc(100% - 5px);
  height: 1px;
  background: silver;
  position: absolute;
  top: 13px;
  left: 3px;
}
 
ul.answerNavi { 
margin: 0; 
padding: 0; 
list-style-type: none; 
width: 100%; 
display: initial;
position: relative;
z-index: 1000;
} 




ul.answerNavi li { 
                 display: inline; 
                 padding: 0 0 5px 15px;
                 margin: 0;
                
                 
}

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

ul.answerNavi li span {
                 display: inline-block;
                 width: 20px;
                 height: 20px;
                 border-radius: 50%;
                 text-align:center;
                 color: gray;
                 background-color: #fff;
                 border: 1px solid silver;
                 font-size: 12px;
                 font-weight: bold;
                 padding: 0;
} 

ul.answerNavi li.answered span { background-color: #58f158; border-color: #58f158; color: #fff; }

ul.answerNavi li.answered.right span { 
background-color: var(--ok-message-color); 
border-color: var(--ok-message-color); 
}

ul.answerNavi li.answered.notright span { 
background-color: var(--wrong-message-color); 
border-color: var(--wrong-message-color); 
}

ul.answerNavi li.current span { background-color: #ee82ee; border-color: #ee82ee;  color: #fff; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55); }
 
ul#answers { 
list-style-type: none; 
margin: 0 auto; 
padding: 0; 
 display: table;

} 

ul#answers li {

    padding: 0.5rem 1rem;
    border: 1px solid #fff;
    border-radius: 10px;
}

ul#answers.admin { 
margin: 0; 
padding: 0; 
 display: unset;

}


ul#answers li.selectedAnswer,
ul#answers li:hover {
  border-color:  #03a9f4;
  cursor: pointer;
}

ul#answers.admin li,
ul#answers.admin li:hover {

    padding: 0.5rem 0;
    border: 0;
    border-radius: 0;
    cursor: unset;
}


ul#answers .icheck-material-lightblue { line-height: 22px; }

ul#answers.admin { list-style-type: decimal; margin-left: 20px; }

ul#answers.admin .icheck-material-lightblue { display: inline-block; margin: 0 10px 0 0; vertical-align: middle; }

 /* ul#answers label { font-weight: 400; } */ 

 
.lightbox h2 { 

font-weight: 300;
/*background-color: #d6f4ff; */
padding: 5px 15px;

border-color: #c9c9c9;
border-style: solid;
border-width: 0;

}

.lightbox h2.clear { border: 0; background-color: unset; padding: 0 55px 0 15px; }


.lightbox h2 span { display: block; font-size: 14px;margin: 8px 0 0 0; }

.lightbox h2 span strong { font-size: 11px; background-color: #c075c0; color: #fff; padding: 3px 5px; border-radius: 4px; font-weight: normal; }




#testInstrukceBody { padding: 0 15px; }

#answerBody { padding: 0 15px; }

#answerBody i.fa-volume-up { margin-right: 5px; }

#answerBody p.testSpustit {
   margin-top: 1.5rem;
}

#answerBody p.testInstrukce {
   margin-bottom: 0.5rem;
}

#answerBody p.testInstrukce i  { 

margin: 0 7px 0 4px;

}

.lightbox p.instrukce { font-weight: 700; margin: 1rem 0; text-align:center; font-size: 1.3rem;}

#setButton { background-color: #800080; color: #fff; }
 
.sendButtonWrap {   
  height: 93px;
  position: relative;
  padding-top: 20px;
}

.sendButtonWrap  .loadingIcon {
      margin: 0 auto;
      max-width: 60px;
} 
 
#otazkaSendButton { height: 53px; }
 
#lightboxOkWrap { text-align: center; } 

#lightboxOkWrap .answerSavedOkMessage { color: #ee82ee; font-size: 1.5rem; }
#lightboxOkWrap .answerSavedOkMessage i.fa-check { margin-right: 15px; }

#lightboxOkWrap .answerRightWrong  { font-size: 1.5rem; }
#lightboxOkWrap .answerRightWrong i  { margin-right: 15px; }
#lightboxOkWrap .answerRightWrong.wrong { color: #3b3b3b; }
#lightboxOkWrap .answerRightWrong.right { color: var(--ok-message-color);  }

#lightboxOkWrap i.fa-check {  color: var(--ok-message-color); font-size: 5rem; }
#lightboxOkWrap h3 {  color: var(--ok-message-color); }
 
#answerBody h3.testFinished {  color: var(--ok-message-color);  text-align: center; font-size: 1.5rem; margin: 2em 0 1em 0;} 

#answerBody h3.testFinished.singleInfo { margin: 3em 0; }
#answerBody h3.testFinished i { font-size: 2.5rem; margin-right: 20px; } 


table.testFinishedStats {
 
   width: auto;
   margin: 0 auto 2em auto;
   border-collapse: inherit;

}

table.testFinishedStats td { padding: 0.5rem 0; white-space: nowrap; font-weight: bold; }
table.testFinishedStats td.tfLab { text-align: right; color: gray; font-weight: normal; padding-right: 0.5rem; }
table.testFinishedStats span.prctRight { margin-left: 15px; font-weight: bold; color: #ee82ee; }

#lightboxFormWrap { padding: 0 15px; }


.lightbox form { margin: 0; }

.lightbox input[type="text"], 
.lightbox input[type="number"], 
.lightbox textarea {
  font-size:  16px; 
  padding:  10px; 
  height:  46px; 
  border:  none; 
  border-bottom:  solid 1px rgba(205,205,205,.7);  /* rgba(255,255,255,.1) */  
  border-radius: 0;  
  background-color:  #fff;  
 /* min-width:  280px; */ 
  width:  100%; 
  box-sizing:  border-box; 
  /*transition:  all .3s linear;*/ 
  color:  #000; 
  font-weight:  400; 
  -webkit-appearance:  none;     
  box-shadow: none;  
  background-color: #eee; 
}

.lightbox textarea { -moz-appearance: textfield; }

.lightbox select, 
.lightbox textarea {  background-color: #eee;}

.lightbox select { margin: 0 0 1em 0; border: solid 1px rgba(205,205,205,.7); }

.lightbox textarea {  margin: 1em 0; }

.lightbox .button {

  display: block;
  margin: 0 auto 1em auto;
  max-width: 240px;
}

.lightbox .button.bigger { 

  margin: 1em auto 0 auto; 
}

.lightbox progress {
  width: 100%;
  display: none;
}

.lightbox ul {

  list-style-type: decimal;
  margin: 0;

}
.lightbox li { margin: 0 0 0.5em 0; }

.lightbox ul input[type="text"] {
    display: inline;
    width: calc(100% - 140px);
    margin-right: 10px;
    padding: 5px;
    height: unset;
}

.lightbox ul a { border: 0; outline: none; }

.lightbox .notice.smallNotice { 
display: inline-block !important; 
margin: 0; 
padding: 1em 2em;
position: absolute;
top: 20px;
left: calc(50% - 130px);
font-size: 15px;
box-shadow: 0px 0px 17px 2px rgba(0,0,0,0.33);
}

#answers a:hover i { color: red; }

/* waveform buttons */

button i { margin-right: 5px; }

#waveform {  margin: 0 0 8px 0; }

#waveButtonReset { margin-right: 10px; }

#waveButtonReset,
#setButton { visibility: hidden; }


#lightboxOkWrap i.bounce {
    animation: bounce-in .5s;
}




/* admin */


.userItemBox {
	background-color: #fff;     
	padding: 1.5em 4rem 1.5rem 1.5rem;
	margin: 2em 0 0 0;
	position: relative;
  }
  
  
  
  .userItemBox.okBox { 
						 padding: 1em; 
						 color: var(--ok-message-color); 
						 font-size: 24pt;                       
  }         
  
  .userItemBox.okBox i {
						  font-size: 28pt;
						  margin-right: 20px; 
  }
   
  
  .userItemBox.cardIcon { padding-right: 120px; }
  
  .userItemBox.absolvovano {  
	 padding-right: 220px;
  }

  .userItemBox.otazky {
    padding-left: 3.2em;
    padding-top: 1.4em;
    padding-right: 150px;
	min-height: 170px;
}

  .itemBoxCounter { 
		position: absolute; 
		top: -5px; 
		left: -3px; 
		text-align: right;
		background-color: var(--icon-question-color);
		color: #fff;
		box-shadow: var(--shadow-base);
		width: 40px;
		height: 55px;
		padding: 20px 4px 0 5px;
		font-size: 1.2rem;
		border-radius: 5px;
	}
  
  .u-shadow {
	  overflow: hidden;
	  border-radius: 5px;
	  box-shadow: var(--shadow-base);
	  transition: box-shadow .3s var(--animation-base)
  }
  
  .u-shadow:hover {
	  box-shadow: 0 0 20px rgba(0, 0, 0, .12)
  }
  
  .userItemBox .cardIcon {    
	   position: absolute;
	   top: 20px;
	   right: 20px;  
	   font-size: 2.0em;        
  }
  
  .userItemBox.testy .cardIcon {  color: var(--icon-graduation-color); }

  .userItemBox.userTest {
	  padding-right: 80px;
  }
  .userItemBox.userTest .cardIcon {  color: var(--icon-netmus-color); font-size: 2.8rem; }

  .userItemBox.userTest .cardIcon.fa-check {  color: var(--ok-message-color); }

  .userItemBox.otazky .cardIcon {  color: var(--icon-question-color); }
  .userItemBox.skoleni .cardIcon {  color: var(--icon-teacher-color); }
  .userItemBox.elearning .cardIcon {  color: var(--icon-learning-color); }
  
  
  .userItemBox  .iconInfo { margin-left: 10px; font-size: 0.8rem; }

  a.optionsToggleHref i.fa-list {
	margin-right: 0.5rem;
	
}

a.optionsToggleHref i.fa-chevron-down {
	margin-left: 0.5rem;
	transition: all 0.3s linear;
}

a.optionsToggleHref.open i.fa-chevron-down {
	transform: scaleY(-1);
}

.optionsToggleBox {

	display: none;
}
.optionsToggleBox ul {

	list-style-type: decimal;
	margin: 0 0 0 1rem;
}

.optionsToggleBox li {

	font-size: 0.9rem;
}

.optionsToggleBox li i {

	margin-left: 0.5rem;
	color: var(--ok-message-color);
}


  .userItemBox p {
		padding: 5px 0;
		margin: 0 0 1rem 0;
	}

  .userItemBox p.typInfo {
		font-size: 0.9rem;
		color: gray;
	}

	
  
  .userItemBox .sideInfo {
  
	   position: absolute;
	   top: 20px;
	   right: 0;
	   background-color: var(--ok-message-color);
	   color: #fff;
	   padding: 10px;
	   border-top-left-radius: 5px;
	   border-bottom-left-radius: 5px;
	   text-align: center;
	   
  }
  
  .userItemBox .sideInfo i.boxicon {
  
	font-size: 50px;
	display:block;
	margin: 0 20px 0 10px;
	
  }
  
  
  .userItemBox .sideInfo span.datum {
	  font-size: 12px;
	  display: block;
	  margin: 0 0 5px 0;
  }
  
  .userItemBox .sideInfo span.procenta {
	  font-weight: 100;
	  font-size: 40px;
	  line-height: 48px;
  }
  
  .userItemBox .sideInfoLeft { 
	float: left;
  }
  .userItemBox .sideInfoRight { 
	float: right;
  }
   
  
  .userItemBox h2 { font-weight: 700; font-size: 2.0rem; }
  .userItemBox.unpublished h2 { color: gray; }

  .userItemBox.otazky h2 {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 0.6em;
}

  .userItemBox table.itemInfo { border-collapse: inherit; width: auto; margin: 0 0 0 1em; }  
  .userItemBox table.itemInfo td { padding: 0.2rem 0; }  
  .userItemBox table.itemInfo td.addRow { padding-top: 0; }  
  .userItemBox table.itemInfo td.iCell { padding-right: 0.5rem; width: 20px; text-align: center; }  
  .userItemBox.testy  table.itemInfo td.iCell { color: var(--icon-graduation-color); }  
  .userItemBox.skoleni  table.itemInfo td.iCell { color: var(--icon-teacher-color); }  
  .userItemBox.elearning  table.itemInfo td.iCell { color: var(--icon-learning-color);  }  
  .userItemBox table.itemInfo td.lab { font-size: 0.8rem; font-weight: 700;  text-align: right; padding-right: 1.0rem; text-transform: uppercase; color: var(--table-details-label-color); }  
  .userItemBox table.itemInfo td.lab.smPadR { padding-right: 0.5rem; }  
  .userItemBox table.itemInfo td.lab.single { text-align: left; text-transform: unset; }     
  
  
  .userItemBox table.itemInfo i.fa-youtube,
  .userItemBox table.itemInfo i.fa-camera-retro,
  .userItemBox table.itemInfo i.fa-paperclip {  
	margin-right: 3px;
	margin-left: 15px;
	color: var(--table-details-label-color);
  }
  
  .userItemBox table.itemInfo .genIconInfo { 
  font-size: 0.9rem; 
     margin-left: 1.0rem; 
	  color: gray;
	  font-weight: 300;
	  text-transform: unset;
  }
   
  
  .userItemBox table.itemInfo .publishedInfo { font-weight: bold; }
  .userItemBox table.itemInfo .publishedInfo.active { color: #3bb900; font-weight: 700;}
  .userItemBox table.itemInfo .publishedInfo.future { color:#e26c07; }
  .userItemBox table.itemInfo .publishedInfo.unpublished { color:red; font-weight: 300; }
  .userItemBox table.itemInfo td.iCell i.fa-ban { color:red; }  
  
  .userItemBox table.itemInfo span.faBoxPadded { padding-left: 0; }


  .userTestBoxTools { margin: 1.5em 0 0 0; padding-left: 1rem; }
  .userTestBoxTools a { margin-left: 1em; }
  .userTestBoxTools a:first-child { margin-left: 0; }


  /* 
================ Dashboard ========================================= */

h1.dashboard {
	color: #777;
	font-weight: 300;
	font-size: 1.25rem;
	margin: 0 0 1rem 0;
}

h1.dashboard i {
	margin-right: 1rem;
}

h1.dashboard.school {
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: var(--icon-teacher-color);
	font-weight: 400;
	margin: 0 0 1rem 0;
	padding-left: 1rem;
}

.schoolRegInfoBox {

	margin: 0 0 2rem 0;
	padding-left: 4.2rem;

}

.schoolRegInfoBox h3 {
	font-size: 1.05rem;
	font-weight: 100;
	margin: 0 0 0.5rem 0;
		
}


	
	.card {
		border-radius: 6px;
		box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
		background-color: #FFFFFF;
		color: #252422;
		margin-bottom: 30px;
		position: relative;
		z-index: 1;
	}
	
	.card .image {
		width: 100%;
		overflow: hidden;
		height: 260px;
		border-radius: 6px 6px 0 0;
		position: relative;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	
	.card .image img {
		width: 100%;
	}
	
	.card .content {
		padding: 15px 15px 10px 15px;
	  
	}
	
	.card .content h2 {
	
	  font-weight: 200;
	font-size: 1.8rem;
	}
	
	.card .content.itemContent {
			 position: relative;
	}
	
	
	.card .content.itemContent h2 {
	
	  font-weight: 300;
	  padding-right: 80px;
	}
	
	.card .content.itemContent i.itemContentIcon {
	  position: absolute;
	  top: 20px;
	  right: 20px;
	  font-size: 2em;
	min-height: 54px;
	}
	
	.card .content.itemContent i.itemContentIcon.fa-chalkboard-teacher {
	
		   color: var(--icon-teacher-color);
	}



	

.card .content .loadingIcon {

	margin: 4em auto;
  }
  
  .card .header {
	  padding: 20px 20px 0;
  }
  
  .card .description {
	  font-size: 16px;
	  color: #66615b;
  }
  
  .card h6 {
	  font-size: 12px;
	  margin: 0;
  }
  
  .card .category,
  .card label {
	  font-size: 14px;
	  font-weight: 400;
	  color: #9A9A9A;
	  margin-bottom: 0px;
  }
  
  .card .category i,
  .card label i {
	  font-size: 16px;
  }
  
  .card label {
	  font-size: 15px;
	  margin-bottom: 5px;
  }
  
  .card .title {
	  margin: 0;
	  color: #252422;
	  font-weight: 300;
  }
  
  .card .avatar {
	  width: 50px;
	  height: 50px;
	  overflow: hidden;
	  border-radius: 50%;
	  margin-right: 5px;
  }
  
  .card .footer {
	  padding: 0;
	  line-height: 30px;
  }
  
  .card .footer .legend {
	  padding: 5px 0;
  }
  
  .card .footer hr {
	  margin-top: 5px;
	  margin-bottom: 5px;
  }
  
  .card .stats {
	  color: #a9a9a9;
	  font-weight: 300;
  }
  
  .card .stats i {
	  margin-right: 2px;
	  min-width: 15px;
	  display: inline-block;
  }
  
  .card .footer div {
	  display: inline-block;
  }
  
  .card .author {
	  font-size: 12px;
	  font-weight: 600;
	  text-transform: uppercase;
  }
  
  .card .author i {
	  font-size: 14px;
  }
  
  .card.card-separator:after {
	  height: 100%;
	  right: -15px;
	  top: 0;
	  width: 1px;
	  background-color: #DDDDDD;
	  content: "";
	  position: absolute;
  }
  
  .card .ct-chart {
	  margin: 30px 0 30px;
	  height: 245px;
  }
  
  .card .table tbody td:first-child,
  .card .table thead th:first-child {
	  padding-left: 15px;
  }
  
  .card .table tbody td:last-child,
  .card .table thead th:last-child {
	  padding-right: 15px;
  }
  
  .card .table-order tbody tr:first-child {
	border-top: 0;
  }
  
  .card .table-order tbody tr:last-child {
	border-bottom: 0;
  }
  
  .card .alert {
	  border-radius: 4px;
	  position: relative;
  }
  
  .card .alert.alert-with-icon {
	  padding-left: 65px;
  }
  
  .card .icon-big {
	  font-size: 3em;
	  min-height: 64px;
  }
  
  .card .icon-big.uzivatele {
	 color: var(--icon-user-color);
  }

  .card .icon-big.testy {
	color: var(--icon-netmus-color);
}
  
  .card .icon-big.vysledky {
		   color: var(--icon-graduation-color);
  }
  
  .card .icon-big.skoly {
	  color: var(--icon-teacher-color);
  }
  
  .card .icon-big.e-learning {
	  color: var(--icon-learning-color);
  }
  
  .card .icon-big.historie {
	  color: var(--icon-history-color);
  }
  
  .card .numbers {
	  font-size: 2.5em;
	  text-align: right;
	  font-weight: 300;
	  padding-right: 15px;
  }
  
  .card .numbers p {
	  margin: 0;
	  font-size: 0.5em;
	  font-weight: 100;
  }

  .card .numbers .empty { color: gray; }
  .card .numbers .active { color: var(--ok-message-color); }
  .card .numbers .lom { color: silver; }
  
  .card p.legend {
	  margin: 0;
	  font-size: 1.0em;
	  font-weight: 300;
	  text-align: right;
	  color: gray;
  }
  
  .card ul.team-members li {
	  padding: 10px 0px;
  }
  
  .card ul.team-members li:not(:last-child) {
	  border-bottom: 1px solid #F1EAE0;
  }
  
  .card .stats a { 
	font-weight: bold; 
	text-transform: uppercase; 
	border: 0;
  }


  .progressBarWrap {  
	width: 130px;
    height: 130px;
    position: absolute;
    right: 20px;
    top: 20px; 
 }
 
 
 .progressBarWrap.topper { top: 65px; }
 .progressBarWrap.topper2 { top: 75px; }
 
 .progressBarWrap.smaller {   
   width: 80px;
   right: 20px;   
 }
 
 .progressBarWrap h3 { 
   text-align: right;   
	font-size: 1.0em;
	font-weight: 300;
	text-align: right;
	color: gray; 
 }
 
 .progressBarWrap h3 strong {
	font-weight: 700;
	font-size: 1.2em;
	color: #3d9900;
  }
  
 .progressBarWrap h4 { 
   text-align: right;   
 font-size: 0.8em;
 font-weight: 300;  
 color: gray;
 margin-bottom: 0.4rem;
 white-space: nowrap;
 }
 
 .progressBarWrap h4 strong, 
 .progressBarWrap h4 em { 
	font-weight: 700;  
    font-size: 0.9em;
 }
 
 .progressBarWrap h4 em {  color: #000; font-style: normal; }
 
 .progressBarWrap h4 em {  color: #3d9900; }
 
 .progressBarContainer {	 
   width: 130px;
   height: 130px;
   position: relative;
 }
 
 .progressBarContainer.smaller {	 
   width: 80px;
   height: 80px; 
 }

.simpleBut {
	color: rgba(44, 44, 44, 1);
	line-height: 15px;
	background-color: rgba(248, 248, 248, 1);
	border: 1px solid rgba(211, 211, 211, 1);
	border-radius: 4px;
	box-sizing: border-box;
	align-items: center;
	cursor: pointer;
	padding: 8px 12px;
	margin-right: 1rem;
	outline: none;
	font-size: 0.9rem;
	text-transform: uppercase;
	box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 5%);
	transition: all 0.3s linear;
}

.simpleBut i { margin-right: 8px; }

.simpleBut:hover {
	background-color: white;
	border: 1px solid rgba(211, 211, 211, 1);
	color: rgba(44, 44, 44, 1) !important;
} 





.subTitleBox {
    font-size: 1.5rem;
	line-height: 1.5rem;
	color: var(--icon-teacher-color);
	font-weight: 100;
	margin: 0 0 2rem 0;
}

.subTitleBox i {
   margin-right: 1rem;
   opacity: 0.8;
}

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

	.subTitleBox {
		font-size: 1.2rem;
		line-height: 1.2rem;		
		font-weight: 400;		
	}

	.subTitleBox i { margin-right: 0.7rem; }

}

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

	.subTitleBox {
		font-size: 1.0rem;
		line-height: 1.0rem;
	}

	.subTitleBox i { margin-right: 0.5rem;	}

}

span.highlight {
    background-color: yellow;
}

.filtersBox {

	margin: 0 0 2rem 0;
}

.singleTabSearchBox { padding-left: 0 !important; }


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

	.singleTabSearchBox {
		padding-left: 1.5rem !important;	
		margin-bottom: 1rem;
	}

	
}

.singleTabSearchBox input[type="text"], 
.filterSelectBox select {
    height: 3.75rem;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

.singleTabSearchBox input[type="text"]:focus {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2045098);
    box-shadow: 0px 0px 5px 0px rgba(226, 128, 7, .4045098);
    border-color: #e26c07;
}



.floating-label input:not(:placeholder-shown)
{
    padding:  28px 0px 12px 10px; 
}

.floating-label input:not(:placeholder-shown) + label
 {
    transform:  translateY(-15px); 
    opacity:  .7; 
 }

 .singleTabSearchBox .floating-label label {
    z-index: 0;
}

.singleTabSearchBox .floating-label label {
    position: absolute;
    top: calc(50% - 14px);
    left: 7px;
    opacity: 0;
    transition: all .3s ease;
    color: #00a6eb;
    color: #e26c07;
    font-weight: bold;
    text-transform: uppercase;
    z-index: -10;
}

.singleTabSearchBox .floating-label input:not(:placeholder-shown) + label {
    transform: translateY(-12px);
    opacity: .7;
    z-index: 100;
    /* text-shadow: 3px 0px 7px rgba(81,67,21,0.8), -3px 0px 7px rgba(81,67,21,0.8), 0px 4px 7px rgba(81,67,21,0.8); */
}

.singleTabSearchBox .floating-label i.fa-search, 
.singleTabSearchBox .floating-label i.fa-times-circle {
    right: 15px;
    margin-top: -12px;
    cursor: pointer;
    font-size: 1.5rem;
}

.floating-label i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    height: 20px;
    color: gray;
}
  
.floating-label span { 
  margin-left: 0.5em;
  color: red;
  position:  absolute;
  top: calc(50% - 24px);
  right:  0;
  font-weight: normal;
}  

.floating-label span.error { 
  margin-left: 0; 
  top: -10px;  
  font-size: 11px;
  z-index:10000;
}  

.singleTabSearchBox  .floating-label i.fa-search,
.singleTabSearchBox  .floating-label i.fa-times-circle {
      right: 15px;
      margin-top: -12px;
      cursor: pointer;
      font-size: 1.5rem;
}

.singleTabSearchBox  .floating-label i.fa-times-circle:hover {
     color: red;
}

.singleTabSearchBox  .floating-label span.error {
      color: red;
     top: calc(50% - 35px);
     right: 10px;
     background-color: #fff;
     padding: 2px 4px;
     border-radius: 4px;
}


.searchResultStats { 
	padding: 0 1rem;
	margin: 0 0 1rem 0;
	position: relative;
  }

  .searchResultStats strong { 
	font-weight: 700;
  }

/* Details modal */
.lightbox.detailsModal {

   padding: 0 1rem;
}

.lightbox.detailsModal h2 {

        padding: 0;
}


/* Details table */
table.detailsTable { 
	background-color: #fff; 
	border-collapse: unset;
	width: auto;
}


table.detailsTable td { 	
	 padding: 0.55rem 0;
}

table.detailsTable td.lab {

	text-align: right;
	padding-right: 0.5rem;
	color: var(--navy-blue-color);
	font-weight: 400;
}

/* Modal details box */


.duration {
	margin-left: 0.5rem;
	padding: 3px 5px;
	border-radius: 4px;
	 font-size: 0.8rem;
	 background-color: var(--light-gray-color);
	 opacity: 0.7; 
	 white-space: nowrap;
 }
 .duration i { 
 margin-right: 6px; 
 opacity: 0.8; 
 }

.detailsResultsBox {
  border-top: 1px solid var(--light-gray-color);
  padding: 0.5rem 0 0 0;
}

.detailsResultsBox h3 { font-weight: 100; }



 .detailsResultsBox table.detailsTable tbody td,
 .detailsResultsBox table.detailsTable thead th {
	padding: 0.4rem 0.5rem;
	font-size: 0.9rem;
	border-bottom: 1px solid var(--light-gray-color);
  }

  .detailsResultsBox table.detailsTable thead th {	
	font-weight: 300;
	/* background-color: var(--light-gray-color); */
	
	font-size: 80%;
	color: gray;
	text-transform: uppercase;
  }

  .detailsResultsBox table.detailsTable tbody td.right { text-align: right;  }
  .detailsResultsBox table.detailsTable tbody td strong { font-weight: 700;}

  .detailsResultsBox table.detailsTable tbody td.noLeftPad { padding-left: 0;  } 
  .detailsResultsBox table.detailsTable tbody td.noRightPad { padding-right: 0;  } 
  .detailsResultsBox table.detailsTable tbody td.counter { color: gray;  }
  .detailsResultsBox table.detailsTable tbody td.right { text-align: right; }
  .detailsResultsBox table.detailsTable tbody td.dateTimeCell { color: gray; }
  .detailsResultsBox table.detailsTable tbody td.successCell { font-weight: 700; } 

/* General table */
table.table-order { 
background-color: #fff; 
/* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05); */
}
table.table-order td { 
padding: 5px; 
/* border-bottom: 1px soid #c1e2f1;  */
 padding: 0.75rem 0.75rem;
}



table.table-order.noCollapseTable { 
	border-collapse: inherit;
}

table.table-order.noCollapseTable td {
	border-top: 1px solid #eee; 
}


table.table-order.noCollapseTable td.noTopBorder{
	border-top: 0; 
}

table.table-order.compact td { 
  font-size: 0.9rem;
}

table.table-order thead td { 
	background: var(--light-gray-color); 
	font-size: 90%; 
	color: gray; 
	text-transform: uppercase; 
	vertical-align: bottom;
}


table.table-order tr:hover { background: #f4f4f4; } 

table.table-order td.leftCell { padding-left: 0; text-align: left; } 
table.table-order td.center { text-align: center; }
table.table-order td.right { text-align: right; }
table.table-order td.innerCell { font-size: 0.9rem; }
table.table-order td.vMid { vertical-align: middle; }
table.table-order td.noLeftPad { padding-left: 0;  } 
table.table-order td.counter { color: gray;  }

table.table-order td.datetimeCell { white-space: nowrap; width: 5%;  }
table.table-order td.iconCell { text-align: center;  }

table.table-order td.iconCell i { font-size: 30px; }

table.table-order td.iconCell.user { color: var(--icon-user-color) }
table.table-order td.iconCell.graduation { color: var(--icon-graduation-color) } 
table.table-order td.iconCell.teacher { color: var(--icon-learning-color) } 
 
 
table.table-order td strong { font-weight: 700;}
 
table.table-order td.activityCell  a { display: block; margin: 10px 0 0 0; }
table.table-order td.activityCell strong { display: block; margin: 5px 0 0 0; }

table.table-order td.successCell { 
	font-weight: 700; 
	width: 5%;
	white-space: nowrap;
} 

table.table-order td.dsLeftLimitCell {

	width: 15%;
	white-space: nowrap;
}

.duration {
   margin-left: 0.5rem;
   padding: 3px 5px;
   border-radius: 4px;
    font-size: 0.8rem;
    background-color: var(--light-gray-color);
    opacity: 0.7; 
    white-space: nowrap;
}
.duration i { 
margin-right: 6px; 
opacity: 0.8; 
}

table.table-order td.testResultCell  {
  position: relative;
  text-align: right;
  padding-right: 40px;
  font-size: 0.9rem;
}

table.table-order td.testResultCell.passed  { color: var(--ok-message-color); }


table.table-order td.testResultCell i  {
  position: absolute;
  top: 15px;
  right: 14px;
}

table.table-order a strong { color: unset; }

table.table-order a.detaily { 
	font-size: 0.9rem; 
	padding: 5px 8px; 
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #fff;
	font-weight: bold;
}

table.table-order a.detaily i {  margin-right: 0.5rem; color: silver; }

table.table-order tr:hover a.detaily {  border-color: rgba(0,0,0,0.1);  }
table.table-order tr:hover a.detaily i { color: var(--icon-user-color); }

table.table-order span.tableInfo {
  display: block;
  margin: 0;
  font-size: 0.8rem;
  color: gray;
  padding-left: 8px;
}

table.table-order .attachmentImg {
display: block;
max-width: 100px;
max-height: 100px;
margin: 0.2rem auto 0 auto;
}

table.table-order td.leftCell .attachmentImg {

margin: 0.2rem 0 0 0;
}


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

   table.table-order thead td { font-size: 0.7rem;}
   table.table-order td { font-size: 0.8rem; }
}


@keyframes bounce-in {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}





/* https://codepen.io/andornagy/pen/EVXpbR */
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
/*@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {*/
@media only screen and (max-width: 600px) {


	.responsiveTable {
		width: 100%;
	}

	/* Force table to not be like tables anymore */
	.responsiveTable, .responsiveTable thead, .responsiveTable tbody, .responsiveTable th, .responsiveTable td, .responsiveTable tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.responsiveTable thead tr {
		/* position: absolute;
	top: -9999px;
	left: -9999px;*/
		display: none;
	}

	.responsiveTable tr {
		border-top: 1px solid #ccc;
	}

	.responsiveTable td:first-child:not(class="messageLab"),
	.responsiveTable th:first-child {
		padding-left: 10px !important;
		top: unset;
		left: 0;
	}

	.responsiveTable td {
		/* Behave  like a "row" */
		border: none;
		/* border-bottom: 1px solid #eee;*/
		position: relative;
		padding: 5px 10px 5px 120px !important;
	}

		.responsiveTable td.topRow {
			padding-top: 1rem !important;
		}

		.responsiveTable td.rowInfoCell {
			padding-bottom: 1rem !important;
		}


	.responsiveTable td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 5px;
		left: 10px;
		width: 105px;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);
		color: gray;
		/*var(--airforce-blue-color)*/
		font-weight: 300;
		text-transform: none;
		text-align: right;
	}


	.responsiveTable td.topRow:before {
		top: 1rem !important;
	}
	
	table.table-order.responsiveTable td.testResultCell  {
		position: relative;
		text-align: left;
		padding-right: 0;             
	}
				
	
	table.table-order.responsiveTable td.testResultCell i  {	
		position: unset;
		margin-left: 0.5rem;
	}

	table.table-order.responsiveTable tbody td.right,
	table.detailsTable.responsiveTable tbody td.right,
	table.table-order.responsiveTable tbody td.center,
	table.detailsTable.responsiveTable tbody td.center {	
		text-align: left;		
	}
}
/* end responsive table rules */