@import url(foundation.min.css);
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(reset.css);
@import url(jquery-ui.min.css);
@import url(owl.carousel.css);
@import "https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,700,700i|Oswald&subset=latin-ext";
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 styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */
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; }

.row.full-width {
  max-width: 100%; }
  .row.full-width .row.full-width {
    max-width: 100%; }
  .row.full-width .row {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%; }
  .row.full-width > .column, .row.full-width > .columns {
    padding-left: 0;
    padding-right: 0; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

body {
  background: none;
  color: #0c182a;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif; }

.bar {
  background: rgba(12, 24, 42, 0.8);
  position: relative;
  z-index: 10; }
  .bar a {
    color: #5ab930;
    font-family: "Oswald", sans-serif; }
  .bar .logo {
    padding: 1.25rem 0 0.75rem; }
  .bar .topMenu {
    text-align: center; }
    .bar .topMenu li {
      display: inline-block;
      margin: 0 0.5rem; }
      .bar .topMenu li a {
        padding: 0 0.5rem; }
  .bar .userPanel {
    background: rgba(12, 24, 42, 0.8);
    font-size: 0.75rem;
    position: relative; }
    .bar .userPanel > * {
      display: inline-block;
      vertical-align: middle; }
    .bar .userPanel .loginTrigger {
      color: #5ab930;
      cursor: pointer;
      font-family: "Oswald", sans-serif;
      padding: 0 0.25rem; }
      .bar .userPanel .loginTrigger i {
        vertical-align: middle; }
    .bar .userPanel .loginBox {
      background-color: rgba(18, 35, 54, 0.9);
      color: #5ab930;
      font-size: 0.75rem;
      line-height: 2em;
      max-height: 0em;
      overflow: hidden;
      position: absolute;
      right: 0;
      -moz-transition: all 800ms;
      -webkit-transition: all 800ms 800ms;
      transition: all 800ms;
      width: 100%;
      z-index: 11; }
      .bar .userPanel .loginBox #form_login {
        padding: 0.75em; }
      .bar .userPanel .loginBox .subheader {
        color: #5ab930;
        padding: 0.5em 0; }
      .bar .userPanel .loginBox input {
        background-color: rgba(65, 77, 96, 0.8);
        border: 1px solid #414d60;
        color: #fff;
        padding: 0.375em 0.25em;
        width: 100%; }
        .bar .userPanel .loginBox input.submit {
          background-color: #5ab930;
          border: none;
          color: #0c182a;
          font-weight: 700;
          margin-top: 0.75em;
          padding: 0.625em 1em;
          -moz-transition: all 800ms;
          -webkit-transition: all 800ms 800ms;
          transition: all 800ms; }
          .bar .userPanel .loginBox input.submit:hover {
            background-color: #fff; }
    .bar .userPanel.loginVisible .loginBox {
      max-height: 15rem !important; }
    .bar .userPanel .language {
      border-left: 1px solid #5ab930; }
      .bar .userPanel .language a {
        display: inline-block;
        margin: 0.25em 0.75em;
        padding: 0.25em;
        -moz-transition: all 400ms;
        -webkit-transition: all 400ms 400ms;
        transition: all 400ms; }
        .bar .userPanel .language a:hover {
          color: #fff; }

.rotate {
  font-family: "Oswald", sans-serif;
  left: 0;
  position: absolute;
  top: 0; }
  .rotate .owl-controls {
    display: none; }
  .rotate .item {
    background-position: center center;
    background-size: cover; }
    .rotate .item .textLine span {
      background-color: #5ab930;
      color: #0c182a;
      display: inline-block;
      font-size: 2rem;
      padding: 0.25em;
      position: relative;
      z-index: 1; }
    .rotate .item .subtextLine span {
      color: #fff;
      display: inline-block;
      font-size: 1.5rem;
      padding: 0.25em;
      position: relative;
      z-index: 1; }

.static {
  font-family: "Oswald", sans-serif;
  left: 0;
  position: absolute;
  top: 0; }

.content {
  line-height: 1.5em;
  margin-bottom: 1rem; }
  .content .nt_simpletext {
    color: #5ab930;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    line-height: 1.25em;
    padding: 0.75em 0; }
    .content .nt_simpletext:first-child:after {
      background-color: #5ab930;
      content: "";
      display: block;
      height: 2px;
      width: 6%; }
  .content.contentRight .nt_simpletext {
    color: #0c182a; }
    .content.contentRight .nt_simpletext:first-child:after {
      background-color: #0c182a; }
  .content ul, .content ol {
    padding-left: 0.5em; }
  .content ul {
    list-style-type: circle; }
  .content ol {
    list-style-type: decimal; }
  .content #nt_gallery a {
    margin-bottom: 0.9375rem; }
    .content #nt_gallery a img {
      display: block; }
  .content .offerLink {
    background-color: #0c182a;
    border-bottom: 4px solid #5ab930;
    font-family: "Oswald", sans-serif;
    padding: 0.75rem; }
    .content .offerLink i {
      color: #5ab930;
      font-size: 32px; }
    .content .offerLink a {
      color: #fff;
      font-size: 1.25rem; }
  .content .nt_forms_div {
    display: block;
    float: left;
    margin-bottom: 1rem;
    margin-top: 1rem; }
    .content .nt_forms_div input, .content .nt_forms_div textarea {
      border: 1px solid #c6d6ef;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      font-family: "Fira Sans", sans-serif;
      margin-bottom: 0.5em;
      padding: 0.375em 0.5em;
      width: 100%; }
      .content .nt_forms_div input.submit, .content .nt_forms_div textarea.submit {
        background-color: #0c182a;
        border: none;
        color: #fff;
        font-weight: 700;
        padding: 0.5em 1em;
        -moz-transition: all 800ms;
        -webkit-transition: all 800ms 800ms;
        transition: all 800ms;
        width: auto; }
        .content .nt_forms_div input.submit:hover, .content .nt_forms_div textarea.submit:hover {
          background-color: #5ab930; }
    .content .nt_forms_div textarea {
      height: 8rem; }

.contentWide #nt_gallery a {
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative; }
  .contentWide #nt_gallery a img {
    float: left;
    opacity: 0.6;
    -moz-transition: all 800ms;
    -webkit-transition: all 800ms 800ms;
    transition: all 800ms; }
  .contentWide #nt_gallery a::after {
    background-color: #0c182a;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 0.9375rem;
    position: absolute;
    right: 0;
    width: 25%; }
  .contentWide #nt_gallery a::before {
    background: #fff url(../images/gallery-bg.png) no-repeat center center;
    background-size: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 0rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: all 800ms;
    -webkit-transition: all 800ms 800ms;
    transition: all 800ms;
    width: 0rem;
    z-index: 10; }
  .contentWide #nt_gallery a:hover img {
    opacity: 1; }
  .contentWide #nt_gallery a:hover::before {
    height: 3rem;
    width: 3rem; }

