@charset "UTF-8";
input:focus {
  outline: none;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
.bold {
  font-weight: 700;
}
.more {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-right: 15px;
  background: url("/encyklopedia/img/arrow-right.svg") no-repeat right center;
  color: #4a4069;
  text-decoration: none;
  font-weight: 400;
}
.more:hover {
  color: #4a90e2;
  background-image: url("/encyklopedia/img/arrow-right-hover.svg");
}
a:active,
a:selected,
a:visited {
  border: none;
  outline: none;
}
#header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: white;
}
#header.following {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  box-shadow: 0 0 3px rgba(59, 59, 59, 0.8);
}
#header.following .logo {
  height: 4rem;
  background-size: 80%;
}
#header.following .nav-mobile-btn a {
  height: 4rem;
}
#logo {
  float: left;
}
.logo {
  display: block;
  width: 12rem;
  height: 5rem;
  background: url("/encyklopedia/img/encyklopedia-teatru-polskiego.svg") no-repeat left center;
  background-size: contain;
}
#header .nav-mobile-btn {
  float: right;
}
#header .nav-mobile-btn a {
  display: block;
  width: 1.5rem;
  height: 5rem;
  background: url("/encyklopedia/img/mobile-nav-btn.svg") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 760px) {
  #header.following .logo {
    width: 12rem;
    height: 4rem;
  }
  #header.following .nav-mobile-btn a {
    height: 4rem;
  }
  .logo {
    display: block;
    width: 12rem;
    height: 5rem;
    background: url("/encyklopedia/img/encyklopedia-teatru-polskiego.svg") no-repeat left center;
    background-size: contain;
  }
  #header .nav-mobile-btn a {
    height: 5rem;
  }
}
@media only screen and (min-width: 920px) {
  #header.following .logo {
    width: 12rem;
    height: 4rem;
  }
  .logo {
    display: block;
    width: 12rem;
    height: 6rem;
    background: url("/encyklopedia/img/encyklopedia-teatru-polskiego.svg") no-repeat left center;
    background-size: contain;
  }
  #header .nav-mobile-btn a {
    height: 6rem;
  }
}
@media only screen and (min-width: 1025px) {
  #header.following .logo {
    width: 13rem;
    height: 4rem;
  }
  #header.following #nav-desktop > ul > li > a {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    line-height: 4rem;
  }
  #header.following #nav-desktop .dropdown {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    top: 4rem;
  }
  .logo {
    display: block;
    width: 14rem;
    height: 6rem;
    background: url("/encyklopedia/img/encyklopedia-teatru-polskiego.svg") no-repeat left center;
    background-size: 90%;
  }
  #nav-desktop {
    float: right;
  }
  #nav-desktop > ul:after {
    display: block;
    clear: both;
    content: '';
  }
  #nav-desktop > ul > li {
    position: relative;
    float: left;
  }
  #nav-desktop > ul > li:hover {
    background-color: rgba(80, 80, 80, 0.12);
  }
  #nav-desktop > ul > li:hover .dropdown {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    visibility: visible;
    max-height: 20rem;
    opacity: 1;
  }
  #nav-desktop > ul > li > a {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    line-height: 6rem;
    display: block;
    padding: 0 2.5rem 0 1.5rem;
    background: url("/encyklopedia/img/arrow-down.svg") no-repeat right 1rem center;
    color: #4a4069;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  #nav-desktop > ul > li a.no-arrow {
    padding: 0 1.5rem;
    background: none;
  }
  #nav-desktop .dropdown {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    position: fixed;
    top: 6.00rem;
    right: 0;
    visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2rem 0;
    max-height: 0;
    background-color: #4a4069;
    box-shadow: 0 18px 18px -10px rgba(59, 59, 59, 0.5);
    opacity: 0;
    width: 100%;
  }
  #nav-desktop .dropdown a {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 0.813rem;
    line-height: 1.2em;
  }
  #nav-desktop .dropdown a:hover {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    box-shadow: 0 3px 0 0 #ffc562;
    color: #ffc562;
  }
}
@media only screen and (min-width: 1200px) {
  #header.following .logo {
    height: 4rem;
  }
  #header.following #nav-desktop > ul > li > a {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    line-height: 4rem;
  }
  #header.following #nav-desktop .dropdown {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    top: 4rem;
  }
  .logo {
    display: block;
    width: 14rem;
    height: 6rem;
    background: url("/encyklopedia/img/encyklopedia-teatru-polskiego.svg") no-repeat left center;
    background-size: 90%;
  }
  #nav-desktop {
    float: right;
  }
  #nav-desktop > ul:after {
    display: block;
    clear: both;
    content: '';
  }
  #nav-desktop > ul > li {
    position: relative;
    float: left;
  }
  #nav-desktop > ul > li:hover {
    background-color: rgba(80, 80, 80, 0.12);
  }
  #nav-desktop > ul > li:hover ul {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    visibility: visible;
    max-height: 20rem;
    opacity: 1;
  }
  #nav-desktop > ul > li > a {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    line-height: 6rem;
    display: block;
    padding: 0 2rem 0 1.5rem;
    background: url("/encyklopedia/img/arrow-down.svg") no-repeat right 1rem center;
    color: #4a4069;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  #nav-desktop > ul > li a.no-arrow {
    padding: 0 1.5rem;
    background: none;
  }
  #nav-desktop ul .dropdown {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    position: fixed;
    top: 6rem;
    right: 0;
    visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2rem 0;
    max-height: 0;
    background-color: #4a4069;
    box-shadow: 0 18px 18px -10px rgba(59, 59, 59, 0.5);
    opacity: 0;
  }
  #nav-desktop .dropdown a {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 0.813rem;
    line-height: 1.2em;
  }
  #nav-desktop .dropdown a:hover {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    box-shadow: 0 3px 0 0 #ffc562;
    color: #ffc562;
  }
}
#nav-mobile {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  position: fixed;
  top: 0;
  right: -70%;
  z-index: 9999;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 1.5rem;
  width: 70%;
  height: 100%;
  background-color: #4a4069;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 18px rgba(59, 59, 59, 0.5);
  visibility: hidden;
}
#nav-mobile.show {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  right: 0;
  visibility: visible;
}
#nav-mobile ul li.close-nav {
  margin-bottom: 1.5rem;
}
#nav-mobile ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
}
#nav-mobile ul li.close-nav a {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
#nav-mobile ul ul {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#nav-mobile ul ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: white;
  text-decoration: none;
  font-weight: 400;
}
@media only screen and (min-width: 760px) {
  #nav-mobile {
    padding: 2rem;
    width: 50%;
    right: -50%;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #nav-mobile {
    padding: 3rem;
    width: 40%;
    right: -40%;
  }
}
#search .wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10rem 1rem 0 1rem;
  height: 21rem;
  background-color: black;
}
#search .wrap .img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 2s ease-in;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
}
#search .wrap .dim-layer {
  transition: background-color 1s ease-out;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
}
#search .wrap:hover .img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition: all 2s ease-in;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
}
#search .wrap:hover .dim-layer {
  transition: background-color 1s ease-out;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  background-color: rgba(0, 0, 0, 0.12);
}
#search .info-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: url("/encyklopedia/img/info-btn-white.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#search .info-button:hover {
  background-color: #4a4069;
  box-shadow: 0 0 0 6px #4a4069;
}
#search .info-button:hover .info-text {
  display: block;
}
#search .info-text {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1.25rem;
  width: 15rem;
  border-radius: 1rem;
  background-color: #4a4069;
  color: white;
  -webkit-font-smoothing: antialiased;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
#search h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  line-height: 2.625rem;
  position: relative;
  z-index: 3;
  margin-bottom: 0.750rem;
  color: white;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#search form {
  position: relative;
  z-index: 3;
}
#search form:after {
  display: block;
  clear: both;
  content: '';
}
#search input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: left;
  box-sizing: border-box;
  padding: 0.750rem 68px 0.750rem 0.750rem;
  width: 100%;
  height: 3rem;
  border: none;
  border-radius: 4px;
  color: #505050;
  -webkit-font-smoothing: antialiased;
}
#search input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: right;
  box-sizing: border-box;
  width: 60px;
  height: 3rem;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #ffc562 url("/encyklopedia/img/icn-loupe.svg") no-repeat center center;
  color: transparent;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
}
#search input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
#search .wrap a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-top: 1.125rem;
  color: white;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#search .wrap a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #4a4069;
  box-shadow: 0 0 0 4px #4a4069;
  text-decoration: none;
}
#search .featured {
  padding: 2rem 2rem 2rem 2rem;
  background-color: white;
}
#search .featured h3 a {
  font-family: "Roboto", sans-serif;
  font-size: 1.313rem;
  line-height: 1.5rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
#search .featured h3 a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #505f7e;
  box-decoration-break: clone;
  box-shadow: 0 0 0 4px #505f7e;
  color: white;
}
#search .featured .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 0.313rem;
  color: #505f7e;
  font-weight: 700;
}
#search .featured .date a {
  text-decoration: none;
  color: #505f7e;
}
#search .featured p {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  margin: 1.5rem 0;
  color: #3b3b3b;
  font-weight: 300;
}
#search .featured .portrait {
  float: right;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
}
#search .calendar {
  margin: 1.5rem 0;
}
#search .calendar dl {
  margin-bottom: 0.750rem;
}
#search .calendar dl:after {
  display: block;
  clear: both;
  content: '';
}
#search .calendar dt {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
}
#search .calendar dd a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
}
#search .calendar dd a:hover {
  color: #1b56ab;
}
@media only screen and (min-width: 760px) and (max-width: 920px) {
  #search .wrap {
    padding: 13rem 3rem 0 3rem;
    height: 24rem;
  }
  #search .featured {
    position: relative;
    padding: 3rem 3rem 0 3rem;
    height: 24rem;
  }
  #search .featured .more {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #search .wrap {
    padding: 13rem 3rem 0 3rem;
    height: 24rem;
  }
  #search .featured {
    position: relative;
    padding: 3rem 3rem 0 3rem;
    height: 24rem;
  }
  #search .featured .more {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #search .wrap {
    padding: 12rem 2rem 0 2rem;
    height: 24rem;
  }
  #search .featured {
    position: relative;
    padding: 2rem 2rem 0 2rem;
    height: 20rem;
  }
  #search .featured .more {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #search .wrap {
    padding: 13rem 3rem 0 3rem;
    height: 25rem;
  }
  #search .featured {
    position: relative;
    padding: 3rem 3rem 0 3rem;
    height: 21rem;
  }
  #search .featured .more {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
  }
}
.timeline .header {
  padding: 2rem 2rem 0;
  background-color: rgba(221, 208, 185, 0.18);
}
.timeline .nav:after {
  display: block;
  clear: both;
  content: '';
}
.timeline .header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  line-height: 2.625rem;
  float: left;
  margin-bottom: 0.750rem;
  color: #505f7e;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.timeline .date-range {
  float: right;
}
.timeline .date-range span {
  float: left;
  margin-left: 1.125rem;
}
.timeline .date-range label {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  margin-right: 0.25rem;
  color: #505050;
}
.timeline .date-range select {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  box-sizing: border-box;
  padding: 0.25rem 2.25rem 0.25rem 0.75rem;
  height: 2rem;
  border: none;
  border-radius: 4px;
  background: #ffc562 url("/encyklopedia/img/arrow-down.svg") no-repeat right 12px center;
  color: #505f7e;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.timeline .poland {
  position: relative;
  overflow: hidden;
  padding: 0 3rem;
  height: 26rem;
  background-color: rgba(221, 208, 185, 0.18);
}
.timeline .day:hover .date {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  color: #505f7e;
}
.timeline .day:hover .entries {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  border-color: #505f7e;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
}
.timeline .poland .day {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 17.6%;
}
.timeline .poland .day:after {
  display: block;
  clear: both;
  content: '';
}
.timeline .poland .entries {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  overflow-y: auto;
  max-height: 24rem;
  border-top: 3px solid rgba(80, 95, 126, 0.42);
  background-color: white;
}
.timeline .world {
  position: relative;
  overflow: hidden;
  padding: 0 3rem;
  height: 16rem;
}
.timeline .world .day {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 17.6%;
}
.timeline .world .day:after {
  display: block;
  clear: both;
  content: '';
}
.timeline .world .entries {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  overflow-y: auto;
  max-height: 12rem;
  border-bottom: 3px solid rgba(80, 95, 126, 0.42);
  background-color: rgba(221, 208, 185, 0.18);
}
.timeline .entry {
  padding: 1rem;
  border-bottom: 1px solid rgba(80, 95, 126, 0.18);
}
.timeline .entry:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.timeline .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 2rem;
  color: rgba(80, 95, 126, 0.42);
  font-weight: 700;
}
.timeline h3 {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.4em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
.timeline h3 a {
  color: #505f7e;
  text-decoration: none;
}
.timeline h3 a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #ffc562;
  box-decoration-break: clone;
  box-shadow: 0 0 0 3px #ffc562;
}
.timeline p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4em;
  margin-bottom: 0.75rem;
  color: #3b3b3b;
  font-weight: 400;
}
.timeline p:last-child {
  margin-bottom: 0;
}
.timeline .img {
  display: block;
  margin-top: 0.750rem;
  max-width: 100%;
  max-height: 16rem;
  background-size: cover;
}
.timeline .play {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 0.750rem;
  padding-left: 39px;
  height: 30px;
  background: url("/encyklopedia/img/play.svg") no-repeat left center;
  color: #505f7e;
  text-decoration: none;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
.timeline .play:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-image: url("/encyklopedia/img/play-hover.svg");
}
.timeline .pause {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 0.750rem;
  padding-left: 39px;
  height: 30px;
  background: url("/encyklopedia/img/pause.svg") no-repeat left center;
  color: #505f7e;
  text-decoration: none;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
.timeline .pause:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-image: url("/encyklopedia/img/pause-hover.svg");
}
.timeline .time-bar {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  position: relative;
  box-sizing: border-box;
  padding: 0 4rem;
  width: 100%;
  height: 2rem;
  background-color: rgba(80, 95, 126, 0.18);
}
.timeline .time-bar:after {
  display: block;
  clear: both;
  content: '';
}
.timeline .time-bar:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: rgba(80, 95, 126, 0.12);
}
.timeline .prev {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 2rem;
  background: #505f7e url("/encyklopedia/img/timeline-prev.svg") no-repeat center center;
  background-size: 10%;
}
.timeline .prev:hover {
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  background-color: #3c475f;
}
.timeline .next {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 2rem;
  background: #505f7e url("/encyklopedia/img/timeline-next.svg") no-repeat center center;
  background-size: 10%;
}
.timeline .next:hover {
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  background-color: #3c475f;
}
.timeline .current {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  top: 0;
  z-index: 3;
  display: inline-block;
  padding: .5rem 1rem;
  background-color: #ffc562;
  color: #505f7e;
  font-weight: 700;
  cursor: pointer;
}
.timeline .current:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #ffb22f;
}
.timeline .background {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: 700;
  margin-top: -32px !important;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}
