@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Reenie+Beanie');
@import url('https://fonts.googleapis.com/css?family=Caveat:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Clicker+Script|Allura|Parisienne&subset=latin-ext');
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
 ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block; }
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }
/* Embedded content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */ }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Scripting
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }
/**
 * Add the correct display in IE.
 */
template {
  display: none; }
/* Hidden
 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 24px; }

h1 {
  font-weight: 400; }

h2, h3 {
  font-weight: 600; }

h1 {
  font-size: 2.5rem;
  line-height: 3rem; }

a {
  color: #000;
  text-decoration: none; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }

ul {
  margin-left: 10px;
  padding-left: 0;
  list-style: none; }
  ul li {
    overflow: hidden;
    padding-left: 30px;
    position: relative; }
    ul li:before {
      content: '◦';
      display: inline-block;
      font-size: 30px;
      position: absolute;
      left: 0;
      top: 0px;
      margin-left: 10px; }

body, #header {
  display: flex; }

body {
  flex-direction: column; }

#header {
  flex-direction: column;
  margin-bottom: 20px; }

.pagination {
  margin: 20px;
  text-align: center; }

#footer {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  color: #666;
  font-size: 15px; }
  #footer > div {
    flex: 0 0 180px;
    padding: 0 10px;
    box-sizing: border-box; }
  #footer a {
    border-color: #bbb; }
  #footer .social {
    position: fixed;
    bottom: 20px;
    right: 20px; }
    #footer .social img {
      height: 50px; }
    #footer .social a {
      border-bottom: none; }

@media (min-width: 900px) {
  #footer {
    white-space: nowrap; } }

.static-page {
  padding: 0 20px 20px;
  max-width: 800px;
  margin: auto;
  text-align: justify; }
  .static-page .title {
    text-align: center; }

.topnav, .mainnav {
  display: flex;
  flex-wrap: wrap; }

.topnav {
  justify-content: space-between;
  font-size: 11px;
  font-weight: 300; }

.mainnav.is_stuck {
  background: #fff;
  padding: 0;
  margin: 0;
  min-height: 0; }
  .mainnav.is_stuck .item {
    display: inline-block;
    color: #000;
    padding: 8px;
    margin: 0;
    border-radius: 0;
    margin-right: 1px;
    margin-bottom: 1px; }

.navbar > div {
  display: flex; }
  .navbar .item {
    color: #ecf0f1; }
  .navbar .active-item, .navbar .item:hover {
    position: relative;
    background: rgba(183, 175, 186, 0.4);
    color: #fff; }
  .navbar .item, .navbar .active-item {
    flex: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0 5px 5px 0;
    line-height: normal;
    border-radius: 4px;
    padding: 10px 15px 8px; }

.mainnav {
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 99;
  font-size: 15px;
  font-weight: 300; }

.nav-flex {
  display: flex;
  flex-wrap: wrap; }
  .nav-flex > div {
    flex: 1;
    align-items: center;
    align-content: center; }
  .nav-flex .left .mainnav {
    justify-content: flex-end; }
  .nav-flex .middle {
    display: flex;
    flex: 0 0 auto;
    flex-basis: 300px;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .nav-flex .right .mainnav {
    justify-content: flex-start; }
  .nav-flex .full a {
    flex: 1 1 60px; }

@media (min-width: 500px) {
  .mainnav {
    min-height: 110px; } }

@media (max-width: 700px) {
  .menu {
    margin-top: 20px; } }

@media (min-width: 900px) {
  .full {
    display: none; } }

@media (min-width: 400px) {
  .mainnav .item {
    white-space: nowrap; } }

@media (max-width: 900px) {
  .nav-flex .right, .nav-flex .left {
    flex-basis: 50%;
    display: none; }
    .nav-flex .right .item {
      text-align: left; }
    .nav-flex .left .item {
      text-align: right; }
    .nav-flex .item, .nav-flex .mainnav {
      margin: 0; }
    .nav-flex .mainnav {
      padding: 0; }
    .nav-flex .item {
      justify-content: initial; } }

@media (max-width: 300px) {
  .nav-flex .right .item, .nav-flex .left .item {
    flex-basis: 100%;
    text-align: center; } }

select {
  padding: 6px 6px 4px;
  font-size: 14px;
  border-radius: 4px;
  border-color: #ddd; }

.control-label {
  min-width: 200px;
  display: inline-block;
  margin-top: 5px; }

.form-control {
  border: 1px solid #ccc;
  margin: 2px;
  width: 200px;
  border-radius: 2px; }

textarea.form-control {
  width: 400px; }

.btn {
  background: #000;
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
  border: 0; }

.input {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 10px; }

.input:focus {
  outline: none;
  border-color: #888; }

.opinion {
  font-family: 'Clicker Script', cursive; }

.opinion:nth-child(3n+1) {
  font-family: 'Allura', cursive;
  font-size: 30px;
  line-height: 36px; }

.opinion:nth-child(3n+2) {
  font-family: 'Parisienne', cursive;
  font-size: 28px;
  line-height: 38px; }

.opinion:nth-child(3n+3) {
  font-family: 'Clicker Script', cursive;
  font-size: 35px;
  line-height: 38px; }

.opinions {
  display: flex;
  flex-direction: column; }

.opinion {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 30px;
  line-height: 40px;
  margin: 10px auto;
  max-width: 1000px; }
  .opinion > div {
    flex: 1 0 50%; }
  .opinion .media {
    max-width: 300px; }
  .opinion .image, .opinion img {
    border-radius: 50%; }
  .opinion blockquote {
    margin-top: 40px;
    margin: 0 40px; }
    .opinion blockquote p:last-of-type {
      margin-bottom: 0; }
    .opinion blockquote cite {
      text-align: right;
      display: block;
      font-weight: 600; }

@media (max-width: 800px) {
  .opinion {
    flex-direction: column;
    margin-top: 20px; }
    .opinion blockquote {
      margin: 0 20px; } }

#gallery {
  text-align: center; }

.gallery-posts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px; }

.gallery-teaser {
  flex: 0 1 350px;
  max-width: 400px; }

.gallery-desc {
  grid-column-end: span 10;
  text-align: center;
  color: #000;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 40px 20px !important; }
  .gallery-desc h2 {
    margin-bottom: 20px; }

.gallery-category h1 {
  margin: 0; }

.gallery-title {
  margin-bottom: 0; }

.gallery-teaser {
  position: relative;
  text-shadow: 1px 1px 1px #000; }
  .gallery-teaser .excerpt-padding {
    padding-bottom: 10px; }
  .gallery-teaser .opis {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 70px 20px 0;
    color: #fff;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%); }
  .gallery-teaser h4 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .gallery-teaser h4 a {
      color: #fff;
      border: 0;
      display: block; }
    .gallery-teaser h4 small {
      float: right;
      line-height: 25px;
      color: #fff;
      color: rgba(255, 255, 255, 0.6); }
  .gallery-teaser:hover .excerpt {
    max-height: 400px;
    transition: max-height 0.5s ease-in;
    transition-delay: 0.3s; }
  .gallery-teaser img {
    display: block; }
  .gallery-teaser .inner {
    margin: 5px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.2s ease-in-out;
    border-radius: 6px;
    transition-delay: 0.3s; }
    .gallery-teaser .inner a {
      display: block;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
      .gallery-teaser .inner a img {
        display: block;
        z-index: -1;
        position: relative; }
    .gallery-teaser h4 small {
      float: right;
      line-height: 25px; }
  .gallery-teaser .excerpt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out; }
    .gallery-teaser .excerpt p {
      margin-top: 0;
      margin-bottom: 15px; }
  .gallery-teaser .inner a:hover .excerpt {
    max-height: 400px;
    transition: max-height 1s ease-in-out;
    transition-delay: 0.3s; }

#gallery-wall {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 90px);
  grid-gap: 10px;
  grid-auto-flow: dense;
  justify-content: center; }
  #gallery-wall * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  #gallery-wall img {
    display: block; }
  #gallery-wall .nr {
    display: none; }
  #gallery-wall .w20 {
    grid-column-end: span 2;
    grid-row-end: span 1; }
  #gallery-wall .w40 {
    grid-column-end: span 4;
    grid-row-end: span 2; }
  #gallery-wall .w10 {
    grid-column-end: span 1;
    grid-row-end: span 1; }
  #gallery-wall .w20h {
    grid-column-end: span 2;
    grid-row-end: span 2; }
  #gallery-wall .w30 {
    grid-column-end: span 3;
    grid-row-end: span 3; }
  #gallery-wall .s40 {
    grid-column-end: span 4;
    grid-row-end: span 4; }

.lg-toolbar {
  background: none; }
  .lg-toolbar:hover > span {
    background: rgba(0, 0, 0, 0.8);
    transition: background 0.25s ease-in-out; }
  .lg-toolbar > span {
    transition: background 0.25s ease-out;
    background: rgba(0, 0, 0, 0.4); }
  .lg-toolbar #lg-actual-size {
    border-bottom-left-radius: 6px; }

#lg-counter {
  color: #fff;
  text-shadow: 1px 1px 1px #000; }

.lg-sub-html {
  text-shadow: 1px 1px 1px #000; }

.lg-sub-html h4 {
  font-size: 20px; }

.lg-outer .lg-thumb-item {
  border-color: #000; }

.lg-outer .lg-thumb-item img {
  height: auto !important;
  width: auto !important; }

.lg-outer .lg-thumb {
  padding: 7px 0 5px !important; }

.lg-outer .lg-thumb-outer, .lg-outer .lg-toogle-thumb {
  background: rgba(0, 0, 0, 0.6); }

.lg-download {
  display: none; }

#lg-zoom-out {
  opacity: 1; }

#lg-zoom-out:after {
  opacity: 0.5; }

.lg-zoomed #lg-zoom-out:after {
  opacity: 1; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #fff; }

.posts {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  justify-items: center; }

.static-page a {
  color: #4b1a10;
  border-bottom: 1px solid #4b1a10; }

@media (min-width: 600px) {
  .blog-post .main-image {
    margin-left: 20px;
    margin-bottom: 10px;
    max-width: 50%;
    float: right; } }

.blog-post h1 {
  margin-bottom: 5px; }
  .blog-post .subtitle {
    padding-top: 0;
    margin-top: 0;
    text-align: center; }
  .blog-post a {
    color: #00adef;
    font-weight: 700; }

.link-previous, .link-next {
  border: 1px solid #ddd; }

.link-previous, .link-next {
  display: block;
  position: relative;
  height: 150px; }
  .link-previous:hover .info, .link-next:hover .info {
    display: block; }
  .link-previous label, .link-next label {
    display: block;
    background: #000;
    padding: 3px 0; }
  .link-previous span, .link-next span {
    display: block;
    padding: 10px; }
  .link-previous .info, .link-next .info {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: -30px;
    text-align: center; }

.link-previous {
  right: 0;
  position: fixed;
  top: 50%; }

.link-next {
  left: 0;
  position: fixed;
  top: 50%; }

.blog-teaser {
  flex: 0 1;
  box-sizing: border-box;
  max-width: 800px;
  margin: auto;
  margin-bottom: 40px;
  padding: 0 15px;
  position: relative;
  z-index: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .blog-teaser .intro {
    margin-top: 15px;
    text-align: justify; }
  .blog-teaser h2, .blog-teaser .info {
    text-align: center;
    margin: 0;
    font-size: 15px; }
  .blog-teaser h2 {
    margin-top: 20px;
    font-size: 25px; }
  @media (min-width: 600px) {
  .blog-teaser .media {
    float: left;
    margin: 25px 25px 10px 0; } }

.blog-post {
  max-width: 894px;
  margin: auto;
  text-align: justify;
  box-sizing: border-box; }
  .blog-post h1 {
    text-align: center; }
  .blog-post .info {
    color: #bbb;
    text-align: center; }

#blog-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, 1fr);
  grid-gap: 0px;
  grid-auto-flow: dense;
  justify-content: center; }
  #blog-gallery img {
    display: block; }
  #blog-gallery .horizontal {
    grid-column-end: span 2; }

body {
  background-color: #fff; }

.image {
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  z-index: 4; }
  .image img {
    z-index: -1;
    display: block;
    position: relative; }

.static-page img {
  height: auto !important; }

@media (min-width: 680px) {
  .fci {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 70px;
    transition: max-width 1s; }

  .fci:hover {
    max-width: 300px; } }

.static-page {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px; }
  .static-page a {
    color: #4b1a10;
    border-bottom: 1px solid #4b1a10; }
    .static-page a img {
      border: none;
      vertical-align: top; }
  .static-page h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 0; }

.languages {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 9; }
  .languages .hidden {
    display: none; }
  .languages a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px 3px;
    border-radius: 6px;
    margin: 2px; }
    .languages a:hover {
      background: #555;
      color: #fff; }

.img-left {
  float: left;
  margin: 5px 25px 5px 0; }

.img-right {
  float: right;
  margin: 6px 0 5px 25px; }

#logo {
  margin: 50px auto 0;
  max-width: 500px;
  padding: 0 10px; }

.logo {
  text-align: center; }
  .logo a {
    text-align: center;
    display: block; }
  .logo .title {
    color: #fff;
    font-family: 'Reenie Beanie', cursive;
    font-family: 'Baloo', cursive;
    font-size: 3rem;
    line-height: 3rem; }
  .logo .slogan {
    color: #fff;
    font-family: 'Caveat', cursive;
    font-family: 'Swanky and Moo Moo', cursive;
    font-size: 25px; }

.start .piesy {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  box-sizing: border-box; }
  .start .piesy .piesel {
    box-sizing: border-box;
    max-width: 220px;
    flex: 1 0 220px;
    box-sizing: border-box;
    text-align: center; }
    .start .piesy .piesel .image {
      overflow: hidden; }
    .start .piesy .piesel img {
      max-width: 100%; }

.psy {
  max-width: 1600px;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: row wrap; }

@media (max-width: 1450px) {
  .psy {
    max-width: 850px; } }

.pies {
  flex: 1 1 600px;
  display: flex;
  flex-flow: row wrap;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
  .pies {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto 20px; } }
  .pies div {
    flex: 1;
    box-sizing: border-box; }
  .pies h2, .pies h3 {
    float: left; }
  .pies h2 span {
    color: #888;
    font-weight: 300;
    margin-bottom: -6px; }
  .pies .title {
    overflow: hidden; }
  .pies .obraz {
    z-index: 1; }
  .pies .karta {
    padding: 0 25px 25px 25px;
    border-left: 0; }

.albumy {
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }
  .albumy a {
    flex: 1 1 300px;
    text-align: center;
    max-width: 300px;
    padding: 0 5px; }

.pieser {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 15px; }
  .pieser #gallery-wall {
    margin-top: 30px; }

.kartek {
  display: flex;
  flex-flow: row wrap;
  max-width: 900px;
  margin: 0 auto 50px; }
  .kartek h1 {
    font-weight: 700; }
    .kartek h1 span {
      font-weight: 300;
      white-space: nowrap; }
  @media (max-width: 800px) {
  .kartek {
    flex-direction: column; } }
  .kartek > div {
    flex: 1; }
  .kartek .obrazer img {
    border-radius: 50%;
    overflow: hidden; }

#menu {
  font-weight: 600;
  font-size: 14px;
  z-index: 99; }

.start .intro {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  max-width: 800px;
  font-size: 16px;
  margin: 0 auto 5px;
  padding: 0 15px; }

.home-intro {
  background-size: cover;
  position: relative; }

.piesy {
  position: relative;
  z-index: 10;
  margin: 70px 0 20px; }

.piesel {
  margin: 15px;
  position: relative; }
  .piesel .image {
    border-radius: 300px;
    overflow: hidden;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5); }
  .piesel h3 {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0; }
    .piesel h3 a {
      color: #fff;
      font-weight: 200;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 30px;
      font-size: 16px;
      padding: 5px 10px; }

.start .logo .title {
  color: #fff; }
  .start .logo .slogan {
    color: #ecf0f1; }
  .start .navbar .item, .start .navbar .active-item {
    color: #17e0ff; }
    .start .navbar .item:hover, .start .navbar .active-item:hover, .start .navbar .item:focus, .start .navbar .active-item:focus {
      color: #fff;
      background: rgba(0, 0, 0, 0.4); }
  .start .intro {
    color: #f2f9fa; }

@media (max-width: 1200px) {
  #footer .left {
    display: none; } }

.back-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 99; }

.back-next {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 99; }

.back-prev img, .back-next img {
  width: 30px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out; }

.back-prev:hover img, .back-next:hover img {
  opacity: 1; }

.slides-counter {
  color: #fff;
  opacity: 0.7;
  z-index: 99;
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-size: 15px;
  text-shadow: 1px 1px 1px #000; }

@media (max-width: 800px) {
  .back-prev {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 60px; }

  .back-next {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 20px; } }

audio {
  width: 100%; }

audio::-internal-media-controls-download-button {
  display: none; }

audio::-webkit-media-controls-enclosure {
  overflow: hidden; }

audio::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }
