.col-l-1 {
    float: left;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  
.col-l-11 {
    float: left;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  
  .col-l-8 {
    float: left;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  
  .col-l-3 {
    float: left;
    box-sizing: border-box;
    width: 25%;
  }
  














.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: white 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: #909090;
  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;
  padding: 0;
  height: auto;
  display: block;
}
.workshop .header:after {
  display: block;
  clear: both;
  content: '';
}

.workshop .search { border: none; }

.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: #909090;
  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: #909090;
  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: #909090;
  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: #909090;
  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;
  padding: 0;
  border: none;
}
.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(144, 144, 144, 0.24);
  border-radius: 4px;
  color: #909090;
  -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(144, 144, 144, 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(144, 144, 144, 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;
  padding: 0;
  border: none;
}
.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: white 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: #909090;
  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;
}




































.tiles-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: white 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: white 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;
  height: auto;
  display: block;
}
.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;
}




































/* Pracownia */
#addtodesk { display: none; }
#addtodesk .addtodesk-background { background-color: #fff; z-index: 998; position: fixed; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.9; }
#addtodesk .addtodesk-container { z-index: 999; top: 50%; left: 50%; margin-top: -100px; margin-left: -250px; position: fixed; background-color: #fff; }
#addtodesk .addtodesk-container form { margin-bottom: 0; }
#addtodesk .addtodesk-container .loader { text-align: center; margin-top: 10%; }
#addtodesk .addtodesk-container h2 { font-family: "Roboto", sans-serif; font-size: 1.25rem; line-height: 2rem; margin-bottom: 0.5rem; color: #505f7e; font-weight: 400; }
#addtodesk .addtodesk-container textarea { font-family: "Roboto", sans-serif; font-size: 0.813rem; line-height: 1.125rem; width: 100%; color: #505f7e; height: 5rem; resize: none; 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; }
#addtodesk .close { font-family: "Roboto", sans-serif; font-size: 0.813rem; line-height: 1.188rem; margin: 0; float: right; padding: 6px 12px; border: 0; border-radius: 4px; background-color: red; color: white; cursor: pointer; }

.workshop { display: none; }
.workshop .desk-loading { display: none; position: absolute; z-index: 999; left: 50%; margin-left: -166px; margin-top: 5%; }
.workshop .navigation a.inactive { opacity: 0.1; }
.workshop .navigation a.inactive:hover { background-color: grey; }
@media only screen and (min-width: 1025px) { .desktop { background: url("/encyklopedia/tmp-img/tmp-desk2.jpg") no-repeat center center; background-size: contain; } }
#workshop-dynamic-content { background: url("/encyklopedia/tmp-img/tmp-desk2.jpg") no-repeat center center; background-size: cover; }
#workshop-dynamic-content iframe { background-color: rgba(255, 255, 255, 1); }
#workshop-dynamic-content div.col-l-8 { background-color: rgba(255, 255, 255, 1); }
#workshop-dynamic-content div.col-l-3 { background-color: #fff; }








/* Tiles */
#tiles-layer { display: none; z-index: 9999; }
#tiles-layer .loading, .workshop .loading { margin: 0 auto; text-align: center; width: 50%; opacity: 0.2; margin-top: 5%; display: none; }
#tiles-layer .loading img, .workshop .loading img { width: 60%; }
.workshop .loading { position: absolute; margin-left: 25%; margin-top: 10%; }

.tiles-container .tiles-layer { z-index: 9999; }
.tiles-container .workshop-content { display: none; }

/* Prezentacje */
.presentation-iframe { width: 100%; }
.fullwidth-iframe { width: 100%; }


/* Notepad */
.notepad-bg { position: absolute; width: 100%; height: 100%; background-color: #f1f1f1; opacity: 0.9; }
.notepad { width: 90%; margin: 0 auto; }
.notepad .modeSwitch { display: none !important; }
.notepad .wysibb { height: 80%; margin-top: 4%; }
.notepad .wysibb-text { height: 100%; }
.notepad .wysibb-body { height: 88%; padding: 10px 15px; }
.notepad .buttons { position: absolute; margin-top: -35px; z-index: 9999; font-family: "Roboto", sans-serif; font-size: 0.875rem; line-height: 2.2rem; right: 0; margin-right: 5%; font-weight: 700; text-align: center; }
.notepad .buttons a { color: #4a4069; }
#wbbmodal { z-index: 10001 !important; }



















/* Autocomplete */
.ui-autocomplete li .item-type {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 2.5rem;
  color: rgba(144, 144, 144, 0.6);
  margin-left: 0.5rem;
}

.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(144, 144, 144, 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(144, 144, 144, 0.24);
  background: rgba(144, 144, 144, 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;
  font-weight: bold;
}
.ui-autocomplete li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 2.5rem;
  text-decoration: none;
  color: #5b5b5b;
  outline: none;
}
.ui-autocomplete li .item-type {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 2.5rem;
  color: rgba(144, 144, 144, 0.6);
  margin-left: 0.5rem;
}

.ui-autocomplete li { font-weight: bold; }
.ui-autocomplete li .item-type { font-weight: normal; }
.ui-autocomplete li .description { padding-left: 6px; color: #4A4069; font-size: 12px; font-weight: normal; }

.container.news .item-1 span.type { background-color: #4F5F7E; }
.container.news .item-2 span.type { background-color: #70828E; }
.container.news .item-2 span.type { background-color: #DDD0BA; }
.container.news li:hover span.type { background-color: #4990E2; }