@import url("https://fonts.googleapis.com/css?family=Lato:400,100,100italic,900italic,900,700,700italic,400italic,300italic,300&subset=latin,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Alegreya:400,700italic,400italic,700,900italic,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700&subset=latin,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("/assets/style/dist/font-awesome/css/font-awesome.min.css");
@import url("/assets/style/dist/scrollbar/scrollbar.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,100,100italic,900italic,900,700,700italic,400italic,300italic,300&subset=latin,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Alegreya:400,700italic,400italic,700,900italic,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700&subset=latin,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("/assets/style/dist/font-awesome/css/font-awesome.min.css");
@import url("/assets/style/dist/scrollbar/scrollbar.css");
/* Desktops and laptops ----------- */
/* Large screens ----------- */
html {
  padding: 0;
  margin: 0;
}

body {
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

p, a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

legend, label, input, button {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p:empty {
  display: none;
}

.default p, .default legend, .default label, .default input {
  color: rgb(0, 0, 0);
}

.special p, .special legend, .special label, .special input {
  color: rgb(255, 255, 255);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 22px;
  color: inherit;
  display: inline-block;
  float: left;
  height: 26px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
}
.title:after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  content: "";
  display: block;
  margin: 2px auto 0;
  width: 66.6666666667%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.75);
}

.special .title:after {
  background-color: rgba(255, 255, 255, 0.75);
}

.default .title:after {
  background-color: rgba(0, 0, 0, 0.75);
}

.default h1, .default h2, .default h3, .default h4, .default h5, .default h6 {
  color: rgb(0, 0, 0);
}

.special h1, .special h2, .special h3, .special h4, .special h5, .special h6 {
  color: rgb(255, 255, 255);
}

.clear {
  clear: both;
}

.default .obscuration {
  background: rgba(255, 255, 255, 0.5);
}

.special .obscuration {
  background: rgba(0, 0, 0, 0.75);
}

@-webkit-keyframes background-blend-colors {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  10% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  20% {
    background-color: rgba(70, 72, 156, 0.5);
  }
  30% {
    background-color: rgba(156, 33, 29, 0.9);
  }
  40% {
    background-color: rgba(110, 181, 172, 0.5);
  }
  50% {
    background-color: rgba(70, 72, 156, 0.9);
  }
  60% {
    background-color: rgba(31, 31, 31, 0.75);
  }
  70% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  80% {
    background-color: rgba(110, 181, 172, 0.9);
  }
  90% {
    background-color: rgba(70, 72, 156, 0.3);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes background-blend-colors {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  10% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  20% {
    background-color: rgba(70, 72, 156, 0.5);
  }
  30% {
    background-color: rgba(156, 33, 29, 0.9);
  }
  40% {
    background-color: rgba(110, 181, 172, 0.5);
  }
  50% {
    background-color: rgba(70, 72, 156, 0.9);
  }
  60% {
    background-color: rgba(31, 31, 31, 0.75);
  }
  70% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  80% {
    background-color: rgba(110, 181, 172, 0.9);
  }
  90% {
    background-color: rgba(70, 72, 156, 0.3);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes background-blend-colors {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  10% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  20% {
    background-color: rgba(70, 72, 156, 0.5);
  }
  30% {
    background-color: rgba(156, 33, 29, 0.9);
  }
  40% {
    background-color: rgba(110, 181, 172, 0.5);
  }
  50% {
    background-color: rgba(70, 72, 156, 0.9);
  }
  60% {
    background-color: rgba(31, 31, 31, 0.75);
  }
  70% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  80% {
    background-color: rgba(110, 181, 172, 0.9);
  }
  90% {
    background-color: rgba(70, 72, 156, 0.3);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-o-keyframes background-blend-colors {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  10% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  20% {
    background-color: rgba(70, 72, 156, 0.5);
  }
  30% {
    background-color: rgba(156, 33, 29, 0.9);
  }
  40% {
    background-color: rgba(110, 181, 172, 0.5);
  }
  50% {
    background-color: rgba(70, 72, 156, 0.9);
  }
  60% {
    background-color: rgba(31, 31, 31, 0.75);
  }
  70% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  80% {
    background-color: rgba(110, 181, 172, 0.9);
  }
  90% {
    background-color: rgba(70, 72, 156, 0.3);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes background-blend-colors {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  10% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  20% {
    background-color: rgba(70, 72, 156, 0.5);
  }
  30% {
    background-color: rgba(156, 33, 29, 0.9);
  }
  40% {
    background-color: rgba(110, 181, 172, 0.5);
  }
  50% {
    background-color: rgba(70, 72, 156, 0.9);
  }
  60% {
    background-color: rgba(31, 31, 31, 0.75);
  }
  70% {
    background-color: rgba(156, 33, 29, 0.5);
  }
  80% {
    background-color: rgba(110, 181, 172, 0.9);
  }
  90% {
    background-color: rgba(70, 72, 156, 0.3);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes background-slide {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -5966px;
  }
}
@-moz-keyframes background-slide {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -5966px;
  }
}
@-ms-keyframes background-slide {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -5966px;
  }
}
@-o-keyframes background-slide {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -5966px;
  }
}
@keyframes background-slide {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -5966px;
  }
}
.background#mystical-painting-animation {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/media/uncategorized/painting-horizon.jpg");
  background-color: rgba(31, 31, 31, 0.9);
  background-size: 5966px 100vh;
  background-blend-mode: color-dodge;
  background-position-x: 0px;
  -webkit-animation-delay: 0s, 0s;
  -webkit-animation-duration: 48s, 360s;
  -webkit-animation-name: background-blend-colors, background-slide;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-timing-function: ease, linear;
  -moz-animation-delay: 0s, 0s;
  -moz-animation-duration: 48s, 360s;
  -moz-animation-name: background-blend-colors, background-slide;
  -moz-animation-iteration-count: infinite, infinite;
  -moz-animation-timing-function: ease, linear;
  -ms-animation-delay: 0s, 0s;
  -ms-animation-duration: 48s, 360s;
  -ms-animation-name: background-blend-colors, background-slide;
  -ms-animation-iteration-count: infinite, infinite;
  -ms-animation-timing-function: ease, linear;
  -o-animation-delay: 0s, 0s;
  -o-animation-duration: 48s, 360s;
  -o-animation-name: background-blend-colors, background-slide;
  -o-animation-iteration-count: infinite, infinite;
  -o-animation-timing-function: ease, linear;
  animation-delay: 0s, 0s;
  animation-duration: 48s, 360s;
  animation-name: background-blend-colors, background-slide;
  animation-iteration-count: infinite, infinite;
  animation-timing-function: ease, linear;
}
.background#mystical-painting-animation .obscuration {
  overflow: hidden;
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.5);
}
.background#mystical-painting-animation .obscuration:before {
  content: "";
  display: block;
  width: 100vw;
  height: 0;
  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.75);
}

header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0;
}

@media only screen and (max-width: 760px) and (min-height: 481px) {
  .container-block.left.delated .inner-primary-nav > .title {
    z-index: -1;
    -moz-opacity: 0.3333333333;
    opacity: 0.3333333333;
    filter: alpha(opacity=33.3333333333);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    position: absolute;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  .container-block.left.delated .inner-primary-nav > .title {
    z-index: -1;
    -moz-opacity: 0.3333333333;
    opacity: 0.3333333333;
    filter: alpha(opacity=33.3333333333);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    position: absolute;
  }
}

.inner-primary-nav {
  display: block;
  margin: 34px auto 0;
  width: 1130px;
  height: 26px;
  color: rgb(0, 0, 0);
}
@media only screen and (max-width: 2400px) {
  .inner-primary-nav {
    width: 1130px;
  }
}
@media only screen and (max-width: 1440px) {
  .inner-primary-nav {
    width: 1130px;
  }
}
@media only screen and (max-width: 1140px) {
  .inner-primary-nav {
    width: 85%;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  .inner-primary-nav {
    width: 85%;
  }
}
.inner-primary-nav > .title {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 22px;
  color: inherit;
  display: inline-block;
  float: left;
  height: 26px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
}
.inner-primary-nav > .title:after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  content: "";
  display: block;
  margin: 2px auto 0;
  width: 66.6666666667%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.75);
}
.inner-primary-nav > .sep {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 22px;
  color: inherit;
  display: inline-block;
  float: left;
  height: 26px;
  margin-left: 33px;
}
@media only screen and (max-width: 2400px) {
  .inner-primary-nav > .sep {
    display: inline-block;
  }
}
@media only screen and (max-width: 1440px) {
  .inner-primary-nav > .sep {
    display: inline-block;
  }
}
@media only screen and (max-width: 1140px) {
  .inner-primary-nav > .sep {
    display: none;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  .inner-primary-nav > .sep {
    display: none;
  }
}
.inner-primary-nav > .bars {
  z-index: 3;
  font-size: 28px;
  font-size: 1.75rem;
  color: inherit;
  display: inline-block !important;
  float: right;
  height: 26px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 2400px) {
  .inner-primary-nav > .bars {
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .inner-primary-nav > .bars {
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .inner-primary-nav > .bars {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  .inner-primary-nav > .bars {
    visibility: visible;
    opacity: 1;
  }
}
.inner-primary-nav > .bars:hover {
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
}
.inner-primary-nav > .bars:before {
  font-family: "FontAwesome", sans-serif;
  content: "\f0c9";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav.primary {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  height: 26px;
}
@media only screen and (max-width: 2400px) {
  nav.primary {
    display: inline-block;
  }
}
@media only screen and (max-width: 1440px) {
  nav.primary {
    display: inline-block;
  }
}
@media only screen and (max-width: 1140px) {
  nav.primary {
    display: none;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  nav.primary {
    display: none;
  }
}
nav.primary > ul.menu {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 26px;
}
nav.primary > ul.menu > li {
  display: inline-block;
  margin: 0 44px;
  padding: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
nav.primary > ul.menu > li:last-child {
  margin-right: 0;
}
nav.primary > ul.menu > li:after {
  z-index: -200;
  visibility: hidden;
  opacity: 0;
  content: "";
  display: block;
  margin: 2px auto 0;
  width: 0;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
nav.primary > ul.menu > li:hover:after {
  visibility: visible;
  opacity: 1;
  width: 66.6666666667%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
nav.primary > ul.menu > li:hover > ul.sub.menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
nav.primary > ul.menu > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 22px;
  color: inherit;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: 0.2s, all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: 0.2s, all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: 0.2s, all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 0.2s, all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.2s, all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
nav.primary > ul.menu > li > a:hover {
  color: inherit;
}
nav.primary ul.sub.menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 16px 0 0 0;
  width: 146px;
  margin: 15px 0 0 -50px;
  list-style-type: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
nav.primary ul.sub.menu > li {
  display: list-item;
  margin: 5px 0px;
  padding: 0px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
nav.primary ul.sub.menu > li:hover {
  background: rgb(0, 0, 0);
}
nav.primary ul.sub.menu > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 22px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.default .inner-primary-nav {
  color: rgb(0, 0, 0);
}
.default .inner-primary-nav > .title:after {
  background-color: rgba(0, 0, 0, 0.75);
}
.default .inner-primary-nav > .bars {
  color: rgb(31, 31, 31);
}
.default .inner-primary-nav > .bars:hover {
  color: rgb(0, 0, 0);
  text-shadow: none;
}
.default nav.primary > ul.menu > li:after {
  background-color: rgba(0, 0, 0, 0.75);
}
.default nav.primary ul.sub.menu > li {
  background-color: rgba(31, 31, 31, 0.75) !important;
}
.default nav.primary ul.sub.menu > li:hover {
  background-color: rgba(31, 31, 31, 0.75) !important;
}
.default nav.primary ul.sub.menu > li > a {
  color: rgb(255, 255, 255) !important;
}

.special .inner-primary-nav {
  color: rgb(255, 255, 255);
}
@-webkit-keyframes navigation-lights {
  0% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
  }
  10% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  30% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
  }
  40% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  50% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  60% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  80% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  90% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
}
@-moz-keyframes navigation-lights {
  0% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
  }
  10% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  30% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
  }
  40% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  50% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  60% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  80% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  90% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
}
@-ms-keyframes navigation-lights {
  0% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
  }
  10% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  30% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
  }
  40% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  50% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  60% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  80% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  90% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
}
@-o-keyframes navigation-lights {
  0% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
  }
  10% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  30% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
  }
  40% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  50% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  60% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  80% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  90% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
}
@keyframes navigation-lights {
  0% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(31, 31, 31, 0.8);
  }
  10% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  30% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(70, 72, 156, 0.8);
  }
  40% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  50% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  60% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(110, 181, 172, 0.8);
  }
  80% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
  90% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(156, 33, 29, 0.8);
  }
  100% {
    -webkit-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    -o-box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
    box-shadow: 0px -95px 115px 66px rgba(255, 255, 255, 0.8);
  }
}
.special .inner-primary-nav > .title:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.special .inner-primary-nav > .title:before {
  display: block;
  content: "";
  background-color: transparent;
  -webkit-animation: navigation-lights 48s infinite ease;
  -moz-animation: navigation-lights 48s infinite ease;
  -ms-animation: navigation-lights 48s infinite ease;
  -o-animation: navigation-lights 48s infinite ease;
  animation: navigation-lights 48s infinite ease;
  -webkit-box-shadow: 0px -95px 115px 90px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px -95px 115px 90px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px -95px 115px 90px rgba(0, 0, 0, 0);
  box-shadow: 0px -95px 115px 90px rgba(0, 0, 0, 0);
}
.special nav.primary > ul.menu > li:before {
  z-index: -200;
  visibility: hidden;
  opacity: 0;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-animation: navigation-lights 48s infinite ease;
  -moz-animation: navigation-lights 48s infinite ease;
  -ms-animation: navigation-lights 48s infinite ease;
  -o-animation: navigation-lights 48s infinite ease;
  animation: navigation-lights 48s infinite ease;
  -webkit-box-shadow: 0px -95px 115px 90px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px -95px 115px 90px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px -95px 115px 90px rgba(0, 0, 0, 0);
  box-shadow: 0px -95px 115px 90px rgba(0, 0, 0, 0);
}
.special nav.primary > ul.menu > li:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.special nav.primary > ul.menu > li:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.special nav.primary > ul.menu > li.indian:before {
  -webkit-animation: navigation-lights 30s infinite ease;
  -moz-animation: navigation-lights 30s infinite ease;
  -ms-animation: navigation-lights 30s infinite ease;
  -o-animation: navigation-lights 30s infinite ease;
  animation: navigation-lights 30s infinite ease;
  -webkit-box-shadow: 0px -95px 115px 90px rgba(156, 33, 29, 0.8);
  -moz-box-shadow: 0px -95px 115px 90px rgba(156, 33, 29, 0.8);
  -o-box-shadow: 0px -95px 115px 90px rgba(156, 33, 29, 0.8);
  box-shadow: 0px -95px 115px 90px rgba(156, 33, 29, 0.8);
}
.special nav.primary > ul.menu > li.marine:before {
  -webkit-animation: navigation-lights 30s infinite ease;
  -moz-animation: navigation-lights 30s infinite ease;
  -ms-animation: navigation-lights 30s infinite ease;
  -o-animation: navigation-lights 30s infinite ease;
  animation: navigation-lights 30s infinite ease;
  -webkit-box-shadow: 0px -95px 115px 90px rgba(70, 72, 156, 0.8);
  -moz-box-shadow: 0px -95px 115px 90px rgba(70, 72, 156, 0.8);
  -o-box-shadow: 0px -95px 115px 90px rgba(70, 72, 156, 0.8);
  box-shadow: 0px -95px 115px 90px rgba(70, 72, 156, 0.8);
}
.special nav.primary > ul.menu > li.turquoise:before {
  -webkit-animation: navigation-lights 30s infinite ease;
  -moz-animation: navigation-lights 30s infinite ease;
  -ms-animation: navigation-lights 30s infinite ease;
  -o-animation: navigation-lights 30s infinite ease;
  animation: navigation-lights 30s infinite ease;
  -webkit-box-shadow: 0px -95px 115px 90px rgba(110, 181, 172, 0.8);
  -moz-box-shadow: 0px -95px 115px 90px rgba(110, 181, 172, 0.8);
  -o-box-shadow: 0px -95px 115px 90px rgba(110, 181, 172, 0.8);
  box-shadow: 0px -95px 115px 90px rgba(110, 181, 172, 0.8);
}
.special ul.sub.menu > li {
  background: rgba(255, 255, 255, 0.75) !important;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3333333333);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3333333333);
  -o-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3333333333);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3333333333);
}
.special ul.sub.menu > li:hover {
  background: rgb(255, 255, 255) !important;
}
.special ul.sub.menu > li > a {
  color: rgb(0, 0, 0) !important;
}

