.mobileLanguageLink {
  padding-top: 20px;
  display: none;
  text-align: center;
}

.mobileLanguageLink a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .mobileLanguageLink { display: block; }
}

@font-face {
  font-family: 'chernobyl2';
  src: url('/font/chernobyl2.eot');
  src: url('/font/chernobyl2.eot#iefix') format('embedded-opentype'),
       url('/font/chernobyl2.woff2') format('woff2'),
       url('/font/chernobyl2.woff') format('woff'),
       url('/font/chernobyl2.ttf') format('truetype'),
       url('/font/chernobyl2.svg#chernobyl2') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'chernobyl2';
    src: url('../font/chernobyl2.svg?40523691#chernobyl2') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "chernobyl2";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* {
  box-sizing: border-box; }

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  font: 400 100%/1.65 "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  margin: 0; }

a {
  text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:active, a:hover {
    outline: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body > header {
  font-size: 85%; }
  body > header .toolbar-body {
    /*background-color: #2b2c2e;*/
    border-bottom: 2px #202020 solid;
    padding: 1rem 0rem; }
    body > header .toolbar-body .wrapper nav.toolbar ul {
      display: inline-block; }
      body > header .toolbar-body .wrapper nav.toolbar ul li {
        padding-right: 20px;
        display: inline; }
        body > header .toolbar-body .wrapper nav.toolbar ul li:last-child {
          padding-right: 0; }
        body > header .toolbar-body .wrapper nav.toolbar ul li h3.author {
          display: inline;
          font-weight: 600;
          padding: 16px 16px;
          color: white;
          background: #5e666a; }
        body > header .toolbar-body .wrapper nav.toolbar ul li a {
          padding: 0.9rem 0rem;
          #border-bottom: 3px transparent solid; }
          body > header .toolbar-body .wrapper nav.toolbar ul li a:hover {
            border-bottom-color: #b1bcc2; }
      body > header .toolbar-body .wrapper nav.toolbar ul.archive li {
        padding: 0 5px; }
        body > header .toolbar-body .wrapper nav.toolbar ul.archive li:after {
          content: "/";
          padding: 0 0 0 10px;
          opacity: 0.3;
          text-align: center;
          display: inline;
          font-size: 75%; }
        body > header .toolbar-body .wrapper nav.toolbar ul.archive li:first-child {
          padding-left: 20px; }
        body > header .toolbar-body .wrapper nav.toolbar ul.archive li:last-child {
          padding-right: 20px; }
          body > header .toolbar-body .wrapper nav.toolbar ul.archive li:last-child:after {
            display: none; }
      body > header .toolbar-body .wrapper nav.toolbar ul.sociable li {
        padding-right: 0px; }
        body > header .toolbar-body .wrapper nav.toolbar ul.sociable li.frame {
          height: 19px;
          line-height: 19px;
          width: 19px;
          font-size: 75%;
          text-align: center;
          display: inline-block;
          border: 1px rgba(0, 0, 0, 0.05) solid;
          padding: 0;
          margin: -3px 0 0 0;
          border-radius: 100%; }
        body > header .toolbar-body .wrapper nav.toolbar ul.sociable li:last-child {
          padding-right: 0; }
      body > header .toolbar-body .wrapper nav.toolbar ul.languages, body > header .toolbar-body .wrapper nav.toolbar ul.sociable {
        float: right; }

footer.main-footer.toolbar {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 100%; }
  footer.main-footer.toolbar p {
    margin: 0;
    padding: 10px; }

[hidden] {
  display: none; }

.webfont {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, sans-serif; }

.webfont2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }

.slab {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, sans-serif; }

.image-resize, .image-resize img {
  width: auto;
  height: auto; }

.image-resize.w, .image-resize.w img {
  width: 100%; }

.image-resize.h, .image-resize.h img {
  height: 100%; }

.wrapper {
  max-width: 65rem;
  margin: 0 auto;
  padding: 0 1rem; }

.row {
  width: 100%;
}
  .row:before {
    content: "";
    display: table;
    line-height: 0; }
  .row:after {
    content: "";
    clear: both;
    display: table;
    line-height: 0; }
  .row [class*="col-"] {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    min-height: 30px;
    margin-left: 2.12766%;
    box-sizing: border-box; }
    .row [class*="col-"]:first-child {
      margin-left: 0; }
  .row .col-12 {
    width: 100%;
}
  .row .col-11 {
    width: 91.48936%;
    }
  .row .col-10 {
    width: 82.97872%;
    }
  .row .col-9 {
    width: 74.46809%;
    }
  .row .col-8 {
    width: 65.95745%;
    }
  .row .col-7 {
    width: 57.44681%;
    }
  .row .col-6 {
    width: 48.93617%;
    }
  .row .col-5 {
    width: 40.42553%;
    }
  .row .col-4 {
    width: 31.91489%;
    }
  .row .col-3 {
    width: 23.40426%;
    }
  .row .col-2 {
    width: 14.89362%;
    }
  .row .col-1 {
    width: 6.38298%;
    }
  .row.compact [class*="col-"] {
    padding: 1px;
    margin: 0; }
  .row.compact .col-12 {
    width: 100%;
  }
  .row.compact .col-11 {
    width: 91.48936%;
     }
  .row.compact .col-10 {
    width: 82.97872%;
     }
  .row.compact .col-9 {
    width: 74.46809%;
     }
  .row.compact .col-8 {
    width: 65.95745%;
     }
  .row.compact .col-7 {
    width: 57.44681%;
     }
  .row.compact .col-6 {
    width: 50%;
     }
  .row.compact .col-5 {
    width: 40.42553%;
     }
  .row.compact .col-4 {
    width: 31.91489%;
     }
  .row.compact .col-3 {
    width: 23.40426%;
     }
  .row.compact .col-2 {
    width: 14.89362%;
     }
  .row.compact .col-1 {
    width: 6.38298%;
     }

body {
  background-color: #282828;
  color: #99a5ac; }

a {
  color: #b1bcc2; }
  a:hover {
    color: #5e666a; }

h1, h2 {
  text-align: center; }

h2 {
  transition: font-size 0.25s ease;
  margin: 1em 0;
  font-size: 2em;
  line-height: 1.25em;
  letter-spacing: -1px; }

header h1.main-title {
  height: 90px;
  display: table;
  vertical-align: middle;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 900; }
  header h1.main-title span {
    padding-top: 10px;
    display: table-cell;
    vertical-align: middle; }
    header h1.main-title span span {
      display: inline;
      color: #b1bcc2; }
  header h1.main-title.webfont2 {
    font-weight: 100; }

footer.main-footer {
  padding-top: 2em;
  padding-bottom: 3em; }
  footer.main-footer p {
		line-height: 19px;
		background-color: black;
    color: #9a9a9a;
    font-size: 0.75em;
    text-align: center;
    margin: 1em 0; }

.slider {
  vertical-align: middle; }
  .slider .bubble {
    position: relative;
    max-width: 100%;
    top: 120px;
    font-size: 120%;
    font-weight: 400;
    color: #e1eef5;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 2px #b1bcc2 solid;
    padding: 50px; }

header nav.main ul.primary {
  margin: auto;
  text-align: center; }
  header nav.main ul.primary li {
    display: inline;
    font-size: 15px; }
    header nav.main ul.primary li a {
      font-weight: 600;
      padding: 0 5px; }
  header nav.main ul.primary.webfont2 {
    font-weight: 300; }

footer ul.closer {
  text-align: center; }
  footer ul.closer li {
    display: inline; }
    footer ul.closer li a {
      padding: 0 10px;
      font-size: 75%; }

article h2 {
  font-size: 300%;
  font-weight: 600;
  margin-top: 0.9em; }
  article h2.webfont2 {
    font-weight: 100; }
  article h2.slab {
    font-weight: 400; }
article .content-header {
  margin-bottom: 2em; }
article p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1em 0;
  position: relative; }
article .content-subheader {
  font-size: 100%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3em; }

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

.gallery {
  margin: 1em 0;
  #background-color: black;
  #padding: 1em; }
  .gallery .compact .item {
    margin: 0; }
  .gallery .item {
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    position: relative;
    #padding: 10px;
    #background-color: white;
    }
    .gallery .item:hover .description {
      opacity: 1;
      #border-top: 2px #b1bcc2 solid;
      background-color: #4a5256;
      color: white; }
    .gallery .item:hover img {
      transform: scale(1.2); }
    .gallery .item a {
      vertical-align: bottom;
      text-align: left;
      background-position: center;
      height: 100%;
      display: block;
      color: #dddddd;
      text-decoration: none; }
      .gallery .item a img {
        height: auto;
        width: 100%;
        position: relative;
        -webkit-box-shadow: inset 0px 0px 50px 0 rgba(0, 0, 0, 0.9); }
      .gallery .item a .description {
        overflow: hidden;
        position: absolute;
        bottom: 0;
        opacity: 1;
        width: 100%;
        left: 0;
        background-color: rgba(74, 82, 86, 0.9);
        font-size: 1em;
        line-height: 1.5em;
        padding: 15px; }
        .gallery .item a .description h4 {
          color: #dddddd;
          font-weight: 600;
          margin: 0 0 15px 0;
          font-size: 120%; }

a {
  transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: none; }

.gallery .description {
  transition: all 300ms cubic-bezier(1, -0.085, 0, 1.185);
  transition-timing-function: cubic-bezier(1, -0.085, 0, 1); }

.gallery img {
  transition: all 300ms cubic-bezier(1, -0.085, 0, 1.185);
  transition-timing-function: cubic-bezier(1, -0.085, 0, 1.185); }

.sm-visible {
  visibility: hidden; }

.sm-block {
  display: none; }

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .row [class*="col-"], .row.compact [class*="col-"] {
    float: none;
    max-width: 100%;
    margin: 0; } }
@media(max-width:767px) {
  .row.compact [class*="col-"] {
    width: 100%; }

  .row [class*="col-"], .row.compact [class*="col-"] {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0; }

  body > header .toolbar-body {
    height: 70px;
    border: none; }
    body > header .toolbar-body .wrapper nav.toolbar ul {
      display: block;
      width: 100%;
      float: none; }
      body > header .toolbar-body .wrapper nav.toolbar ul li {
        width: 100%;
        padding-right: 0;
        display: block; }
        body > header .toolbar-body .wrapper nav.toolbar ul li h3.author {
          display: block;
          text-align: center;
          margin: 0em 0;
          left: 0;
          top: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 50px; }
        body > header .toolbar-body .wrapper nav.toolbar ul li a {
          border-bottom: 1px #5e666a solid;
          display: block;
          padding: 10px 15px; }
      body > header .toolbar-body .wrapper nav.toolbar ul.about {
        height: 50px; }
      body > header .toolbar-body .wrapper nav.toolbar ul.primary {
        display: none; }
      body > header .toolbar-body .wrapper nav.toolbar ul.archive {
        display: none; }
        body > header .toolbar-body .wrapper nav.toolbar ul.archive li {
          padding: 0 !important; }
          body > header .toolbar-body .wrapper nav.toolbar ul.archive li:after {
            content: "";
            display: none; }
      body > header .toolbar-body .wrapper nav.toolbar ul.languages {
        display: none;
        float: none; }
        body > header .toolbar-body .wrapper nav.toolbar ul.languages a {
          border: none; }
      body > header .toolbar-body .wrapper nav.toolbar ul.sociable {
        display: none;
        float: right;
        max-width: 50px;
        text-align: right; }
        body > header .toolbar-body .wrapper nav.toolbar ul.sociable li {
          display: inline; }
          body > header .toolbar-body .wrapper nav.toolbar ul.sociable li a {
            border: none;
            display: inline;
            float: left;
            padding: 0; }

  .slider {
    position: static;
    height: auto !important;
    vertical-align: middle;
    background: none !important; }
    .slider .wrapper {
      padding: 0;
      margin: 0; }
      .slider .wrapper .bubble {
        font: 400 100%/1.65 "Helvetica Neue", Helvetica, sans-serif;
        background-color: #2b2c2e;
        padding: 1em;
        margin: 0;
        border: none;
        position: static;
        width: 100%;
        margin: 0; }
        .slider .wrapper .bubble ul {
          padding: 1rem 0rem; }
          .slider .wrapper .bubble ul a {
            font-size: 95%; }

  .sm-block {
    display: block; }

  .sm-visible {
    visibility: visible; }

  .row [class*="col-"] {
    float: none;
    width: 100%;
    margin: 0; } }

.year {
  color: rgb(143, 140, 140);
  margin-left: 5px;
  margin-right: 5px;

}

.new {
  color: black;
  background-color: rgb(255, 206, 0);
  font-weight: medium;
  padding: 2px 7px;
  line-height: 1;
  border-radius: 3px;
  vertical-align: baseline;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
