/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(../../vendor/fancybox-master/jquery.fancybox.min.css);
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 476px) {
    .container {
      max-width: 440px; } }
  @media (min-width: 668px) {
    .container {
      max-width: 620px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 860px; } }
  @media (min-width: 1190px) {
    .container {
      max-width: 1130px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 476px) {
  .container, .container-sm {
    max-width: 440px; } }
@media (min-width: 668px) {
  .container, .container-sm, .container-md {
    max-width: 620px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 860px; } }
@media (min-width: 1190px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1130px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

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

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

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

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

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

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 476px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 668px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1190px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  text-align: right; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

@font-face {
  font-family: 'Noto Sans Light';
  src: url("../fonts/NotoSans-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans Regular';
  src: url("../fonts/NotoSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans SemiBold';
  src: url("../fonts/NotoSans-SemiBold.ttf") format("truetype"); }
body {
  font-family: 'Noto Sans Light', sans-serif;
  font-weight: 300;
  color: #202020;
  padding-top: 125px; }
  body.scroll header #logo-container-outer #logo-container {
    padding-top: 10px;
    padding-bottom: 10px; }
    body.scroll header #logo-container-outer #logo-container #logo {
      width: 180px; }

html {
  display: flex; }

body {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column; }

header,
footer {
  flex-shrink: 0; }

main {
  flex-grow: 1;
  margin-top: 35px;
  margin-bottom: 30px; }
  main ul {
    padding-left: 0;
    list-style-type: none; }
    main ul li {
      background-image: url(../img/bullet.svg);
      padding-left: 15px;
      background-repeat: no-repeat;
      background-position: 0 14px;
      background-size: 4px; }

a {
  color: #202020;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #202020; }

a.button {
  background-color: #4f9ad0 !important;
  color: #FFFFFF !important;
  border: none !important;
  padding: 10px 80px !important;
  text-decoration: none; }

strong {
  font-family: 'Noto Sans SemiBold'; }

h1 {
  font-size: 1.7rem;
  margin-bottom: 20px;
  font-family: 'Noto Sans SemiBold';
  letter-spacing: 1px; }

h2 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.2rem; }

p {
  line-height: 26px; }

hr {
  border-bottom: 1px solid #4f9ad0; }

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

body.home {
  overflow-x: hidden; }
  body.home main {
    margin-top: 25px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

body.admin-bar header {
  top: 32px; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10; }
  header #logo-container-outer {
    background: #FFFFFF; }
    header #logo-container-outer #logo-container {
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      header #logo-container-outer #logo-container #logo {
        width: 250px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
      header #logo-container-outer #logo-container .col-header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        header #logo-container-outer #logo-container .col-header-right #searchform #s {
          border: none;
          border-bottom: 1px solid #202020;
          outline: none;
          width: 240px; }
          header #logo-container-outer #logo-container .col-header-right #searchform #s::-webkit-input-placeholder {
            color: #202020;
            opacity: 1; }
        header #logo-container-outer #logo-container .col-header-right ul {
          display: flex;
          list-style-type: none;
          padding: 0;
          margin: 0;
          padding-left: 5px; }
          header #logo-container-outer #logo-container .col-header-right ul li {
            padding: 0 5px; }
            header #logo-container-outer #logo-container .col-header-right ul li a {
              width: 30px;
              height: 30px;
              display: block; }
              header #logo-container-outer #logo-container .col-header-right ul li a#language-german {
                background-image: url(../img/d.svg); }
                header #logo-container-outer #logo-container .col-header-right ul li a#language-german:hover {
                  background-image: url(../img/d-hover.svg); }
              header #logo-container-outer #logo-container .col-header-right ul li a#language-french {
                background-image: url(../img/f.svg); }
                header #logo-container-outer #logo-container .col-header-right ul li a#language-french:hover {
                  background-image: url(../img/f-hover.svg); }
              header #logo-container-outer #logo-container .col-header-right ul li a#mail {
                background-image: url(../img/mail.svg); }
                header #logo-container-outer #logo-container .col-header-right ul li a#mail:hover {
                  background-image: url(../img/mail-hover.svg); }
  header #navigation {
    background-color: rgba(0, 77, 124, 0.75); }
  header .navigation-col a {
    color: #FFFFFF;
    text-decoration: none; }
  header .navigation-col ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  header .navigation-col > ul > li {
    display: inline-block;
    text-transform: uppercase; }
    header .navigation-col > ul > li:hover, header .navigation-col > ul > li.current-menu-item, header .navigation-col > ul > li.current-menu-ancestor {
      background-color: #4f9ad0; }
    header .navigation-col > ul > li a {
      padding: 10px 15px;
      display: block; }
      header .navigation-col > ul > li a:hover {
        text-decoration: none; }
    header .navigation-col > ul > li > ul.sub-menu {
      position: absolute;
      display: none;
      z-index: 10;
      width: 250px; }
      header .navigation-col > ul > li > ul.sub-menu > li {
        background-color: #4f9ad0;
        border-top: 1px solid #FFFFFF;
        text-transform: none; }
        header .navigation-col > ul > li > ul.sub-menu > li:hover, header .navigation-col > ul > li > ul.sub-menu > li.nav-open {
          background-color: #003c5f; }
        header .navigation-col > ul > li > ul.sub-menu > li.menu-item-has-children > a::before {
          content: '>';
          margin-right: 5px; }
        header .navigation-col > ul > li > ul.sub-menu > li > ul.sub-menu {
          display: none; }
          header .navigation-col > ul > li > ul.sub-menu > li > ul.sub-menu li {
            border-top: 1px solid #FFFFFF; }
            header .navigation-col > ul > li > ul.sub-menu > li > ul.sub-menu li:hover {
              background-color: #4f9ad0; }
            header .navigation-col > ul > li > ul.sub-menu > li > ul.sub-menu li > a {
              padding-left: 26px; }
    header .navigation-col > ul > li:hover ul.sub-menu {
      display: block; }
  header #mobile-header {
    display: none;
    background-color: #FFFFFF; }
    header #mobile-header .col-12 {
      display: flex;
      padding-top: 15px;
      padding-bottom: 15px;
      justify-content: space-between; }
      header #mobile-header .col-12 #open-nav {
        width: 40px;
        margin-top: 10px; }
      header #mobile-header .col-12 #mobile-logo {
        width: 200px; }

#header-post-thumbnail {
  height: 250px;
  background-size: cover;
  background-position: center center; }