sidebar {
  z-index: 9999;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  background: #2B2B2B;
  background: -webkit-radial-gradient(#2B2B2B, #1B1B1B);
  background: -o-radial-gradient(#2B2B2B, #1B1B1B);
  background: -moz-radial-gradient(#2B2B2B, #1B1B1B);
  background: radial-gradient(#2B2B2B, #1B1B1B);
  -webkit-box-shadow: 0px 0px 20px 0px;
  -moz-box-shadow: 0px 0px 20px 0px;
  -o-box-shadow: 0px 0px 20px 0px;
  box-shadow: 0px 0px 20px 0px;
}
sidebar .close {
  display: inline-block;
  color: rgba(255, 255, 255, 0.33333);
  margin: 10px 0 0 175px;
  height: 23px;
  cursor: pointer;
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
}
sidebar .close:hover {
  color: rgb(255, 255, 255);
}
sidebar .close:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "FontAwesome", sans-serif;
  content: "\f00d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
sidebar .heading {
  box-sizing: border-box;
  height: 26px;
  margin: 34px 0 20px;
}
sidebar .heading .bars {
  display: inline-block;
  color: rgb(255, 255, 255);
  height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
}
sidebar .heading .bars:before {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "FontAwesome", sans-serif;
  content: "\f0c9";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
sidebar .heading .title {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F1F1F1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0;
  margin-left: 18px;
  height: 26px;
  line-height: 22px;
}
sidebar .heading .title:after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  content: "";
  display: block;
  margin: 2px auto 0;
  width: 66.6666666667%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.75);
}
sidebar nav.secondary {
  display: block;
}
sidebar nav.secondary > ul.menu {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
sidebar nav.secondary > ul.menu > li {
  padding: 10px 8px;
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
}
sidebar nav.secondary > ul.menu > li:hover {
  background: #3e3e3e;
}
sidebar nav.secondary > ul.menu > li:hover > a {
  color: rgb(255, 255, 255);
}
sidebar nav.secondary > ul.menu > li > a {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 10px;
}
sidebar nav.secondary ul.sub.menu {
  display: none;
}

body > .container-block {
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
body > .container-block.left {
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body > .container-block.left .obscuration {
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  z-index: 2;
  visibility: hidden;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 2400px) {
  body > .container-block.left.delated {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  body > .container-block.left.delated {
    width: 100%;
  }
}
@media only screen and (max-width: 1140px) {
  body > .container-block.left.delated {
    width: calc(100% - 200px);
  }
}
body > .container-block.left.delated {
  /*@include box-shadow(inset 0px 0px 40px 6px)*/
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  body > .container-block.left.delated {
    width: 100%;
  }
}
body > .container-block.left.delated {
  /*@include box-shadow(inset 0px 0px 40px 6px)*/
}
@media only screen and (max-width: 2400px) {
  body > .container-block.left.delated .obscuration {
    visibility: hidden;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media only screen and (max-width: 1440px) {
  body > .container-block.left.delated .obscuration {
    visibility: hidden;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media only screen and (max-width: 1140px) {
  body > .container-block.left.delated .obscuration {
    visibility: hidden;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  body > .container-block.left.delated .obscuration {
    visibility: visible;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 2400px) {
  body > .container-block.left.delated .viewport main.content {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@media only screen and (max-width: 1440px) {
  body > .container-block.left.delated .viewport main.content {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@media only screen and (max-width: 1140px) {
  body > .container-block.left.delated .viewport main.content {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  body > .container-block.left.delated .viewport main.content {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
}
@media only screen and (max-width: 2400px) {
  body > .container-block.left.delated footer {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@media only screen and (max-width: 1440px) {
  body > .container-block.left.delated footer {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@media only screen and (max-width: 1140px) {
  body > .container-block.left.delated footer {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  body > .container-block.left.delated footer {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
}
body > .container-block.right {
  visibility: hidden;
  float: right;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}
@media only screen and (max-width: 2400px) {
  body > .container-block.right.expanded {
    visibility: hidden;
    width: 0;
  }
}
@media only screen and (max-width: 1440px) {
  body > .container-block.right.expanded {
    visibility: hidden;
    width: 0;
  }
}
@media only screen and (max-width: 1140px) {
  body > .container-block.right.expanded {
    visibility: visible;
    width: 200px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  body > .container-block.right.expanded {
    visibility: visible;
    width: 200px;
  }
}
body > .container-block .viewport {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body > .container-block .viewport main.content {
  width: 1130px;
  height: calc(100vh - 140px - 60px);
  margin: 140px auto;
  overflow: hidden;
}
@media only screen and (max-width: 2400px) {
  body > .container-block .viewport main.content {
    width: 1130px;
  }
}
@media only screen and (max-width: 1440px) {
  body > .container-block .viewport main.content {
    width: 1130px;
  }
}
@media only screen and (max-width: 1140px) {
  body > .container-block .viewport main.content {
    width: 85%;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  body > .container-block .viewport main.content {
    width: calc(85% - 26px);
    height: calc(100dvh - 95px - 30px);
    margin: 98px auto;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  body > .container-block .viewport main.content {
    width: 85%;
    height: calc(100dvh - 85px - 25px);
    margin: 85px auto;
  }
}
body > .container-block .viewport main.content .page-title {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
body > .container-block .viewport main.content .page-title .title .line {
  display: list-item;
  list-style: none;
  margin-left: 20px;
}
body > .container-block .viewport main.content .page-title .title .album {
  cursor: pointer;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
body > .container-block .viewport main.content .page-title .title .album:hover {
  font-weight: bold;
  margin: 0 5px;
}
body > .container-block .viewport main.content .page-title .title a,
body > .container-block .viewport main.content .page-title .title a:hover,
body > .container-block .viewport main.content .page-title .title a:active,
body > .container-block .viewport main.content .page-title .title a:visited {
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
body > .container-block .viewport main.content .page-title .title a:hover {
  font-weight: bold;
  margin: 0 5px;
}
body > .container-block .viewport main.content .page-title .title .sep {
  display: inline-block;
  color: black;
  margin: 0 5px;
}
body > .container-block .viewport main.content .page-title .title .sep:before {
  content: "/";
}
body > .container-block .viewport main.content .content-block.left {
  width: 563px;
  display: inline-block;
  margin: 0;
  padding: 0;
  top: 0;
  vertical-align: top;
}
body > .container-block .viewport main.content .content-block.right {
  width: 564px;
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body > .container-block .textbox {
  box-sizing: border-box;
  background: rgb(255, 255, 255) !important;
  padding: 15px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
body > .container-block .textbox > p {
  color: rgb(0, 0, 0) !important;
}

.viewport .volume {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  .viewport .volume {
    display: none;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  .viewport .volume {
    display: none;
  }
}
.viewport .volume:hover:before {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgb(255, 255, 255);
}
.viewport .volume:before {
  font-family: "FontAwesome", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.5);
  content: "\f026";
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
.viewport .volume.medium:before {
  content: "\f027";
}
.viewport .volume.full:before {
  content: "\f028";
}

main.content[page=home] {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 85% !important;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] {
    display: block;
    width: 85% !important;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] {
    display: block;
    width: 85% !important;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] {
    display: block;
    width: 85% !important;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] {
    display: none;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=home] {
    display: none;
  }
}
main.content[page=home] .citate {
  position: absolute;
  visibility: hidden;
  float: left;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: left;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.9), 5px 3px 4px rgba(0, 0, 0, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 2s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=home] .citate.visible {
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
main.content[page=home] .citate[text="0"] {
  width: 800px;
  top: 160px;
  left: 620px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="0"] {
    left: 620px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="0"] {
    left: 340px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="0"] {
    left: 260px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="0"] {
    left: 140px;
  }
}
main.content[page=home] .citate[text="1"] {
  width: 660px;
  top: 230px;
  left: 480px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="1"] {
    left: 480px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="1"] {
    left: 200px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="1"] {
    left: 120px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="1"] {
    left: 0px;
  }
}
main.content[page=home] .citate[text="2"] {
  width: 730px;
  top: 340px;
  left: 630px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="2"] {
    left: 630px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="2"] {
    left: 350px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="2"] {
    left: 270px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="2"] {
    left: 150px;
  }
}
main.content[page=home] .citate[text="3"] {
  width: 750px;
  top: 160px;
  left: 510px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="3"] {
    left: 510px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="3"] {
    left: 250px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="3"] {
    left: 170px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="3"] {
    left: 50px;
  }
}
main.content[page=home] .citate[text="4"] {
  width: 720px;
  top: 250px;
  left: 720px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="4"] {
    left: 720px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="4"] {
    left: 440px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="4"] {
    left: 360px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="4"] {
    left: 240px;
  }
}
main.content[page=home] .citate[text="5"] {
  width: 600px;
  top: 340px;
  left: 560px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="5"] {
    left: 560px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="5"] {
    left: 280px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="5"] {
    left: 200px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="5"] {
    left: 80px;
  }
}
main.content[page=home] .citate[text="6"] {
  width: 650px;
  top: 160px;
  left: 480px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="6"] {
    left: 480px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="6"] {
    left: 250px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="6"] {
    left: 170px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="6"] {
    left: 50px;
  }
}
main.content[page=home] .citate[text="7"] {
  width: 620px;
  top: 260px;
  left: 590px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="7"] {
    left: 590px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="7"] {
    left: 310px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="7"] {
    left: 230px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="7"] {
    left: 110px;
  }
}
main.content[page=home] .citate[text="8"] {
  width: 660px;
  top: 370px;
  left: 510px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="8"] {
    left: 510px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="8"] {
    left: 260px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="8"] {
    left: 180px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="8"] {
    left: 60px;
  }
}
main.content[page=home] .citate[text="9"] {
  width: 720px;
  top: 160px;
  left: 500px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="9"] {
    left: 500px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="9"] {
    left: 270px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="9"] {
    left: 190px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="9"] {
    left: 70px;
  }
}
main.content[page=home] .citate[text="10"] {
  width: 620px;
  top: 230px;
  left: 660px;
}
@media only screen and (max-width: 2400px) {
  main.content[page=home] .citate[text="10"] {
    left: 660px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=home] .citate[text="10"] {
    left: 380px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=home] .citate[text="10"] {
    left: 300px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=home] .citate[text="10"] {
    left: 180px;
  }
}

main.content[page=mobile-home] {
  display: none;
}
@media only screen and (max-width: 2400px) {
  main.content[page=mobile-home] {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=mobile-home] {
    display: none;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=mobile-home] {
    display: none;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=mobile-home] {
    display: block;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=mobile-home] {
    display: block;
  }
}
main.content[page=mobile-home] .page-title {
  height: 50px !important;
}
main.content[page=mobile-home] .media-container {
  position: relative;
  height: calc(100% - 60px);
}
main.content[page=mobile-home] .media-container .media-box {
  display: block;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1140px) {
  main.content[page=mobile-home] .media-container .media-box {
    width: 100%;
    height: calc(100% - 87px);
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=mobile-home] .media-container .media-box {
    width: 100%;
    height: calc(100% - 87px);
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=mobile-home] .media-container .media-box {
    width: 100%;
    height: calc(100% - 87px);
  }
}
main.content[page=mobile-home] .media-container .media-box .media-wrapper {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: width, height, margin;
  -moz-transition-property: width, height, margin;
  -ms-transition-property: width, height, margin;
  -o-transition-property: width, height, margin;
  transition-property: width, height, margin;
}
main.content[page=mobile-home] .media-container .media-box .media-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
}
main.content[page=mobile-home] .media-container .text-container {
  width: 200px;
  height: 77px;
  float: right;
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width: 1140px) {
  main.content[page=mobile-home] .media-container .text-container {
    padding: 0;
    width: auto;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=mobile-home] .media-container .text-container {
    padding: 0;
    width: auto;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=mobile-home] .media-container .text-container {
    padding: 0;
    width: auto;
    bottom: 0;
    right: 0;
  }
}
main.content[page=mobile-home] .media-container .text-container > p {
  height: 100%;
  text-align: right;
}
@media only screen and (max-width: 2400px) {
  main.content[page=mobile-home] .media-container .text-container > p {
    text-align: right;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=mobile-home] .media-container .text-container > p {
    text-align: right;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=mobile-home] .media-container .text-container > p {
    text-align: left;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=mobile-home] .media-container .text-container > p {
    text-align: left;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=mobile-home] .media-container .text-container > p {
    text-align: left;
  }
}
main.content[page=mobile-home] .media-container .text-container > p > span {
  display: list-item;
  list-style: none;
  margin: 4px 0px;
}
main.content[page=mobile-home] .media-container .text-container > p > span.media-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
main.content[page=mobile-home] .media-container .text-container > p > span.media-medium, main.content[page=mobile-home] .media-container .text-container > p > span.media-measures, main.content[page=mobile-home] .media-container .text-container > p > span.media-date {
  font-size: 11px;
  font-size: 0.6875rem;
}

main.content[page=work] .page-title {
  height: 75px !important;
}
main.content[page=work] .flex-container {
  display: -ms-Flexbox;
  -ms-box-orient: horizontal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  width: 100%;
  height: calc(100% - 85px);
}
@media only screen and (max-width: 2400px) {
  main.content[page=work] .flex-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=work] .flex-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=work] .flex-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=work] .flex-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=work] .flex-container {
    flex-direction: column;
  }
}
main.content[page=work] .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  outline: none;
  direction: ltr;
}
main.content[page=work] > p {
  width: 100%;
}
main.content[page=work] > p a,
main.content[page=work] > p a:active,
main.content[page=work] > p a:hover,
main.content[page=work] > p a:visited {
  margin: 3px;
  color: black;
}
main.content[page=work] .category-tile {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin: 10px 3.5%;
  width: 25%;
  background-size: 110% 100% !important;
  backface-visibility: hidden;
  -ms-background-position: 0 0 !important;
  background-position: 0 0 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
  -moz-transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
  -ms-transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
  -o-transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
  transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=work] .category-tile {
    width: calc(100% - 20px);
  }
  main.content[page=work] .category-tile:first-child {
    margin-top: 5px;
  }
  main.content[page=work] .category-tile:last-child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=work] .category-tile {
    width: calc(100% - 20px);
  }
  main.content[page=work] .category-tile:first-child {
    margin-top: 5px;
  }
  main.content[page=work] .category-tile:last-child {
    margin-bottom: 5px;
  }
}
main.content[page=work] .category-tile:before {
  display: inline-block;
  content: "";
  padding-top: 100%;
}
main.content[page=work] .category-tile:after {
  z-index: 0;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=work] .category-tile:nth-child(1) {
  -ms-background-position: 0 0;
  background-position: 0 0;
}
main.content[page=work] .category-tile:nth-child(2) {
  -ms-background-position: 0 0;
  background-position: 0 0;
}
main.content[page=work] .category-tile:nth-child(3) {
  -ms-background-position: 0 0;
  background-position: 0 0;
}
main.content[page=work] .category-tile .title {
  z-index: 1;
  display: block;
  position: relative;
  margin: calc(50% - 13px) 0 0 20%;
  color: rgb(255, 255, 255);
  visibility: hidden;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: -moz-opacity, opacity, filter;
  -moz-transition-property: -moz-opacity, opacity, filter;
  -ms-transition-property: -moz-opacity, opacity, filter;
  -o-transition-property: -moz-opacity, opacity, filter;
  transition-property: -moz-opacity, opacity, filter;
}
main.content[page=work] .category-tile .title:after {
  background-color: rgba(255, 255, 255, 0.75);
}
main.content[page=work] .category-tile .links {
  z-index: 1;
  display: flex;
  position: absolute;
  box-sizing: border-box;
  bottom: -30px;
  width: 100%;
  height: 30px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: auto;
}
@media only screen and (max-width: 1140px) {
  main.content[page=work] .category-tile .links {
    height: 45px;
    line-height: 18px;
    bottom: -60px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=work] .category-tile .links {
    height: 60px;
    line-height: 18px;
    bottom: -60px;
  }
}
main.content[page=work] .category-tile .links > a, main.content[page=work] .category-tile .links a:active, main.content[page=work] .category-tile .links a:visited, main.content[page=work] .category-tile .links a:link {
  display: inline-block;
  margin: 0 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: capitalize;
  outline: none;
}
@media only screen and (max-width: 1140px) {
  main.content[page=work] .category-tile .links > a, main.content[page=work] .category-tile .links a:active, main.content[page=work] .category-tile .links a:visited, main.content[page=work] .category-tile .links a:link {
    margin: 0 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=work] .category-tile .links > a, main.content[page=work] .category-tile .links a:active, main.content[page=work] .category-tile .links a:visited, main.content[page=work] .category-tile .links a:link {
    margin: 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=work] .category-tile .links > a, main.content[page=work] .category-tile .links a:active, main.content[page=work] .category-tile .links a:visited, main.content[page=work] .category-tile .links a:link {
    margin: 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
main.content[page=work] .category-tile .links > a:hover {
  font-weight: bold;
}
main.content[page=work] .category-tile:hover, main.content[page=work] .category-tile:active, main.content[page=work] .category-tile:has(.links:hover), main.content[page=work] .category-tile:has(.links:active), main.content[page=work] .category-tile:focus-within {
  -ms-background-position: 30% 0 !important;
  background-position: 30% 0 !important;
}
main.content[page=work] .category-tile:hover:after, main.content[page=work] .category-tile:active:after, main.content[page=work] .category-tile:has(.links:hover):after, main.content[page=work] .category-tile:has(.links:active):after, main.content[page=work] .category-tile:focus-within:after {
  background: rgba(0, 0, 0, 0.75);
}
main.content[page=work] .category-tile:hover .title, main.content[page=work] .category-tile:active .title, main.content[page=work] .category-tile:has(.links:hover) .title, main.content[page=work] .category-tile:has(.links:active) .title, main.content[page=work] .category-tile:focus-within .title {
  visibility: visible;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
main.content[page=work] .category-tile:hover .links, main.content[page=work] .category-tile:active .links, main.content[page=work] .category-tile:has(.links:hover) .links, main.content[page=work] .category-tile:has(.links:active) .links, main.content[page=work] .category-tile:focus-within .links {
  bottom: 0;
}

main.content[page=album] {
  overflow: visible !important;
}
main.content[page=album] .page-title {
  width: 100%;
  height: 75px !important;
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}
main.content[page=album] .page-title .title {
  font-size: 11px;
  font-size: 0.6875rem;
}
main.content[page=album] .page-title .title:after {
  display: none !important;
}
main.content[page=album] .page-title .title .line {
  display: list-item;
  list-style: none;
  margin-left: 20px;
}
main.content[page=album] .page-title .title .album {
  font-size: 11px;
  font-size: 0.6875rem;
  color: grey !important;
  cursor: pointer;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=album] .page-title .title .album:hover {
  font-weight: bold;
  margin: 0 5px;
}
main.content[page=album] .page-title .title a,
main.content[page=album] .page-title .title a:hover,
main.content[page=album] .page-title .title a:active,
main.content[page=album] .page-title .title a:visited {
  font-size: 11px;
  font-size: 0.6875rem;
  color: grey !important;
  text-decoration: none;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=album] .page-title .title a:hover {
  font-weight: bold;
  margin: 0 5px;
}
main.content[page=album] .page-title .title .sep {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  color: grey !important;
  margin: 0 5px;
}
main.content[page=album] .page-title .title .sep:before {
  content: "/";
}
main.content[page=album] .flex-container {
  display: -ms-Flexbox;
  -ms-box-orient: horizontal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  height: calc(100% - 85px);
  overflow: visible;
}
@media only screen and (max-width: 2400px) {
  main.content[page=album] .flex-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=album] .flex-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=album] .flex-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=album] .flex-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=album] .flex-container {
    flex-direction: column;
  }
}
main.content[page=album] > p {
  width: 100%;
}
main.content[page=album] .media-tile {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 10px;
  width: 150px;
  cursor: pointer;
  background-size: cover;
  -ms-background-position: 0 0;
  background-position: 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
  -moz-transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
  -ms-transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
  -o-transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
  transition-property: -ms-background-position, background-position, -ms-flex, -webkit-flex, flex, width, height, margin;
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=album] .media-tile {
    width: calc(100% - 20px);
  }
  main.content[page=album] .media-tile:first-child {
    margin-top: 5px;
  }
  main.content[page=album] .media-tile:last-child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=album] .media-tile {
    width: calc(100% - 20px);
  }
  main.content[page=album] .media-tile:first-child {
    margin-top: 5px;
  }
  main.content[page=album] .media-tile:last-child {
    margin-bottom: 5px;
  }
}
main.content[page=album] .media-tile:before {
  display: inline-block;
  content: "";
  padding-top: 100%;
}
main.content[page=album] .media-tile .media-title {
  display: block;
  position: absolute;
  box-sizing: border-box;
  padding: 5px 10px;
  bottom: 0;
  width: 100%;
  height: 24px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.75);
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  visibility: hidden;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: -moz-opacity, opacity, filter;
  -moz-transition-property: -moz-opacity, opacity, filter;
  -ms-transition-property: -moz-opacity, opacity, filter;
  -o-transition-property: -moz-opacity, opacity, filter;
  transition-property: -moz-opacity, opacity, filter;
}
main.content[page=album] .media-tile:hover .media-title {
  visibility: visible;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
main.content[page=album] .album-tile {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin: 10px;
  width: 225px;
  cursor: pointer;
  background-size: 110% 100% !important;
  -ms-background-position: 0 0 !important;
  background-position: 0 0 !important;
  -webkit-flex: 0 1 calc(25% - 40px);
  -ms-flex: 0 1 calc(25% - 40px);
  flex: 0 1 calc(25% - 40px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: -ms-background-position, background-position, background-color, -ms-flex, -webkit-flex, flex, width, height, margin;
  -moz-transition-property: -ms-background-position, background-position, background-color, -ms-flex, -webkit-flex, flex, width, height, margin;
  -ms-transition-property: -ms-background-position, background-position, background-color, -ms-flex, -webkit-flex, flex, width, height, margin;
  -o-transition-property: -ms-background-position, background-position, background-color, -ms-flex, -webkit-flex, flex, width, height, margin;
  transition-property: -ms-background-position, background-position, background-color, -ms-flex, -webkit-flex, flex, width, height, margin;
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=album] .album-tile {
    width: calc(100% - 20px);
  }
  main.content[page=album] .album-tile:first-child {
    margin-top: 5px;
  }
  main.content[page=album] .album-tile:last-child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=album] .album-tile {
    width: calc(100% - 20px);
  }
  main.content[page=album] .album-tile:first-child {
    margin-top: 5px;
  }
  main.content[page=album] .album-tile:last-child {
    margin-bottom: 5px;
  }
}
main.content[page=album] .album-tile:before {
  display: inline-block;
  content: "";
  padding-top: 100%;
}
main.content[page=album] .album-tile:after {
  z-index: 0;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: background 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=album] .album-tile .title {
  z-index: 1;
  display: block;
  position: relative;
  margin: calc(50% - 13px) 0 0 20%;
  color: rgb(255, 255, 255);
  visibility: hidden;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: -moz-opacity, opacity, filter;
  -moz-transition-property: -moz-opacity, opacity, filter;
  -ms-transition-property: -moz-opacity, opacity, filter;
  -o-transition-property: -moz-opacity, opacity, filter;
  transition-property: -moz-opacity, opacity, filter;
}
main.content[page=album] .album-tile .title:after {
  background-color: rgba(255, 255, 255, 0.75);
}
main.content[page=album] .album-tile .links {
  z-index: 1;
  display: block;
  position: absolute;
  box-sizing: border-box;
  padding: 7px calc(50% - 118px);
  bottom: -30px;
  width: 100%;
  height: 30px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: bottom 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=album] .album-tile .links > a, main.content[page=album] .album-tile .links a:active, main.content[page=album] .album-tile .links a:visited, main.content[page=album] .album-tile .links a:link {
  display: inline-block;
  margin: 0 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: capitalize;
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=album] .album-tile .links > a, main.content[page=album] .album-tile .links a:active, main.content[page=album] .album-tile .links a:visited, main.content[page=album] .album-tile .links a:link {
    margin: 0 12px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
main.content[page=album] .album-tile:hover {
  -ms-background-position: 30% 0 !important;
  background-position: 30% 0 !important;
}
main.content[page=album] .album-tile:hover:after {
  background: rgba(0, 0, 0, 0.75);
}
main.content[page=album] .album-tile:hover .title {
  visibility: visible;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
main.content[page=album] .album-tile:hover .links {
  bottom: 0;
}

main.content[page=slideshow] .page-title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}
main.content[page=slideshow] .page-title .title {
  font-size: 11px;
  font-size: 0.6875rem;
}
main.content[page=slideshow] .page-title .title:after {
  display: none !important;
}
main.content[page=slideshow] .page-title .title .line {
  display: list-item;
  list-style: none;
  margin-left: 20px;
}
main.content[page=slideshow] .page-title .title .album {
  font-size: 11px;
  font-size: 0.6875rem;
  color: grey !important;
  cursor: pointer;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=slideshow] .page-title .title .album:hover {
  font-weight: bold;
  margin: 0 5px;
}
main.content[page=slideshow] .page-title .title a,
main.content[page=slideshow] .page-title .title a:hover,
main.content[page=slideshow] .page-title .title a:active,
main.content[page=slideshow] .page-title .title a:visited {
  font-size: 11px;
  font-size: 0.6875rem;
  color: grey !important;
  text-decoration: none;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=slideshow] .page-title .title a:hover {
  font-weight: bold;
  margin: 0 5px;
}
main.content[page=slideshow] .page-title .title .sep {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  color: grey !important;
  margin: 0 5px;
}
main.content[page=slideshow] .page-title .title .sep:before {
  content: "/";
}
main.content[page=slideshow] .slideshow-container {
  position: relative;
  height: calc(100% - 60px);
}
main.content[page=slideshow] .slideshow-container .media-container {
  z-index: 0;
  display: block;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=slideshow] .slideshow-container .media-container {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=slideshow] .slideshow-container .media-container {
    width: 100%;
  }
}
main.content[page=slideshow] .slideshow-container .media-container .media-wrapper {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
main.content[page=slideshow] .slideshow-container .media-container .media-wrapper img {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
main.content[page=slideshow] .slideshow-container .media-container .media-wrapper img:nth-child(1) {
  z-index: 1;
}
main.content[page=slideshow] .slideshow-container .albums-container {
  z-index: 2;
  width: 200px;
  height: 180px;
  float: right;
  position: absolute;
  right: 2px;
  bottom: 220px;
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=slideshow] .slideshow-container .albums-container {
    display: none;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=slideshow] .slideshow-container .albums-container {
    display: none;
  }
}
main.content[page=slideshow] .slideshow-container .albums-container h2 {
  text-align: right;
  margin: 0 0 4px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  width: 47px;
  float: right;
}
main.content[page=slideshow] .slideshow-container .albums-container h2:after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  content: "";
  display: block;
  margin: 2px auto 10px;
  width: 66.6666666667%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.75);
}
main.content[page=slideshow] .slideshow-container .albums-container ol {
  clear: both;
  margin: 0;
  list-style: none;
  list-style-position: inside;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  color: #808080;
  text-align: right;
}
main.content[page=slideshow] .slideshow-container .albums-container ol li {
  margin: 4px 0;
  cursor: pointer;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=slideshow] .slideshow-container .albums-container ol li:hover {
  margin-right: 10px;
}
main.content[page=slideshow] .slideshow-container .albums-container ol .active {
  color: rgb(0, 0, 0);
}
main.content[page=slideshow] .slideshow-container .text-container {
  z-index: 2;
  width: 200px;
  height: 120px;
  float: right;
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=slideshow] .slideshow-container .text-container {
    display: none;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=slideshow] .slideshow-container .text-container {
    display: none;
  }
}
main.content[page=slideshow] .slideshow-container .text-container > p {
  height: 100%;
  text-align: right;
}
main.content[page=slideshow] .slideshow-container .text-container > p > span {
  display: list-item;
  list-style: none;
  margin: 4px 0px;
}
main.content[page=slideshow] .slideshow-container .text-container > p > span.media-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
main.content[page=slideshow] .slideshow-container .text-container > p > span.media-medium, main.content[page=slideshow] .slideshow-container .text-container > p > span.media-measures, main.content[page=slideshow] .slideshow-container .text-container > p > span.media-date {
  font-size: 11px;
  font-size: 0.6875rem;
}
main.content[page=slideshow] .slideshow-container .controls-container {
  z-index: 2;
  height: 20px;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
main.content[page=slideshow] .slideshow-container .controls-container svg {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
main.content[page=slideshow] .slideshow-container .controls-container svg .timer {
  fill: rgba(0, 0, 0, 0.6);
}
main.content[page=slideshow] .slideshow-container .controls-container svg .timer:hover {
  fill: rgb(0, 0, 0);
}
main.content[page=slideshow] .slideshow-container .controls-container .pause, main.content[page=slideshow] .slideshow-container .controls-container .play, main.content[page=slideshow] .slideshow-container .controls-container .previous, main.content[page=slideshow] .slideshow-container .controls-container .next {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  cursor: pointer;
  user-select: none;
}
main.content[page=slideshow] .slideshow-container .controls-container .pause:hover:before, main.content[page=slideshow] .slideshow-container .controls-container .play:hover:before, main.content[page=slideshow] .slideshow-container .controls-container .previous:hover:before, main.content[page=slideshow] .slideshow-container .controls-container .next:hover:before {
  color: rgb(0, 0, 0);
}
main.content[page=slideshow] .slideshow-container .controls-container .pause:before, main.content[page=slideshow] .slideshow-container .controls-container .play:before, main.content[page=slideshow] .slideshow-container .controls-container .previous:before, main.content[page=slideshow] .slideshow-container .controls-container .next:before {
  font-family: "FontAwesome", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.6);
  user-select: none;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=slideshow] .slideshow-container .controls-container .pause:before {
  content: "\f04c";
}
main.content[page=slideshow] .slideshow-container .controls-container .play:before {
  content: "\f04b";
}
main.content[page=slideshow] .slideshow-container .controls-container .previous:before {
  content: "\f048";
}
main.content[page=slideshow] .slideshow-container .controls-container .next:before {
  content: "\f051";
}

main.content[page=media] .page-title {
  width: 100%;
  height: 75px !important;
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}
main.content[page=media] .page-title .title {
  font-size: 11px;
  font-size: 0.6875rem;
}
main.content[page=media] .page-title .title:after {
  display: none !important;
}
main.content[page=media] .page-title .title .line {
  display: list-item;
  list-style: none;
  margin-left: 20px;
}
main.content[page=media] .page-title .title .media {
  font-size: 11px;
  font-size: 0.6875rem;
  color: grey !important;
  cursor: pointer;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=media] .page-title .title .media:hover {
  font-weight: bold;
  margin: 0 5px;
}
main.content[page=media] .page-title .title a,
main.content[page=media] .page-title .title a:hover,
main.content[page=media] .page-title .title a:active,
main.content[page=media] .page-title .title a:visited {
  font-size: 11px;
  font-size: 0.6875rem;
  color: grey !important;
  text-decoration: none;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
}
main.content[page=media] .page-title .title a:hover {
  font-weight: bold;
  margin: 0 5px;
}
main.content[page=media] .page-title .title .sep {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  color: grey !important;
  margin: 0 5px;
}
main.content[page=media] .page-title .title .sep:before {
  content: "/";
}
main.content[page=media] .media-container {
  position: relative;
  height: calc(100% - 85px);
}
main.content[page=media] .media-container .media-box {
  display: block;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1140px) {
  main.content[page=media] .media-container .media-box {
    width: 100%;
    height: calc(100% - 87px);
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=media] .media-container .media-box {
    width: 100%;
    height: calc(100% - 87px);
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=media] .media-container .media-box {
    width: 100%;
    height: calc(100% - 87px);
  }
}
main.content[page=media] .media-container .media-box .media-wrapper {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6666666667s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: width, height, margin;
  -moz-transition-property: width, height, margin;
  -ms-transition-property: width, height, margin;
  -o-transition-property: width, height, margin;
  transition-property: width, height, margin;
}
main.content[page=media] .media-container .media-box .media-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
}
main.content[page=media] .media-container .text-container {
  width: 200px;
  height: 77px;
  float: right;
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width: 1140px) {
  main.content[page=media] .media-container .text-container {
    padding: 0;
    width: auto;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=media] .media-container .text-container {
    padding: 0;
    width: auto;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=media] .media-container .text-container {
    padding: 0;
    width: auto;
    bottom: 0;
    right: 0;
  }
}
main.content[page=media] .media-container .text-container > p {
  height: 100%;
  text-align: right;
}
@media only screen and (max-width: 2400px) {
  main.content[page=media] .media-container .text-container > p {
    text-align: right;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=media] .media-container .text-container > p {
    text-align: right;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=media] .media-container .text-container > p {
    text-align: left;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=media] .media-container .text-container > p {
    text-align: left;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=media] .media-container .text-container > p {
    text-align: left;
  }
}
main.content[page=media] .media-container .text-container > p > span {
  display: list-item;
  list-style: none;
  margin: 4px 0px;
}
main.content[page=media] .media-container .text-container > p > span.media-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
main.content[page=media] .media-container .text-container > p > span.media-medium, main.content[page=media] .media-container .text-container > p > span.media-measures, main.content[page=media] .media-container .text-container > p > span.media-date {
  font-size: 11px;
  font-size: 0.6875rem;
}

main.content[page=exhibitions] article ul {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  list-style: none;
}
main.content[page=exhibitions] article ul li {
  margin: 4px 0;
}
main.content[page=exhibitions] article ul li:nth-last-child(4) .space {
  width: 33px;
}
main.content[page=exhibitions] article ul li ul {
  display: inline-block;
  vertical-align: top;
  -moz-padding-start: 0px;
  -webkit-padding-start: 0px;
  margin: 0;
  padding: 0;
  padding-left: 12px;
}
main.content[page=exhibitions] article ul li ul li {
  margin-left: 20px;
}
main.content[page=exhibitions] article ul li ul li:first-child {
  margin-top: 0;
}
main.content[page=exhibitions] article ul li ul li:last-child {
  margin-bottom: 0;
}
main.content[page=exhibitions] article .space {
  display: inline-block;
  width: 30px;
}

@media only screen and (max-width: 2400px) {
  main.content[page=tekst] article p {
    height: auto;
    -webkit-columns: 2;
    -webkit-column-gap: 7em;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=tekst] article p {
    height: auto;
    -webkit-columns: 2;
    -webkit-column-gap: 7em;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=tekst] article p {
    height: auto;
    -webkit-columns: initial;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=tekst] article p {
    height: auto;
    -webkit-columns: initial;
    -webkit-column-gap: 0em;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=tekst] article p {
    height: auto;
    -webkit-columns: initial;
    -webkit-column-gap: 0em;
  }
}
main.content[page=tekst] article p img#painting {
  width: 280px;
  clear: both;
  border: solid 1px rgb(255, 255, 255);
}
@media only screen and (max-width: 1140px) {
  main.content[page=tekst] article p img#painting {
    display: none;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=tekst] article p img#painting {
    display: none;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=tekst] article p img#painting {
    display: none;
  }
}

main.content[page=about] article.flex-container {
  display: -ms-Flexbox;
  -ms-box-orient: horizontal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
  top: 0;
  flex-direction: row;
}
@media only screen and (max-width: 2400px) {
  main.content[page=about] article.flex-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=about] article.flex-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=about] article.flex-container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=about] article.flex-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=about] article.flex-container {
    flex-direction: column;
  }
}
main.content[page=about] article.flex-container .content-block#image {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
main.content[page=about] article.flex-container .content-block#image .image-wrap img {
  width: 350px;
  float: left;
  margin: 0 25px 20px 0;
  box-sizing: border-box;
  -webkit-transition: all 0.125s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.125s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.125s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.125s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.125s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (max-width: 2400px) {
  main.content[page=about] article.flex-container .content-block#image .image-wrap img {
    width: 350px;
  }
}
@media only screen and (max-width: 1440px) {
  main.content[page=about] article.flex-container .content-block#image .image-wrap img {
    width: 350px;
  }
}
@media only screen and (max-width: 1140px) {
  main.content[page=about] article.flex-container .content-block#image .image-wrap img {
    width: 233.3345px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main.content[page=about] article.flex-container .content-block#image .image-wrap img {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.5);
    border: solid 1px white !important;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main.content[page=about] article.flex-container .content-block#image .image-wrap img {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.5);
    border: solid 1px white !important;
  }
}
main.content[page=about] article.flex-container .content-block#image .image-wrap .caption {
  display: none;
}
main.content[page=about] article.flex-container .content-block#text {
  -webkit-flex: 0 1 450px;
  -ms-flex: 0 1 450px;
  flex: 0 1 450px;
}
main.content[page=about] article.flex-container .content-block#text p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.1666666667s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.1666666667s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.1666666667s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.1666666667s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.1666666667s cubic-bezier(0, 0, 0.2, 1);
}