.timeline .world-home {
  padding: 2rem 3rem;
}
.timeline .entry-world {
  float: left;
  margin: 0 2.5%;
  width: 20%;
}
.timeline .entry-world .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(80, 95, 126, 0.42);
  font-weight: 400;
}
.timeline .entry-world h3 a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
.timeline .entry-world h3 a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #505f7e;
  box-shadow: 0 0 0 3px #505f7e;
  color: white;
}
.timeline .entry-world p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4em;
  margin-top: 0.750rem;
  color: #3b3b3b;
  font-weight: 400;
}
#results {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#results h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.375rem;
  color: #505f7e;
  font-weight: 700;
}
#results h2.add-margin {
  margin-bottom: 2rem;
}
#results h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #505f7e;
  font-weight: 300;
}
#results .results-options {
  float: right;
  margin-bottom: 2rem;
}
#results .results-options li {
  float: left;
}
#results .results-options li a.list-icn {
  display: block;
  margin: 0.75rem 0 0 0;
  width: 1.400rem;
  height: 1.2rem;
  background: url("/encyklopedia/img/icn-list-inactive.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#results .results-options li a.list-icn.active {
  background-image: url("/encyklopedia/img/icn-list-active.svg");
}
#results .results-options li a.grid-icn {
  display: block;
  margin: 0.75rem 0 0 1em;
  width: 1.2rem;
  height: 1.2rem;
  background: url("/encyklopedia/img/icn-grid-inactive.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#results .results-options li a.grid-icn.active {
  background-image: url("/encyklopedia/img/icn-grid-active.svg");
}
#results .grid {
  margin: 1.2rem 0;
}
#results .grid li {
  transition: border 0.5s ease-out;
  -webkit-transition: border 0.5s ease-out;
  -moz-transition: border 0.5s ease-out;
  -o-transition: border 0.5s ease-out;
  float: left;
  box-sizing: border-box;
  padding: 1.250rem;
  width: 50%;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}
#results .grid li:hover .name {
  color: #4a90e2;
}
#results .grid li:hover .portrait {
  transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
}
#results .grid .portrait {
  transition: box-shadow 0.5s ease-out;
  -webkit-transition: box-shadow 0.5s ease-out;
  -moz-transition: box-shadow 0.5s ease-out;
  -o-transition: box-shadow 0.5s ease-out;
  display: block;
  margin: 0 auto 1rem auto;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
}
#results .grid .year {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2rem;
  display: block;
  color: #70828e;
  font-weight: 400;
}
#results .grid .name {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  display: block;
  color: #505f7e;
  font-weight: 700;
  text-decoration: none;
}
#results .grid .desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: block;
  color: #505050;
  font-weight: 400;
}
#results .grid .option {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  color: #4a90e2;
  text-decoration: underline;
  display: inline-block;
  margin-top: 1rem;
}
#results .grid .option:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  color: white;
  background-color: #4a90e2;
  box-shadow: 0 0 0 3px #4a90e2;
}
#results .list {
  margin: 0;
  width: 100%;
}
#results .list li {
  border-bottom: 1px solid rgba(80, 80, 80, 0.18);
  padding: 0.563rem;
}
#results .list li:first-child {
  border-top: 1px solid rgba(80, 80, 80, 0.18);
}
#results .list li:hover {
  background-color: rgba(80, 80, 80, 0.04);
}
#results .list li:after {
  display: block;
  clear: both;
  content: '';
}
#results .list a {
  text-decoration: none;
}
#results .list .name {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  color: #505f7e;
  font-weight: 700;
}
#results .list .name:hover {
  color: #4a90e2;
}
#results .list .title {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  color: #505f7e;
  font-weight: 700;
}
#results .list .title:hover {
  color: #4a90e2;
}
#results .list .year {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  display: inline-block;
  margin-left: 0.5rem;
  color: #70828e;
  font-weight: 400;
}
#results .list .desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  color: #505050;
  font-weight: 400;
  display: block;
}
#results .list .translate {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  color: #505050;
  font-weight: 400;
  display: block;
  font-style: italic;
}
#results .list .add-desk, #search-result .add-desk{
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1rem;
  background: url("/encyklopedia/img/icn-add-desk.svg") no-repeat center center;
  float: right;
}
#results .list .add-desk:hover {
  background-image: url("/encyklopedia/img/icn-add-desk-hover.svg");
}
#results .index-letter {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: block;
  margin-bottom: 1rem;
  color: #505f7e;
  text-transform: uppercase;
  font-weight: 700;
}
#results .index {
  margin-bottom: 2rem;
  padding-right: 1.2rem;
}
#results .index:nth-child(3n) {
  padding: 0;
}
#results .index li {
  border-bottom: 1px solid rgba(80, 80, 80, 0.18);
  padding: 0.563rem;
}
#results .index li:first-child {
  border-top: 1px solid rgba(80, 80, 80, 0.18);
}
#results .index li:hover {
  background-color: rgba(80, 80, 80, 0.04);
}
#results .index li:after {
  display: block;
  clear: both;
  content: '';
}
#results .index a {
  text-decoration: none;
}
#results .index .name {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.2rem;
  margin-right: 60px;
  color: #505f7e;
  font-weight: 700;
}
#results .index .name:hover {
  color: #4a90e2;
}
#results .index .title {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.2rem;
  margin-right: 60px;
  color: #505f7e;
  font-weight: 700;
}
#results .index .title:hover {
  color: #4a90e2;
}
#results .index .year {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.2rem;
  color: #70828e;
  font-weight: 400;
  display: block;
}
#results .index .desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.2rem;
  color: #505050;
  font-weight: 400;
  display: block;
}
#results .index .desc author {
  display: inline-block;
}
#results .index .desc author:after {
  content: ', ';
}
#results .index .desc author:last-child:after {
  content: '';
}
#results .index-job {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
#results .index-job input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.2rem;
  box-sizing: border-box;
  padding: 0.5rem;
  height: 2rem;
  border: 1px solid rgba(80, 80, 80, 0.24);
  border-radius: 4px 0 0 4px;
  color: #505050;
}
#results .index-job label {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.2rem;
  margin-right: 0.5rem;
  color: #505f7e;
  font-weight: 400;
}
#results .index-alphabet {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#results .index-alphabet:after {
  display: block;
  clear: both;
  content: '';
}
#results .index-alphabet li {
  float: left;
  margin-right: 1px;
  margin-bottom: 0.5rem;
}
#results .index-alphabet li.separator {
  float: left;
  width: 0.75rem;
}
#results .index-alphabet li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  display: block;
  float: left;
  padding: 0.5rem 1rem;
  background-color: rgba(80, 80, 80, 0.12);
  color: #505f7e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
#results .index-alphabet li a:hover {
  background-color: #ffc562;
}
#results .index-alphabet li a.active {
  background-color: #4a4069;
  color: white;
}
.info h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
  color: #505f7e;
}
.info a {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #4a90e2;
  text-decoration: none;
}
.info a:hover {
  color: #1b56ab;
}
.info p {
  font-family: "Roboto Slab", serif;
  font-size: 0.813em;
  line-height: 1.6em;
  margin-bottom: 1em;
  color: #505050;
}
.info p:last-child {
  margin-bottom: 0;
}
.info .short {
  margin: 2em 0;
}
.info .short a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  padding: 0.75rem;
  padding-left: 2.5rem;
  background-color: #eff1f2;
  background-image: url("/encyklopedia/img/icn-menu.svg");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  color: #4a4069;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0.25rem;
}
.info .short a:hover {
  background-color: #ffc562;
}
.info .long {
  margin: 2em 0 3em 0;
  padding: 1.5rem;
  border: 1px solid rgba(80, 80, 80, 0.18);
}
.info .long p {
  margin-bottom: 1.5rem;
}
.info .long p:last-child {
  margin-bottom: 0;
}
.info .long a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  padding: 0.5rem 0.75rem;
  padding-left: 2.35rem;
  background-color: #eff1f2;
  background-image: url("/encyklopedia/img/arrow-up.svg");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  color: #4a4069;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0.25rem;
  margin-top: 3rem;
}
.info .long a:hover {
  background-color: #ffc562;
}
#results .authors-switcher {
  margin-bottom: 0;
}
#results .authors-switcher li {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  #results {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #results .grid li {
    float: left;
    box-sizing: border-box;
    padding: 1.250rem;
    width: 33%;
    text-align: center;
  }
  #results .grid .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    margin: 0 auto 1rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
  }
  #results .grid .portrait:hover {
    transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
  }
  #results .grid .year {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.2rem;
    color: #505f7e;
    font-weight: 400;
  }
  #results .grid .name {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.333rem;
    color: #505f7e;
    font-weight: 700;
  }
  #results .grid .desc {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.25rem;
    color: #505050;
    font-weight: 400;
  }
  #results .index .name {
    float: left;
  }
  #results .index .year {
    display: inline-block;
    float: right;
  }
  #results .index .desc {
    font-family: "Roboto", sans-serif;
    font-size: 0.813em;
    line-height: 1.2rem;
    color: #505050;
    font-weight: 400;
    display: block;
  }
  #results .index .desc name:after {
    content: ' ';
  }
  #results .index .desc author {
    display: inline-block;
  }
  #results .index .desc author:after {
    content: ', ';
  }
  #results .index .desc author:last-child:after {
    content: '';
  }
}
@media only screen and (min-width: 920px) {
  #results {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #results .grid li {
    float: left;
    box-sizing: border-box;
    padding: 1.250rem;
    width: 33%;
    text-align: center;
  }
  #results .grid .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    margin: 0 auto 1rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
  }
  #results .grid .portrait:hover {
    transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
  }
  #results .grid .year {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.2rem;
    color: #505f7e;
    font-weight: 400;
  }
  #results .grid .name {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.333rem;
    color: #505f7e;
    font-weight: 700;
  }
  #results .grid .desc {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.25rem;
    color: #505050;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1025px) {
  #results {
    margin-top: 1.2rem;
    margin-bottom: 3rem;
  }
  #results .grid li {
    float: left;
    box-sizing: border-box;
    padding: 1.250rem;
    width: 25%;
    text-align: center;
  }
  #results .grid .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    margin: 0 auto 1rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
  }
  #results .grid .portrait:hover {
    transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
  }
  #results .grid .year {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.2rem;
    color: #505f7e;
    font-weight: 400;
  }
  #results .grid .name {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.333rem;
    color: #505f7e;
    font-weight: 700;
  }
  #results .grid .desc {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.25rem;
    color: #505050;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1200px) {
  #results {
    margin-top: 1.2rem;
    margin-bottom: 3rem;
  }
  #results .grid li {
    float: left;
    box-sizing: border-box;
    padding: 1.250rem;
    width: 25%;
    text-align: center;
  }
  #results .grid .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    margin: 0 auto 1rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
  }
  #results .grid .portrait:hover {
    transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
  }
  #results .grid .year {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.2rem;
    color: #505f7e;
    font-weight: 400;
  }
  #results .grid .name {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.333rem;
    color: #505f7e;
    font-weight: 700;
  }
  #results .grid .desc {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.25rem;
    color: #505050;
    font-weight: 400;
  }
}
#title {
  background-position: center top;
  background-size: cover;
}
#title:after {
  display: block;
  clear: both;
  content: '';
}
#title .title-bar {
  overflow: hidden;
  height: 3rem;
}
#title h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 1.3rem;
  color: white;
  font-weight: 700;
  opacity: 0.8;
}
#title .search-form {
  margin: 1rem 0;
  position: relative;
}
#title .search-form:after {
  display: block;
  clear: both;
  content: '';
}
#title .search-form input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: left;
  box-sizing: border-box;
  padding: 0.750rem 68px 0.750rem 0.750rem;
  width: 100%;
  height: 3rem;
  border: none;
  border-radius: 4px;
  color: #505050;
  -webkit-font-smoothing: antialiased;
}
#title .search-form input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: right;
  box-sizing: border-box;
  width: 60px;
  height: 3rem;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #ffc562 url("/encyklopedia/img/icn-loupe.svg") no-repeat center center;
  color: transparent;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
}
#title .search-form input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
#breadcrumbs a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #505050;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #4a90e2;
}
#breadcrumbs span {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0 0.5rem;
  color: #505050;
}
#content {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#content:after {
  display: block;
  clear: both;
  content: '';
}
#content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.25rem;
  color: #505f7e;
  font-weight: 700;
}
#content h2 a {
  color: #505f7e;
  text-decoration: none;
}
#content h2 a:hover {
  color: #4a90e2;
}
#content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #505f7e;
  font-weight: 400;
}
#content h3 a {
  color: #505f7e;
  text-decoration: none;
}
#content h3 a:hover {
  color: #4a90e2;
}
#content .book-head h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  color: #505f7e;
  font-weight: 400;
}
#content .book-head h2 a {
  color: #505f7e;
  text-decoration: none;
}
#content .book-head h2 a:hover {
  color: #4a90e2;
}
#content .book-head h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  color: #505f7e;
  font-weight: 700;
}
#content .book-head h3 a {
  color: #505f7e;
  text-decoration: none;
}
#content .book-head h3 a:hover {
  color: #4a90e2;
}
#content .authors a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.313rem;
  margin-bottom: 0.5rem;
  color: #505f7e;
  font-weight: 400;
  text-decoration: none;
}
#content .authors a:hover {
  color: #4a90e2;
}
#content .edit:after {
  display: block;
  clear: both;
  content: '';
}
#content .edit h3,
#content .edit h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.85rem;
  margin: 2rem 0 1rem;
  color: #70828e;
  font-weight: 700;
}
#content .edit h3 a,
#content .edit h4 a {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.85rem;
  margin: 2rem 0 1rem;
  color: #70828e;
  font-weight: 700;
}
#content .edit h3 a:hover,
#content .edit h4 a:hover {
  color: #70828e;
}
#content .edit h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.85rem;
  color: #70828e;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}
