@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'fira sans';
  src: local('Fira Sans Light2'), url('../../fonts/firasans-light-wf.woff') format('woff'), url('../../fonts/firasans-light-wf.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'fira sans';
  src: local('Fira Sans Regular'), url('../../fonts/firasans-regular-wf.woff') format('woff'), url('../../fonts/firasans-regular-wf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gis";
  src: url("fonts/gis.eot");
  src: url("fonts/gis.eot?#iefix") format("embedded-opentype"), url("fonts/gis.woff") format("woff"), url("fonts/gis.ttf") format("truetype"), url("fonts/gis.svg#gis") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes clickApp {
  0% {
    opacity: 0.5;
  }
  50% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  100% {
    opacity: 0;
    border-radius: 0;
  }
}
@-webkit-keyframes clickApp {
  0% {
    opacity: 0.5;
  }
  50% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  100% {
    opacity: 0;
    border-radius: 0;
  }
}
[data-icon]:before {
  font-family: "gis" !important;
  content: attr(data-icon);
  cursor: default;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
[data-icon-a]:after {
  font-family: "gis" !important;
  content: attr(data-icon-a);
  cursor: default;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.shadow {
  text-shadow: 1px 1px 2px rgba(0, 15, 10, 0.3);
}
.boxshad {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), 1px 1px 4px -1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 720px) {
  .boxshad {
    box-shadow: 0 0 5px rgba(10, 30, 20, 0.1);
  }
}
html {
  background: #f0f0f0 url('images/noise.png');
  font-family: "fira sans", sans-serif;
  font-size: 16px;
  height: 100%;
}
body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
legend {
  font-weight: 100;
}
b,
strong,
th {
  color: #000 !important;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(0, 15, 10, 0.4);
}
input,
button,
select {
  font-weight: 400;
}
:focus,
input:focus,
a:focus {
  outline: 0;
}
a {
  color: #006b44;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[data-icon]:before,
a[data-icon-a]:after {
  cursor: pointer;
}
nav a,
menu a,
a.tab {
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
nav a:hover,
menu a:hover,
a.tab:hover {
  text-decoration: none;
}
header {
  background: url('../../images/contn2.jpg');
  border-bottom: 4px solid #005c3a;
  color: #888888;
}
header .ident {
  min-height: 80px;
  padding: 0.4em 0 0.4em;
}
header .ident .lang {
  float: right;
  padding-right: 0;
}
@media (min-width: 1024px) {
  header .ident .lang {
    padding-right: 0.8em;
  }
}
header .ident .lang a {
  font-size: 0.8em;
}
@media (min-width: 720px) {
  header .ident .lang a {
    font-size: 0.9em;
  }
}
@media (min-width: 1024px) {
  header .ident .lang a {
    font-size: 0.95em;
  }
}
header .ident img {
  float: left;
  height: 80px;
  margin: 0 2% 0 0.5%;
  width: 80px;
}
@media (min-width: 720px) {
  header .ident img {
    height: 90px;
    margin: 0 2.5% 0 1%;
    width: 90px;
  }
}
@media (min-width: 1024px) {
  header .ident img {
    height: 100px;
    margin: 0 2% 0 2%;
    width: 100px;
  }
}
header .ident h1 {
  color: #005c3a;
  font-size: 1.3em;
  line-height: 100%;
  margin: 0.6em 0 0.3em;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1), -1px 0px 1px #ffffff, 0 -1px 1px #ffffff, 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 720px) {
  header .ident h1 {
    font-size: 1.7em;
    line-height: 120%;
    margin: 0.4em 0 0;
  }
}
@media (min-width: 1024px) {
  header .ident h1 {
    font-size: 1.9em;
    line-height: 110%;
    margin: 0.4em 0 0.2em;
  }
}
header .ident h1 .small {
  display: block;
  font-size: 0.7em;
  line-height: 0.9em;
  margin-bottom: 0.3em;
  text-indent: 1.5px;
}
@media (min-width: 720px) {
  header .ident h1 .small {
    margin-bottom: 0.1em;
  }
}
@media (min-width: 1024px) {
  header .ident h1 .small {
    font-size: 0.65em;
    line-height: 0.95em;
    margin-bottom: 0;
  }
}
header .ident h2 {
  color: #005c3a;
  font-size: 0.7em;
  line-height: 100%;
  text-indent: 1.5px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1), -1px 0px 1px #ffffff, 0 -1px 1px #ffffff, 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 720px) {
  header .ident h2 {
    font-size: 0.9em;
    line-height: 90%;
    margin-top: 0.5em;
  }
}
@media (min-width: 720px) {
  header .ident h2 {
    font-size: 1.05em;
    line-height: 110%;
  }
}
.tab {
  border-radius: 3px 3px 0 0;
  color: #557769;
  display: inline-block;
  font-size: 0.75em;
  line-height: 110%;
  margin-right: 1%;
  padding: 0.3em 0 0.4em;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 720px) {
  .tab:before {
    padding: 0.1em 0.7em 0;
  }
}
@media (min-width: 1024px) {
  .tab {
    font-size: 0.9em;
    padding: 0.2em 0.8em 0 0.2em;
  }
  .tab:before {
    display: inline;
    padding: 0 0.2em 0 0.4em;
  }
}
.tab .cx {
  position: absolute;
  /*width: 4px; height: 4px;*/
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(0, 92, 58, 0.5);
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
}
.tab.fright {
  margin-right: 0;
}

.tab:before {
  display: block;
  font-size: 24px;
  line-height: 130%;
  padding: 0.1em 0.6em 0.1em;
}
@media (min-width: 720px) {
  .tab:before {
    padding: 0.1em 0.7em 0;
  }
}
@media (min-width: 1024px) {
  .tab:before {
    display: inline;
    padding: 0 0.2em 0 0.4em;
  }
}
.tab:hover {
  color: #00422a;
}
.tab:active .cx {
  animation-name: clickApp;
  animation-duration: 0.5s;
}
.tab.active {
  background-color: #006640;
  /* fallback color if gradients are not supported */

  background-image: -webkit-linear-gradient(top, #007047, #005c3a);
  /* For Chrome and Safari */

  background-image: -moz-linear-gradient(top, #007047, #005c3a);
  /* For old Fx (3.6 to 15) */

  background-image: -ms-linear-gradient(top, #007047, #005c3a);
  /* For pre-releases of IE 10*/

  background-image: -o-linear-gradient(top, #007047, #005c3a);
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #007047, #005c3a);
  /* Standard syntax; must be last */

  background-color: #005c3a;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 15, 10, 0.3);
}
.tab.active:hover {
  color: #ffffff;
}
main {
  background: #fff;
  padding-bottom: 1em;
}
@media (min-width: 720px) {
  main {
    min-height: 20em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 1024px) {
  main {
    padding-bottom: 2em;
  }
}
main .cdt {
	padding-top: 2em;
	padding-left: 5em;
	padding-right: 5em;
}
main .cdt ol li {
	font-weight: bold;
}
main .cdt p {
	padding-right: 20em;
}
main .cdtright {
/*
	color: #557769;
*/
	display: inline-block;
	font-size: 0.75em;
	line-height: 110%;
	padding: 0.3em 0 0.4em;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-right: 0;
}

main .in {
  position: relative;
}
main .index {
  padding-top: 1em;
}
main .index > div {
  display: inline-block;
  margin-bottom: 1.5em;
  vertical-align: top;
  width: 50%;
  /*???*/

}
@media (min-width: 720px) {
  main .index > div {
    width: 25%;
  }
}
main .index > div:hover div img {
  transform: scale(1.05, 1.05);
}
main .index > div:hover div h2 {
  opacity: 1;
  text-shadow: 2px 2px 2px #000, 0 0 3px #000;
}
main .index > div:last-child > div {
  border-right: none;
}
main .index > div div {
  height: 4.5em;
  margin: 0.4em 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 720px) {
  main .index > div div {
    height: 5.5em;
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  main .index > div div {
    height: 6.5em;
  }
}
main .index > div div:nth-child(odd) {
  border-right: 1px solid #ffffff;
}
main .index div.i-cont {
  display: inline-block;
  margin: 0;
  overflow: visible;
  position: relative;
  right: -50%;
}
main .index div.i-cont img {
  background: #888888;
  left: -50%;
  max-height: 100%;
  position: relative;
  transition: all 0.3s linear;
}
main .index h2 {
  bottom: 0;
  color: #fff;
  font-size: 1.35em;
  line-height: 140%;
  margin: 0;
  opacity: 0.85;
  padding: 2em 0.5em 0em ;
  position: absolute;
  text-shadow: 1px 1px 2px #000;
  transition: all 0.3s linear;
  width: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, rgba(0, 15, 10, 0), rgba(0, 15, 10, 0.1), rgba(0, 15, 10, 0.5), rgba(0, 15, 10, 0.7));
  background-image: -ms-linear-gradient(top, rgba(0, 15, 10, 0), rgba(0, 15, 10, 0.1), rgba(0, 15, 10, 0.5), rgba(0, 15, 10, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 15, 10, 0), rgba(0, 15, 10, 0.1), rgba(0, 15, 10, 0.5), rgba(0, 15, 10, 0.7));
  background-image: linear-gradient(to bottom, rgba(0, 15, 10, 0), rgba(0, 15, 10, 0.1), rgba(0, 15, 10, 0.5), rgba(0, 15, 10, 0.7));
}
@media (min-width: 720px) {
  main .index h2 {
    font-size: 1.45em;
    line-height: 150%;
  }
}
@media (min-width: 1024px) {
  main .index h2 {
    font-size: 1.6em;
    line-height: 170%;
  }
}
main .index h2:before {
  font-size: 1.1em;
  margin-right: 0.2em;
  padding: 0 0.2em;
  vertical-align: middle;
}
@media (min-width: 720px) {
  main .index h2:before {
    padding: 0 0.3em;
  }
}
main .index li {
  font-size: 0.85em;
  line-height: 1.1em;
  list-style-type: none;
  margin: 0;
  padding: 0 5%;
}
@media (min-width: 720px) {
  main .index li {
    font-size: 0.9em;
  }
}
@media (min-width: 1024px) {
  main .index li {
    font-size: 0.95em;
  }
}
main .index li a {
  display: block;
  padding: 0.6em 0.5em;
}
@media (min-width: 1024px) {
  main .index li a {
    padding: 0.4em 0.5em;
  }
}
main .index li a:hover {
  background-color: #e1f2e7;
  text-decoration: none;
}
main nav {
  margin-left: 4.2em;
}
@media (min-width: 720px) {
  main nav {
    border-bottom: 1px solid #eee;
    margin-left: 27%;
    margin-left: calc(25% + 1.3em);
    margin-right: 1em;
    padding: 0.2em 0 0.3em 0.1em;
  }
}
@media (min-width: 1024px) {
  main nav {
    margin-left: 22%;
    margin-left: calc(20% + 1.3em);
    padding-left: 0.1em;
  }
}
main nav li {
  color: #666666;
  display: inline-block;
  line-height: 1.1em;
  margin: 0;
}
main nav li.home {
  margin-top: 1em;
}
@media (min-width: 720px) {
  main nav li.home {
    margin-top: 0.4em;
  }
}
main nav li.home a:before {
  font-size: 1.4em;
  vertical-align: middle;
}
main nav li.home:after {
  padding-left: 0;
}
main nav li a {
  color: #666666;
  display: inline-block;
  padding: 0.4em 0.3em 0.4em 0.1em;
}
@media (min-width: 1024px) {
  main nav li a {
    padding: 0.6em 0.5em 0.6em 0.4em;
  }
}
main nav li a:hover {
  color: #333333;
}
main nav li:after {
  color: #cccccc;
  font-size: 0.7em;
  padding-left: 0.5em;
}
main article {
  padding: 0.5em 4% 1.5em;
}
@media (min-width: 720px) {
  main article {
    margin-left: 25%;
    padding-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  main article {
    margin-left: 20%;
  }
}
main h2 {
  color: #004d30;
  font-size: 1.45em;
  line-height: 125%;
  margin: 0.8em 0 0.4em;
}
@media (min-width: 720px) {
  main h2 {
    font-size: 1.8em;
  }
  main h2:first-of-type {
    margin-top: 0.4em;
  }
}
main h3 {
  color: #333333;
  font-size: 1.35em;
  line-height: 125%;
  margin: 0.8em 0 0.4em;
}
@media (min-width: 720px) {
  main h3 {
    font-size: 1.6em;
  }
}
main h4 {
  color: #333333;
  font-size: 1.25em;
  line-height: 125%;
  margin: 0.8em 0 0.4em;
}
@media (min-width: 720px) {
  main h4 {
    font-size: 1.4em;
  }
}
main h5 {
  color: #333333;
  font-size: 1.15em;
  line-height: 125%;
  margin: 0.8em 0 0.4em;
}
@media (min-width: 720px) {
  main h5 {
    font-size: 1.25em;
  }
}
main h2 + h3,
main h3 + h4,
main h2 + h4 {
  margin-top: 0.5em;
}
main h3 + h5,
main h4 + h5 {
  margin-top: 0.25em;
}
main p,
main li,
main label {
  color: #404040;
  font-size: 0.85rem;
  line-height: 1.6em;
  margin: 0.2em 0 0.6em;
}
@media (min-width: 720px) {
  main p,
  main li,
  main label {
    font-size: 0.9rem;
  }
}
@media (min-width: 1024px) {
  main p,
  main li,
  main label {
    font-size: 0.95rem;
  }
}
main td,
main th {
  border: 1px solid #888888;
  color: #404040;
  font-size: 0.85rem;
  line-height: 1.6em;
  padding: 0.2em 0.6em;
}
@media (min-width: 720px) {
  main td,
  main th {
    font-size: 0.9rem;
  }
}
@media (min-width: 1024px) {
  main td,
  main th {
    font-size: 0.95rem;
  }
}
main dt {
  color: #404040;
  font-size: 0.95rem;
  line-height: 1.6em;
  margin: 0.2em 0 0;
}
@media (min-width: 720px) {
  main dt {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  main dt {
    font-size: 1.05em;
  }
}
main dd {
  color: #575757;
  font-size: 0.85rem;
  line-height: 1.6em;
  margin: 0 0 0.6em 1em;
}
@media (min-width: 720px) {
  main dd {
    font-size: 0.9rem;
    margin-left: 2em;
  }
}
@media (min-width: 1024px) {
  main dd {
    font-size: 0.95rem;
  }
}
main dd a {
  color: inherit;
}
main dl {
  margin: 0.4em 0 1em;
}
main ul {
  list-style-type: square;
  margin: 0.3em 0 0.6em;
  padding-left: 1.5em;
}
main ul li,
main ol li {
  margin: 0.6em 0 0.4em;
}
main ol {
  padding-left: 1.5em;
}
main ol li {
  padding-left: 0.25em;
}
main ol ol {
  list-style-type: lower-latin;
}
main input[type=checkbox] {
  margin: 4px 0;
  vertical-align: middle;
}
main label {
  padding-left: 0.5em;
}
main select {
  background: #fff;
  border: 1px solid #82928b;
  border-right: 1px solid #8d9b95;
  border-bottom: 1px solid #92a09a;
  border-radius: 2px;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.2) inset;
  color: #404040;
  font-size: 0.85rem;
  height: 1.75rem;
  line-height: 1.75em;
  margin: 0 4px;
  padding: 0 3px;
}
main select:focus {
  border: 1px solid #88bbee;
}
main select option {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 3px 6px;
}
main input[type=text] {
  background: #fff;
  border: 1px solid #82928b;
  border-right: 1px solid #8d9b95;
  border-bottom: 1px solid #92a09a;
  border-radius: 2px;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.2) inset;
  color: #404040;
  font-size: 0.85rem;
  height: 1.75rem;
  line-height: 1.75em;
  margin: 0 4px;
  padding: 0 0.5em;
}
main input[type=text]:focus {
  border: 1px solid #88bbee;
}
main button,
main input[type=button],
main input[type=submit] {
  background: #fff;
  border: 1px solid #82928b;
  border-left: 1px solid #8d9b95;
  border-top: 1px solid #92a09a;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07), 1px 2px 5px -1px rgba(0, 0, 0, 0.07);
  color: #404040;
  font-size: 0.85rem;
  height: 1.75rem;
  line-height: 1.75em;
  margin: 0 4px;
  padding: 0 0.5em;
}
main button:hover,
main input[type=button]:hover,
main input[type=submit]:hover {
  border: 1px solid #697872;
  border-left: 1px solid #72837c;
  border-top: 1px solid #778881;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 1px 2px 5px -1px rgba(0, 0, 0, 0.1);
}
main button[disabled],
main input[type=button][disabled],
main input[type=submit][disabled] {
  opacity: 0.5;
}
main fieldset {
  border: 1px solid #d9d9d9;
  margin: 0;
}
main legend {
  color: #333333;
  font-size: 1.25em;
  line-height: 125%;
  padding: 0 0.5em;
}
main .b-icon {
  padding-left: 2.5em;
  position: relative;
}
main .b-icon span {
  left: 0;
  position: absolute;
}
main .b-icon span:before {
  color: #557769;
  font-size: 1.6em;
  padding-right: 0.5em;
}
main .profile .round {
  border: 5px solid #fff;
  box-shadow: 0 0 6px 1px #eee;
  height: 165px;
  margin: 1em auto;
  width: 165px;
}
@media (min-width: 720px) {
  main .profile .round {
    display: inline-block;
    height: 140px;
    margin: 0.5em 0 0;
    width: 140px;
  }
}
@media (min-width: 1024px) {
  main .profile .round {
    height: 165px;
    margin: 0.5em 0em;
    width: 165px;
  }
}
main .profile .p-info {
  padding-bottom: 0.5em;
}
@media (min-width: 720px) {
  main .profile .p-info {
    display: inline-block;
    margin: 0.2em 0 0 15px;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  main .profile .p-info {
    margin: 0.5em 0 0 25px;
  }
  main .profile .p-info ~ p {
    margin-left: 200px;
  }
}
main .profile .atsgn {
  font-size: 1em;
  position: relative;
}
main .profile .atsgn:before {
  color: inherit;
  font-size: inherit;
  padding-right: 1px;
}
main .contact {
  padding-top: 1.5em;
  z-index: 1;
}
@media (min-width: 720px) {
  main .contact {
    float: left;
    margin-left: 0;
    padding-left: 4%;
    padding-top: 1em;
    text-align: center;
    width: 36%;
  }
  main .contact > div {
    display: inline-block;
  }
  main .contact > div * {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  main .contact {
    width: 30%;
  }
}
@media (min-width: 720px) {
  main .mapin {
    margin: 0 auto;
    max-width: 100em;
  }
}
main .map {
  /*width: 100%; */

}
@media (min-width: 720px) {
  main .map {
    float: right;
    padding: 2% 0 0 0;
    margin-right: 4%;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  main .map {
    max-width: 50em;
    width: 56.25%;
  }
}
main .map #gis-map-window {
  background: #ffffff url('images/noise.png');
  border: 1px solid #cccccc;
  border-left-style: none;
  border-right-style: none;
}
@media (min-width: 720px) {
  main .map #gis-map-window {
    border-left-style: solid;
    border-right-style: solid;
  }
}
main .map #gis-map-window .ol-viewport .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .map #gis-map-window button {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #557769;
  display: block;
  font-size: 1.3em;
  height: 2em;
  line-height: 2.05em;
  text-align: center;
  width: 2em;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 1024px) {
  main .map #gis-map-window button {
    font-size: 1.0em;
    height: 2em;
    line-height: 2.1em;
    text-align: center;
    width: 2em;
  }
}
main .map #gis-map-window button:hover {
  background: #f7f7f7;
  color: #00422a;
  -moz-text-decoration-style: none;
  text-decoration: none;
}
main .map #gis-map-window button:hover span {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #eee;
  border-radius: 3px;
  bottom: 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #555;
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.4em;
  margin: 0.6em 0;
  opacity: 1;
  padding: 4px 6px;
  position: absolute;
  left: 120%;
  top: 0;
  white-space: nowrap;
  z-index: 1100;
  transition: opacity 0.25s linear 0.25s;
}
@media (min-width: 1024px) {
  main .map #gis-map-window button:hover span {
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0.3em 0;
  }
}
main .map #gis-map-window button:before {
  font-family: "gis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
main .map #gis-map-window button span {
  /*display:none;*/
  position: absolute;
  opacity: 0;
  z-index: 0;
}
main .map #gis-map-window .gis-zoom {
  border: 1px solid #cccccc;
  border-right-color: #bababa;
  border-bottom-color: #bababa;
  border-radius: 3px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  left: 2%;
  /*overflow: hidden;*/
  position: absolute;
  top: 1em;
  z-index: 999;
}
main .map #gis-map-window .gis-zoom .gis-zoom-in {
  border-bottom: 1px solid #cccccc;
  border-radius: 3px 3px 0 0;
}
main .map #gis-map-window .gis-zoom .gis-zoom-in:before {
  content: 'h';
}
main .map #gis-map-window .gis-zoom .gis-zoom-out {
  border-top: 1px solid #fff;
  border-radius: 0 0 3px 3px;
}
main .map #gis-map-window .gis-zoom .gis-zoom-out:before {
  content: 'i';
}
main .map #gis-map-window .gis-home {
  border: 1px solid #cccccc;
  border-right-color: #bababa;
  border-bottom-color: #bababa;
  border-radius: 3px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  left: 2%;
  /*overflow: hidden;*/
  position: absolute;
  top: 7.5em;
  z-index: 999;
}
@media (min-width: 1024px) {
  main .map #gis-map-window .gis-home {
    top: 5.5em;
  }
}
main .map #gis-map-window .gis-home button {
  border-radius: 3px;
  position: relative;
}
main .map #gis-map-window .gis-home button:before {
  content: 'p';
}
main .map #gis-map-window .ol-attribution {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}
main .map #gis-map-window .ol-attribution ul {
  list-style: none;
  margin: 0;
  padding: 0 0.5em;
}
main .map #gis-map-window .ol-attribution ul li {
  font-size: 0.7em;
  margin: 0;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 3px #fff;
}
main .map #gis-map-window .ol-scale-line {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  bottom: 1.5em;
  padding: 3px;
  position: absolute;
  right: 2%;
}
main .map #gis-map-window .ol-scale-line .ol-scale-line-inner {
  border: 1px solid #4d4d4d;
  border-bottom-width: 2.5px;
  border-top: none;
  border-radius: 0 0 1px 1px;
  color: #4d4d4d;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 3px #fff;
  margin: 1px;
  padding: 0px 2px 2px;
}
main .map #gis-map-window .pin {
  border: 1px solid #cccccc;
  border-right-color: #bababa;
  border-bottom-color: #bababa;
  border-radius: 50%;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 36px;
  padding: 6px;
  width: 36px;
}
main .map #gis-map-window .popup {
  margin-bottom: -11px;
}
main .map #gis-map-window .popup .content {
  border: 1px solid #cccccc;
  border-right-color: #bababa;
  border-bottom-color: #bababa;
  border-radius: 4px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #4d4d4d;
  font-size: 0.8em;
  margin: 0 0 -5px;
  padding: 3px 5px 0;
  position: relative;
  z-index: 998;
}
main .map #gis-map-window .popup .arrow {
  border: 1px solid #cccccc;
  border-right-color: #bababa;
  border-bottom-color: #bababa;
  border-radius: 0;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  height: 12px;
  margin: 0 auto;
  position: relative;
  top: -3px;
  width: 12px;
  z-index: 997;
}
main .map #gis-map-window .popup .arrowtop {
  background: #fff;
  transform: rotate(45deg);
  height: 12px;
  margin: 0 auto;
  position: relative;
  top: -16px;
  width: 12px;
  z-index: 999;
}
#gis-sticky {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), 1px 1px 4px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 2%;
  right: 2% /*float: left*/;
  z-index: 99;
}
@media (min-width: 720px) {
  #gis-sticky {
    box-shadow: 0 0 5px rgba(10, 30, 20, 0.1);
  }
}
@media (min-width: 720px) {
  #gis-sticky {
    width: 24%;
  }
}
@media (min-width: 1024px) {
  #gis-sticky {
    width: 19%;
    max-width: 25em;
  }
}
#gis-sticky menu {
  background: rgba(229, 244, 234, 0.97);
  /*display: none; height: 0;*/
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 101;
}
#gis-sticky menu a {
  border-bottom: 1px solid #fff;
  color: #557769;
  display: block;
  font-size: 0.9em;
  line-height: 130%;
  padding: 1em 5%;
}
@media (min-width: 720px) {
  #gis-sticky menu a {
    height: auto;
  }
}
@media (min-width: 1024px) {
  #gis-sticky menu a {
    padding: 0.7em 5% 0.6em;
  }
}
#gis-sticky menu a.active {
  background: #ddf0e4;
  box-shadow: 0 0 4px rgba(0, 92, 58, 0.05) inset, 1px 1px 4px rgba(0, 92, 58, 0.1) inset;
  color: #003320;
}
@media (min-width: 720px) {
  #gis-sticky menu a:last-child {
    border-bottom: none;
  }
}
#gis-sticky menu a:hover {
  background: #d6edde;
  color: #00422a;
}
#gis-sticky menu a:active {
  background-color: rgba(0, 92, 58, 0.5);
  color: #000 !important;
}
#gis-sticky .menu {
  background: rgba(236, 247, 240, 0.96);
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), 1px 1px 4px -1px rgba(0, 0, 0, 0.1);
  color: #557769;
  display: inline-block;
  font-size: 1.6em;
  line-height: 130%;
  padding: 0.3em 0.5em 0.3em;
  text-decoration: none;
  position: absolute;
  bottom: -1.9em;
}
@media (min-width: 720px) {
  #gis-sticky .menu {
    box-shadow: 0 0 5px rgba(10, 30, 20, 0.1);
  }
}
@media (min-width: 720px) {
  #gis-sticky .menu {
    display: none;
  }
}
#gis-sticky .menu:hover {
  background: #d6edde;
  color: #00422a;
  cursor: pointer;
}
#gis-sticky .menu:hover:before {
  cursor: pointer;
}
#gis-sticky #go-top {
  text-align: center;
}
#gis-sticky #go-top span {
  font-size: 1.2em;
  /*line-height: 80%;*/

}
#gis-sticky #go-top span:before {
  cursor: pointer;
}
.in #go-top {
  display: none;
}
.front header {
  background: #e5f4ea url('images/contn2.jpg');
}
.front footer p {
  border-top: none;
}
.front footer p:before {
  display: none;
}
.front main article {
  margin: -1em auto 0;
}
@media (min-width: 720px) {
  .front main article {
    padding-left: 2%;
  }
}
.front main article p {
  font-size: 0.85em;
}
@media (min-width: 720px) {
  .front main article p {
    font-size: 0.9em;
  }
}
@media (min-width: 1024px) {
  .front main article p {
    font-size: 0.95em;
  }
}
.front main article.contact {
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .front main article.contact {
    width: 30%;
  }
}
@media (min-width: 720px) {
  .front main h2 {
    margin-top: 0.7em;
  }
}
@media (min-width: 720px) {
  .front main .contact {
    /*float: right;*/
    margin-top: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40%;
  }
  .front main .contact div {
    display: inline-block;
  }
  .front main .contact div * {
    text-align: left;
  }
  .front main .intro {
    min-height: 23em;
    padding-right: 48%;
    width: 50%;
  }
}
@media (min-width: 720px) and (min-width: 1024px) {
  .front main .intro {
    padding-right: 38%;
    width: 60%;
  }
}
footer {
  min-height: 5em;
  border-top: 1px solid #cccccc;
  padding: 0.6em 0 1em;
}
footer nav {
  display: inline-block;
  padding: 0.5em 0 0.5em;
  vertical-align: top;
  width: 50%;
}
@media (min-width: 720px) {
  footer nav {
    width: 25%;
  }
}
footer nav li {
  list-style: none;
  padding-left: 0.5em;
}
footer nav h4 {
  color: #555555;
  font-size: 1.0em;
  line-height: 110%;
  margin: 0.5em 0 0.2em;
  padding-left: 0.5em;
}
@media (min-width: 720px) {
  footer nav h4 {
    font-size: 1.1em;
    line-height: 120%;
  }
}
@media (min-width: 1024px) {
  footer nav h4 {
    font-size: 1.15em;
  }
}
footer nav a {
  color: #888888;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.4em 0.3em 0.4em 0.1em;
}
@media (min-width: 720px) {
  footer nav a {
    font-size: 0.8em;
  }
}
@media (min-width: 1024px) {
  footer nav a {
    font-size: 0.85em;
    padding: 0.2em 0.3em 0.2em 0.1em;
  }
}
footer nav a:hover {
  color: #555555;
}
footer p {
  border-top: 1px solid #dedede;
  color: #888888;
  font-size: 0.75em;
  padding-top: 1em;
  text-align: center;
}
@media (min-width: 720px) {
  footer p {
    font-size: 0.8em;
  }
}
@media (min-width: 1024px) {
  footer p {
    font-size: 0.85em;
  }
}
footer p:before {
  border-top: 1px solid #fafafa;
  content: '';
  display: block;
  position: relative;
  top: -1em;
}
.contact .address {
  margin-bottom: 0.6em;
}
.contact .address p {
  margin-bottom: 0.2em;
}
#cal {
  min-width: 230px;
}
.rvh {
  margin-top: 2em;
  table-layout: fixed;
  width: 100%;
}
.rvh tr:last-child td {
  border-bottom: none;
}
.rvh th {
  border-bottom: 1px solid #cccccc;
  border-top: none;
  color: #333333 !important;
  font-weight: 100;
  font-size: 1.25em;
  padding: 0 0 1.5em 0;
  text-shadow: none;
}
.rvh td {
  border-bottom: 1px solid #cccccc;
  border-top: none;
  height: 49px;
  padding: 0;
}
.rvh td:first-child,
.rvh th:first-child {
  border-left: none;
  color: #7b7b7b;
  font-size: 75%;
  line-height: 1.3em;
  padding: 0 4px 0 0;
  text-align: right;
  vertical-align: top;
  width: 1.75rem;
}
.rvh td.p {
  position: relative;
}
.rvh #now {
  background-color: rgba(221, 0, 0, 0.8);
  box-shadow: 0 0 3px #fee;
  height: 1px;
  left: -1px;
  position: absolute;
  right: 0;
}
.rvh div.evt {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), 1px 1px 4px -1px rgba(0, 0, 0, 0.1);
  background-color: rgba(225, 242, 231, 0.9);
  border: 1px solid #82928b;
  border-left: 1px solid #8d9b95;
  border-top: 1px solid #92a09a;
  border-radius: 2px;
  left: 1px;
  overflow: hidden;
  padding: 0 3%;
  position: absolute;
  right: 2px;
}
@media (min-width: 720px) {
  .rvh div.evt {
    box-shadow: 0 0 5px rgba(10, 30, 20, 0.1);
  }
}
.rvh div.evt p {
  line-height: 1em;
  margin: 0;
  padding: 4px 0;
}
.rvh div.evt .time {
  font-size: 0.7rem;
  padding-bottom: 2px;
  text-align: right;
}
.rvh div.evt .name {
  font-size: 0.95rem;
}
.rvh div.evt .loc {
  font-size: 0.8rem;
}
@media (max-width: 799px) {
  .rvh th span {
    display: none;
  }
}
@media (max-width: 599px) {
  .rvh td:first-child,
  .rvh th:first-child {
    display: none;
    width: auto;
  }
  .rvh div.evt .time {
    font-size: 0.6rem;
  }
  .rvh div.evt .name {
    font-size: 0.9rem;
  }
  .rvh div.evt .loc {
    font-size: 0.7rem;
  }
}
.kn .col {
  width: 100%;
}
.kn .col:last-of-type {
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .kn .col {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .kn .col {
    width: 33.33%;
    float: left;
  }
}
.kn #kn_result {
  border-bottom: 1px solid #e6e6e6;
  margin: 1.5em 0 1.5em;
  position: relative;
}
.kn #kn_result button {
  bottom: 2px;
  position: absolute;
  right: 0;
}
.kn .str {
  margin-top: 1em;
}
.kn .str p {
  margin-bottom: 0;
}
.kn .str button {
  min-width: 9em;
}
.kn .str span {
  margin-right: 4px;
}
#kn_table .zoznam {
  margin-top: 1em;
  width: 100%;
}
#kn_table .zoznam td,
#kn_table .zoznam th {
  border-left-color: #dedede;
  border-right-color: #dedede;
}
#kn_table .zoznam th:first-child {
  width: 28px;
}
#kn_table .zoznam th:nth-child(2) {
  width: 25%;
}
#kn_table .zoznam th:last-child {
  width: 36px;
}
.book {
  margin: 0.5em 0 1.5em;
  width: 100%;
}
.book td,
.book th {
  border-left-color: #dedede;
  border-right-color: #dedede;
}
.book th {
  text-align: left;
  width: 24%;
}
.in {
  padding: 0 2%;
}
@media (min-width: 1024px) {
  .in {
    margin: 0 auto;
    max-width: 100em;
  }
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.round {
  border-radius: 50%;
  overflow: hidden;
}
.round img {
  max-width: 100%;
}
.red {
  color: #cc0000;
}
.tcenter {
  text-align: center;
}
.sm {
  font-size: 0.85em;
}
@media (max-width: 320px) {
  main .index > div {
    width: 100%;
  }
  main .index > div div {
    height: 4em;
  }
  main .index > div div::nth-child(odd) {
    border-right: none;
  }
  footer nav {
    width: 100%;
  }
}