.default main.content p {
  color: rgb(0, 0, 0);
}

.special main.content p {
  color: rgb(255, 255, 255);
}
.special main.content p img#portrait {
  border: solid 3px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  -moz-box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  -o-box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
}

main[page=contact] .container-block {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 25px;
}
main[page=contact] .container-block.left {
  border-right: solid 2px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1140px) {
  main[page=contact] .container-block {
    padding: 0;
  }
  main[page=contact] .container-block.left {
    width: 100%;
    border: none;
  }
  main[page=contact] .container-block.right {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main[page=contact] .container-block {
    padding: 0;
  }
  main[page=contact] .container-block.left {
    width: 100%;
    border: none;
  }
  main[page=contact] .container-block.right {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main[page=contact] .container-block {
    padding: 0;
  }
  main[page=contact] .container-block.left {
    width: 100%;
    border: none;
  }
  main[page=contact] .container-block.right {
    width: 100%;
  }
}
main[page=contact] form#contact fieldset {
  position: relative;
  border: none;
  padding-top: 25px;
}
main[page=contact] form#contact fieldset legend {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 10px;
}
main[page=contact] form#contact fieldset label {
  display: inline-block;
  width: 75px;
  vertical-align: top;
  text-transform: uppercase;
}
@media only screen and (max-width: 1140px) {
  main[page=contact] form#contact fieldset label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main[page=contact] form#contact fieldset label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main[page=contact] form#contact fieldset label {
    margin-bottom: 10px;
  }
}
main[page=contact] form#contact fieldset input[type=text],
main[page=contact] form#contact fieldset textarea {
  box-sizing: border-box;
  margin: 0 0 10px 0;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  width: 300px;
  padding: 4px 6px 4px 14px;
  border: solid 1px rgb(0, 0, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 1140px) {
  main[page=contact] form#contact fieldset input[type=text],
  main[page=contact] form#contact fieldset textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  main[page=contact] form#contact fieldset input[type=text],
  main[page=contact] form#contact fieldset textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  main[page=contact] form#contact fieldset input[type=text],
  main[page=contact] form#contact fieldset textarea {
    width: 100%;
  }
}
main[page=contact] form#contact fieldset textarea {
  resize: none;
  height: 200px;
}
main[page=contact] form#contact fieldset button[type=submit] {
  float: right;
  background: rgb(255, 255, 255);
  font-size: 12px;
  font-size: 0.75rem;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  border: solid 1px rgb(0, 0, 0);
  padding: 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3333333333s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -ms-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
main[page=contact] form#contact fieldset button[type=submit]:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  padding: 0;
  color: rgb(0, 0, 0);
}
@media only screen and (max-width: 760px) and (min-height: 481px) {
  footer {
    display: none;
  }
}
@media only screen and (max-width: 440px) and (max-height: 480px) {
  footer {
    display: none;
  }
}
footer .footer-bar {
  margin: 5px 0;
}
footer .footer-bar p {
  text-align: center;
  font-size: 9px;
  font-size: 0.5625rem;
}

.default footer {
  color: rgb(0, 0, 0);
}

.special footer {
  color: rgb(255, 255, 255);
}

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