#content .edit h6 {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.85rem;
  color: #3b3b3b;
  font-weight: 700;
  margin-left: 3rem;
}
#content .edit p.docu-par {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.313rem;
  color: #3b3b3b;
  font-weight: 400;
  font-style: normal;
  margin-left: 3rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
#content .edit p.headline {
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  line-height: 1.85rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0;
  color: #3b3b3b;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
#content .edit p.quote {
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  line-height: 1.85rem;
  border-left: 3px solid #70828e;
  margin: 2rem 1.5rem;
  padding: 0.5rem 1.5rem;
  width: 65%;
  color: #70828e;
  text-indent: 0;
  font-weight: 400;
  font-style: normal;
}
#content .edit p.quote em {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  color: #505050;
  display: block;
  margin-top: 0.5rem;
}
#content .edit u {
  text-decoration: none;
}
#content .edit .nowrap {
  word-break: keep-all;
  white-space: nowrap;
}
#content .edit p {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.313rem;
  margin: 1rem 0;
  color: #3b3b3b;
  font-weight: 400;
  font-style: normal;
}
#content p.signature {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.313rem;
  text-align: right;
  font-weight: 700;
  color: rgba(80, 80, 80, 0.6);
  float: right;
}
#content p.signature a {
  color: #4a90e2;
  text-decoration: none;
}
#content p.signature a:hover {
  color: #1b56ab;
}
#content .edit .nowrap {
  white-space: nowrap;
}
#content .edit ul {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.313rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  color: #505f7e;
  font-weight: 400;
  font-style: normal;
  list-style: disc;
  list-style-position: outside;
}
#content .edit ol {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.313rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  color: #505f7e;
  font-weight: 400;
  font-style: normal;
  list-style: decimal;
  list-style-position: outside;
}
#content .edit hr,
#content hr {
  width: 80%;
  margin: 2rem auto;
  border: 0;
  border-bottom: 1px solid rgba(80, 80, 80, 0.18);
}
#content .edit a {
  color: #4a90e2;
}
#content .edit a:hover {
  color: #1b56ab;
}
a.link {
  color: #4a90e2;
}
a.link:hover {
  color: #1b56ab;
}
#content .edit sup a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1em;
  color: #70828e;
  vertical-align: super;
  text-decoration: none;
  font-weight: 700;
}
#content sup {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1em;
  color: #70828e;
  vertical-align: super;
  text-decoration: none;
  font-weight: 700;
}
#content .edit sub {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1em;
  color: #70828e;
  vertical-align: sub;
  text-decoration: none;
  font-weight: 700;
}
#content .edit strong {
  font-weight: 700;
}
#content figure.image[style*="float:right"] {
  max-width: 300px;
  min-width: 150px;
  width: 30%;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
}
#content figure.image[style*="float:right"] img {
  width: 100%;
  height: auto;
}
#content figure.image[style*="float:left"] {
  max-width: 300px;
  min-width: 150px;
  width: 30%;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
#content figure.image[style*="float:left"] img {
  width: 100%;
  height: auto;
}
#content figure.image img {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  cursor: pointer;
  box-shadow: 0 0 0 0 #ffc562;
}
#content figure.image img:hover {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  box-shadow: 0 0 0 6px #ffc562;
}
#content .edit figcaption {
  margin-top: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #505050;
  font-weight: 400;
  font-style: normal;
}
#content i {
  font-style: italic;
}
#content q:before {
  content: '„';
}
#content q:after {
  content: '”';
}
#content .options-panel {
  margin: 1rem 0;
  height: 1.250rem;
}
#content .options-panel:after {
  display: block;
  clear: both;
  content: '';
}
#content .options-panel li {
  float: left;
  margin-right: 2em;
}
#content .options-panel .copy-address {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
  cursor: pointer;
}
#content .options-panel .copy-address:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  color: white;
  background-color: #4a90e2;
  box-shadow: 0 0 0 4px #4a90e2;
}
#content .footnotes {
  margin: 2rem 0;
}
#content .footnotes ol {
  background-color: rgba(112, 130, 142, 0.06);
  padding: 1rem;
}
#content .footnotes li {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 1rem 1rem 1rem 1.5rem;
  padding-left: 0.5rem;
  color: #70828e;
}
#content .footnotes li cite {
  display: block;
  margin-right: 1rem;
}
#content .footnotes a {
  width: 1rem;
  height: 1rem;
  float: right;
  background: url("/encyklopedia/img/arrow-up.svg") no-repeat center right;
  display: block;
  color: transparent;
}
#content .footnotes a:hover {
  background-image: url("/encyklopedia/img/arrow-up-hover.svg");
  color: transparent;
}
#content .content-metric {
  margin: 1.5rem 0;
}
#content .content-metric:after {
  display: block;
  clear: both;
  content: '';
}
#content .content-metric .portrait {
  display: block;
  margin: 2rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#content .content-metric dl {
  margin: 0 auto;
  padding: 0.25rem 0;
  text-align: center;
}
#content .content-metric dt {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 700;
}
#content .content-metric dd {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  box-sizing: border-box;
  color: #505f7e;
  font-weight: 400;
}
#content .dl-group {
  margin: 1.25rem auto 1.25rem auto;
  width: 100%;
}
#content .dl-group:after {
  display: block;
  clear: both;
  content: '';
}
#content h5.dl-group-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 2rem;
  color: rgba(80, 80, 80, 0.4);
  font-weight: 400;
}
#content .dl-group dl {
  margin-bottom: 0.5rem;
}
#content .dl-group dt {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  display: block;
  box-sizing: border-box;
  color: #505f7e;
  font-weight: 700;
}
#content .dl-group dd {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  display: block;
  color: #505050;
  font-weight: 400;
}
#content .dl-group .role-desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2rem;
  display: block;
  color: #505050;
  font-weight: 400;
}
#content .dl-group dd a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
}
#content .dl-group dd a:hover {
  color: #1b56ab;
}
#content h2.side {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  color: #505f7e;
  font-weight: 700;
}
#content h2.side a {
  color: #505f7e;
  text-decoration: none;
}
#content h2.side a:hover {
  color: #4a90e2;
}
#content h3.side {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.313rem;
  margin-bottom: 1rem;
  color: #505f7e;
  font-weight: 400;
}
#content h3.side a {
  color: #505f7e;
  text-decoration: none;
}
#content h3.side a:hover {
  color: #4a90e2;
}
#content h5.side-dl-group-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 2rem;
  color: rgba(80, 80, 80, 0.4);
  font-weight: 400;
}
#content .side-dl-group {
  margin-bottom: 1.5rem;
}
#content .side-dl-group dl {
  margin-bottom: 0.75rem;
}
#content .side-dl-group dt {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2rem;
  display: block;
  box-sizing: border-box;
  color: #505f7e;
  font-weight: 700;
}
#content .side-dl-group dd {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2rem;
  display: block;
  color: #505050;
  font-weight: 400;
}
#content .side-dl-group .role-desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2rem;
  display: block;
  color: #505050;
  font-weight: 400;
}
#content .side-dl-group dd a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
  word-wrap: break-word;
}
#content .side-dl-group dd a:hover {
  color: #1b56ab;
}
#content .content-poster {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#content .content-poster img {
  width: 12rem;
}
#gallery, .galleryid{
  margin-top: 3rem;
  width: 100%;
}
#gallery:after, .galleryid:after{
  display: block;
  clear: both;
  content: '';
}
#gallery h2, #content .galleryid h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
  color: #505f7e;
  font-weight: 400;
}
#gallery .gallery-list, .galleryid .gallery-list {
  position: relative;
}
#gallery .gallery-list li, .galleryid .gallery-list li  {
  width: 125px;
  float: left;
  list-style: none;
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
}
#gallery .gallery-list li:hover, .galleryid .gallery-list li:hover  {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  z-index: 99;
  box-shadow: 0 0 0 6px #ffc562;
}
#gallery .gallery-list img, .galleryid .gallery-list img {
  display: block;
  width: 100%;
}
#content .big-search {
  margin: 1rem 0 2rem 0;
}
#content .big-search fieldset {
  position: relative;
}
#content .big-search input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: left;
  box-sizing: border-box;
  padding: 0.750rem 20% 0.750rem 0.750rem;
  width: 100%;
  height: 3rem;
  border: 1px solid rgba(80, 80, 80, 0.24);
  border-radius: 4px;
  color: #505050;
  -webkit-font-smoothing: antialiased;
}
#content .big-search input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  float: right;
  box-sizing: border-box;
  width: 60px;
  height: 3rem;
  border: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  background: #ffc562 url("/encyklopedia/img/icn-loupe.svg") no-repeat center center;
  color: transparent;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
#content .big-search input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
#content .content-search {
  margin: 1rem 0;
}
#content .content-search fieldset {
  position: relative;
}
#content .content-search input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: left;
  box-sizing: border-box;
  padding: 0.750rem 20% 0.750rem 0.750rem;
  width: 100%;
  height: 3rem;
  border: 1px solid rgba(80, 80, 80, 0.24);
  border-radius: 4px;
  color: #505050;
  -webkit-font-smoothing: antialiased;
}
#content .content-search input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  float: right;
  box-sizing: border-box;
  width: 60px;
  height: 3rem;
  border: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  background: #ffc562 url("/encyklopedia/img/icn-loupe.svg") no-repeat center center;
  color: transparent;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