#mobile-navigation-outer {
  background-color: #4f9ad0;
  display: none;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  width: 0; }
  #mobile-navigation-outer #mobile-navigation-header .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 37px;
    padding-bottom: 29px; }
    #mobile-navigation-outer #mobile-navigation-header .col-12 .close {
      width: 34px; }
  #mobile-navigation-outer #mobile-navigation a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto; }
  #mobile-navigation-outer #mobile-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #mobile-navigation-outer #mobile-navigation ul.sub-menu {
      display: none; }
    #mobile-navigation-outer #mobile-navigation ul li {
      border-top: 1px solid #FFFFFF; }
  #mobile-navigation-outer #mobile-navigation > ul > li > a {
    text-transform: uppercase; }
  #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent {
    background-color: #003c5f; }
    #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item > ul.sub-menu, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent > ul.sub-menu {
      display: block; }
      #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item > ul.sub-menu > li, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent > ul.sub-menu > li {
        background-color: #4f9ad0; }
        #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item > ul.sub-menu > li.current-menu-item, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item > ul.sub-menu > li.current-menu-parent, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent > ul.sub-menu > li.current-menu-item, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent > ul.sub-menu > li.current-menu-parent {
          background-color: #003c5f; }
          #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item > ul.sub-menu > li.current-menu-item > ul.sub-menu, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item > ul.sub-menu > li.current-menu-parent > ul.sub-menu, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent > ul.sub-menu > li.current-menu-item > ul.sub-menu, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent > ul.sub-menu > li.current-menu-parent > ul.sub-menu {
            display: block; }
            #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item > ul.sub-menu > li.current-menu-item > ul.sub-menu > li, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent > ul.sub-menu > li.current-menu-item > ul.sub-menu > li, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent > ul.sub-menu > li.current-menu-parent > ul.sub-menu > li {
              background-color: #4f9ad0; }
        #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-item > ul.sub-menu > li.menu-item-has-children > a::before, #mobile-navigation-outer #mobile-navigation > ul > li.current-menu-parent > ul.sub-menu > li.menu-item-has-children > a::before {
          content: '>';
          margin-right: 5px; }

#spenden-button div {
  width: 171px;
  height: 171px;
  border-radius: 175px;
  z-index: 9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  position: absolute;
  right: -110px;
  top: -56px;
  background-size: 175px;
  background-position: center; }