.news {
  background-color: #1d3a66;
  color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem; }
  .news .date, .news .title, .news .more {
    color: #5ab930;
    font-family: "Oswald", sans-serif;
    text-decoration: none; }
  .news .pre {
    color: #fff;
    font-size: 0.75rem;
    padding-top: 1em; }
  .news .more {
    display: inline-block;
    font-size: 0.75rem;
    margin-top: 1em; }
    .news .more:after {
      background-color: #fff;
      content: "";
      display: inline-block;
      height: 1px;
      width: 50%; }
  .news .all {
    margin-top: 1.75em; }
    .news .all a {
      border: 1px solid #183156;
      color: #12233e;
      display: inline-block;
      padding: 0.5em;
      -moz-transition: all 800ms;
      -webkit-transition: all 800ms 800ms;
      transition: all 800ms;
      width: 100%; }
      .news .all a:hover {
        background-color: #183156;
        color: #fff; }

.news-list .date, .news-list .title, .news-list .more {
  color: #5ab930;
  font-family: "Oswald", sans-serif;
  text-decoration: none; }
.news-list .pre {
  font-size: 0.75rem;
  padding-top: 1em; }
.news-list .more {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
  margin-top: 1em; }
  .news-list .more:after {
    background-color: #e6e6e6;
    content: "";
    display: inline-block;
    height: 1px;
    width: 50%; }

.newsListRight {
  line-height: 1.25em; }
  .newsListRight .date, .newsListRight .title, .newsListRight .more {
    color: #5ab930;
    font-family: "Oswald", sans-serif;
    text-decoration: none; }
  .newsListRight .pre {
    font-size: 0.75rem;
    padding-top: 0.25em; }
  .newsListRight .more {
    display: inline-block;
    font-size: 0.75rem;
    margin-top: 0.25em; }
    .newsListRight .more:after {
      background-color: #fff;
      content: "";
      display: inline-block;
      height: 1px;
      width: 50%; }

.footer {
  background-color: #0c182a;
  color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem; }
  .footer .contentBottom {
    padding-top: 1rem; }
    .footer .contentBottom h1, .footer .contentBottom h2, .footer .contentBottom h3, .footer .contentBottom h4, .footer .contentBottom h5, .footer .contentBottom h6 {
      font-family: "Oswald", sans-serif; }
    .footer .contentBottom .nt_simplepage {
      font-size: 0.75rem;
      padding-top: 1rem; }
  .footer .copyrights, .footer .credits {
    font-size: 0.625rem;
    color: #414d60; }
    .footer .copyrights a, .footer .credits a {
      color: inherit; }
  .footer .copyrights {
    padding-bottom: 1em;
    padding-top: 1rem; }

#system_message {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 700;
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  text-align: center;
  top: -100%;
  width: 100%;
  z-index: 100; }
  #system_message.false {
    background-color: rgba(192, 42, 55, 0.98); }
  #system_message.true {
    background-color: rgba(179, 194, 52, 0.98); }
  #system_message span {
    font-weight: 400; }

