/* BROWSER NORMALIZATION */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Martel+Sans:200,300,400,700|Nanum+Myeongjo");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* FONTS */
body {
  font-size: 15px;
  font-family: "Martel Sans", sans-serif;
  color: #444;
  line-height: 160%;
}

/* Page floating and cunstruction */
html, body {
  height: 100%;
}

.flex {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.flex > *, body > footer {
  display: flex;
  justify-content: center;
}

main {
  flex: 1;
}

.content {
  max-width: 1250px;
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.content {
  height: 100%;
  min-height: 20px;
}

@media screen and (max-width: 400px) {
  body {
    font-size: 13px;
  }

  .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* iOS Fix for collapsing the margin of the .flex-element */
/* Giving the browser something to bounce from */
.bouncer {
  height: 1px;
  background-color: #262626;
}

.flex {
  background-color: #fbfbfb;
  margin-bottom: 400px;
  box-shadow: 0px 0px 30px 2px #3a3a3a;
}
@media screen and (max-width: 900px) {
  .flex {
    margin-bottom: 360px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flex {
    display: block;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease;
}
a:hover {
  opacity: 0.6;
}
a.blackonhover:hover {
  opacity: 1;
  font-weight: 700 !important;
}

.contentimage {
  width: 100%;
  max-width: 300px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentimage.left {
  float: left;
  margin: 30px 30px 30px 0;
}
.contentimage.right {
  float: right;
  margin: 30px 0 30px 30px;
}

/* AJAX loader */
@keyframes ajaxloadercolors {
  100%, 0% {
    background-color: #08354b;
  }
  33% {
    background-color: #145cbd;
  }
  66% {
    background-color: #1e85bf;
  }
}
@keyframes motion {
  0% {
    left: 0;
    width: 0;
  }
  85% {
    left: 80%;
    width: 30%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.loader {
  opacity: 1;
  transition: all 300ms ease;
}
.loader:not(.show) {
  opacity: 0;
}

.loader,
.loader::before,
.loader::after {
  position: fixed;
  height: 5px;
}

.loader::before,
.loader::after {
  content: "";
  display: block;
  z-index: 102;
}

.loader {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  animation: ajaxloadercolors 5s infinite ease-in-out;
}

.loader::before {
  animation: motion 2.5s infinite ease 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}

.loader::after {
  animation: motion 2s infinite ease 1.7s;
  background-color: rgba(255, 255, 255, 0.5);
}

.tracking[data-state=off] {
  color: #d24e38;
}

table {
  margin: 20px 0 40px 0;
  width: 100%;
  max-width: 800px;
}
table td {
  padding: 15px 14px 25px 14px;
}
table td:last-of-type {
  font-weight: bold;
}
table td:last-of-type p {
  font-weight: 400;
  font-size: 15px;
  opacity: 0.8;
}
table tr > td:first-of-type:not(.heading) {
  width: 15%;
  min-width: 90px;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  table {
    margin: 0px;
    /*tr > td:first-of-type:not(.heading) { min-width: unset; width: 10%; }*/
  }
  table tr {
    display: flex;
    flex-direction: column;
  }
  table tr:not(:last-child) {
    margin-bottom: 20px;
  }
  table td {
    padding: 3px 0px;
    text-align: left !important;
  }
}
table .heading {
  font-weight: 300;
  padding: 12px 14px 8px 20px;
  background-color: #efefef;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777777;
}
table p {
  margin: 5px 0px 0px 0px;
}

hr {
  border-width: 0px;
  border-top: 1px solid #ddd;
}

.newsentry {
  margin: 20px 0 55px 0;
}
.newsentry .meta {
  margin: -15px 0 20px 0;
  font-weight: 600;
  font-size: 13px;
}

header {
  background-color: #fbfbfb;
  padding-top: 20px;
  height: 160px;
  /* Logo Link */
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .content > a {
  display: block;
  position: relative;
  top: 14px;
  /* Logo rev2: 10px */
  height: 92%;
  /* Logo rev2: 75%, rev3: 80% */
  flex: 1;
}
header .content > a img {
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 900px) {
  header .content > a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 900px) {
  header {
    height: 100px;
  }

  header .content > a {
    height: 70%;
  }
}
nav, nav ul, nav li, nav a {
  height: 100%;
}
nav li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  float: left;
  align-items: center;
}
nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  color: #777777;
}
nav a::after {
  background-color: red;
  display: block;
  content: attr(title);
  font-weight: bold;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}
nav a:hover {
  color: #444;
  font-weight: 600;
  opacity: 1 !important;
}
nav .current a {
  font-weight: 600;
  color: #444;
}
nav > ul > li:last-of-type {
  padding-left: 20px;
}
nav .langpicker-menuentry svg {
  height: 19px;
  margin-top: -3px;
  width: 19px;
  fill: #444;
  opacity: 0.85;
  transition: all 300ms ease;
}
nav .langpicker-menuentry img {
  opacity: 0;
  transition: all 300ms ease;
  height: 18px !important;
  width: auto !important;
  filter: saturate(0%);
}
nav .langpicker-menuentry a:hover img {
  filter: saturate(100%);
}
nav .langpicker-menuentry:hover li:not(.current-lang) {
  display: block !important;
}
nav .langpicker {
  height: auto;
  position: relative;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
nav .langpicker ul {
  position: absolute;
  right: 0px;
}
nav .langpicker a {
  margin-left: 0px;
  width: 25px;
  display: flex;
  justify-content: flex-end;
  padding: 0px;
}
nav .langpicker li {
  height: 20%;
}
nav .langpicker li:not(.current-lang) {
  display: none;
}

input[type=checkbox][id^=toggle-] {
  display: none;
}

header label[for=toggle-navigation] {
  display: none;
}

header > .content > label[for=toggle-navigation] {
  height: 100%;
  padding: 0 20px;
  margin-right: -20px;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 10px;
  cursor: pointer !important;
}

nav > label[for=toggle-navigation] {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1150px) {
  header label[for=toggle-navigation] {
    display: flex;
  }

  nav {
    transition: all 300ms ease;
    right: -90vw;
    background-color: white;
    position: fixed;
    top: 0px;
    height: 110%;
    padding-bottom: 50px;
    width: 80vw;
    max-width: 400px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: flex;
    align-items: center;
  }
  nav ul {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    height: auto !important;
  }
  nav li {
    width: 100% !important;
    height: 50px !important;
  }
  nav .langpicker-menuentry {
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding: 0px !important;
    margin-right: 30px;
    width: 80% !important;
  }
  nav .langpicker-menuentry svg {
    display: none;
  }
  nav .langpicker {
    margin-left: 0px !important;
    display: flex;
    flex-direction: row;
    width: 100% !important;
  }
  nav .langpicker li {
    height: unset !important;
    display: block !important;
  }
  nav .langpicker a {
    width: unset;
    margin-left: unset;
  }
  nav .langpicker li.current-lang {
    font-weight: 700;
  }

  #toggle-navigation:checked + nav {
    right: 0px;
  }
}
p.page-not-found {
  margin-top: 200px;
  text-align: center;
  font-size: 55px;
  opacity: 0.2;
  margin-bottom: 30px;
}

p.errorcode {
  text-align: center;
  opacity: 0.5;
}

body {
  transition: opacity 300ms ease;
}
body main {
  transition: opacity 150ms ease;
}
body.fade {
  opacity: 0.2;
  pointer-events: none;
}
body.fadecomplete main {
  opacity: 0;
}

main .content {
  padding-top: 40px;
  padding-bottom: 100px;
}

#boldheron-lightbox {
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease, visibility 0s linear 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
#boldheron-lightbox.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease, visibility 0s linear;
}
#boldheron-lightbox .darkener {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(10, 10, 10, 0.99);
}
#boldheron-lightbox .wrapper {
  position: relative;
  width: 70%;
  height: 85%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
#boldheron-lightbox a.previous, #boldheron-lightbox a.next {
  position: absolute;
  top: 49%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: all 300ms ease;
}
#boldheron-lightbox a.previous:hover, #boldheron-lightbox a.next:hover {
  opacity: 1;
}
#boldheron-lightbox a.previous:before, #boldheron-lightbox a.next:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  display: inline-block;
  padding: 3px;
}
#boldheron-lightbox a.previous.previous, #boldheron-lightbox a.next.previous {
  left: 10%;
}
#boldheron-lightbox a.previous.next, #boldheron-lightbox a.next.next {
  right: 10%;
}
#boldheron-lightbox a.previous.previous:before, #boldheron-lightbox a.next.previous:before {
  transform: rotate(135deg);
}
#boldheron-lightbox a.previous.next:before, #boldheron-lightbox a.next.next:before {
  transform: rotate(-45deg);
}
#boldheron-lightbox .image {
  flex: 1;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#boldheron-lightbox .image.fill {
  position: absolute;
  background-size: cover;
  height: 100%;
}
#boldheron-lightbox .text {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  padding-top: 8%;
  color: white;
}
#boldheron-lightbox .text.show {
  opacity: 1;
}
#boldheron-lightbox .meta {
  padding: 30px 0 5px 0;
  font-weight: 200;
  text-align: center;
  color: #eee;
  opacity: 0.8;
}
#boldheron-lightbox strong {
  font-weight: 300;
  left: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 1150px) {
  #boldheron-lightbox .wrapper {
    width: 90%;
  }
  #boldheron-lightbox .wrapper .image {
    position: relative;
    top: -5vh;
  }
  #boldheron-lightbox .wrapper .text {
    top: -5vh;
    height: 93%;
  }
  #boldheron-lightbox .wrapper .meta {
    padding-top: 70px;
  }
  #boldheron-lightbox a.previous, #boldheron-lightbox a.next {
    top: unset;
    bottom: 20%;
  }
  #boldheron-lightbox .lowarrows.active ~ a.previous, #boldheron-lightbox .lowarrows.active ~ a.next {
    top: unset;
    bottom: 5%;
  }
}