body.home #spenden-button div {
  right: -110px;
  top: -95px; }

.flex-control-paging li a {
  background: #5295bd !important; }

.flex-control-paging li a.flex-active {
  background: #09537e !important; }

.metaslider .caption-wrap {
  background: rgba(86, 150, 194, 0.75) !important;
  opacity: 1 !important;
  line-height: 1 !important; }

.metaslider .caption {
  padding: 10px 0 !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.metaslider .caption .heading-1 {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: 'Noto Sans Regular', sans-serif;
  letter-spacing: 1px; }

.metaslider .caption .heading-2 {
  font-size: 34px;
  margin-top: 5px;
  line-height: 2.5rem;
  font-family: 'Noto Sans SemiBold', sans-serif; }

@media (min-width: 476px) {
  .metaslider .caption {
    max-width: 410px; } }
@media (min-width: 668px) {
  .metaslider .caption {
    max-width: 590px; } }
@media (min-width: 992px) {
  .metaslider .caption {
    max-width: 830px; } }
@media (min-width: 1190px) {
  .metaslider .caption {
    max-width: 1100px; } }
.metaslider .flex-control-nav {
  bottom: -46px !important; }

.metaslider .flexslider {
  margin-bottom: 40px !important; }

.metaslider .flexslider .flex-direction-nav li a {
  opacity: 1 !important; }
  .metaslider .flexslider .flex-direction-nav li a.flex-prev {
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-white-left.svg); }
    .metaslider .flexslider .flex-direction-nav li a.flex-prev:hover {
      background-image: url(../img/arrow-blue-left.svg); }
  .metaslider .flexslider .flex-direction-nav li a.flex-next {
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow-white-right.svg); }
    .metaslider .flexslider .flex-direction-nav li a.flex-next:hover {
      background-image: url(../img/arrow-blue-right.svg); }

.metaslider .flexslider:hover .flex-direction-nav li a.flex-prev {
  left: 20px; }
.metaslider .flexslider:hover .flex-direction-nav li a.flex-next {
  right: 20px; }

body.home article .col-12 p:last-of-type {
  margin-bottom: 40px; }

.home-box {
  margin-bottom: 30px; }

.home-box span, #front-page-agenda span {
  position: absolute;
  left: 15px;
  right: 15px;
  background-color: rgba(86, 150, 194, 0.75);
  color: #FFFFFF;
  padding: 5px;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: center;
  font-family: 'Noto Sans SemiBold';
  letter-spacing: 1px;
  z-index: 1; }

.home-box a .image-darken, #front-page-agenda .image-darken {
  background-color: #000000; }
  .home-box a .image-darken img, #front-page-agenda .image-darken img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.home-box a:hover img, #front-page-agenda:hover img {
  opacity: 0.6; }

#front-page-agenda {
  height: 100%;
  background-color: #7baecf; }
  #front-page-agenda a {
    text-decoration: none; }
  #front-page-agenda .front-page-agenda-dates {
    padding: 10px; }
    #front-page-agenda .front-page-agenda-dates .front-page-agenda-date {
      margin-bottom: 15px; }
      #front-page-agenda .front-page-agenda-dates .front-page-agenda-date:last-of-type {
        margin-bottom: 0; }
      #front-page-agenda .front-page-agenda-dates .front-page-agenda-date strong {
        display: block; }

.tag-cloud {
  margin-top: 40px;
  border-top: 2px solid #2d749d;
  border-bottom: 2px solid #2d749d;
  padding: 20px 0;
  text-align: center; }
  .tag-cloud a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px; }

.nf-form-content {
  padding: 0 !important;
  max-width: none !important; }
  .nf-form-content .nf-field-label {
    display: none !important; }

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: auto !important; }

input, textarea {
  border: none !important;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid black !important;
  padding: 0 !important;
  color: #202020 !important; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #202020;
    opacity: 1; }

input[type=button], button {
  background-color: #4f9ad0 !important;
  color: #FFFFFF !important;
  border: none !important;
  padding: 10px !important; }

#subForm input, #subForm select {
  margin-bottom: 25px;
  width: 100%; }

.agenda .agenda-month {
  font-family: 'Noto Sans SemiBold';
  color: #4f9ad0;
  border-bottom: 1px solid #4f9ad0;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.blog-entry .divider div {
  border-bottom: 1px solid #4f9ad0;
  margin-bottom: 28px; }
