@charset "UTF-8";
.container-fluid, .container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.333%; }

  .col-sm-offset-2 {
    margin-left: 16.667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.333%; }

  .col-sm-offset-5 {
    margin-left: 41.667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.333%; }

  .col-sm-offset-8 {
    margin-left: 66.667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.333%; }

  .col-sm-offset-11 {
    margin-left: 91.667%; }

  .start-sm {
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    justify-content: center;
    text-align: center; }

  .end-sm {
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    align-items: flex-start; }

  .middle-sm {
    align-items: center; }

  .bottom-sm {
    align-items: flex-end; }

  .around-sm {
    justify-content: space-around; }

  .between-sm {
    justify-content: space-between; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.333%; }

  .col-md-offset-2 {
    margin-left: 16.667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.333%; }

  .col-md-offset-5 {
    margin-left: 41.667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.333%; }

  .col-md-offset-8 {
    margin-left: 66.667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.333%; }

  .col-md-offset-11 {
    margin-left: 91.667%; }

  .start-md {
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    justify-content: center;
    text-align: center; }

  .end-md {
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    align-items: flex-start; }

  .middle-md {
    align-items: center; }

  .bottom-md {
    align-items: flex-end; }

  .around-md {
    justify-content: space-around; }

  .between-md {
    justify-content: space-between; }

  .first-md {
    order: -1; }

  .last-md {
    order: 1; } }
@media only screen and (min-width: 80em) {
  .container, .row {
    max-width: 81rem;
    margin: 0 auto; }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.333%; }

  .col-lg-offset-2 {
    margin-left: 16.667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.333%; }

  .col-lg-offset-5 {
    margin-left: 41.667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.333%; }

  .col-lg-offset-8 {
    margin-left: 66.667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.333%; }

  .col-lg-offset-11 {
    margin-left: 91.667%; }

  .start-lg {
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    justify-content: center;
    text-align: center; }

  .end-lg {
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    align-items: flex-start; }

  .middle-lg {
    align-items: center; }

  .bottom-lg {
    align-items: flex-end; }

  .around-lg {
    justify-content: space-around; }

  .between-lg {
    justify-content: space-between; }

  .first-lg {
    order: -1; }

  .last-lg {
    order: 1; } }
body {
  font-family: "Helvetica";
  font-size: 0; }

.wrapper {
  font-size: 1rem;
  line-height: 1.5; }

h1 {
  font-size: 225%;
  border-bottom: 1px dashed #ccc; }

h2 {
  font-size: 200%; }

h3 {
  font-size: 175%; }

h4 {
  font-size: 125%;
  color: #414042; }

h5 {
  font-size: 125%; }

h6 {
  font-size: 125%; }

h1.heading, h2.heading {
  margin: 0;
  padding: 0; }

h1.lead, h2.lead, h3.lead, h4.lead, h5.lead, h6.lead {
  margin: 0 0 1.5rem; }

a {
  text-decoration: none;
  color: #00a79d; }
  a:hover {
    text-decoration: underline; }

img {
  height: auto;
  max-width: 100%; }

address {
  font-style: normal; }

q {
  quotes: "“" "”" "‘" "’"; }

:lang(fr) q {
  quotes: "«" "»" "‘" "’"; }

:lang(sl) q {
  quotes: "„" "”" "‘" "’"; }

blockquote h4 {
  margin: 0.75rem 0; }
blockquote p {
  margin-top: 0; }
  blockquote p::before {
    content: open-quote; }
  blockquote p::after {
    content: close-quote; }
blockquote cite::before {
  content: '— '; }

dl dt, dl dd {
  margin: 0;
  display: inline; }
dl dd {
  font-weight: 700; }

ul {
  padding: 0 1.5rem; }

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

body {
  height: 100vh;
  background-color: #ebebeb; }

hr {
  border-color: #ebebeb; }

.wrapper {
  overflow-x: hidden;
  height: 100%; }

.site-wrap {
  min-height: 100%;
  min-width: 100%;
  transition: 0.5s all ease;
  position: relative;
  left: 0;
  overflow-y: auto;
  padding-bottom: 3rem; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.5s all; }

.offscreen-nav.show ~ .site-wrap {
  left: 100%;
  overflow-y: hidden; }
  @media only screen and (min-width: 64em) {
    .offscreen-nav.show ~ .site-wrap {
      left: 50%; } }
  @media only screen and (min-width: 80em) {
    .offscreen-nav.show ~ .site-wrap {
      left: 30%; } }
  .offscreen-nav.show ~ .site-wrap .overlay {
    pointer-events: auto;
    cursor: pointer;
    opacity: 1; }

.container {
  padding: .4rem;
  background-color: #fff; }

.content {
  border-bottom: 1px dashed #ccc; }
  .content [class^="col-"] {
    padding: 2rem; }
  .content img {
    margin: 1rem 0;
    width: 100%; }
    .content img[align="left"] {
      margin-left: 0; }
    .content img[align="right"] {
      margin-right: 0; }
    @media only screen and (min-width: 48em) {
      .content img {
        margin: 1rem;
        max-width: 33%; } }

ul.check-marks {
  list-style-image: url("/images/checkmark.svg"); }

main {
  margin-top: 2rem !important; }

#trigger-bottom-1 {
  order: 10; }

#text-bottom-1 {
  order: 11; }

#trigger-bottom-2 {
  order: 20; }

#text-bottom-2 {
  order: 21; }

#trigger-bottom-3 {
  order: 30; }

#text-bottom-3 {
  order: 31; }

@media only screen and (min-width: 64em) {
  #text-bottom-1 {
    order: 110; }

  #text-bottom-2 {
    order: 120; }

  #text-bottom-3 {
    order: 130; } }