.smClose {
  margin-top: 1em; }
  .smClose span {
    background-color: #fff;
    color: #0c182a;
    cursor: pointer;
    display: inline-block;
    padding: 0.1em 0.5em;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms 600ms;
    transition: all 600ms; }
    .smClose span:hover {
      background-color: #0c182a;
      color: #fff; }

.sub-bar {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 9; }
  .sub-bar .limsMenu {
    display: inline-block;
    float: left;
    width: 100%; }
    .sub-bar .limsMenu ul {
      padding: 0.5rem 0;
      float: left;
      width: 100%; }
      .sub-bar .limsMenu ul li {
        width: 100%; }
        .sub-bar .limsMenu ul li#active > span, .sub-bar .limsMenu ul li#active > a {
          font-weight: 700; }
      .sub-bar .limsMenu ul.ulevel1 {
        display: inline-block;
        width: 100%; }
        .sub-bar .limsMenu ul.ulevel1 li.level1 {
          padding: 0.25em 0; }
      .sub-bar .limsMenu ul.ulevel2 {
        margin: 0; }
        .sub-bar .limsMenu ul.ulevel2 li {
          border-left: 1px solid #cccccc;
          border-right: 1px solid #cccccc;
          border-top: 1px solid #f2f2f2;
          font-size: 0.875em;
          padding: 0.5em 1em;
          width: 100%; }
          .sub-bar .limsMenu ul.ulevel2 li:first-child {
            border-top: 0; }
          .sub-bar .limsMenu ul.ulevel2 li:last-child {
            border-bottom: 1px solid #cccccc; }
      .sub-bar .limsMenu ul.ulevel3 {
        padding: 0.5em 0 0;
        margin: 0; }
        .sub-bar .limsMenu ul.ulevel3 li {
          border: none;
          padding: 0.5em 0.25em; }
          .sub-bar .limsMenu ul.ulevel3 li:before {
            content: "\00BB";
            display: inline-block;
            margin-right: 0.25em; }
          .sub-bar .limsMenu ul.ulevel3 li:last-child {
            border: none; }
    .sub-bar .limsMenu li {
      display: inline-block;
      float: left; }
      .sub-bar .limsMenu li a, .sub-bar .limsMenu li span {
        color: #0c182a; }
      .sub-bar .limsMenu li span {
        cursor: default; }

.limsContent {
  float: left;
  font-size: 0.75rem;
  margin: 0 0 2rem;
  width: 100%; }
  .limsContent h2 {
    color: #5ab930;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    line-height: 1.25em;
    padding: 0.75em 0; }
    .limsContent h2:after {
      background-color: #5ab930;
      content: "";
      display: block;
      height: 2px;
      width: 6%; }
  .limsContent textarea {
    height: auto;
    min-height: 100px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .limsContent select {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .limsContent #map_canvas img,
  .limsContent #map_canvas embed,
  .limsContent #map_canvas object,
  .limsContent .map_canvas img,
  .limsContent .map_canvas embed,
  .limsContent .map_canvas object,
  .limsContent .mqa-display img,
  .limsContent .mqa-display embed,
  .limsContent .mqa-display object {
    max-width: none !important; }
  .limsContent button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 3px;
    line-height: 1; }
  .limsContent [data-whatinput='mouse'] button {
    outline: 0; }
  .limsContent .is-visible {
    display: block !important; }
  .limsContent .is-hidden {
    display: none !important; }
  .limsContent [type='text'], .limsContent [type='password'], .limsContent [type='date'], .limsContent [type='datetime'], .limsContent [type='datetime-local'], .limsContent [type='month'], .limsContent [type='week'], .limsContent [type='email'], .limsContent [type='number'], .limsContent [type='search'], .limsContent [type='tel'], .limsContent [type='time'], .limsContent [type='url'], .limsContent [type='color'],
  .limsContent textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 2.75em;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    font-family: inherit;
    color: #0c182a;
    border-radius: 3px;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .limsContent [type='text']:focus, .limsContent [type='password']:focus, .limsContent [type='date']:focus, .limsContent [type='datetime']:focus, .limsContent [type='datetime-local']:focus, .limsContent [type='month']:focus, .limsContent [type='week']:focus, .limsContent [type='email']:focus, .limsContent [type='number']:focus, .limsContent [type='search']:focus, .limsContent [type='tel']:focus, .limsContent [type='time']:focus, .limsContent [type='url']:focus, .limsContent [type='color']:focus,
  .limsContent textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  .limsContent textarea {
    max-width: 100%; }
  .limsContent textarea[rows] {
    height: auto; }
  .limsContent input::-webkit-input-placeholder,
  .limsContent textarea::-webkit-input-placeholder {
    color: #cacaca; }
  .limsContent input::-moz-placeholder,
  .limsContent textarea::-moz-placeholder {
    color: #cacaca; }
  .limsContent input:-ms-input-placeholder,
  .limsContent textarea:-ms-input-placeholder {
    color: #cacaca; }
  .limsContent input::placeholder,
  .limsContent textarea::placeholder {
    color: #cacaca; }
  .limsContent input:disabled, .limsContent input[readonly],
  .limsContent textarea:disabled,
  .limsContent textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  .limsContent input.DatePicker {
    background-position: 0.25em center !important;
    padding-left: 2em; }
  .limsContent [type='submit'],
  .limsContent [type='button'] {
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .limsContent input[type='search'] {
    box-sizing: border-box; }
  .limsContent [type='file'],
  .limsContent [type='checkbox'],
  .limsContent [type='radio'] {
    margin: 0.5rem; }
  .limsContent [type='checkbox'] + label,
  .limsContent [type='radio'] + label {
    display: inline-block;
    margin: 0.5rem;
    vertical-align: baseline; }
  .limsContent [type='checkbox'] + label[for],
  .limsContent [type='radio'] + label[for] {
    cursor: pointer; }
  .limsContent label > [type='checkbox'],
  .limsContent label > [type='radio'] {
    margin-right: 0.5rem; }
  .limsContent [type='file'] {
    width: 100%; }
  .limsContent label, .limsContent .nt_forms_div .title {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a; }
  .limsContent label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }
  .limsContent .help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a; }
  .limsContent .input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem; }
  .limsContent .input-group > :first-child {
    border-radius: 3px 0 0 3px; }
  .limsContent .input-group > :last-child > * {
    border-radius: 0 3px 3px 0; }
  .limsContent .input-group-label, .limsContent .input-group-field, .limsContent .input-group-button {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle; }
  .limsContent .input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%; }
  .limsContent .input-group-label:first-child {
    border-right: 0; }
  .limsContent .input-group-label:last-child {
    border-left: 0; }
  .limsContent .input-group-field {
    border-radius: 0;
    height: 2.5rem; }
  .limsContent .input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%; }
  .limsContent .input-group-button a,
  .limsContent .input-group-button input,
  .limsContent .input-group-button button {
    margin: 0; }
  .limsContent .input-group .input-group-button {
    display: table-cell; }
  .limsContent fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
  .limsContent legend {
    margin-bottom: 0.5rem;
    max-width: 100%; }
  .limsContent .fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0; }
  .limsContent .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }
  .limsContent select {
    height: 2.75em;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    font-family: inherit;
    line-height: normal;
    color: #0c182a;
    background-color: #fefefe;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    .limsContent select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  .limsContent select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  .limsContent select::-ms-expand {
    display: none; }
  .limsContent select[multiple] {
    height: auto;
    background-image: none; }
  .limsContent .is-invalid-input:not(:focus) {
    background-color: rgba(198, 15, 19, 0.1);
    border-color: #c60f13; }
  .limsContent .is-invalid-label {
    color: #c60f13; }
  .limsContent .form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #c60f13; }
  .limsContent .form-error.is-visible {
    display: block; }
  .limsContent table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px; }
  .limsContent table thead,
  .limsContent table tbody,
  .limsContent table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  .limsContent table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  .limsContent table thead,
  .limsContent table tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
  .limsContent table thead tr,
  .limsContent table tfoot tr {
    background: transparent; }
  .limsContent table thead th,
  .limsContent table thead td,
  .limsContent table tfoot th,
  .limsContent table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  .limsContent table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  .limsContent table tbody th,
  .limsContent table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  .limsContent table.dp tbody td {
    text-align: center; }
  .limsContent table.dp tbody .dp_full {
    background-color: #e7998a !important; }
  .limsContent table.dp tbody .even1 .dp_full {
    background-color: #e29181 !important; }
  .limsContent table tbody th {
    font-weight: 700;
    height: 3.5em;
    overflow: hidden;
    position: relative;
    vertical-align: middle; }
    .limsContent table tbody th.options-2 {
      min-width: 70px; }
    .limsContent table tbody th.options-3, .limsContent table tbody th.options-6 {
      min-width: 100px; }
    .limsContent table tbody th.options-4, .limsContent table tbody th.options-8 {
      min-width: 120px; }
    .limsContent table tbody th span {
      background-color: #f2f2f2;
      border-bottom: 2px solid #5ab930;
      left: 0;
      height: 100%;
      padding: 1em 0;
      position: absolute;
      text-align: center;
      top: -100%;
      -moz-transition: all 600ms;
      -webkit-transition: all 600ms 600ms;
      transition: all 600ms;
      width: 100%; }
    .limsContent table tbody th:hover span, .limsContent table tbody th:focus span {
      top: 0; }
    .limsContent table tbody th a .material-icons {
      color: #5ab930;
      font-size: 17px;
      -moz-transition: all 400ms;
      -webkit-transition: all 400ms 400ms;
      transition: all 400ms; }
    .limsContent table tbody th a:hover .material-icons, .limsContent table tbody th a:focus .material-icons {
      color: #0c182a; }
  .limsContent table tbody td:last-child {
    border-left-width: 1px;
    text-align: center; }
  .limsContent table tbody td a {
    color: #5ab930;
    -moz-transition: all 800ms;
    -webkit-transition: all 800ms 800ms;
    transition: all 800ms; }
    .limsContent table tbody td a:hover {
      color: #0c182a; }
  .limsContent form .btn, .limsContent form #form_1274563534 .submit, .limsContent #form_1274563534 form .submit, .limsContent form #form_1260731483 .submit, .limsContent #form_1260731483 form .submit, .limsContent form #form_1390923835 .submit, .limsContent #form_1390923835 form .submit {
    margin-top: 1rem; }
    .limsContent form .btn.no-margin, .limsContent form #form_1274563534 .no-margin.submit, .limsContent #form_1274563534 form .no-margin.submit, .limsContent form #form_1260731483 .no-margin.submit, .limsContent #form_1260731483 form .no-margin.submit, .limsContent form #form_1390923835 .no-margin.submit, .limsContent #form_1390923835 form .no-margin.submit {
      margin-top: 0; }
  .limsContent form .action-buttons {
    margin-top: 1rem; }
    .limsContent form .action-buttons .btn, .limsContent form .action-buttons #form_1274563534 .submit, .limsContent #form_1274563534 form .action-buttons .submit, .limsContent form .action-buttons #form_1260731483 .submit, .limsContent #form_1260731483 form .action-buttons .submit, .limsContent form .action-buttons #form_1390923835 .submit, .limsContent #form_1390923835 form .action-buttons .submit {
      margin-top: 0; }
  .limsContent .uzytkownik_readonly {
    margin-bottom: 0.75rem; }
    .limsContent .uzytkownik_readonly:last-child {
      margin-bottom: 0; }
  .limsContent .action-buttons {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    margin: 0 0 0.75rem;
    padding: 0.5rem 0; }
  .limsContent .standard_list + .action-buttons {
    border: none;
    margin: 0; }
  .limsContent .btn, .limsContent #form_1274563534 .submit, .limsContent #form_1260731483 .submit, .limsContent #form_1390923835 .submit {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms 600ms;
    transition: all 600ms; }
    .limsContent .btn i, .limsContent #form_1274563534 .submit i, .limsContent #form_1260731483 .submit i, .limsContent #form_1390923835 .submit i {
      vertical-align: middle; }
    .limsContent .btn span, .limsContent #form_1274563534 .submit span, .limsContent #form_1260731483 .submit span, .limsContent #form_1390923835 .submit span {
      padding-top: 2px; }
    .limsContent .btn.btn-medium, .limsContent #form_1274563534 .submit, .limsContent #form_1260731483 .submit, .limsContent #form_1390923835 .submit {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.5em; }
      .limsContent .btn.btn-medium span, .limsContent #form_1274563534 .submit span, .limsContent #form_1260731483 .submit span, .limsContent #form_1390923835 .submit span {
        padding-top: 0.125em;
        vertical-align: middle; }
    .limsContent .btn.btn-small, .limsContent #form_1274563534 .btn-small.submit, .limsContent #form_1260731483 .btn-small.submit, .limsContent #form_1390923835 .btn-small.submit {
      font-size: 0.875rem;
      font-weight: 700;
      padding: 0.375em; }
    .limsContent .btn.btn-xsmall, .limsContent #form_1274563534 .btn-xsmall.submit, .limsContent #form_1260731483 .btn-xsmall.submit, .limsContent #form_1390923835 .btn-xsmall.submit {
      font-size: 0.375rem;
      font-weight: 700;
      padding: 0.25em; }
    .limsContent .btn.btn-primary, .limsContent #form_1274563534 .submit, .limsContent #form_1260731483 .submit, .limsContent #form_1390923835 .submit {
      background-color: #5ab930;
      color: #fff; }
      .limsContent .btn.btn-primary:hover, .limsContent #form_1274563534 .submit:hover, .limsContent #form_1260731483 .submit:hover, .limsContent #form_1390923835 .submit:hover {
        background-color: #469125; }
    .limsContent .btn.btn-secondary, .limsContent #form_1274563534 .btn-secondary.submit, .limsContent #form_1260731483 .btn-secondary.submit, .limsContent #form_1390923835 .btn-secondary.submit {
      background-color: #0c182a;
      color: #fff; }
      .limsContent .btn.btn-secondary:hover, .limsContent #form_1274563534 .btn-secondary.submit:hover, .limsContent #form_1260731483 .btn-secondary.submit:hover, .limsContent #form_1390923835 .btn-secondary.submit:hover {
        background-color: #172f52; }
    .limsContent .btn .material-icons, .limsContent #form_1274563534 .submit .material-icons, .limsContent #form_1260731483 .submit .material-icons, .limsContent #form_1390923835 .submit .material-icons {
      font-size: 21px; }
    .limsContent .btn + .btn, .limsContent #form_1274563534 .submit + .btn, .limsContent #form_1260731483 .submit + .btn, .limsContent #form_1390923835 .submit + .btn, .limsContent #form_1274563534 .btn + .submit, .limsContent #form_1274563534 .submit + .submit, .limsContent #form_1260731483 .btn + .submit, .limsContent #form_1260731483 .submit + .submit, .limsContent #form_1390923835 .btn + .submit, .limsContent #form_1390923835 .submit + .submit {
      margin-left: 0.5rem; }
  .limsContent .dok_sys .dir {
    font-size: 1.25em;
    font-weight: 700;
    padding-bottom: 0.25rem; }
  .limsContent .dok_sys ul {
    margin-bottom: 0.75rem; }
    .limsContent .dok_sys ul ul {
      margin-bottom: 0.5rem; }
      .limsContent .dok_sys ul ul li {
        line-height: 1.75em;
        list-style-type: circle; }
  .limsContent #form_1274563534 .submit, .limsContent #form_1260731483 .submit, .limsContent #form_1390923835 .submit {
    margin-top: 1rem; }
  .limsContent #form_1390923835 .title_header {
    font-size: 1.5em;
    margin-bottom: 0.75em; }
  .limsContent #form_1390923835 .title {
    font-weight: 700; }
  .limsContent div[id^='radio']:last-child {
    margin-bottom: 0.875rem; }