.blog-entry img.attachment-post-thumbnail {
  margin-bottom: 1rem; }

.entry-title {
  font-size: 1rem;
  font-family: 'Noto Sans SemiBold';
  color: #4f9ad0; }

.grundschrift-klein {
  font-size: 11px;
  line-height: 19px; }
  .grundschrift-klein strong {
    font-family: 'Noto Sans SemiBold';
    letter-spacing: 1px; }

#beobachtungsformular input[type="text"], #beobachtungsformular input[type="email"] {
  width: 100%;
  padding: 10px 0 !important;
  margin-bottom: 5px; }
#beobachtungsformular input[type="file"] {
  border-bottom: none !important; }
#beobachtungsformular .heading {
  display: block;
  border-bottom: 1px solid black !important;
  padding: 10px 0 !important; }
#beobachtungsformular label {
  width: 100%; }
#beobachtungsformular textarea {
  width: 100%;
  margin-bottom: 15px; }
#beobachtungsformular #mapcontainer {
  z-index: 5; }
#beobachtungsformular .sl-icon-service-map {
  display: none !important; }
#beobachtungsformular .info-text {
  margin-top: 15px; }
  #beobachtungsformular .info-text p {
    margin-bottom: 10px; }
#beobachtungsformular input[type="submit"] {
  text-transform: uppercase;
  background-color: #7baecf !important;
  display: inline-block;
  color: white !important;
  padding: 7px 10px !important;
  border-bottom: none !important;
  margin-top: 10px; }

.beobachtung-message {
  margin-bottom: 15px;
  display: block; }

footer {
  color: #FFFFFF; }
  footer a {
    color: #FFFFFF;
    text-decoration: none; }
    footer a:hover, footer a:focus {
      text-decoration: none;
      color: #FFFFFF; }
  footer #goToTop {
    text-align: center; }
    footer #goToTop a {
      background-image: url(../img/arrow-top.svg);
      display: inline-block;
      margin-bottom: 32px;
      width: 45px;
      height: 45px; }
      footer #goToTop a:hover {
        background-image: url(../img/arrow-top-hover.svg); }
  footer #footer-top {
    background-color: #01527f; }
    footer #footer-top .icon-row {
      justify-content: center;
      padding-top: 45px; }
    footer #footer-top .icon-col {
      display: flex;
      justify-content: center; }
    footer #footer-top .footer-top-box {
      text-align: center;
      display: inline-block;
      background-color: #4f9ad0;
      flex: 1 1 0; }
      footer #footer-top .footer-top-box:first-of-type {
        margin-right: 40px; }
      footer #footer-top .footer-top-box:last-of-type {
        margin-left: 40px; }
      footer #footer-top .footer-top-box:hover {
        background-color: #2d749d; }
      footer #footer-top .footer-top-box a {
        display: block;
        padding: 15px 0; }
        footer #footer-top .footer-top-box a img {
          width: 115px;
          margin-bottom: 40px; }
        footer #footer-top .footer-top-box a img.beobachtung {
          margin-bottom: 30px; }
        footer #footer-top .footer-top-box a img.agenda {
          width: 70px; }
        footer #footer-top .footer-top-box a img.spenden {
          width: 100px; }
        footer #footer-top .footer-top-box a span {
          display: block;
          text-transform: uppercase;
          font-size: 1.4rem;
          line-height: 1.1;
          font-family: 'Noto Sans SemiBold';
          letter-spacing: 1px; }
    footer #footer-top .logo-row {
      justify-content: center;
      padding-top: 40px;
      padding-bottom: 20px; }
      footer #footer-top .logo-row .col-12 {
        display: flex;
        align-items: center;
        font-size: 0.9rem; }
        footer #footer-top .logo-row .col-12 .col-logo-row-left {
          flex: 0 0 33.333333%;
          text-align: right;
          padding-right: 25px; }
          footer #footer-top .logo-row .col-12 .col-logo-row-left #logo-footer {
            width: 155px; }
        footer #footer-top .logo-row .col-12 .col-logo-row-right {
          flex: 0 0 66.666666%;
          padding-left: 15px; }
  footer #footer-bottom {
    background-color: #003c5f;
    padding: 10px 0;
    font-size: 0.9rem; }
    footer #footer-bottom a {
      color: rgba(255, 255, 255, 0.5); }
    footer #footer-bottom ul {
      padding-left: 0;
      list-style-type: none;
      margin-bottom: 0;
      display: inline-block; }
      footer #footer-bottom ul li {
        display: inline-block; }
        footer #footer-bottom ul li::after {
          content: "|";
          padding: 0 10px;
          color: rgba(255, 255, 255, 0.5); }
        footer #footer-bottom ul li:last-of-type::after {
          content: none; }
    footer #footer-bottom #copyright {
      float: right; }