#content .content-search input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
#content .issue-selecter {
  float: right;
}
#content .issue-selecter label {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  margin-right: 0.25rem;
  color: #505050;
}
#content .issue-selecter select {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.125rem;
  color: #505f7e;
  height: 2rem;
  box-sizing: border-box;
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
  border: none;
  border-radius: 4px;
  background: #ffc562 url("/encyklopedia/img/arrow-down.svg") no-repeat right 12px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#content .books-list {
  margin-bottom: 1.5rem;
  width: 100%;
}
#content .books-list li {
  border-bottom: 1px solid rgba(80, 80, 80, 0.18);
  padding: 0.563rem;
}
#content .books-list li:first-child {
  border-top: 1px solid rgba(80, 80, 80, 0.18);
}
#content .books-list li:hover {
  background-color: rgba(80, 80, 80, 0.04);
}
#content .books-list li:after {
  display: block;
  clear: both;
  content: '';
}
#content .books-list .title {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  display: block;
  color: #4a4069;
  text-decoration: none;
  font-weight: 700;
  margin-right: 130px;
  margin-bottom: 0.33rem;
}
#content .books-list .title:hover {
  color: #4a90e2;
}
#content .books-list .year {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #70828e;
  font-weight: 400;
}
#content .books-list .desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #505050;
  font-weight: 400;
}
#content .books-list .name {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.33rem;
  display: inline-block;
  color: #505050;
  font-weight: 400;
}
#content .books-list .add-desk {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1rem;
  background: url("/encyklopedia/img/icn-add-desk.svg") no-repeat center center;
  float: right;
}
#content .books-list .add-desk:hover {
  background-image: url("/encyklopedia/img/icn-add-desk-hover.svg");
}
#content .results-options {
  float: right;
  margin-bottom: 2rem;
}
#content .options-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  color: #505f7e;
  font-weight: 400;
}
#content .results-options li {
  float: left;
}
#content .results-options li a.list-icn {
  display: block;
  margin: 0.75rem 0 0 0;
  width: 1.500rem;
  height: 1.125rem;
  background: url("/encyklopedia/img/icn-list-inactive.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#content .results-options li a.list-icn.active {
  background-image: url("/encyklopedia/img/icn-list-active.svg");
}
#content .results-options li a.grid-icn {
  display: block;
  margin: 0.75rem 0 0 1em;
  width: 1.125rem;
  height: 1.125rem;
  background: url("/encyklopedia/img/icn-grid-inactive.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#content .results-options li a.grid-icn.active {
  background-image: url("/encyklopedia/img/icn-grid-active.svg");
}
#content .books-grid h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
  color: #505f7e;
  font-weight: 400;
}
#content .books-grid:after {
  display: block;
  clear: both;
  content: '';
}
#content .books-grid li {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  box-sizing: border-box;
  float: left;
  padding: 1rem;
  width: 50%;
  border-bottom: 1px solid rgba(80, 80, 80, 0.18);
  border-right: 1px solid rgba(80, 80, 80, 0.18);
}
#content .books-grid li:nth-child(2n) {
  border-right: 0;
}
#content .books-grid li:hover {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
  z-index: 999;
}
#content .books-grid .info {
  margin-top: 1rem;
}
#content .books-grid li .thumb {
  display: block;
  height: 12rem;
  width: 100%;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}
#content .books-grid li .thumb.small {
  height: 6rem;
}
#content .books-grid li .title {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  color: #4a4069;
  text-decoration: none;
  font-weight: 700;
  display: block;
}
#content .books-grid li .title:hover {
  color: #4a90e2;
}
#content .books-grid li .autor {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #505050;
  display: block;
  margin-bottom: 0.50rem;
}
#content .books-grid li .option {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  color: #4a90e2;
  text-decoration: underline;
  display: inline-block;
  margin-top: 1rem;
}
#content .books-grid li .option:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  color: white;
  background-color: #4a90e2;
  box-shadow: 0 0 0 3px #4a90e2;
}
.featured {
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: rgba(80, 95, 126, 0.06);
}
.featured .title,
#content .featured .title,
#results .featured .title,
#sidebar .featured .title {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4em;
}
.featured .title a,
#content .featured .title a,
#results .featured .title a,
#sidebar .featured .title a {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4em;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
}
.featured .title a:hover,
#content .featured .title a:hover,
#results .featured .title a:hover,
#sidebar .featured .title a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #505f7e;
  box-decoration-break: clone;
  box-shadow: 0 0 0 4px #505f7e;
  color: white;
}
.featured .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 400;
}
.featured p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4em;
  margin: 1.2rem 0;
  color: #3b3b3b;
  font-weight: 400;
}
.featured .portrait {
  float: right;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}