#map {
  background-color: #ccc;
  height: 500px;
  width: 100%; }

.container {
  padding: 0.5rem; }

.grid-images {
  font-size: 0; }
  .grid-images .row {
    margin: 0; }
    .grid-images .row:last-of-type {
      margin-bottom: 0; }
    .grid-images .row *[class^="col-"] {
      height: auto;
      font-size: 1rem;
      overflow: hidden;
      margin-bottom: 0.5rem; }
      @media only screen and (min-width: 48em) {
        .grid-images .row *[class^="col-"] {
          padding-right: 0.5rem;
          padding-left: 0; }
          .grid-images .row *[class^="col-"]:last-of-type {
            padding-right: 0; } }
    .grid-images .row .limit {
      height: 300px; }
    .grid-images .row .text-row {
      max-height: 0;
      overflow: hidden;
      margin: 0;
      padding: 0 1rem;
      transition: all linear 0.5s; }
      .grid-images .row .text-row.visible {
        max-height: 600px;
        padding: 1rem 1rem 3rem; }
  .grid-images picture {
    height: 100%; }
    .grid-images picture > * {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
  .grid-images .captioned {
    position: relative;
    height: 100%; }
    .grid-images .captioned h4 {
      position: absolute;
      margin: 0;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      height: 280px;
      width: 280px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.4);
      text-align: center;
      line-height: 280px;
      transition: all 1s;
      color: #fff; }
    .grid-images .captioned [data-color="green"]:hover {
      background-color: rgba(48, 138, 3, 0.9); }
    .grid-images .captioned [data-color="orange"]:hover {
      background-color: rgba(227, 162, 23, 0.9); }
    .grid-images .captioned [data-color="cyan"]:hover {
      background-color: rgba(3, 113, 138, 0.9); }
    .grid-images .captioned [data-color="brown"]:hover {
      background-color: rgba(79, 68, 4, 0.9); }

* + .btn {
  margin-top: 0.75rem; }

.btn {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  outline: none;
  padding: 0.9375rem 2.4rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s all;
  z-index: 10; }
  .btn:hover {
    text-decoration: none; }
  .btn::after {
    content: '';
    position: absolute;
    transition: 0.5s all;
    z-index: -1; }

.btn-default {
  border: 0.15rem solid #3FA743;
  overflow: hidden;
  background-color: #3FA743;
  color: #fff; }

.btn-circular, .btn-social {
  padding: 1.5rem;
  border-radius: 50%;
  height: 4.5rem;
  width: 4.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center; }

.btn-social {
  border: 0.15rem solid #3FA743;
  color: #3FA743;
  margin-right: .5rem; }
  .btn-social:last-of-type {
    margin-right: 0; }
  .btn-social::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1.3);
    background-color: #3FA743;
    opacity: 0;
    pointer-events: none; }
  .btn-social:hover, .btn-social:active {
    color: #fff; }
  .btn-social:hover::after {
    transform: scale(1.02);
    opacity: 1; }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
ul.slider {
  padding: 0;
  margin: 0;
  height: 100%; }
  ul.slider blockquote {
    margin-left: .5rem;
    margin-right: .5rem; }

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  height: 100%; }
  .bx-wrapper img {
    max-width: 100%;
    display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  /* LOADER */
  /* PAGER */ }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-pager {
    text-align: center;
    bottom: 2vh; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      outline: 0;
      display: inline-block;
      width: 100%;
      height: 100%;
      font-size: 0;
      padding: 0 .25rem;
      color: #fff;
      opacity: .5; }
      .bx-wrapper .bx-pager.bx-default-pager a::after {
        font-family: FontAwesome;
        content: '\f10c';
        font-size: 1.5rem;
        display: inline-block; }
      .bx-wrapper .bx-pager.bx-default-pager a:hover::after, .bx-wrapper .bx-pager.bx-default-pager a.active::after {
        font-family: FontAwesome;
        content: '\f111';
        font-size: 1.5rem; }
  .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0; }
  .bx-wrapper:hover .bx-next {
    opacity: .5; }
  .bx-wrapper:hover .bx-prev {
    opacity: .5; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-prev, .bx-next {
  z-index: 150;
  position: absolute;
  font-family: FontAwesome;
  padding: 0 .5rem;
  text-align: center;
  font-size: 1.5rem;
  display: inline-block;
  transition: 0.5s all ease;
  font-size: 400%;
  top: 50%;
  color: #fff;
  opacity: 0;
  transform: translateY(-50%); }
  .bx-prev:hover, .bx-next:hover {
    color: #fff; }

.bx-next {
  right: 0.25rem; }

.bx-prev {
  left: 0.25rem; }

.bx-controls-direction a:hover, .bx-controls-direction a:active {
  opacity: .8 !important; }

.bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-controls-auto {
  text-align: center; }
  .bx-controls-auto .bx-start {
    display: block;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px; }
  .bx-controls-auto .bx-stop {
    display: block;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.slideshow-thumbnails img {
  margin: 0;
  max-height: 1000px;
  object-fit: cover;
  object-position: 50% 50%; }

#bx-pager {
  text-align: center; }
  #bx-pager a {
    padding: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 24.5%;
    font-size: 0;
    margin: .5rem 0; }
  #bx-pager a.active, #bx-pager a:hover {
    border: 1px solid #5280DD; }
  #bx-pager img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 150px;
    margin: 0;
    max-width: 100%;
    vertical-align: middle; }