@media (min-width: 992px) {
  .metaslider .caption-wrap {
    min-height: 123px; }

  .metaslider .flexslider ul.slides li {
    height: 500px;
    overflow: hidden !important; }
    .metaslider .flexslider ul.slides li img {
      object-fit: cover;
      height: 100%; }

  footer #footer-top .logo-row .col-10 #logo-footer {
    margin-left: 5px; } }
@media (max-width: 1189.98px) {
  #spenden-button div, body.home #spenden-button div {
    width: 125px;
    height: 125px;
    border-radius: 125px;
    background-size: 127px;
    right: -50px; } }
@media (max-width: 991.98px) {
  body {
    padding-top: 100px; }
    body.nav-open {
      overflow: hidden; }
      body.nav-open #mobile-navigation-outer {
        position: fixed;
        z-index: 100;
        width: 250px;
        height: 100%;
        overflow: scroll;
        top: 0; }

  header #navigation, header #logo-container-outer {
    display: none; }
  header #mobile-header {
    display: block; }

  #spenden-button div, body.home #spenden-button div {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-size: 102px;
    right: 0; }

  #mobile-navigation-outer #mobile-navigation-logo {
    display: none; }
  #mobile-navigation-outer #mobile-navigation a {
    max-width: 590px;
    padding: 5px 15px; }

  .metaslider .caption-wrap {
    position: relative !important;
    background-color: #4f9ad0 !important; }
    .metaslider .caption-wrap .caption .heading-1 {
      font-size: 1rem; }
    .metaslider .caption-wrap .caption .heading-2 {
      font-size: 1.5rem;
      line-height: 2rem; }

  footer #footer-top .footer-top-box:first-of-type {
    margin-right: 15px; }
  footer #footer-top .footer-top-box:last-of-type {
    margin-left: 15px; }
  footer #footer-top .logo-row {
    padding-top: 30px; }
    footer #footer-top .logo-row .col-10 {
      flex-wrap: wrap; }
      footer #footer-top .logo-row .col-10 #logo-footer {
        margin-right: 0;
        margin-bottom: 15px; }
    footer #footer-top .logo-row .col-12 {
      flex-wrap: wrap; }
      footer #footer-top .logo-row .col-12 .col-logo-row-left {
        flex: auto;
        text-align: center;
        padding: 0;
        margin-bottom: 15px; }
      footer #footer-top .logo-row .col-12 .col-logo-row-right {
        flex: auto;
        padding: 0;
        text-align: center; } }
@media (max-width: 667.98px) {
  body.nav-open {
    overflow: hidden; }
    body.nav-open header {
      display: none; }
    body.nav-open #mobile-navigation-outer {
      position: fixed;
      z-index: 100;
      width: 100%;
      height: 100%;
      overflow: scroll; }
      body.nav-open #mobile-navigation-outer #mobile-navigation-header .col-12 {
        padding-top: 15px; }

  .metaslider .caption {
    padding: 10px 15px !important; }
  .metaslider .flexslider .flex-direction-nav li a {
    top: 30% !important; }

  #mobile-navigation-outer #mobile-navigation-logo {
    display: block;
    width: 200px; }
  #mobile-navigation-outer #mobile-navigation a {
    max-width: 410px;
    padding: 5px 0; }

  footer #footer-top .icon-col {
    flex-wrap: wrap; }
    footer #footer-top .icon-col .footer-top-box {
      flex: auto;
      width: 100%;
      margin-bottom: 30px; }
      footer #footer-top .icon-col .footer-top-box:first-of-type {
        margin-right: 0; }
      footer #footer-top .icon-col .footer-top-box:last-of-type {
        margin-left: 0;
        margin-bottom: 0; } }
@media (max-width: 475.98px) {
  #mobile-navigation-outer #mobile-navigation a {
    padding-left: 40px;
    padding-right: 40px; } }

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