.headerimage {
  margin-bottom: 35px;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  font-size: 110px;
  letter-spacing: 15px;
  font-weight: 200;
  text-shadow: 0px 0px 40px white, 0px 0px 15px rgba(255, 255, 255, 0.7);
  color: #6a6a6a;
  padding-top: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerimage:not(.colored) {
  filter: saturate(0) contrast(130%);
}

@media screen and (max-width: 900px) {
  .headerimage {
    height: 230px;
  }
}
.content > p {
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media screen and (max-width: 900px) {
  .content > p {
    margin-bottom: 30px;
  }
}

blockquote {
  margin-right: 20%;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
blockquote p {
  line-height: 140%;
  margin-bottom: 10px !important;
  letter-spacing: 2px;
  font-weight: 300;
  opacity: 0.7;
}
blockquote footer cite {
  font-family: "Martel Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal !important;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  opacity: 0.7;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
  margin: 50px 0 20px 0;
  line-height: 140%;
}

@media screen and (max-width: 900px) {
  h3 {
    margin: 30px 0 10px 0;
  }
}
h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

@keyframes fadein {
  0% {
    transform: rotateY(25deg);
  }
  10% {
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.gallery {
  width: calc(100% + 35px);
  margin-left: -35px;
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
}
.gallery a:nth-child(1), .gallery div.gallery-text:nth-child(1) {
  animation: fadein 2s ease 0ms forwards;
}
.gallery a:nth-child(2), .gallery div.gallery-text:nth-child(2) {
  animation: fadein 2s ease 50ms forwards;
}
.gallery a:nth-child(3), .gallery div.gallery-text:nth-child(3) {
  animation: fadein 2s ease 100ms forwards;
}
.gallery a:nth-child(4), .gallery div.gallery-text:nth-child(4) {
  animation: fadein 2s ease 150ms forwards;
}
.gallery a:nth-child(5), .gallery div.gallery-text:nth-child(5) {
  animation: fadein 2s ease 200ms forwards;
}
.gallery a:nth-child(6), .gallery div.gallery-text:nth-child(6) {
  animation: fadein 2s ease 250ms forwards;
}
.gallery a:nth-child(7), .gallery div.gallery-text:nth-child(7) {
  animation: fadein 2s ease 300ms forwards;
}
.gallery a:nth-child(8), .gallery div.gallery-text:nth-child(8) {
  animation: fadein 2s ease 350ms forwards;
}
.gallery a:nth-child(9), .gallery div.gallery-text:nth-child(9) {
  animation: fadein 2s ease 400ms forwards;
}
.gallery a:nth-child(10), .gallery div.gallery-text:nth-child(10) {
  animation: fadein 2s ease 450ms forwards;
}
.gallery a:nth-child(11), .gallery div.gallery-text:nth-child(11) {
  animation: fadein 2s ease 500ms forwards;
}
.gallery a:nth-child(12), .gallery div.gallery-text:nth-child(12) {
  animation: fadein 2s ease 550ms forwards;
}
.gallery a:nth-child(13), .gallery div.gallery-text:nth-child(13) {
  animation: fadein 2s ease 600ms forwards;
}
.gallery a:nth-child(14), .gallery div.gallery-text:nth-child(14) {
  animation: fadein 2s ease 650ms forwards;
}
.gallery a:nth-child(15), .gallery div.gallery-text:nth-child(15) {
  animation: fadein 2s ease 700ms forwards;
}
.gallery a:nth-child(16), .gallery div.gallery-text:nth-child(16) {
  animation: fadein 2s ease 750ms forwards;
}
.gallery a:nth-child(17), .gallery div.gallery-text:nth-child(17) {
  animation: fadein 2s ease 800ms forwards;
}
.gallery a:nth-child(18), .gallery div.gallery-text:nth-child(18) {
  animation: fadein 2s ease 850ms forwards;
}
.gallery a:nth-child(19), .gallery div.gallery-text:nth-child(19) {
  animation: fadein 2s ease 900ms forwards;
}
.gallery a:nth-child(20), .gallery div.gallery-text:nth-child(20) {
  animation: fadein 2s ease 950ms forwards;
}
.gallery a:nth-child(21), .gallery div.gallery-text:nth-child(21) {
  animation: fadein 2s ease 1000ms forwards;
}
.gallery a:nth-child(22), .gallery div.gallery-text:nth-child(22) {
  animation: fadein 2s ease 1050ms forwards;
}
.gallery a:nth-child(23), .gallery div.gallery-text:nth-child(23) {
  animation: fadein 2s ease 1100ms forwards;
}
.gallery a:nth-child(24), .gallery div.gallery-text:nth-child(24) {
  animation: fadein 2s ease 1150ms forwards;
}
.gallery a:nth-child(25), .gallery div.gallery-text:nth-child(25) {
  animation: fadein 2s ease 1200ms forwards;
}
.gallery a:nth-child(26), .gallery div.gallery-text:nth-child(26) {
  animation: fadein 2s ease 1250ms forwards;
}
.gallery a:nth-child(27), .gallery div.gallery-text:nth-child(27) {
  animation: fadein 2s ease 1300ms forwards;
}
.gallery a:nth-child(28), .gallery div.gallery-text:nth-child(28) {
  animation: fadein 2s ease 1350ms forwards;
}
.gallery a:nth-child(29), .gallery div.gallery-text:nth-child(29) {
  animation: fadein 2s ease 1400ms forwards;
}
.gallery a:nth-child(30), .gallery div.gallery-text:nth-child(30) {
  animation: fadein 2s ease 1450ms forwards;
}
.gallery a:nth-child(31), .gallery div.gallery-text:nth-child(31) {
  animation: fadein 2s ease 1500ms forwards;
}
.gallery a:nth-child(32), .gallery div.gallery-text:nth-child(32) {
  animation: fadein 2s ease 1550ms forwards;
}
.gallery a:nth-child(33), .gallery div.gallery-text:nth-child(33) {
  animation: fadein 2s ease 1600ms forwards;
}
.gallery a:nth-child(34), .gallery div.gallery-text:nth-child(34) {
  animation: fadein 2s ease 1650ms forwards;
}
.gallery a:nth-child(35), .gallery div.gallery-text:nth-child(35) {
  animation: fadein 2s ease 1700ms forwards;
}
.gallery a:nth-child(36), .gallery div.gallery-text:nth-child(36) {
  animation: fadein 2s ease 1750ms forwards;
}
.gallery a:nth-child(37), .gallery div.gallery-text:nth-child(37) {
  animation: fadein 2s ease 1800ms forwards;
}
.gallery a:nth-child(38), .gallery div.gallery-text:nth-child(38) {
  animation: fadein 2s ease 1850ms forwards;
}
.gallery a:nth-child(39), .gallery div.gallery-text:nth-child(39) {
  animation: fadein 2s ease 1900ms forwards;
}
.gallery a:nth-child(40), .gallery div.gallery-text:nth-child(40) {
  animation: fadein 2s ease 1950ms forwards;
}
.gallery a:nth-child(41), .gallery div.gallery-text:nth-child(41) {
  animation: fadein 2s ease 2000ms forwards;
}
.gallery a:nth-child(42), .gallery div.gallery-text:nth-child(42) {
  animation: fadein 2s ease 2050ms forwards;
}
.gallery a:nth-child(43), .gallery div.gallery-text:nth-child(43) {
  animation: fadein 2s ease 2100ms forwards;
}
.gallery a:nth-child(44), .gallery div.gallery-text:nth-child(44) {
  animation: fadein 2s ease 2150ms forwards;
}
.gallery a:nth-child(45), .gallery div.gallery-text:nth-child(45) {
  animation: fadein 2s ease 2200ms forwards;
}
.gallery a:nth-child(46), .gallery div.gallery-text:nth-child(46) {
  animation: fadein 2s ease 2250ms forwards;
}
.gallery a:nth-child(47), .gallery div.gallery-text:nth-child(47) {
  animation: fadein 2s ease 2300ms forwards;
}
.gallery a:nth-child(48), .gallery div.gallery-text:nth-child(48) {
  animation: fadein 2s ease 2350ms forwards;
}
.gallery a:nth-child(49), .gallery div.gallery-text:nth-child(49) {
  animation: fadein 2s ease 2400ms forwards;
}
.gallery a:nth-child(50), .gallery div.gallery-text:nth-child(50) {
  animation: fadein 2s ease 2450ms forwards;
}
.gallery a:nth-child(51), .gallery div.gallery-text:nth-child(51) {
  animation: fadein 2s ease 2500ms forwards;
}
.gallery a:nth-child(52), .gallery div.gallery-text:nth-child(52) {
  animation: fadein 2s ease 2550ms forwards;
}
.gallery a:nth-child(53), .gallery div.gallery-text:nth-child(53) {
  animation: fadein 2s ease 2600ms forwards;
}
.gallery a:nth-child(54), .gallery div.gallery-text:nth-child(54) {
  animation: fadein 2s ease 2650ms forwards;
}
.gallery a:nth-child(55), .gallery div.gallery-text:nth-child(55) {
  animation: fadein 2s ease 2700ms forwards;
}
.gallery a:nth-child(56), .gallery div.gallery-text:nth-child(56) {
  animation: fadein 2s ease 2750ms forwards;
}
.gallery a:nth-child(57), .gallery div.gallery-text:nth-child(57) {
  animation: fadein 2s ease 2800ms forwards;
}
.gallery a:nth-child(58), .gallery div.gallery-text:nth-child(58) {
  animation: fadein 2s ease 2850ms forwards;
}
.gallery a:nth-child(59), .gallery div.gallery-text:nth-child(59) {
  animation: fadein 2s ease 2900ms forwards;
}
.gallery a:nth-child(60), .gallery div.gallery-text:nth-child(60) {
  animation: fadein 2s ease 2950ms forwards;
}
.gallery a:nth-child(61), .gallery div.gallery-text:nth-child(61) {
  animation: fadein 2s ease 3000ms forwards;
}
.gallery a:nth-child(62), .gallery div.gallery-text:nth-child(62) {
  animation: fadein 2s ease 3050ms forwards;
}
.gallery a:nth-child(63), .gallery div.gallery-text:nth-child(63) {
  animation: fadein 2s ease 3100ms forwards;
}
.gallery a:nth-child(64), .gallery div.gallery-text:nth-child(64) {
  animation: fadein 2s ease 3150ms forwards;
}
.gallery a:nth-child(65), .gallery div.gallery-text:nth-child(65) {
  animation: fadein 2s ease 3200ms forwards;
}
.gallery a:nth-child(66), .gallery div.gallery-text:nth-child(66) {
  animation: fadein 2s ease 3250ms forwards;
}
.gallery a:nth-child(67), .gallery div.gallery-text:nth-child(67) {
  animation: fadein 2s ease 3300ms forwards;
}
.gallery a:nth-child(68), .gallery div.gallery-text:nth-child(68) {
  animation: fadein 2s ease 3350ms forwards;
}
.gallery a:nth-child(69), .gallery div.gallery-text:nth-child(69) {
  animation: fadein 2s ease 3400ms forwards;
}
.gallery a:nth-child(70), .gallery div.gallery-text:nth-child(70) {
  animation: fadein 2s ease 3450ms forwards;
}
.gallery a:nth-child(71), .gallery div.gallery-text:nth-child(71) {
  animation: fadein 2s ease 3500ms forwards;
}
.gallery a:nth-child(72), .gallery div.gallery-text:nth-child(72) {
  animation: fadein 2s ease 3550ms forwards;
}
.gallery a:nth-child(73), .gallery div.gallery-text:nth-child(73) {
  animation: fadein 2s ease 3600ms forwards;
}
.gallery a:nth-child(74), .gallery div.gallery-text:nth-child(74) {
  animation: fadein 2s ease 3650ms forwards;
}
.gallery a:nth-child(75), .gallery div.gallery-text:nth-child(75) {
  animation: fadein 2s ease 3700ms forwards;
}
.gallery a:nth-child(76), .gallery div.gallery-text:nth-child(76) {
  animation: fadein 2s ease 3750ms forwards;
}
.gallery a:nth-child(77), .gallery div.gallery-text:nth-child(77) {
  animation: fadein 2s ease 3800ms forwards;
}
.gallery a:nth-child(78), .gallery div.gallery-text:nth-child(78) {
  animation: fadein 2s ease 3850ms forwards;
}
.gallery a:nth-child(79), .gallery div.gallery-text:nth-child(79) {
  animation: fadein 2s ease 3900ms forwards;
}
.gallery a:nth-child(80), .gallery div.gallery-text:nth-child(80) {
  animation: fadein 2s ease 3950ms forwards;
}
.gallery a:nth-child(81), .gallery div.gallery-text:nth-child(81) {
  animation: fadein 2s ease 4000ms forwards;
}
.gallery a:nth-child(82), .gallery div.gallery-text:nth-child(82) {
  animation: fadein 2s ease 4050ms forwards;
}
.gallery a:nth-child(83), .gallery div.gallery-text:nth-child(83) {
  animation: fadein 2s ease 4100ms forwards;
}
.gallery a:nth-child(84), .gallery div.gallery-text:nth-child(84) {
  animation: fadein 2s ease 4150ms forwards;
}
.gallery a:nth-child(85), .gallery div.gallery-text:nth-child(85) {
  animation: fadein 2s ease 4200ms forwards;
}
.gallery a:nth-child(86), .gallery div.gallery-text:nth-child(86) {
  animation: fadein 2s ease 4250ms forwards;
}
.gallery a:nth-child(87), .gallery div.gallery-text:nth-child(87) {
  animation: fadein 2s ease 4300ms forwards;
}
.gallery a:nth-child(88), .gallery div.gallery-text:nth-child(88) {
  animation: fadein 2s ease 4350ms forwards;
}
.gallery a:nth-child(89), .gallery div.gallery-text:nth-child(89) {
  animation: fadein 2s ease 4400ms forwards;
}
.gallery a:nth-child(90), .gallery div.gallery-text:nth-child(90) {
  animation: fadein 2s ease 4450ms forwards;
}
.gallery a:nth-child(91), .gallery div.gallery-text:nth-child(91) {
  animation: fadein 2s ease 4500ms forwards;
}
.gallery a:nth-child(92), .gallery div.gallery-text:nth-child(92) {
  animation: fadein 2s ease 4550ms forwards;
}
.gallery a:nth-child(93), .gallery div.gallery-text:nth-child(93) {
  animation: fadein 2s ease 4600ms forwards;
}
.gallery a:nth-child(94), .gallery div.gallery-text:nth-child(94) {
  animation: fadein 2s ease 4650ms forwards;
}
.gallery a:nth-child(95), .gallery div.gallery-text:nth-child(95) {
  animation: fadein 2s ease 4700ms forwards;
}
.gallery a:nth-child(96), .gallery div.gallery-text:nth-child(96) {
  animation: fadein 2s ease 4750ms forwards;
}
.gallery a:nth-child(97), .gallery div.gallery-text:nth-child(97) {
  animation: fadein 2s ease 4800ms forwards;
}
.gallery a:nth-child(98), .gallery div.gallery-text:nth-child(98) {
  animation: fadein 2s ease 4850ms forwards;
}
.gallery a:nth-child(99), .gallery div.gallery-text:nth-child(99) {
  animation: fadein 2s ease 4900ms forwards;
}
.gallery a:nth-child(100), .gallery div.gallery-text:nth-child(100) {
  animation: fadein 2s ease 4950ms forwards;
}
.gallery a:nth-child(101), .gallery div.gallery-text:nth-child(101) {
  animation: fadein 2s ease 5000ms forwards;
}
.gallery a:nth-child(102), .gallery div.gallery-text:nth-child(102) {
  animation: fadein 2s ease 5050ms forwards;
}
.gallery a:nth-child(103), .gallery div.gallery-text:nth-child(103) {
  animation: fadein 2s ease 5100ms forwards;
}
.gallery a:nth-child(104), .gallery div.gallery-text:nth-child(104) {
  animation: fadein 2s ease 5150ms forwards;
}
.gallery a:nth-child(105), .gallery div.gallery-text:nth-child(105) {
  animation: fadein 2s ease 5200ms forwards;
}
.gallery a:nth-child(106), .gallery div.gallery-text:nth-child(106) {
  animation: fadein 2s ease 5250ms forwards;
}
.gallery a:nth-child(107), .gallery div.gallery-text:nth-child(107) {
  animation: fadein 2s ease 5300ms forwards;
}
.gallery a:nth-child(108), .gallery div.gallery-text:nth-child(108) {
  animation: fadein 2s ease 5350ms forwards;
}
.gallery a:nth-child(109), .gallery div.gallery-text:nth-child(109) {
  animation: fadein 2s ease 5400ms forwards;
}
.gallery a:nth-child(110), .gallery div.gallery-text:nth-child(110) {
  animation: fadein 2s ease 5450ms forwards;
}
.gallery a:nth-child(111), .gallery div.gallery-text:nth-child(111) {
  animation: fadein 2s ease 5500ms forwards;
}
.gallery a:nth-child(112), .gallery div.gallery-text:nth-child(112) {
  animation: fadein 2s ease 5550ms forwards;
}
.gallery a:nth-child(113), .gallery div.gallery-text:nth-child(113) {
  animation: fadein 2s ease 5600ms forwards;
}
.gallery a:nth-child(114), .gallery div.gallery-text:nth-child(114) {
  animation: fadein 2s ease 5650ms forwards;
}
.gallery a:nth-child(115), .gallery div.gallery-text:nth-child(115) {
  animation: fadein 2s ease 5700ms forwards;
}
.gallery a:nth-child(116), .gallery div.gallery-text:nth-child(116) {
  animation: fadein 2s ease 5750ms forwards;
}
.gallery a:nth-child(117), .gallery div.gallery-text:nth-child(117) {
  animation: fadein 2s ease 5800ms forwards;
}
.gallery a:nth-child(118), .gallery div.gallery-text:nth-child(118) {
  animation: fadein 2s ease 5850ms forwards;
}
.gallery a:nth-child(119), .gallery div.gallery-text:nth-child(119) {
  animation: fadein 2s ease 5900ms forwards;
}
.gallery a:nth-child(120), .gallery div.gallery-text:nth-child(120) {
  animation: fadein 2s ease 5950ms forwards;
}
.gallery a:nth-child(121), .gallery div.gallery-text:nth-child(121) {
  animation: fadein 2s ease 6000ms forwards;
}
.gallery a:nth-child(122), .gallery div.gallery-text:nth-child(122) {
  animation: fadein 2s ease 6050ms forwards;
}
.gallery a:nth-child(123), .gallery div.gallery-text:nth-child(123) {
  animation: fadein 2s ease 6100ms forwards;
}
.gallery a:nth-child(124), .gallery div.gallery-text:nth-child(124) {
  animation: fadein 2s ease 6150ms forwards;
}
.gallery a:nth-child(125), .gallery div.gallery-text:nth-child(125) {
  animation: fadein 2s ease 6200ms forwards;
}
.gallery a:nth-child(126), .gallery div.gallery-text:nth-child(126) {
  animation: fadein 2s ease 6250ms forwards;
}
.gallery a:nth-child(127), .gallery div.gallery-text:nth-child(127) {
  animation: fadein 2s ease 6300ms forwards;
}
.gallery a:nth-child(128), .gallery div.gallery-text:nth-child(128) {
  animation: fadein 2s ease 6350ms forwards;
}
.gallery a:nth-child(129), .gallery div.gallery-text:nth-child(129) {
  animation: fadein 2s ease 6400ms forwards;
}
.gallery a:nth-child(130), .gallery div.gallery-text:nth-child(130) {
  animation: fadein 2s ease 6450ms forwards;
}
.gallery a:nth-child(131), .gallery div.gallery-text:nth-child(131) {
  animation: fadein 2s ease 6500ms forwards;
}
.gallery a:nth-child(132), .gallery div.gallery-text:nth-child(132) {
  animation: fadein 2s ease 6550ms forwards;
}
.gallery a:nth-child(133), .gallery div.gallery-text:nth-child(133) {
  animation: fadein 2s ease 6600ms forwards;
}
.gallery a:nth-child(134), .gallery div.gallery-text:nth-child(134) {
  animation: fadein 2s ease 6650ms forwards;
}
.gallery a:nth-child(135), .gallery div.gallery-text:nth-child(135) {
  animation: fadein 2s ease 6700ms forwards;
}
.gallery a:nth-child(136), .gallery div.gallery-text:nth-child(136) {
  animation: fadein 2s ease 6750ms forwards;
}
.gallery a:nth-child(137), .gallery div.gallery-text:nth-child(137) {
  animation: fadein 2s ease 6800ms forwards;
}
.gallery a:nth-child(138), .gallery div.gallery-text:nth-child(138) {
  animation: fadein 2s ease 6850ms forwards;
}
.gallery a:nth-child(139), .gallery div.gallery-text:nth-child(139) {
  animation: fadein 2s ease 6900ms forwards;
}
.gallery a:nth-child(140), .gallery div.gallery-text:nth-child(140) {
  animation: fadein 2s ease 6950ms forwards;
}
.gallery a:nth-child(141), .gallery div.gallery-text:nth-child(141) {
  animation: fadein 2s ease 7000ms forwards;
}
.gallery a:nth-child(142), .gallery div.gallery-text:nth-child(142) {
  animation: fadein 2s ease 7050ms forwards;
}
.gallery a:nth-child(143), .gallery div.gallery-text:nth-child(143) {
  animation: fadein 2s ease 7100ms forwards;
}
.gallery a:nth-child(144), .gallery div.gallery-text:nth-child(144) {
  animation: fadein 2s ease 7150ms forwards;
}
.gallery a:nth-child(145), .gallery div.gallery-text:nth-child(145) {
  animation: fadein 2s ease 7200ms forwards;
}
.gallery a:nth-child(146), .gallery div.gallery-text:nth-child(146) {
  animation: fadein 2s ease 7250ms forwards;
}
.gallery a:nth-child(147), .gallery div.gallery-text:nth-child(147) {
  animation: fadein 2s ease 7300ms forwards;
}
.gallery a:nth-child(148), .gallery div.gallery-text:nth-child(148) {
  animation: fadein 2s ease 7350ms forwards;
}
.gallery a:nth-child(149), .gallery div.gallery-text:nth-child(149) {
  animation: fadein 2s ease 7400ms forwards;
}
.gallery a:nth-child(150), .gallery div.gallery-text:nth-child(150) {
  animation: fadein 2s ease 7450ms forwards;
}
.gallery a:nth-child(151), .gallery div.gallery-text:nth-child(151) {
  animation: fadein 2s ease 7500ms forwards;
}
.gallery a:nth-child(152), .gallery div.gallery-text:nth-child(152) {
  animation: fadein 2s ease 7550ms forwards;
}
.gallery a:nth-child(153), .gallery div.gallery-text:nth-child(153) {
  animation: fadein 2s ease 7600ms forwards;
}
.gallery a:nth-child(154), .gallery div.gallery-text:nth-child(154) {
  animation: fadein 2s ease 7650ms forwards;
}
.gallery a:nth-child(155), .gallery div.gallery-text:nth-child(155) {
  animation: fadein 2s ease 7700ms forwards;
}
.gallery a:nth-child(156), .gallery div.gallery-text:nth-child(156) {
  animation: fadein 2s ease 7750ms forwards;
}
.gallery a:nth-child(157), .gallery div.gallery-text:nth-child(157) {
  animation: fadein 2s ease 7800ms forwards;
}
.gallery a:nth-child(158), .gallery div.gallery-text:nth-child(158) {
  animation: fadein 2s ease 7850ms forwards;
}
.gallery a:nth-child(159), .gallery div.gallery-text:nth-child(159) {
  animation: fadein 2s ease 7900ms forwards;
}
.gallery a:nth-child(160), .gallery div.gallery-text:nth-child(160) {
  animation: fadein 2s ease 7950ms forwards;
}
.gallery a:nth-child(161), .gallery div.gallery-text:nth-child(161) {
  animation: fadein 2s ease 8000ms forwards;
}
.gallery a:nth-child(162), .gallery div.gallery-text:nth-child(162) {
  animation: fadein 2s ease 8050ms forwards;
}
.gallery a:nth-child(163), .gallery div.gallery-text:nth-child(163) {
  animation: fadein 2s ease 8100ms forwards;
}
.gallery a:nth-child(164), .gallery div.gallery-text:nth-child(164) {
  animation: fadein 2s ease 8150ms forwards;
}
.gallery a:nth-child(165), .gallery div.gallery-text:nth-child(165) {
  animation: fadein 2s ease 8200ms forwards;
}
.gallery a:nth-child(166), .gallery div.gallery-text:nth-child(166) {
  animation: fadein 2s ease 8250ms forwards;
}
.gallery a:nth-child(167), .gallery div.gallery-text:nth-child(167) {
  animation: fadein 2s ease 8300ms forwards;
}
.gallery a:nth-child(168), .gallery div.gallery-text:nth-child(168) {
  animation: fadein 2s ease 8350ms forwards;
}
.gallery a:nth-child(169), .gallery div.gallery-text:nth-child(169) {
  animation: fadein 2s ease 8400ms forwards;
}
.gallery a:nth-child(170), .gallery div.gallery-text:nth-child(170) {
  animation: fadein 2s ease 8450ms forwards;
}
.gallery a:nth-child(171), .gallery div.gallery-text:nth-child(171) {
  animation: fadein 2s ease 8500ms forwards;
}
.gallery a:nth-child(172), .gallery div.gallery-text:nth-child(172) {
  animation: fadein 2s ease 8550ms forwards;
}
.gallery a:nth-child(173), .gallery div.gallery-text:nth-child(173) {
  animation: fadein 2s ease 8600ms forwards;
}
.gallery a:nth-child(174), .gallery div.gallery-text:nth-child(174) {
  animation: fadein 2s ease 8650ms forwards;
}
.gallery a:nth-child(175), .gallery div.gallery-text:nth-child(175) {
  animation: fadein 2s ease 8700ms forwards;
}
.gallery a:nth-child(176), .gallery div.gallery-text:nth-child(176) {
  animation: fadein 2s ease 8750ms forwards;
}
.gallery a:nth-child(177), .gallery div.gallery-text:nth-child(177) {
  animation: fadein 2s ease 8800ms forwards;
}
.gallery a:nth-child(178), .gallery div.gallery-text:nth-child(178) {
  animation: fadein 2s ease 8850ms forwards;
}
.gallery a:nth-child(179), .gallery div.gallery-text:nth-child(179) {
  animation: fadein 2s ease 8900ms forwards;
}
.gallery a:nth-child(180), .gallery div.gallery-text:nth-child(180) {
  animation: fadein 2s ease 8950ms forwards;
}
.gallery a:nth-child(181), .gallery div.gallery-text:nth-child(181) {
  animation: fadein 2s ease 9000ms forwards;
}
.gallery a:nth-child(182), .gallery div.gallery-text:nth-child(182) {
  animation: fadein 2s ease 9050ms forwards;
}
.gallery a:nth-child(183), .gallery div.gallery-text:nth-child(183) {
  animation: fadein 2s ease 9100ms forwards;
}
.gallery a:nth-child(184), .gallery div.gallery-text:nth-child(184) {
  animation: fadein 2s ease 9150ms forwards;
}
.gallery a:nth-child(185), .gallery div.gallery-text:nth-child(185) {
  animation: fadein 2s ease 9200ms forwards;
}
.gallery a:nth-child(186), .gallery div.gallery-text:nth-child(186) {
  animation: fadein 2s ease 9250ms forwards;
}
.gallery a:nth-child(187), .gallery div.gallery-text:nth-child(187) {
  animation: fadein 2s ease 9300ms forwards;
}
.gallery a:nth-child(188), .gallery div.gallery-text:nth-child(188) {
  animation: fadein 2s ease 9350ms forwards;
}
.gallery a:nth-child(189), .gallery div.gallery-text:nth-child(189) {
  animation: fadein 2s ease 9400ms forwards;
}
.gallery a:nth-child(190), .gallery div.gallery-text:nth-child(190) {
  animation: fadein 2s ease 9450ms forwards;
}
.gallery a:nth-child(191), .gallery div.gallery-text:nth-child(191) {
  animation: fadein 2s ease 9500ms forwards;
}
.gallery a:nth-child(192), .gallery div.gallery-text:nth-child(192) {
  animation: fadein 2s ease 9550ms forwards;
}
.gallery a:nth-child(193), .gallery div.gallery-text:nth-child(193) {
  animation: fadein 2s ease 9600ms forwards;
}
.gallery a:nth-child(194), .gallery div.gallery-text:nth-child(194) {
  animation: fadein 2s ease 9650ms forwards;
}
.gallery a:nth-child(195), .gallery div.gallery-text:nth-child(195) {
  animation: fadein 2s ease 9700ms forwards;
}
.gallery a:nth-child(196), .gallery div.gallery-text:nth-child(196) {
  animation: fadein 2s ease 9750ms forwards;
}
.gallery a:nth-child(197), .gallery div.gallery-text:nth-child(197) {
  animation: fadein 2s ease 9800ms forwards;
}
.gallery a:nth-child(198), .gallery div.gallery-text:nth-child(198) {
  animation: fadein 2s ease 9850ms forwards;
}
.gallery a:nth-child(199), .gallery div.gallery-text:nth-child(199) {
  animation: fadein 2s ease 9900ms forwards;
}
.gallery a:nth-child(200), .gallery div.gallery-text:nth-child(200) {
  animation: fadein 2s ease 9950ms forwards;
}
.gallery a, .gallery div.gallery-text, .gallery div.gallery-image-spacer {
  flex: 1 0 auto;
  opacity: 0;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  margin: 0 0 35px 35px;
}
.gallery a:before, .gallery div.gallery-text:before, .gallery div.gallery-image-spacer:before {
  content: "";
  display: block;
  margin-top: 100%;
}
.gallery a.banner:before, .gallery div.gallery-text.banner:before, .gallery div.gallery-image-spacer.banner:before {
  margin-top: 50%;
  margin-bottom: -17.5px;
}
.gallery a:after, .gallery div.gallery-text:after, .gallery div.gallery-image-spacer:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: black;
  opacity: 0;
  transition: all 300ms ease;
}
.gallery div.gallery-image-spacer {
  background-color: red;
  height: 1px;
  margin-bottom: 0px !important;
}
.gallery div.gallery-image-spacer:before {
  margin-top: 0px !important;
}
.gallery a.gallery-link {
  width: calc(25% - 35px);
}
.gallery a.gallery-image, .gallery div.gallery-image-spacer {
  width: calc(20% - 35px);
}
.gallery a.gallery-image.banner {
  width: calc(50% - 35px);
}
.gallery div.gallery-text {
  width: calc(25% - 35px);
}
.gallery div.gallery-text {
  position: relative;
  top: -35px;
}
.gallery div.gallery-text:before {
  margin-top: calc(100% + 35px);
}
.gallery div.gallery-text p {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .gallery {
    margin-top: 15px;
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  .gallery a {
    margin: 0 0 20px 20px;
  }
  .gallery a.gallery-link {
    width: calc(50% - 20px);
  }
  .gallery a.gallery-image, .gallery div.gallery-image-spacer {
    width: calc(50% - 20px);
  }
  .gallery a.gallery-image.banner {
    width: calc(100% - 20px);
  }
  .gallery span {
    font-size: 12px !important;
  }
  .gallery .gallery-link[style^=background-image]:after {
    opacity: 0.6;
  }
  .gallery .gallery-link[style^=background-image] span {
    opacity: 1 !important;
  }
  .gallery .gallery-link[style^=background-color]:after {
    background-color: white;
    opacity: 0.1;
  }
  .gallery .gallery-link[style^=background-color] img {
    opacity: 0.13;
  }
  .gallery .gallery-link[style^=background-color] span {
    opacity: 1;
  }
}
.gallery img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 300ms ease;
  filter: grayscale(100);
}
.gallery span {
  z-index: 5;
  position: absolute;
  width: 90%;
  left: 5%;
  text-align: center;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 300ms ease;
  line-height: 130%;
}
.gallery span:not(.permanent) {
  opacity: 0;
}
.gallery span.permanent {
  opacity: 0.7;
}
.gallery span:first-of-type {
  top: calc(50% - 25px);
}
.gallery a.gallery-link span:first-of-type {
  top: calc(50% - 8px);
}
.gallery span:nth-of-type(2) {
  top: calc(50% + 25px);
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: none;
}
.gallery a[style^=background-image]:hover:after {
  opacity: 0.7;
}
.gallery a[style^=background-image]:hover span {
  opacity: 1;
}
.gallery a[style^=background-image].verbose:after {
  opacity: 0.7;
  background: linear-gradient(to bottom, black 5%, transparent 25%);
}
.gallery a[style^=background-image].verbose span {
  opacity: 1;
  text-shadow: 0px 0px 3px black, 0px 0px 9px black;
}
.gallery a[style^=background-image].verbose span:first-of-type {
  top: 3% !important;
}
.gallery a[style^=background-image].verbose span:last-of-type {
  top: 11% !important;
}
.gallery a[style^=background-color]:hover:after {
  background-color: white;
  opacity: 0.1;
}
.gallery a[style^=background-color]:hover span {
  opacity: 1;
}
.gallery a[style^=background-color]:hover img {
  opacity: 0.12;
}

input[type=checkbox][id^=boldheron-spoiler-toggle-] {
  display: none;
}
input[type=checkbox][id^=boldheron-spoiler-toggle-] + label {
  display: block;
  max-height: 250px;
  transition: max-height 900ms ease;
  overflow: hidden;
  position: relative;
}
input[type=checkbox][id^=boldheron-spoiler-toggle-] + label:before, input[type=checkbox][id^=boldheron-spoiler-toggle-] + label:after {
  opacity: 0.6;
}
input[type=checkbox][id^=boldheron-spoiler-toggle-] + label:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 250px;
  background-image: linear-gradient(10deg, #fbfbfb 20%, rgba(251, 251, 251, 0.4));
  opacity: 1;
  transition: opacity 300ms ease;
}
input[type=checkbox][id^=boldheron-spoiler-toggle-] + label:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 80px;
  left: 80px;
  border: solid #666;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  z-index: 3;
  transition: opacity 300ms ease;
}
input[type=checkbox][id^=boldheron-spoiler-toggle-]:checked + label {
  max-height: 2000px;
  cursor: default;
}
input[type=checkbox][id^=boldheron-spoiler-toggle-]:checked + label:after, input[type=checkbox][id^=boldheron-spoiler-toggle-]:checked + label:before {
  opacity: 0;
}

label {
  cursor: pointer;
}

label > p {
  font-size: 13px;
  font-weight: italic;
  opacity: 0.6;
  margin-top: -10px;
}

.profileimage {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  border: 3px solid #1078b6;
}

h5 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contactbuttons {
  display: inline-flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
}
.contactbuttons, .contactbuttons li {
  margin: 0px;
  padding: 0px;
}
.contactbuttons img {
  height: 18px;
  width: 18px;
  margin: 5px 22px;
}
.contactbuttons a, .contactbuttons label {
  display: flex;
  align-items: center;
  justify-content: center;
}

body > footer {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 400px;
  background-color: #262626;
  color: #eee;
  z-index: -1;
}
body > footer ul img {
  filter: invert(100%);
  height: 22px;
  width: auto;
  margin: 0 22px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body > footer ul img:not(.iefallback-inverted) {
    display: none;
  }
  body > footer ul img.iefallback-inverted {
    display: block !important;
  }
}
body > footer .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body > footer .logo {
  background-repeat: no-repeat;
  background-position: center;
  height: 110px;
  width: 100%;
  margin-bottom: 45px;
  background-size: contain;
}
body > footer .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body > footer p.logotext {
  margin: -20px 0 40px 0;
  font-style: normal;
  text-transform: uppercase;
}
body > footer p.logotext span {
  display: block;
}
body > footer p.logotext span:first-of-type {
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 2px;
}
body > footer p.logotext span:last-of-type {
  font-size: 14px;
  letter-spacing: 2.3px;
  opacity: 0.8;
  margin-left: 4px;
}
body > footer p {
  text-align: center;
  font-style: italic;
  margin: 25px 0 25px 0;
}
body > footer .legal {
  margin: 28px 0 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
}
body > footer .legal span {
  margin-top: 10px;
}
body > footer ul:not(.contactbuttons) {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
body > footer ul:not(.contactbuttons) li {
  float: left;
  padding: 0 5px;
}
body > footer ul:not(.contactbuttons) li:not(:last-of-type) {
  border-right: 1px solid grey;
}
@media screen and (max-width: 900px) {
  body > footer {
    height: 360px;
  }
  body > footer .logo {
    height: 80px;
  }
  body > footer .tagline {
    font-size: 12px;
    margin-bottom: 40px;
  }
  body > footer p.logotext {
    margin: -20px 0 -5px 0;
  }
}
@media screen and (max-width: 400px) {
  body > footer ul:not(.contactbuttons) {
    text-align: center;
  }
  body > footer ul:not(.contactbuttons) li {
    display: block;
    float: none;
    border-right: 0px !important;
  }
}

div.devmode-id {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 20px;
  padding: 0 4px;
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  z-index: 100;
}

div.devmode-info {
  position: fixed;
  top: 0px;
  left: 50px;
  background-color: red;
  color: white;
  padding: 2px 10px 0px 10px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 0px 0px 4px 4px;
}

/* CONTACT FORM */
/* Hide the radio buttons responsible for toggle logic */
input[type=radio][name=modals] {
  display: none;
}

/* Modal styling */
.modal {
  /* Fixed to window, and define z-index above most other UI elements */
  position: fixed;
  z-index: 500;
  /* Width 95% of screen until max, height only as required but max 95% */
  width: 95%;
  max-width: 800px;
  max-height: 95%;
  box-sizing: border-box;
  /* Position at center of screen independent of height/width */
  transform-origin: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Define visual appearance of modal itself */
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  /* Define content styling */
  padding: 25px;
  /* Define default invisible-state of modal */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Animation behaviour fade-out */
  transition: opacity 100ms ease, visibility 0ms linear 150ms;
}
@media screen and (max-width: 700px) {
  .modal {
    padding: 10px;
  }
}
.modal h3 {
  margin-top: 5px;
}

/* Darkener styling */
.modal-darkener {
  position: fixed;
  width: 120vw;
  height: 120vh;
  top: -10vh;
  right: -10vw;
  bottom: -10vh;
  left: -10vw;
  z-index: 499;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  transition: opacity 300ms ease, visibility 0ms linear 350ms;
}

/* Modal and darkener show/hide logic */
input[type=radio]:not(#modal-hide):checked ~ .modal-darkener {
  visibility: visible;
  opacity: 0.9;
  pointer-events: all;
  transition: opacity 300ms ease;
}

input[type=radio]:checked + .modal {
  /* Define visible-state of modal */
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  /* Animation behaviour fade-in */
  transition: opacity 100ms ease;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: solid;
}

form.submit-pending {
  opacity: 0.5;
  pointer-events: none;
  filter: saturate(50%);
}
form.submitted input, form.submitted textarea {
  pointer-events: none;
}
form .captcha {
  margin-top: 15px;
  width: 100%;
  height: calc(100% - 15px);
  background-color: #dedede;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}
form .response-message {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 300ms ease;
}
form .response-message.success {
  color: #1078b6;
}
form .response-message.error {
  color: red;
}
form .response-message.show {
  opacity: 1;
}
form .required-indicator {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #1078b6;
  border-radius: 50px;
  position: relative;
  left: 5px;
  bottom: 2px;
}
form .formrow {
  margin: 10px 0 10px 0;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 700px) {
  form .formrow {
    margin: 5px 0 5px 0;
  }
}
form .formrow.margin-top-medium {
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  form .formrow.margin-top-medium {
    margin-top: 20px;
  }
}
form .formrow .cell {
  position: relative;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 700px) {
  form .formrow .cell {
    margin: 0 10px 0 0;
  }
}
form .formrow .cell:not(.full) {
  max-width: 750px;
}
form .formrow .cell.small {
  max-width: 200px;
}
form .formrow .cell:last-of-type {
  margin-right: 0px;
}
form .formrow .cell:not(.flex) {
  flex: 1 1 0px;
  width: 100%;
}
form .formrow .cell > p {
  font-weight: bold;
  font-size: 14px;
  margin-top: 0px 0px 5px 0px;
}
@media screen and (max-width: 700px) {
  form .formrow .cell > p {
    margin-bottom: 0px !important;
  }
}
form .formrow .cell.formnote {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
form textarea {
  resize: none;
  height: 120px;
  padding: 15px 15px !important;
}
@media screen and (max-width: 700px) {
  form textarea {
    height: 80px !important;
  }
}
form textarea.smaller {
  height: 128px;
}
form .input:not(.cell) {
  position: relative;
}
form .input:not(.cell) .message {
  position: absolute;
  top: 1px;
  left: 15px;
  font-weight: bold;
  color: #EE723B;
  font-size: 10px;
}
form .input:not(.cell).invalid:not(.invalid-silent) input {
  padding-top: 16px;
}
form .input:not(.cell).invalid:not(.invalid-silent) textarea {
  padding-top: 25px !important;
}
form input[type=text], form textarea {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  font-size: 13px;
  background-color: white;
  border: 1px solid #1078b6;
  outline: 0px !important;
  border-radius: 3px;
  box-sizing: border-box;
  transition: all 150ms ease;
}
form input[type=text]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
form input[type=text]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
form input[type=text]::placeholder, form textarea::placeholder {
  color: #bbb;
  opacity: 1;
}
form input[type=text].filled, form textarea.filled {
  color: #444;
}
form input[type=text]:focus, form input[type=text]:hover, form textarea:focus, form textarea:hover {
  border-color: #1078b6;
}
form .input:not(.invalid) > .filled {
  border-color: #f3f3f3;
  font-weight: 500;
  font-size: 15px;
  background-color: #f9f9f9;
}
form .input.invalid:not(.invalid-silent) > .filled, form .input.invalid.invalid-forced input {
  border-color: #1078b6;
}

input[type=submit] {
  border: 0px solid transparent;
  border-radius: 3px;
  height: 45px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #1078b6;
  cursor: pointer;
  transition: all 150ms ease;
}
input[type=submit]:not(.finished) {
  filter: saturate(50%);
  pointer-events: none;
  opacity: 0.7;
}
input[type=submit].fatal-action {
  background-color: #661107;
}
input[type=submit]:hover {
  background-color: #1497e5;
}
input[type=submit].fatal-action:hover {
  background-color: #960202 !important;
}
@media screen and (max-width: 700px) {
  input[type=submit] {
    padding: 0 12px;
    height: 35px;
  }
}