.slideshow-tabs-pager a {
  display: inline-block;
  padding: .5rem 1rem;
  border: 1px solid #ccc;
  transition: all 0.5s; }
  .slideshow-tabs-pager a:hover {
    background-color: #fafafa;
    text-decoration: none; }

.nav {
  margin: 0;
  padding: 5vh;
  position: fixed;
  top: 0;
  z-index: 100;
  font-size: 3rem;
  line-height: 3rem; }

.menu-icon {
  transition: 0.5s all;
  color: #00a79d;
  opacity: .7; }
  .menu-icon:hover {
    opacity: 1; }

.menu-trigger {
  cursor: pointer; }

.offscreen-nav {
  position: fixed;
  top: 0;
  height: 100%;
  left: -100%;
  width: 100%;
  background-color: #fff;
  z-index: 200;
  overflow-y: auto;
  transition: 0.5s all ease; }
  @media only screen and (min-width: 64em) {
    .offscreen-nav {
      width: 50%;
      left: -50%;
      border-right: 0.3rem solid #5ac4bb; } }
  @media only screen and (min-width: 80em) {
    .offscreen-nav {
      width: 30%;
      left: -30%; } }
  .offscreen-nav.show {
    left: 0; }
  .offscreen-nav ul {
    margin: 0;
    padding: 0; }
  .offscreen-nav li {
    list-style-type: none;
    margin: 0;
    font-family: "Trajan Pro";
    font-size: 125%; }
    .offscreen-nav li > * {
      text-decoration: none;
      padding: 1.5rem 3rem;
      display: block;
      color: #333; }
      .offscreen-nav li > * .fa {
        display: inline-block;
        width: 2rem; }
    .offscreen-nav li:hover {
      background-color: #f0faf9; }
    .offscreen-nav li.active {
      background-color: #5ac4bb; }
    .offscreen-nav li.active a {
      color: #fff; }

.langbar {
  background-color: rgba(255, 255, 255, 0.5);
  background-color: white;
  padding: .1rem; }
  .langbar a {
    padding: .1rem;
    margin: 0 .1rem; }
  .langbar img {
    transition: all .1s;
    filter: drop-shadow(0 0 0.2rem #ccc);
    vertical-align: bottom; }
    .langbar img:hover {
      transform: scale(1.2); }

.logo img {
  height: 15rem; }

/*# sourceMappingURL=kozjak.css.map */