@media screen and (max-width: 39.9375em) {
  body > div:first-child {
    min-height: 200px; }

  body > div.start-page {
    min-height: 500px; }

  .rotate {
    height: 500px; }
    .rotate .item {
      height: 500px; }
      .rotate .item .textLine {
        margin-top: 320px; }

  .static {
    height: 200px; }
    .static .item {
      height: 200px; }

  .news .more {
    margin-bottom: 2rem; }
  .news .large-4:last-child .more {
    margin-bottom: 0; } }
@media screen and (max-width: 63.9375em) {
  .bar .topMenu li {
    margin: 0.5rem 0.25rem 0.75rem; }
    .bar .topMenu li a {
      padding: 0.5em; }
  .bar .userPanel {
    padding: 0.5rem;
    text-align: center; }
    .bar .userPanel .loginBox {
      top: 2.5rem; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body > div:first-child {
    min-height: 130px; }

  body > div.start-page {
    min-height: 400px; }

  .rotate {
    height: 400px; }
    .rotate .item {
      height: 400px; }
      .rotate .item .textLine {
        margin-top: 220px; }
        .rotate .item .textLine span {
          font-size: 3rem; }
      .rotate .item .subtextLine span {
        font-size: 2rem; }

  .static {
    height: 1340px; }
    .static .item {
      height: 130px; }

  .content {
    margin-bottom: 1.5rem; }
    .content > .nt_simpletext:first-child {
      font-size: 2rem; }
    .content .offerLink {
      border-bottom-width: 10px;
      margin-top: 2rem;
      overflow: hidden;
      padding: 1rem 0.75rem 0.75rem; }
      .content .offerLink a {
        line-height: 1.875em; }
        .content .offerLink a span {
          display: block; } }
@media screen and (min-width: 64em) {
  body > div:first-child {
    min-height: 150px; }

  body > div.start-page {
    min-height: 600px; }

  .bar .topMenu {
    padding-top: 2.5rem;
    text-align: right; }
    .bar .topMenu li {
      position: relative; }
      .bar .topMenu li a::after {
        background: #fff;
        content: "";
        display: block;
        height: 1px;
        margin: 0.5rem 20% 0;
        position: absolute;
        width: 60%; }
  .bar .userPanel {
    padding: 1.5rem 0 1.5rem 0.5rem; }
    .bar .userPanel .loginBox {
      top: 93px;
      width: 250px; }
      .bar .userPanel .loginBox input.submit {
        width: auto; }
    .bar .userPanel .language a {
      display: block; }

  .sub-bar .limsMenu ul {
    padding: 0.5rem 0;
    float: left; }
    .sub-bar .limsMenu ul.ulevel1 {
      display: inline-block;
      width: 100%; }
      .sub-bar .limsMenu ul.ulevel1 li.level1 {
        margin-right: 1em;
        padding: 0.25em 1em 0.25em 0;
        position: relative;
        width: auto; }
        .sub-bar .limsMenu ul.ulevel1 li.level1:after {
          background-color: #8aacde;
          content: "";
          display: inline-block;
          height: 50%;
          position: absolute;
          right: 0;
          top: 25%;
          width: 1px; }
        .sub-bar .limsMenu ul.ulevel1 li.level1:last-child {
          margin-right: 0;
          padding-right: 0; }
          .sub-bar .limsMenu ul.ulevel1 li.level1:last-child:after {
            display: none; }
        .sub-bar .limsMenu ul.ulevel1 li.level1:hover ul {
          max-height: 30rem; }
    .sub-bar .limsMenu ul.ulevel2 {
      background-color: #fff;
      left: 0;
      margin: 0;
      max-height: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      top: 2rem;
      -moz-transition: all 1200ms;
      -webkit-transition: all 1200ms 1200ms;
      transition: all 1200ms;
      width: 200px; }
      .sub-bar .limsMenu ul.ulevel2 li:first-child {
        border-top: 0; }
  .sub-bar .limsMenu li {
    display: inline-block;
    float: left; }
    .sub-bar .limsMenu li a, .sub-bar .limsMenu li span {
      color: #0c182a; }
    .sub-bar .limsMenu li span {
      cursor: default; }

  .rotate {
    height: 600px; }
    .rotate .owl-controls {
      bottom: 2rem;
      display: block;
      left: 0;
      position: absolute;
      width: 100%; }
      .rotate .owl-controls .owl-nav {
        margin-left: auto;
        margin-right: auto;
        max-width: 62.5rem;
        text-align: right; }
        .rotate .owl-controls .owl-nav div {
          border: 2px solid #5ab930;
          color: #5ab930;
          display: inline-block;
          text-align: center;
          -moz-transition: all 600ms;
          -webkit-transition: all 600ms 600ms;
          transition: all 600ms;
          width: 2.125rem; }
          .rotate .owl-controls .owl-nav div i {
            font-size: 32px;
            line-height: 2rem; }
          .rotate .owl-controls .owl-nav div:first-child {
            margin-right: 0.375rem; }
          .rotate .owl-controls .owl-nav div:hover {
            background-color: #5ab930; }
            .rotate .owl-controls .owl-nav div:hover i {
              color: #0c182a; }
    .rotate .item {
      height: 600px; }
      .rotate .item::after {
        background: rgba(12, 24, 42, 0.8);
        bottom: 0;
        content: "";
        display: block;
        height: 150px;
        left: 0;
        min-width: 1px;
        position: absolute;
        -moz-transition: all 800ms;
        -webkit-transition: all 800ms 800ms;
        transition: all 800ms;
        width: 100%; }
      .rotate .item .textLine {
        margin-top: 400px; }
        .rotate .item .textLine span {
          font-size: 4rem; }
      .rotate .item .subtextLine span {
        font-size: 3rem; }

  .static {
    height: 133px; }
    .static .item {
      height: 133px; }

  .content {
    margin-bottom: 2rem; }
    .content > .nt_simpletext:first-child {
      font-size: 2rem; }
    .content .offerLink {
      border-bottom-width: 10px;
      margin-top: 5rem;
      padding: 1.5rem 1rem 1rem; }
      .content .offerLink a {
        line-height: 1.875em; }
        .content .offerLink a span {
          display: block; }

  .footer {
    padding-bottom: 4rem; }

  .limsContent tr td .material-icons {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    font-size: 20px;
    opacity: 0.2;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms 600ms;
    transition: all 600ms; }
  .limsContent tr td .btn .material-icons, .limsContent tr td #form_1274563534 .submit .material-icons, .limsContent #form_1274563534 tr td .submit .material-icons, .limsContent tr td #form_1260731483 .submit .material-icons, .limsContent #form_1260731483 tr td .submit .material-icons, .limsContent tr td #form_1390923835 .submit .material-icons, .limsContent #form_1390923835 tr td .submit .material-icons {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .limsContent tr:hover td .material-icons {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