.access {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.4em;
  color: #505f7e;
  padding: 1rem 3.5rem;
  margin: 2rem 0;
  border: 1px solid rgba(255, 197, 98, 0.24);
  text-align: center;
  background: rgba(255, 197, 98, 0.12) url("/encyklopedia/img/icn-access.svg") no-repeat left 1.5rem center;
}
#content .theatre-page .edit em {
  font-weight: bold;
  font-style: normal;
  display: block;
  margin-top: 6px;
}
#content .theatre-page .edit em:first-child {
  margin-top: 0px;
}
#content .theatre-page .performance-list .performance-description p {
  margin-top: 6px;
}
#content .theatre-page .performance-list .performance-description p:first-child {
  margin-top: 0px;
  font-weight: 700;
  display: block;
  color: #505f7e;
}
#content .season-picker {
  text-align: center;
  padding: 1rem 0;
}
#content .season-picker a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.4em;
  background-color: #505f7e;
  color: white;
  text-decoration: none;
  padding: 0.25rem 1rem;
}
#content .season-picker a.prev {
  border-radius: 0.25rem 0 0 0.25rem;
}
#content .season-picker a.next {
  border-radius: 0 0.25rem 0.25rem 0;
}
#content .season-picker a:hover {
  background-color: #4a90e2;
  color: white;
}
#content .season-picker .season {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.4em;
  color: #505f7e;
  padding: 0.25rem 1rem;
  background-color: rgba(80, 95, 126, 0.12);
}
@media only screen and (min-width: 760px) {
  #title .title-bar {
    height: 5rem;
  }
  #title h1 {
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 1.66rem;
    color: white;
  }
  #content {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  #content p.quote {
    width: 50%;
  }
  #content .content-metric {
    margin: 2rem 0;
  }
  #content .content-metric:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .content-metric .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    width: 11rem;
    height: 11rem;
    margin-right: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
  }
  #content h5.dl-group-title {
    text-align: right;
    width: 25%;
    padding-right: 2rem;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
  }
  #content .content-metric dl {
    padding: 0.563rem 0;
    text-align: left;
  }
  #content .dl-group dt {
    float: left;
    width: 25%;
    padding-right: 2rem;
    text-align: right;
  }
  #content .dl-group dd {
    float: right;
    width: 75%;
  }
  #content .dl-group dd a {
    font-family: "Roboto", sans-serif;
    font-size: 0.813rem;
    line-height: 1.2rem;
    display: block;
    color: #4a90e2;
    font-weight: 400;
  }
  #content .dl-group dd a:hover {
    color: #1b56ab;
  }
  #content .dl-group .role-desc {
    margin-bottom: 0.5rem;
  }
  #content .dl-group {
    width: 90%;
  }
  #content .dl-group dl {
    margin-bottom: 0;
  }
  #content .dl-group dl:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .books-grid li {
    transition: box-shadow 0.25s ease-out;
    -webkit-transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    box-sizing: border-box;
    float: left;
    padding: 1rem;
    width: 33%;
    border-bottom: 1px solid rgba(80, 80, 80, 0.18);
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  #content .books-grid li:nth-child(2n) {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  #content .books-grid li:nth-child(3n) {
    border-right: 0;
  }
  #content .books-grid li:nth-child(4n) {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  #content .books-grid li:hover {
    transition: box-shadow 0.25s ease-out;
    -webkit-transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    z-index: 999;
  }
}
@media only screen and (min-width: 920px) {
  #content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #content p.quote {
    width: 50%;
  }
  #content .content-metric {
    margin: 2rem 0;
  }
  #content .content-metric:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .content-metric .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    float: left;
    margin-top: 0;
    margin-right: 2rem;
    margin-bottom: 0;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #content .content-metric dl {
    padding: 0.563rem 0;
    text-align: left;
  }
  #content h5.dl-group-title {
    text-align: right;
    width: 25%;
    padding-right: 2rem;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
  }
  #content .dl-group {
    width: 90%;
  }
  #content .dl-group dl {
    margin-bottom: 0;
  }
  #content .dl-group dl:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .dl-group dt {
    float: left;
    padding-right: 2rem;
    width: 25%;
    text-align: right;
  }
  #content .dl-group dd {
    float: right;
    width: 75%;
  }
  #content .dl-group .role-desc {
    margin-bottom: 0.5rem;
  }
  #content .magazines-grid li {
    padding: 1rem;
    width: 25%;
  }
  #content .magazines-grid li:nth-child(2n) {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  #content .magazines-grid li:nth-child(3n) {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  #content .magazines-grid li:nth-child(4n) {
    border-right: 0;
  }
  #content .magazines-grid li:hover {
    transition: box-shadow 0.25s ease-out;
    -webkit-transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    z-index: 999;
  }
}
@media only screen and (min-width: 1025px) {
  #breadcrumbs {
    margin-top: 1rem;
  }
  #content {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  #content p.quote {
    width: 50%;
  }
  #content .dl-group {
    width: 90%;
  }
  #content h5.dl-group-title {
    text-align: right;
    width: 25%;
    padding-right: 2rem;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
  }
  #content .dl-group dl {
    margin-bottom: 0;
  }
  #content .dl-group dl:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .dl-group dt {
    float: left;
    padding-right: 2rem;
    width: 25%;
    text-align: right;
  }
  #content .dl-group dd {
    float: right;
    width: 75%;
  }
  #content .dl-group .role-desc {
    margin-bottom: 0.5rem;
  }
  #content .books-grid li {
    padding: 1.5rem;
    width: 33%;
  }
  #content .books-grid li:nth-child(2n) {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  #content .books-grid li:nth-child(3n) {
    border-right: 0;
  }
  #content .books-grid li:nth-child(4n) {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  #content .books-grid li:hover {
    transition: box-shadow 0.25s ease-out;
    -webkit-transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    z-index: 999;
  }
}
@media only screen and (min-width: 1200px) {
  #breadcrumbs {
    margin-top: 1rem;
  }
  #content {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  #content p.quote {
    width: 45%;
  }
  #content .dl-group {
    width: 90%;
  }
  #content h5.dl-group-title {
    text-align: right;
    width: 25%;
    padding-right: 2rem;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
  }
  #content .dl-group dl {
    margin-bottom: 0;
  }
  #content .dl-group dl:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .dl-group dt {
    float: left;
    padding-right: 2rem;
    width: 25%;
    text-align: right;
  }
  #content .dl-group dd {
    float: right;
    width: 75%;
  }
  #content .dl-group .role-desc {
    margin-bottom: 0.5rem;
  }
  #content .books-grid li {
    padding: 1rem;
    width: 25%;
  }
  #content .books-grid li:nth-child(2n) {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  #content .books-grid li:nth-child(3n) {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  #content .books-grid li:nth-child(4n) {
    border-right: 0;
  }
  #content .books-grid li:hover {
    transition: box-shadow 0.25s ease-out;
    -webkit-transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
    z-index: 999;
  }
}
#lists {
  margin-top: 3rem;
}
#lists:after {
  display: block;
  clear: both;
  content: '';
}
#lists h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #505f7e;
  font-weight: 300;
}
#lists table {
  width: 100%;
  margin-bottom: 2rem;
}
#lists table caption {
  text-align: left;
  border-bottom: 3px solid #505f7e;
}
#lists table tfoot td {
  text-align: right;
  padding: 0.750rem 0 0 0;
}
#lists table tfoot td a {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
}
#lists table tfoot td a:hover {
  color: #1b56ab;
}
#lists table td {
  padding: 0.563rem;
}
#lists table tbody tr {
  border-bottom: 1px solid #ecedf1;
}
#lists table tbody tr:hover {
  background-color: rgba(80, 80, 80, 0.04);
}
#lists table caption h3.list-name {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  color: #505f7e;
  font-weight: 400;
  float: left;
}
#lists table caption .number {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: white;
  background-color: #505f7e;
  font-weight: 700;
  margin-top: 0.75rem;
  padding: 0.150rem 0.50rem 0 0.50rem;
  border-radius: 0.250rem 0.250rem 0 0;
  float: right;
}
#lists table .persona {
  width: 60%;
}
#lists table .persona {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 400;
  text-decoration: none;
}
#lists table .persona .name {
  font-weight: 700;
  display: block;
}
#lists table .persona .name a {
  color: #505f7e;
  text-decoration: none;
}
#lists table .persona .name a:hover {
  color: #4a90e2;
}
#lists table .persona .date {
  display: block;
}
#lists table .tag {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505050;
  font-weight: 400;
  margin-left: 0.250rem;
}
#lists table .right {
  text-align: right;
}
#lists table .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 400;
}
#lists table .main {
  width: 75%;
}
#lists table .main {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505f7e;
  text-decoration: none;
}
#lists table .main .title {
  font-weight: 700;
  display: block;
}
#lists table .main .title a {
  color: #505f7e;
  text-decoration: none;
}
#lists table .main .title a:hover {
  color: #4a90e2;
}
#lists table .main .description {
  font-weight: 400;
  color: #505050;
  display: block;
}
#lists table .main .description .dark {
  color: #3b3b3b;
}
#side-lists {
  margin-top: 3rem;
}
#side-lists:after {
  display: block;
  clear: both;
  content: '';
}
#side-lists h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #505f7e;
  font-weight: 300;
}
#side-lists table {
  width: 100%;
  margin-bottom: 2rem;
}
#side-lists table caption {
  text-align: left;
  border-bottom: 3px solid #505f7e;
}
#side-lists table tfoot td {
  text-align: right;
  padding: 0.750rem 0 0 0;
}
#side-lists table tfoot td a {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
}
#side-lists table tfoot td a:hover {
  color: #1b56ab;
}
#side-lists table td {
  padding: 0.563rem;
}
#side-lists table tbody tr {
  border-bottom: 1px solid #ecedf1;
}
#side-lists table tbody tr.current {
  background-color: rgba(255, 197, 98, 0.18);
}
#side-lists table tbody tr.current:hover {
  background-color: rgba(255, 197, 98, 0.12);
}
#side-lists table tbody tr:hover {
  background-color: rgba(80, 80, 80, 0.04);
}
#side-lists table caption h3.list-name {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  color: #505f7e;
  font-weight: 400;
  float: left;
}
#side-lists table caption .number {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: white;
  background-color: #505f7e;
  font-weight: 700;
  margin-top: 0.75rem;
  padding: 0.150rem 0.50rem 0 0.50rem;
  border-radius: 0.250rem 0.250rem 0 0;
  float: right;
}
#side-lists table .persona {
  width: 60%;
}
#side-lists table .persona {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 400;
  text-decoration: none;
}
#side-lists table .persona .name {
  font-weight: 700;
  display: block;
}
#side-lists table .persona .name a {
  color: #505f7e;
  text-decoration: none;
}
#side-lists table .persona .name a:hover {
  color: #4a90e2;
}
#side-lists table .persona .date {
  display: block;
}
#side-lists table .tag {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505050;
  font-weight: 400;
  margin-left: 0.250rem;
}
#side-lists table .right {
  text-align: right;
}
#side-lists table .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 400;
}
#side-lists table .main {
  width: 75%;
}
#side-lists table .main {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505f7e;
  text-decoration: none;
}
#side-lists table .main .title {
  font-weight: 700;
  display: block;
}
#side-lists table .main .title a {
  color: #505f7e;
  text-decoration: none;
}
#side-lists table .main .title a:hover {
  color: #4a90e2;
}
#side-lists table .main .description {
  font-weight: 400;
  color: #505050;
  display: block;
}
#side-lists table .main .description .dark {
  color: #3b3b3b;
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #lists table .main {
    width: 80%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #lists table .main {
    width: 78%;
  }
}
@media only screen and (min-width: 1200px) {
  #lists table .main {
    width: 80%;
  }
}
#sidebar {
  padding-left: 3.750rem;
}
#sidebar h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  color: #505f7e;
  font-weight: 400;
}
#sidebar aside {
  margin: 1.5rem 0;
}
#sidebar aside:first-child {
  margin-top: 0;
}
#sidebar .index ul {
  border: 1px solid rgba(80, 80, 80, 0.18);
  border-radius: 0.25rem;
}
#sidebar .index li {
  border-top: 1px solid rgba(80, 80, 80, 0.18);
}
#sidebar .index li:first-child {
  border-top: 0;
}
#sidebar .index li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  padding: 0.563rem;
  display: block;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
}
#sidebar .index li a.sub {
  font-weight: normal;
  margin-left: 1rem;
}
#sidebar .index li a.sub2 {
  font-weight: normal;
  margin-left: 1.5rem;
}
#sidebar .index li a.sub3 {
  font-weight: normal;
  margin-left: 2rem;
}
#sidebar .index li a:hover {
  color: #4a90e2;
}
#sidebar .books ul {
  margin-bottom: 1.5rem;
  border: 1px solid rgba(80, 80, 80, 0.18);
  border-radius: 0.25rem;
}
#sidebar .books ul:after {
  display: block;
  clear: both;
  content: '';
}
#sidebar .books li {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  border-bottom: 1px solid rgba(80, 80, 80, 0.18);
}
#sidebar .books li:hover {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  background-color: rgba(80, 80, 80, 0.03);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
}
#sidebar .books li:last-child {
  border: 0;
}
#sidebar .books li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  color: #4a4069;
  text-decoration: none;
  font-weight: 400;
  padding: 1rem;
  display: block;
}
#sidebar .books li a:after {
  display: block;
  clear: both;
  content: '';
}
#sidebar .books li a:hover .thumb {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  box-shadow: 0 0 0 6px #ffc562;
}
#sidebar .books li a:hover .title {
  color: #4a90e2;
}
#sidebar .books li a .thumb {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  box-shadow: 0 0 0 1px rgba(80, 80, 80, 0.18);
  float: left;
  width: 3rem;
}
#sidebar .books li a .title {
  margin-left: 4rem;
  display: block;
}
#sidebar .books li a .author {
  margin-left: 4rem;
  margin-bottom: 0.5rem;
  color: #505050;
  display: block;
}
.metric {
  box-sizing: border-box;
  padding: 1rem;
  background-color: rgba(80, 95, 126, 0.06);
  border-radius: 0.25rem;
}
.metric:after {
  display: block;
  clear: both;
  content: '';
}
.metric a.portrait {
  transition: box-shadow 0.5s ease-out;
  -webkit-transition: box-shadow 0.5s ease-out;
  -moz-transition: box-shadow 0.5s ease-out;
  -o-transition: box-shadow 0.5s ease-out;
  display: block;
  margin: 1rem auto 1.5rem auto;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 #ffc562;
}
.metric a.portrait:hover {
  transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  box-shadow: 0px 0px 0px 12px #ffc562;
}
.metric dl {
  border-bottom: 1px solid rgba(80, 80, 80, 0.18);
  padding: 0.563rem;
}
.metric dl:last-child {
  border: 0;
}
.metric dl:after {
  display: block;
  clear: both;
  content: '';
}
.metric dt {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  float: left;
  width: 36%;
  color: #505f7e;
  font-weight: 700;
}
.metric dd {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  float: right;
  box-sizing: border-box;
  padding-left: 1rem;
  width: 64%;
  color: #505f7e;
  font-weight: 400;
}
#sidebar .multimedia ul {
  border-radius: 0.25rem;
  border: 1px solid rgba(80, 80, 80, 0.18);
}
#sidebar .multimedia li {
  border-top: 1px solid rgba(80, 80, 80, 0.18);
}
#sidebar .multimedia li:first-child {
  border-top: 0;
}
#sidebar .multimedia li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  padding: 0.563rem 0.563rem 0.563rem 1.75rem;
  display: block;
  color: #505f7e;
  text-decoration: none;
  font-weight: 400;
  background: url("/encyklopedia/img/icn-multimedia.svg") no-repeat left 12px center;
}
#sidebar .multimedia li a:hover {
  background-image: url("/encyklopedia/img/icn-multimedia-hover.svg");
  color: #4a90e2;
}
#sidebar .multimedia li a .desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #505050;
}
#sidebar .multimedia li a .desc:before {
  content: ' - ';
}
#sidebar .poster figure {
  padding: 1rem;
  border: 1px solid rgba(80, 80, 80, 0.18);
  border-radius: 0.25rem;
}
#sidebar .poster .img {
  display: block;
  margin: 0 auto;
  width: 100%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar figcaption {
  margin-top: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #505050;
  font-weight: 300;
  font-style: normal;
}
#sidebar .book-cover figure {
  padding: 1rem;
  border: 1px solid rgba(80, 80, 80, 0.18);
  border-radius: 0.25rem;
}
#sidebar .book-cover .img {
  display: block;
  margin: 0 auto;
  width: 100%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar .book-cover figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.125rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 400;
}
.search-filters {
  padding: 1em;
  background-color: rgba(80, 95, 126, 0.06);
  border-radius: 6px;
  margin-bottom: 2rem;
}
.search-filters:after {
  display: block;
  clear: both;
  content: '';
}
.book-options {
  background-color: rgba(80, 95, 126, 0.06);
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.book-options:after {
  display: block;
  clear: both;
  content: '';
}
.book-btn {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.8rem;
  color: white;
  text-decoration: none;
  background-color: #505f7e;
  padding: 3px 18px;
  border-radius: 4px;
  white-space: nowrap;
  display: block;
  float: left;
  font-weight: 700;
}
.book-btn:hover {
  background-color: #4a90e2;
}
.book-btn-big {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.8rem;
  color: white;
  text-decoration: none;
  background-color: #505f7e;
  padding: 3px 18px;
  border-radius: 4px;
  white-space: nowrap;
  display: block;
  text-align: center;
  font-weight: 700;
}
.book-btn-big:hover {
  background-color: #4a90e2;
}
.file-download {
  float: left;
  margin: 0 1rem;
  display: block;
}
.file-download a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  color: #4a90e2;
  text-decoration: none;
  display: block;
}
.file-download a:hover {
  color: #1b56ab;
}
.file-download span {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(80, 80, 80, 0.6);
  display: block;
}
.search-filters h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
  color: #505f7e;
  font-weight: 700;
}
.search-filters fieldset {
  width: 100%;
  margin-bottom: 0.5rem;
}
.search-filters label {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 3px;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #505f7e;
}
.search-filters select {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.125rem;
  width: 100%;
  color: #505f7e;
  height: 2rem;
  box-sizing: border-box;
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
  border: 1px solid rgba(80, 95, 126, 0.18);
  border-radius: 4px;
  background: #ffffff url("/encyklopedia/img/arrow-down.svg") no-repeat right 12px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.search-filters input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.125rem;
  padding: 0 6px;
  width: 100%;
  color: #505f7e;
  box-sizing: border-box;
  height: 2rem;
  border-radius: 4px;
  border: 1px solid rgba(80, 95, 126, 0.18);
}
.search-filters input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.188rem;
  color: white;
  cursor: pointer;
  background-color: #505f7e;
  border-radius: 4px;
  padding: 9px 12px;
  border: none;
  width: 100%;
  margin-top: 1rem;
  font-weight: 700;
}
.search-filters input[type="submit"]:hover {
  color: #4a4069;
  background-color: #ffc562;
}
.search-filters option {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  color: #505f7e;
  box-sizing: border-box;
  height: 1.5rem;
}
.social-media {
  padding: 0.75rem;
  border: 1px solid rgba(80, 80, 80, 0.18);
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.social-media:after {
  display: block;
  clear: both;
  content: '';
}
.social-media .title {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 20px;
  color: #505f7e;
  font-weight: 700;
  margin-right: 1rem;
  float: left;
}
.social-media .fb {
  background: url("/encyklopedia/img/icn-fb.svg");
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 0.5rem;
}
.social-media .fb:hover {
  background-image: url("/encyklopedia/img/icn-fb-hover.svg");
}
.social-media .tw {
  background: url("/encyklopedia/img/icn-twitter.svg");
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 0.5rem;
}
.social-media .tw:hover {
  background-image: url("/encyklopedia/img/icn-twitter-hover.svg");
}
.social-media .pi {
  background: url("/encyklopedia/img/icn-pin.svg");
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 0.5rem;
}
.social-media .pi:hover {
  background-image: url("/encyklopedia/img/icn-pin-hover.svg");
}
@media only screen and (min-width: 760px) {
  .search-filters fieldset {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 920px) {
  .search-filters fieldset {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .search-filters {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .search-filters fieldset {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .search-filters fieldset:last-child {
    margin-bottom: 0;
  }
  .search-filters {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #sidebar .gallery .img {
    display: block;
    width: 100%;
    height: 13rem;
  }
  .search-filters {
    margin-bottom: 2rem;
  }
}
#footer {
  padding: 2.250rem 0;
}
#footer .footer-copy {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #3b3b3b;
  font-weight: 400;
}
#footer .footer-links {
  float: left;
  margin-top: 1.5rem;
}
#footer .footer-links a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #4a90e2;
  font-weight: 400;
}
#footer .footer-links a:hover {
  color: #1b56ab;
}
#footer .footer-sm {
  float: right;
  margin-top: 1.5rem;
}
#footer .footer-sm li {
  float: left;
  margin-left: 0.5rem;
}
#footer .footer-sm li:first-child {
  margin-left: 0;
}
#footer .footer-sm li a span {
  display: none;
}
#footer .footer-sm .facebook {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("/encyklopedia/img/facebook.svg") no-repeat center center;
  background-size: contain;
}
#footer .footer-sm .twitter {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("/encyklopedia/img/twitter.svg") no-repeat center center;
  background-size: contain;
}
#footer .footer-sm .pinterest {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("/encyklopedia/img/pinterest.svg") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 760px) and (max-width: 920px) {
  #footer {
    padding: 2rem 0;
  }
  #footer .footer-links {
    float: left;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  #footer .footer-links:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #footer {
    padding: 2rem 0;
  }
  #footer .footer-links {
    float: left;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  #footer .footer-links:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #footer {
    padding: 2rem 0;
  }
  #footer .footer-sm {
    float: right;
    margin-top: 0;
    margin-left: 1rem;
  }
  #footer .footer-links {
    float: right;
    margin-top: 0rem;
  }
  #footer .footer-links li {
    float: left;
    margin-left: 0.75rem;
  }
  #footer .footer-links li:first-child {
    margin-left: 0;
  }
  #footer .footer-links a {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    line-height: 2rem;
    color: #4a90e2;
    font-weight: 400;
  }
  #footer .footer-links a:hover {
    color: #1b56ab;
  }
}
@media only screen and (min-width: 1200px) {
  #footer {
    padding: 2.250rem 0;
  }
  #footer .footer-sm {
    float: right;
    margin-top: 0;
    margin-left: 2rem;
  }
  #footer .footer-links {
    float: right;
    margin-top: 0;
  }
  #footer .footer-links li {
    float: left;
    margin-left: 0.75rem;
  }
  #footer .footer-links li:first-child {
    margin-left: 0;
  }
  #footer .footer-links a {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    line-height: 2rem;
    color: #4a90e2;
    font-weight: 400;
  }
  #footer .footer-links a:hover {
    color: #1b56ab;
  }
}
.ui-autocomplete {
  margin-top: 1rem;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  border: 0;
  outline: 0;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-bottom: 1px solid rgba(80, 80, 80, 0.24);
  padding: 0 1rem;
  outline: none;
}
.ui-autocomplete .ui-menu-item:last-child {
  border: 0;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0;
  border-bottom: 1px solid rgba(80, 80, 80, 0.24);
  background: rgba(80, 80, 80, 0.03);
  padding: 0 1rem;
  margin: 0;
}
.ui-state-hover a,
.ui-widget-content .ui-state-hover a,
.ui-widget-header .ui-state-hover a,
.ui-state-focus a,
.ui-widget-content .ui-state-focus a,
.ui-widget-header .ui-state-focus a {
  color: #4a90e2;
}
.ui-autocomplete li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 2.5rem;
  text-decoration: none;
  color: #3b3b3b;
  outline: none;
}
.ui-autocomplete li .item-type {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 2.5rem;
  color: rgba(80, 80, 80, 0.6);
  margin-left: 0.5rem;
}
.workshop-window {
  position: absolute;
  top: 0;
  right: 4rem;
  width: 18rem;
  background-color: rgba(74, 64, 105, 0.9);
  padding: 1rem;
  border-radius: 0.5rem;
}
.workshop-window h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}
.workshop-window .field {
  margin-bottom: 0.5rem;
}
.workshop-window label {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.4em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  display: block;
}
.workshop-window input[type="email"],
.workshop-window input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  height: 2rem;
  border: 1px solid rgba(80, 95, 126, 0.18);
  border-radius: 4px;
  color: #505f7e;
}
.workshop-window select {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  box-sizing: border-box;
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
  width: 100%;
  height: 2rem;
  border: 1px solid rgba(80, 95, 126, 0.18);
  border-radius: 4px;
  background: #ffffff url("/encyklopedia/img/arrow-down.svg") no-repeat right 12px center;
  color: #505f7e;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.workshop-window textarea {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  height: 8rem;
  border: 1px solid rgba(80, 95, 126, 0.18);
  border-radius: 4px;
  color: #505050;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.workshop-window input[type="submit"],
.workshop-window input[type="button"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0.25rem 0.75rem;
  border: 0;
  border-radius: 4px;
  background-color: #ffc562;
  color: #4a4069;
  cursor: pointer;
  font-weight: 700;
}
.workshop-window input[type="submit"]:hover,
.workshop-window input[type="button"]:hover {
  background-color: #ffc548;
}
.workshop-bar {
  position: fixed;
  top: 15rem;
  right: 0;
  z-index: 99;
}
.workshop-bar li {
  display: block;
  border-bottom: 1px solid white;
  position: relative;
}
.workshop-bar li:first-child {
  border-radius: 0.5rem 0 0 0;
  overflow: hidden;
}
.workshop-bar li:last-child {
  border-radius: 0 0 0 0.5rem;
  overflow: hidden;
  border-bottom: none;
}
.workshop-bar a {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: #eff1f2;
  background-position: center center;
  background-repeat: no-repeat;
}
.workshop-bar a:hover {
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  background-color: #ffc562;
}
.workshop-bar a.p1 {
  background-image: url("/encyklopedia/img/icn-workshop-side.svg");
}
.workshop-bar a.p2 {
  background-image: url("/encyklopedia/img/icn-add-side.svg");
}
.workshop-bar a.p3 {
  background-image: url("/encyklopedia/img/icn-pdf-side.svg");
}
.workshop-bar a.p4 {
  background-image: url("/encyklopedia/img/icn-print-side.svg");
}
.workshop-bar a.p5 {
  background-image: url("/encyklopedia/img/icn-suggest-side.svg");
}
.workshop-bar a.p6 {
  background-image: url("/encyklopedia/img/icn-help-side.svg");
}
.workshop-bar a.p7 {
  background-image: url("/encyklopedia/img/icn-notatki-side.svg");
}
.workshop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.36);
}
.workshop .header {
  position: relative;
  background-color: #4a4069;
}
.workshop .header:after {
  display: block;
  clear: both;
  content: '';
}
.workshop .header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  float: left;
  padding: 1rem;
  color: white;
  font-weight: 300;
}
.workshop .header .close {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 4rem;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  float: right;
  width: 4rem;
  height: 4rem;
  background-color: #ffc562;
  color: #4a4069;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
}
.workshop .header .close:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
.workshop .header .user {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 4rem;
  padding: 0 2rem;
  color: white;
  float: right;
}
.workshop .header .user span {
  margin-right: 1rem;
  font-weight: 700;
}
.workshop .header .user a {
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.workshop .header .user a:hover {
  color: white;
}
.workshop .header .savedesk {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  padding: 0 0 0 2rem;
  color: white;
  float: right;
}
.workshop .header .savedesk .lastsavedate-container {
  display: block;
  float: left;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 2rem;
  padding-top: 1rem;
}
.workshop .header .savedesk .lastsavedate {
  color: white;
  font-weight: bold;
}
.workshop .header .save {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  float: right;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 197, 98, 0.8);
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  border: 0;
  background-image: url("/encyklopedia/img/icn-save.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.workshop .header .save:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
.workshop .content {
  overflow-y: auto;
  padding: 2rem;
}
.workshop .content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  color: #505f7e;
  font-weight: 300;
}
.workshop .content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #505f7e;
  font-weight: 700;
}
.workshop .navigation h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem;
  background-color: rgba(80, 95, 126, 0.06);
  color: #505f7e;
  font-weight: 700;
}
.workshop .details h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  color: #505f7e;
  font-weight: 700;
}
.workshop .details h3 {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  color: #505050;
  font-weight: 400;
}
.workshop .navigation {
  background-color: #4a4069;
}
.workshop .navigation li {
  border-bottom: 1px solid transparent;
}
.workshop .navigation a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  display: inline-block;
  width: 100%;
  height: 66px;
  padding-top: 44px;
  background-color: rgba(52, 45, 73, 0.9);
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  box-sizing: border-box;
  background-position: center bottom 30px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
}
.workshop .navigation a.active {
  background-color: #ffc562;
  color: #4a4069;
}
.workshop .navigation a.p1 {
  background-image: url("/encyklopedia/img/pracownia.svg");
}
.workshop .navigation a.p1:hover,
.workshop .navigation a.p1.active {
  background-image: url("/encyklopedia/img/pracownia-hover.svg");
}
.workshop .navigation a.p2 {
  background-image: url("/encyklopedia/img/prezentacje.svg");
}
.workshop .navigation a.p2:hover,
.workshop .navigation a.p2.active {
  background-image: url("/encyklopedia/img/prezentacje-hover.svg");
}
.workshop .navigation a.p3 {
  background-image: url("/encyklopedia/img/artykuly.svg");
}
.workshop .navigation a.p3:hover,
.workshop .navigation a.p3.active {
  background-image: url("/encyklopedia/img/artykuly-hover.svg");
}
.workshop .navigation a.p4 {
  background-image: url("/encyklopedia/img/multimedia.svg");
}
.workshop .navigation a.p4:hover,
.workshop .navigation a.p4.active {
  background-image: url("/encyklopedia/img/multimedia-hover.svg");
}
.workshop .navigation a.p5 {
  background-image: url("/encyklopedia/img/zdjecia.svg");
}
.workshop .navigation a.p5:hover,
.workshop .navigation a.p5.active {
  background-image: url("/encyklopedia/img/zdjecia-hover.svg");
}
.workshop .navigation a.p6 {
  background-image: url("/encyklopedia/img/afisze.svg");
}
.workshop .navigation a.p6:hover,
.workshop .navigation a.p6.active {
  background-image: url("/encyklopedia/img/afisze-hover.svg");
}
.workshop .navigation a.p7 {
  background-image: url("/encyklopedia/img/programy.svg");
}
.workshop .navigation a.p7:hover,
.workshop .navigation a.p7.active {
  background-image: url("/encyklopedia/img/programy-hover.svg");
}
.workshop .navigation a.p8 {
  background-image: url("/encyklopedia/img/notatki.svg");
}
.workshop .navigation a.p8:hover,
.workshop .navigation a.p8.active {
  background-image: url("/encyklopedia/img/notatki-hover.svg");
}
.workshop .navigation a:hover {
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  background-color: #ffc562;
  color: #4a4069;
}
.workshop .content .list {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  margin: 2rem 0;
  width: 100%;
  border-collapse: collapse;
  color: #505050;
  text-align: left;
  text-decoration: none;
  font-weight: 400;
}
.workshop .content .list caption {
  padding-bottom: 0.5rem;
  text-align: left;
}
.workshop .content .list caption a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  margin-left: 0.5rem;
  color: #4a90e2;
  text-decoration: none;
  font-weight: 400;
}
.workshop .content .list caption a:hover {
  color: #1b56ab;
}
.workshop .content .list caption h3 {
  display: inline-block;
  padding-left: 2rem;
  background: url("/encyklopedia/img/icn-folder.svg") no-repeat left top;
}
.workshop .content .list thead {
  border: 0;
  background-color: rgba(80, 95, 126, 0.06);
}
.workshop .content .list tfoot tr {
  border: 0;
  background-color: rgba(80, 95, 126, 0.03);
}
.workshop .content .list tr {
  border-bottom: 1px solid #ECEDF1;
}
.workshop .content .list tr:hover {
  background-color: rgba(80, 95, 126, 0.03);
}
.workshop .content .list th {
  padding: 0.5rem;
}
.workshop .content .list th:last-child {
  text-align: right;
}
.workshop .content .list th a {
  color: rgba(80, 95, 126, 0.5);
  text-decoration: none;
  font-weight: 700;
}
.workshop .content .list th a:hover {
  color: rgba(80, 95, 126, 0.7);
}
.workshop .content .list th a.active {
  color: #505f7e;
}
.workshop .content .list td {
  padding: 0.5rem;
}
.workshop .content .list td:first-child {
  width: 60%;
}
.workshop .content .list .options {
  text-align: right;
}
.workshop .content .list .options a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  color: #4a90e2;
  text-decoration: none;
  font-weight: 400;
}
.workshop .content .list .options a.delete {
  color: red;
}
.workshop .content .list .options a.delete:hover {
  color: #cc0a00;
}
.workshop .content .list .options a:hover {
  color: #1b56ab;
}
.workshop .content .link {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
}
.workshop .content .link:hover {
  color: #4a90e2;
}
.workshop .content .pdf {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.4rem;
  display: inline-block;
  margin-right: 1.25rem;
  padding-left: 1.5rem;
  background: url("/encyklopedia/img/icn-pdf.svg") no-repeat left center;
  color: #4a90e2;
  text-decoration: none;
  font-weight: 400;
}
.workshop .content .pdf:hover {
  background-image: url("/encyklopedia/img/icn-pdf-hover.svg");
  color: #1b56ab;
}
.workshop .content .print {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.4rem;
  display: inline-block;
  margin-right: 1.25rem;
  padding-left: 1.65rem;
  background: url("/encyklopedia/img/icn-print.svg") no-repeat left center;
  color: #4a90e2;
  text-decoration: none;
  font-weight: 400;
}
.workshop .content .print:hover {
  background-image: url("/encyklopedia/img/icn-print-hover.svg");
  color: #1b56ab;
}
.workshop .content .list .year {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  display: block;
  color: #70828e;
  font-weight: 400;
}
.workshop .content .list .author {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  display: block;
  color: #70828e;
  font-weight: 400;
}
.workshop .content .list .job {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  display: block;
  color: #505050;
  font-weight: 400;
}
.workshop .content .list .description {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  margin-top: 0.5rem;
  color: #505050;
  font-weight: 400;
}
.workshop .content .list .comment {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0.5rem 0;
  padding: 0.5rem;
  border: 1px solid rgba(255, 197, 98, 0.24);
  background: rgba(255, 197, 98, 0.12) no-repeat left 1.5rem center;
  color: #70828e;
  font-weight: 400;
}
.workshop .content .list .comment h4 {
  font-weight: 700;
}
.workshop .search fieldset {
  position: relative;
}
.workshop .search input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: left;
  box-sizing: border-box;
  padding: 0.750rem 20% 0.750rem 0.750rem;
  width: 100%;
  height: 3rem;
  border: 1px solid rgba(80, 80, 80, 0.24);
  border-radius: 4px;
  color: #505050;
  -webkit-font-smoothing: antialiased;
}
.workshop .search input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  float: right;
  box-sizing: border-box;
  width: 60px;
  height: 3rem;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #ffc562 url("/encyklopedia/img/icn-loupe.svg") no-repeat center center;
  color: transparent;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
}
.workshop .search input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
.workshop .details {
  overflow-y: auto;
  padding: 2rem;
  background-color: rgba(80, 80, 80, 0.06);
}
.workshop .details aside {
  margin: 1.5rem 0;
}
.workshop .index {
  margin: 0.5rem 0;
  border-radius: 4px;
}
.workshop .index li {
  border-bottom: 1px solid rgba(80, 80, 80, 0.12);
}
.workshop .index li:last-child {
  border-bottom: 0;
}
.workshop .index a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 2rem;
  color: #4a90e2;
  text-decoration: none;
}
.workshop .index a:hover {
  color: #1b56ab;
}
.workshop .details form {
  margin: 1rem 0;
}
.workshop .details fieldset {
  margin: 0.75rem 0;
}
.workshop .details label {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  display: block;
  margin-bottom: 0.25rem;
  color: #505f7e;
  font-weight: 700;
}
.workshop .details input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  height: 2rem;
  border: 1px solid rgba(80, 95, 126, 0.18);
  border-radius: 4px;
  color: #505f7e;
}
.workshop .details select {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  box-sizing: border-box;
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
  width: 100%;
  height: 2rem;
  border: 1px solid rgba(80, 95, 126, 0.18);
  border-radius: 4px;
  background: #ffffff url("/encyklopedia/img/arrow-down.svg") no-repeat right 12px center;
  color: #505f7e;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.workshop .details textarea {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  height: 12rem;
  border: 1px solid rgba(80, 95, 126, 0.18);
  border-radius: 4px;
  color: #505050;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.workshop .details input[type="submit"],
.workshop .details input[type="button"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 4px;
  background-color: #4a90e2;
  color: white;
  cursor: pointer;
}
.workshop .details input[type="submit"]:hover,
.workshop .details input[type="button"]:hover {
  background-color: #347ade;
}
.workshop .details input[type="submit"].delete,
.workshop .details input[type="button"].delete {
  background-color: red;
}
.workshop .details input[type="submit"].delete:hover,
.workshop .details input[type="button"].delete:hover {
  background-color: #e60b00;
}
.desktop {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("/encyklopedia/tmp-img/tmp-desk.jpg") no-repeat center center;
  background-size: cover;
}
.desktop.alt {
  background: url("/encyklopedia/tmp-img/tmp-desk2.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 1025px) {
  .desktop {
    position: relative;
    overflow: auto;
    min-height: 450px;
    width: 100%;
    background: url("/encyklopedia/tmp-img/tmp-desk.jpg") no-repeat center center;
    background-size: contain;
  }
  .desktop.alt {
    background: url("/encyklopedia/tmp-img/tmp-desk2.jpg") no-repeat center center;
    background-size: contain;
  }
}
.desktop .communicate {
  font-family: "Roboto Slab", serif;
  font-size: 1.25em;
  line-height: 1.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  margin-left: -40%;
  padding: 2rem;
  width: 80%;
  border-radius: 0.5rem;
  background-color: rgba(74, 64, 105, 0.95);
  color: white;
  text-align: center;
  font-weight: 300;
}
.desktop .login {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: -300px;
  width: 600px;
  border-radius: 0.5rem;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.desktop .login h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  color: white;
  font-weight: 700;
}
.desktop .login h3 {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  color: #ffc562;
  font-weight: 700;
}
.desktop .login p {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25em;
  margin-bottom: 2rem;
  color: white;
  font-weight: 400;
}
.desktop .login ul {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25em;
  margin-bottom: 2rem;
  padding-left: 1rem;
  color: white;
  font-weight: 400;
  list-style: disc;
}
.desktop .login .links span {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25em;
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.24);
}
.desktop .login .link {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25em;
  color: white;
  font-weight: 400;
}
.desktop .login .link:hover {
  color: #ffc562;
}
.desktop .login .btn {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25em;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background-color: white;
  color: #4a4069;
  text-decoration: none;
  font-weight: 700;
}
.desktop .login .btn:hover {
  background-color: #ffc562;
  color: #4a4069;
}
.desktop .login label {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  color: white;
  font-weight: 300;
}
.desktop .login label.chkbox {
  margin-left: 1.5rem;
  margin-top: 1rem;
  display: block;
}
.desktop .login .error-message {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25em;
  color: red;
  font-weight: 400;
  text-align: center;
}
.desktop .login > * {
  box-sizing: border-box;
  padding: 2rem;
}
.desktop .login .user {
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: rgba(74, 64, 105, 0.95);
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
.desktop .login .user h2 {
  color: white;
}
.desktop .login .anonymous {
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: rgba(52, 45, 73, 0.95);
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
}
.desktop .login .field {
  margin-bottom: 0.5rem;
}
.desktop .login .field:after {
  display: block;
  clear: both;
  content: '';
}
.desktop .login input[type="text"],
.desktop .login input[type="password"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  box-sizing: border-box;
  padding: 0.25rem 0.5rem;
  width: 100%;
  height: 2.25rem;
  border: 0;
  border-radius: 0.25rem;
  background-color: white;
  color: #505f7e;
}
.desktop .login input[type="checkbox"] {
  float: left;
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.desktop .login input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  box-sizing: border-box;
  margin: 0.5rem 0;
  padding: 0.25rem 0.5rem;
  width: 100%;
  height: 2.5rem;
  border: 0;
  border-radius: 0.25rem;
  background-color: #ffc562;
  color: #505f7e;
  font-weight: bold;
  cursor: pointer;
}
.desktop .login input[type="submit"].nomargin {
  margin-bottom: 0;
}
.desktop .login input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
.tiles-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #ffffff url("/encyklopedia/tmp-img/tmp-desk2.jpg") no-repeat center top 30%;
  background-size: contain;
}
.tiles-layer .register-help {
  position: absolute;
  z-index: 2;
  top: 90px;
  right: 24px;
  width: 138px;
  height: 88px;
  background: #ffffff url("/encyklopedia/tmp-img/tmp-register.png") no-repeat center center;
}
.tiles-layer .instruction {
  position: absolute;
  bottom: 150px;
  width: 60%;
  left: 20%;
  z-index: -10;
}
.tiles-layer .instruction h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #4a4069;
  font-weight: 700;
  text-align: center;
  padding: 0.25rem;
}
.tiles-layer .instruction p {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.3rem;
  color: #4a4069;
  font-weight: 300;
  text-align: center;
}
.tiles-layer .white-fade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 340px;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 45.03%);
}
.tiles-layer .tiles {
  position: absolute;
  bottom: 36px;
  left: 50%;
  text-align: center;
  z-index: 10;
}
.tiles-layer .tiles:after {
  display: block;
  clear: both;
  content: '';
}
.tiles-layer .tiles li {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 9px;
  margin-bottom: 9px;
}
.tiles-layer .tiles a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  padding-top: 90px;
  background-color: rgba(74, 64, 105, 0.9);
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  box-sizing: border-box;
  background-position: center bottom 50px;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
}
.tiles-layer .tiles a.inactive {
  opacity: 0.3;
}
.tiles-layer .tiles a.inactive:hover {
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  background-color: rgba(74, 64, 105, 0.5);
}
.tiles-layer .tiles a.p1 {
  background-image: url("/encyklopedia/img/pracownia.svg");
}
.tiles-layer .tiles a.p1:hover,
.tiles-layer .tiles a.p1.animate {
  background-image: url("/encyklopedia/img/pracownia-hover.svg");
}
.tiles-layer .tiles a.p2 {
  background-image: url("/encyklopedia/img/prezentacje.svg");
}
.tiles-layer .tiles a.p2:hover,
.tiles-layer .tiles a.p2.animate {
  background-image: url("/encyklopedia/img/prezentacje-hover.svg");
}
.tiles-layer .tiles a.p3 {
  background-image: url("/encyklopedia/img/artykuly.svg");
}
.tiles-layer .tiles a.p3:hover,
.tiles-layer .tiles a.p3.animate {
  background-image: url("/encyklopedia/img/artykuly-hover.svg");
}
.tiles-layer .tiles a.p4 {
  background-image: url("/encyklopedia/img/multimedia.svg");
}
.tiles-layer .tiles a.p4:hover,
.tiles-layer .tiles a.p4.animate {
  background-image: url("/encyklopedia/img/multimedia-hover.svg");
}
.tiles-layer .tiles a.p5 {
  background-image: url("/encyklopedia/img/zdjecia.svg");
}
.tiles-layer .tiles a.p5:hover,
.tiles-layer .tiles a.p5.animate {
  background-image: url("/encyklopedia/img/zdjecia-hover.svg");
}
.tiles-layer .tiles a.p6 {
  background-image: url("/encyklopedia/img/afisze.svg");
}
.tiles-layer .tiles a.p6:hover,
.tiles-layer .tiles a.p6.animate {
  background-image: url("/encyklopedia/img/afisze-hover.svg");
}
.tiles-layer .tiles a.p7 {
  background-image: url("/encyklopedia/img/programy.svg");
}
.tiles-layer .tiles a.p7:hover,
.tiles-layer .tiles a.p7.animate {
  background-image: url("/encyklopedia/img/programy-hover.svg");
}
.tiles-layer .tiles a.p8 {
  background-image: url("/encyklopedia/img/notatki.svg");
}
.tiles-layer .tiles a.p8:hover,
.tiles-layer .tiles a.p8.animate {
  background-image: url("/encyklopedia/img/notatki-hover.svg");
}
.tiles-layer .tiles a:hover,
.tiles-layer .tiles a.animate {
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  background-color: #ffc562;
  color: #4a4069;
}
.tiles-layer .tiles a.animate {
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -webkit-transform: translate(0, -250px) scale(1.3, 1.3);
  -moz-transform: translate(0, -250px) scale(1.3, 1.3);
  -o-transform: translate(0, -250px) scale(1.3, 1.3);
  transform: translate(0, -250px) scale(1.3, 1.3);
  z-index: 10;
}
.tiles-layer .header {
  position: relative;
  padding: 1rem;
  background-color: #4a4069;
}
.tiles-layer .header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  font-weight: 300;
}
.tiles-layer .header .close {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 4rem;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background-color: #ffc562;
  color: #505f7e;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
}
.tiles-layer .header .close:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
.tiles-layer .header .user {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 4rem;
  position: absolute;
  top: 0;
  right: 4rem;
  padding: 0 2rem;
  color: white;
}
.tiles-layer .header .user span {
  margin-right: 1rem;
  font-weight: 700;
}
.tiles-layer .header .user a {
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.tiles-layer .header .user a:hover {
  color: white;
}
.error-msg {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 3rem 0 1.5rem 0;
}
.error-msg .img {
  width: 100%;
  height: 12rem;
  margin: 0 auto 2rem auto;
  background: url("/encyklopedia/tmp-img/404.jpg") no-repeat center center;
}
.error-msg h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 3.25rem;
  font-weight: 300;
  color: #4a4069;
  margin-bottom: 1rem;
}
.error-msg p {
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  line-height: 1.45rem;
  font-weight: 300;
  color: #505050;
  margin-bottom: 1rem;
}
.error-msg a {
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  line-height: 1.45rem;
  font-weight: 300;
  color: #4a90e2;
}
.error-msg a:hover {
  color: #1b56ab;
}
@media only screen and (min-width: 760px) {
  .error-msg {
    width: 50%;
  }
}
#content .audio {
  margin-top: 3rem;
}
#content .audio h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  color: #505f7e;
  font-weight: 400;
}
.audio .audio-list:after {
  display: block;
  clear: both;
  content: '';
}
.audio .audio-list li {
  float: left;
  margin-right: 0.25rem;
  width: calc(33.333% - 0.375rem);
  margin-bottom: 0.25rem;
}
.audio .audio-list li:last-child {
  margin-right: none;
}
.audio .player-container {
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: rgba(80, 95, 126, 0.09);
}
.audio .player-container:hover {
  background-color: rgba(80, 95, 126, 0.16);
}
.audio .play {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 39px;
  height: 30px;
  background: url("/encyklopedia/img/play.svg") no-repeat left center;
  color: #505f7e;
  text-decoration: none;
}
.audio .play:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-image: url("/encyklopedia/img/play-hover.svg");
}
.audio .pause {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 39px;
  height: 30px;
  background: url("/encyklopedia/img/pause.svg") no-repeat left center;
  color: #505f7e;
  text-decoration: none;
}
.audio .pause:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-image: url("/encyklopedia/img/pause-hover.svg");
}
.gallery-photo img {
  width: 100%;
}
.suggest-change-btn {
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 0.75rem 0.5rem;
  width: 100%;
  border: 1px solid rgba(80, 80, 80, 0.18);
  border-radius: 0.5rem;
  background: url("/encyklopedia/img/icn-suggest-big.svg") no-repeat left 0.75rem center;
}
.suggest-change-btn span {
  display: block;
  margin-left: 3.25rem;
}
.suggest-change-btn a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  color: #4a4069;
  text-decoration: none;
}
.suggest-change-btn a:hover {
  color: #4a90e2;
}
.order-content-btn {
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 0.75rem 0.5rem;
  width: 100%;
  border: 1px solid rgba(80, 80, 80, 0.18);
  border-radius: 0.5rem;
  background: url("/encyklopedia/img/icn-order-big.svg") no-repeat left 0.75rem center;
}
.order-content-btn span {
  display: block;
  margin-left: 3.25rem;
}
.order-content-btn a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  color: #4a4069;
  text-decoration: none;
}
.order-content-btn a:hover {
  color: #4a90e2;
}
.download-program {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  padding: 0.5rem;
  padding-left: 2rem;
  border-radius: 0.25rem;
  background-color: #eff1f2;
  background-image: url("/encyklopedia/img/icn-pdf-side.svg");
  background-position: left 0.5rem center;
  background-repeat: no-repeat;
  color: #4a4069;
  text-decoration: none;
  font-weight: bold;
}
.download-program:hover {
  background-color: #ffc562;
}
.show-all-images {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  display: block;
  margin: 1rem auto;
  padding: 1rem 2rem;
  width: 200px;
  border-radius: 0.25rem;
  background-color: #eff1f2;
  color: #4a4069;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.show-all-images:hover {
  background-color: #ffc562;
}
.performances-count span {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: white;
  background-color: #505f7e;
  font-weight: 700;
  padding: 0.150rem 0.50rem 0 0.50rem;
  border-radius: 0.250rem 0.250rem 0 0;
  display: inline-block;
  float: right;
}
.performances-count:after {
  display: block;
  clear: both;
  content: '';
}
.title-author {
  font-weight: 400;
}
.title-author:before {
  content: ' - ';
}
.contact {
  position: relative;
  box-sizing: border-box;
  padding: 4rem;
  background: url("/encyklopedia/tmp-img/contact.jpg") no-repeat center center;
  background-size: cover;
}
.contact-box {
  box-sizing: border-box;
  padding: 2rem;
  width: 100%;
  background-color: rgba(41, 35, 57, 0.9);
}
@media screen and (min-width: 760px) {
  .contact-box {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 40%;
  }
}
@media screen and (min-width: 920px) {
  .contact-box {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 30%;
  }
}
.contact-box h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  color: white;
  font-weight: 400;
}
.contact-box h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 0.5rem;
  color: white;
  font-weight: 700;
}
.contact-box h4 {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: white;
  font-weight: 700;
}
.contact-box p {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.3em;
  margin-bottom: 0.25rem;
  color: white;
  font-weight: 400;
}
.contact-box a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.3em;
  margin-bottom: 0.25rem;
  color: #ffc562;
  font-weight: 400;
}
.contact-box li {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.3em;
  margin-bottom: 0.25rem;
  color: #ffc562;
  font-weight: 400;
}
#page-help {
  position: relative;
  border-radius: .5rem;
}
#page-help .close {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 30px;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  background-color: #4a4069;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
}
#page-help .close:hover {
  background-color: #ffc562;
  color: #4a4069;
}
#content .edit.help h2 {
  margin-bottom: 1em;
}
#content .edit.help h3 {
  margin-top: 0;
}
#content .edit.help p {
  margin-top: 0;
}
#content .edit.help img {
  margin-bottom: 2em;
  max-width: 100%;
}
#content .edit.help .toolbar-help:after {
  display: block;
  clear: both;
  content: '';
}
#content .edit.help .toolbar-help img {
  margin: 0;
  float: left;
}
#content .edit.help .toolbar-help p {
  margin-left: 40px;
}
html {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  line-height: 1.4em;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
html.stop-scroll {
  height: 100%;
  overflow: hidden;
}
body {
  padding-top: 5rem;
}
.row {
  box-sizing: border-box;
  padding: 0 1rem;
}
.row .row {
  box-sizing: border-box;
  padding: 0;
}
.decor-bar {
  height: 0.563rem;
  background: url("/encyklopedia/img/decor-bar.svg") repeat-x center center;
}
.gray-bar {
  height: 0.563rem;
  background-color: rgba(80, 80, 80, 0.12);
}
@media only screen and (min-width: 760px) and (max-width: 920px) {
  html {
    font-size: 16px;
  }
  body {
    padding-top: 5em;
  }
  .f-swap-left {
    float: left;
  }
  .f-swap-right {
    float: right;
  }
  .row {
    padding: 0 2rem;
  }
  .row .row {
    padding: 0;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  html {
    font-size: 16px;
  }
  body {
    padding-top: 6em;
  }
  .f-swap-left {
    float: left;
  }
  .f-swap-right {
    float: right;
  }
  .row {
    padding: 0 2rem;
  }
  .row .row {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
  body {
    padding-top: 6em;
  }
  .separator-left {
    border-left: 1px solid rgba(80, 80, 80, 0.18);
  }
  .separator-right {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  .row {
    padding: 0 2rem;
  }
  .row .row {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  body {
    padding-top: 6rem;
  }
  .separator-left {
    border-left: 1px solid rgba(80, 80, 80, 0.18);
  }
  .separator-right {
    border-right: 1px solid rgba(80, 80, 80, 0.18);
  }
  .row {
    padding: 0 2rem;
  }
  .row .row {
    padding: 0;
  }
}

.egallery { background-color: #fafafa; padding: 17px 24px; margin-top: 30px; margin-bottom: 20px; }
.egallery .egallery-title { margin-top: 0px !important; }
.egallery .egallery-items { position: relative; margin-top: 25px; }
.egallery .egallery-items:after { content: ""; display: table; clear: both; }
.egallery .egallery-items .item { margin-bottom: 60px; text-decoration: none; display: block; float: left; margin-left: 20px; width: calc(33.333% - 13.333px); }
.egallery .egallery-items .item:nth-child(3n+1):before { content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
.egallery .egallery-items .item:first-child:before { display: none; }
.egallery .egallery-items .item:nth-child(3n+1) { margin-left: 0px; clear: both; }
.egallery .egallery-items .item .cover { transition: 0.5s all; display: block; width: 100%; height: 150px; background-position: center center; background-size: cover; margin-bottom: 10px; }
.egallery .egallery-items .item .author { font-family: "Roboto", sans-serif; display: block; margin-top: 5px; font-weight: normal; font-size: 80%; color: #333; }
.egallery .egallery-items .item .title { transition: 0.5s all; cursor: pointer; margin-top: 5px; font-weight: bold; display: block; width: 100%; font-family: "Roboto", sans-serif; font-size: 0.9rem; line-height: 1.2rem; color: #4a4069; text-decoration: none; font-weight: 700; }
.egallery .egallery-items .item .thirdline { display: block; margin-top: 5px; font-weight: normal; font-size: 80%; color: #333; }
.egallery .egallery-items .item:hover .cover { filter: contrast(120%) brightness(110%); }
.egallery .egallery-items .item:hover .title { color: #7661b7; }

.egallery-2 .egallery-items .item { width: calc(50% - 10px); }
.egallery-2 .egallery-items .item:nth-child(3n+1):before { display: none; }
.egallery-2 .egallery-items .item:nth-child(2n+1):before{ content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
.egallery-2 .egallery-items .item:nth-child(3n+1) { margin-left: 20px; clear: none; }
.egallery-2 .egallery-items .item:nth-child(2n+1) { margin-left: 0px; clear: both; }
.egallery-2 .egallery-items .item:first-child:before { display: none; }
.egallery-2 .egallery-items .item .cover { height: 220px; }

.egallery-1 .egallery-items .item { width: calc(50% - 10px); }
.egallery-1 .egallery-items .item:nth-child(3n+1):before { display: none; }
.egallery-1 .egallery-items .item:nth-child(2n+1):before{ content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
.egallery-1 .egallery-items .item:nth-child(3n+1) { margin-left: 20px; clear: none; }
.egallery-1 .egallery-items .item:nth-child(2n+1) { margin-left: 0px; clear: both; }
.egallery-1 .egallery-items .item:first-child:before { display: none; }

.egallery-1 .egallery-items .item { width: 100%; margin-left: 0px; }
.egallery-1 .egallery-items .item:nth-child(2n+1):before { display: none; }
.egallery-1 .egallery-items .item:nth-child(1n+1):before{ content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
.egallery-1 .egallery-items .item:nth-child(2n+1) { margin-left: 0px; clear: none; }
.egallery-1 .egallery-items .item:nth-child(1n+1) { margin-left: 0px; clear: both; }
.egallery-1 .egallery-items .item:first-child:before { display: none; }
.egallery-1 .egallery-items .item .cover { height: 320px; }

@media (max-width: 700px) {
    .egallery .egallery-items .item { width: calc(50% - 10px); }
    .egallery .egallery-items .item:nth-child(3n+1):before { display: none; }
    .egallery .egallery-items .item:nth-child(2n+1):before{ content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
    .egallery .egallery-items .item:nth-child(3n+1) { margin-left: 20px; clear: none; }
    .egallery .egallery-items .item:nth-child(2n+1) { margin-left: 0px; clear: both; }
    .egallery .egallery-items .item:first-child:before { display: none; }
    .egallery .egallery-items .item .cover { height: 220px; }
    
    .egallery-2 .egallery-items .item { width: calc(50% - 10px); }
    .egallery-2 .egallery-items .item:nth-child(3n+1):before { display: none; }
    .egallery-2 .egallery-items .item:nth-child(2n+1):before{ content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
    .egallery-2 .egallery-items .item:nth-child(3n+1) { margin-left: 20px; clear: none; }
    .egallery-2 .egallery-items .item:nth-child(2n+1) { margin-left: 0px; clear: both; }
    .egallery-2 .egallery-items .item:first-child:before { display: none; }
    .egallery-2 .egallery-items .item .cover { height: 220px; }
    
    .egallery-1 .egallery-items .item { width: 100%; margin-left: 0px; }
    .egallery-1 .egallery-items .item:nth-child(2n+1):before { display: none; }
    .egallery-1 .egallery-items .item:nth-child(1n+1):before{ content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
    .egallery-1 .egallery-items .item:nth-child(2n+1) { margin-left: 0px; clear: none; }
    .egallery-1 .egallery-items .item:nth-child(1n+1) { margin-left: 0px; clear: both; }
    .egallery-1 .egallery-items .item:first-child:before { display: none; }
    .egallery-1 .egallery-items .item .cover { height: 220px; }
}

@media (max-width: 550px) {
    .egallery .egallery-items .item { width: 100%; margin-left: 0px; }
    .egallery .egallery-items .item:nth-child(2n+1):before { display: none; }
    .egallery .egallery-items .item:nth-child(1n+1):before{ content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
    .egallery .egallery-items .item:nth-child(2n+1) { margin-left: 0px; clear: none; }
    .egallery .egallery-items .item:nth-child(1n+1) { margin-left: 0px; clear: both; }
    .egallery .egallery-items .item:first-child:before { display: none; }
    
    .egallery-2 .egallery-items .item { width: 100%; margin-left: 0px; }
    .egallery-2 .egallery-items .item:nth-child(2n+1):before { display: none; }
    .egallery-2 .egallery-items .item:nth-child(1n+1):before{ content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
    .egallery-2 .egallery-items .item:nth-child(2n+1) { margin-left: 0px; clear: none; }
    .egallery-2 .egallery-items .item:nth-child(1n+1) { margin-left: 0px; clear: both; }
    .egallery-2 .egallery-items .item:first-child:before { display: none; }
    .egallery-2 .egallery-items .item .cover { height: 150px; }
    
    .egallery-1 .egallery-items .item { width: 100%; margin-left: 0px; }
    .egallery-1 .egallery-items .item:nth-child(2n+1):before { display: none; }
    .egallery-1 .egallery-items .item:nth-child(1n+1):before{ content: ""; display: block; border-top: 1px dashed #ddd; margin-top: -31px; width: 100%; position: absolute; left: 0; }
    .egallery-1 .egallery-items .item:nth-child(2n+1) { margin-left: 0px; clear: none; }
    .egallery-1 .egallery-items .item:nth-child(1n+1) { margin-left: 0px; clear: both; }
    .egallery-1 .egallery-items .item:first-child:before { display: none; }
    .egallery-1 .egallery-items .item .cover { height: 150px; }
}

blockquote {
  margin: 0 3rem 0 2rem;
  padding-left: 2rem;
  border-left: #ccc solid 0.2rem;
}

#content .edit blockquote p {
  margin: 0 0 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.213rem;
}

span.rozstrz {
  letter-spacing: 3px;
}

#content .edit i {
    font-style: italic;
}

#content .edit b {
    font-weight: 700;
}

#content .edit blockquote {
    font-family: "Roboto Slab", serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #909090;
    border-left: 3px solid #70828e;
    margin: 2rem 1.5rem;
    padding: 0.5rem 1.5rem;
    width: 65%;
    text-indent: 0;
    font-weight: 300;
    font-style: normal;
    display: block;
}

#content .edit blockquote p {
    font-family: "Roboto Slab", serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #909090;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}