@import url(//static.mdrn.pl/fonts/Lato-2.010/Lato-Regular.css);
@import url(//static.mdrn.pl/fonts/Lato-2.010/Lato-Bold.css);
@import url(//static.mdrn.pl/fonts/Lato-2.010/Lato-Italic.css);
body {
  font-family: 'Lato', sans-serif;
  font-size: .625em;
  background-color: #edece7;
  background-image: url("/static/img/bg.62966fda205f.png");
  background-repeat: no-repeat;
  color: #363a3b;
  margin-top: 0;
  background-position: 50% 0; }

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

a:hover {
  text-decoration: underline; }

img {
  border: 0; }

h1 {
  margin: 0 0 .5em 0;
  color: #ed7f00;
  font-size: 2em; }

.warning {
  border: 1px solid #ddd;
  padding: 1em;
  background: #ffd;
  font-size: 1.3em; }

.notice {
  font-size: 1.3em; }

.normal {
  font-size: 1.3em; }

.sponsor-logos a {
  margin-bottom: 1.5em; }

.bios p {
  clear: left;
  margin-left: 200px;
  margin-top: 3em; }

.bios p img {
  float: left;
  margin: 0 -200px 3em -200px;
  box-shadow: 0 0 1em #777; }

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

@media screen and (min-width: 960px) {
  .bar-right {
    width: 22em;
    padding: 0 1em;
    float: right; }

  .bar-left {
    width: 70em;
    padding: 0 1em;
    float: left; }

  #body {
    width: 96em;
    margin: auto; } }
@media screen and (max-width: 959px) and (min-width: 480px) {
  #header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
@media screen and (max-width: 959px) {
  #header-bar .bar-right a {
    display: inline-block; }
  #header-bar .bar-right .social {
    display: none; }

  #main-bar {
    clear: both;
    display: flex;
    flex-flow: column-reverse; } }

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

#header-bar {
  padding-top: 3em;
  padding: 3em 10px 0 10px;
  position: relative; }
  @media screen and (min-width: 960px) {
    #header-bar {
      padding: 3em 0 0 0;
      height: 13em; } }
  @media screen and (min-width: 960px) {
    #header-bar .bar-left {
      margin-left: -1.1em; } }
  #header-bar .social {
    position: absolute;
    right: 260px;
    top: 3em; }
    #header-bar .social a {
      margin-right: 1.8em; }
      #header-bar .social a img {
        vertical-align: middle; }

.org-fnp, .org-trust {
  display: inline-block;
  width: 8em; }
  .org-fnp span, .org-trust span {
    color: #888; }
  .org-fnp img, .org-trust img {
    margin-left: -.3em;
    margin-top: 1em; }

.org-fnp {
  margin-right: 4em; }

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

#menu-bar {
  position: relative; }
  @media screen and (min-width: 960px) {
    #menu-bar {
      height: 4em; } }

#menu {
  list-style: none;
  margin-left: 0;
  text-transform: uppercase;
  margin: 2em 0 0 0; }
  @media screen and (min-width: 960px) {
    #menu {
      margin: .7em 0 0 0; } }
  #menu li {
    display: inline-block;
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-right: 2em; }
    #menu li a {
      color: black;
      font-size: 1.1em; }
      @media screen and (max-width: 959px) {
        #menu li a {
          display: block;
          padding-top: .5em;
          padding-bottom: .5em; } }
  #menu li:last {
    margin-right: 0; }
  #menu li.active {
    font-weight: bold; }
  #menu li.active:before {
    color: #ed7f00;
    content: "(";
    position: absolute;
    left: -.7em;
    font-size: 2em;
    top: -.25em; }
  #menu li.active:after {
    color: #ed7f00;
    content: ")";
    position: absolute;
    right: -.7em;
    font-size: 2em;
    top: -.25em; }
  #menu #item-lang a {
    color: #ed952f; }

@media screen and (min-width: 960px) {
  #registration-links {
    width: 240px;
    position: absolute;
    right: 0;
    bottom: 0; } }

.registration-link {
  text-align: center;
  background: #ED7F00;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin: 30px 10px; }
  @media screen and (min-width: 960px) {
    .registration-link {
      margin: 10px 10px 0 10px; } }

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

#search-form {
  margin: .4em 0 0 0; }
  #search-form input {
    font-size: 1.1em;
    width: 16.1em;
    padding-left: 1em;
    border: none;
    border-radius: 1.5em 0 0 1.5em;
    -moz-border-radius: 1.5em 0 0 1.5em;
    -webkit-border-radius: 1.5em 0 0 1.5em;
    background: white;
    color: black;
    height: 2em; }
  #search-form button {
    font-size: 1.1em;
    width: 2.7em;
    height: 2em;
    border: none;
    background: #3bb0a8;
    background-image: url("/static/img/search-bg.877a739c6137.png");
    background-repeat: no-repeat;
    color: white;
    border-radius: 0 1em 1em 0;
    -moz-border-radius: 0 1em 1em 0;
    -webkit-border-radius: 0 1em 1em 0;
    padding-right: 1em; }
    #search-form button img {
      vertical-align: middle; }

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

.sidebar-box {
  border-top: 1px solid #8a8b85;
  padding-top: 1.5em;
  padding-bottom: .9em;
  clear: both; }
  .sidebar-box h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1.1em; }
    .sidebar-box h3 a {
      color: #363A3B; }
  .sidebar-box .more {
    text-align: right; }
  .sidebar-box .event-list {
    list-style: none;
    padding-left: 0; }
    .sidebar-box .event-list li {
      margin-top: 1em; }
    .sidebar-box .event-list a {
      display: block;
      color: #363a3b; }
    .sidebar-box .event-list .date {
      clear: both;
      float: left;
      background: #e63612;
      background-image: url("/static/img/calendar.e39efeab6bd7.png");
      background-repeat: no-repeat;
      color: #71ece6;
      width: 5em;
      height: 4.8em;
      border-radius: .5em;
      -moz-border-radius: .5em;
      -webkit-border-radius: .5em;
      text-align: center; }
      .sidebar-box .event-list .date .day {
        font-size: 2.4em;
        font-style: italic; }
      .sidebar-box .event-list .date .mon {
        font-size: 1.1em;
        text-transform: uppercase;
        margin-top: -.3em; }
    .sidebar-box .event-list .description {
      font-size: 1.1em;
      margin-left: 5.5em; }

#sidebar-box-categories ul {
  width: 50%;
  display: table-cell;
  list-style: none;
  padding-left: 0;
  padding-right: 4em;
  font-size: 1.4em;
  padding-right: 3.4em; }
#sidebar-box-categories .category-taxonomy-topics a {
  color: #31ada3; }
#sidebar-box-categories .category-taxonomy-types a {
  color: #ff6100; }

#latest-comments {
  list-style: none;
  padding: 0;
  margin: 0; }
  #latest-comments a {
    display: block;
    color: #363a3b; }
  #latest-comments li {
    margin-bottom: 1.5em; }
  #latest-comments li:after {
    content: url("/static/img/dot.fe32a4d2afdb.png");
    display: block;
    margin: 1.5em 1.5em 0 0;
    text-align: center; }
  #latest-comments li:last-child {
    margin-bottom: 0; }
  #latest-comments li:last-child:after {
    display: none; }
  #latest-comments .title {
    font-size: 1.1em;
    font-weight: bold; }
  #latest-comments .author {
    color: #acacac;
    font-size: 1.1em; }
  #latest-comments .body {
    margin-top: 1.3em;
    font-size: 1.1em; }

#sidebar .social {
  padding-top: 2em;
  padding-bottom: 2em; }
  #sidebar .social a {
    margin-right: 1.8em; }
    #sidebar .social a img {
      vertical-align: middle; }

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

#promobox {
  position: relative; }
  #promobox a:hover {
    text-decoration: none; }

ul.promobox {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 32.3em;
  overflow: hidden;
  position: relative; }

.promobox-item {
  border-radius: 0 0 2em 0;
  -moz-border-radius: 0 0 2em 0;
  -webkit-border-radius: 0 0 2em 0;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%; }

.promobox-link {
  background-image: url("/static/img/rog.d962d565f1a1.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0 0 2em 0;
  -moz-border-radius: 0 0 2em 0;
  -webkit-border-radius: 0 0 2em 0;
  display: block;
  position: relative;
  height: 32.3em; }

#promobox-switcher {
  position: absolute;
  top: 1.6em;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100; }
  #promobox-switcher a {
    display: block;
    background: black;
    font-size: 1.1em;
    width: 1.1em;
    padding: .45em .5em;
    border-radius: 0 1em 1em 0;
    -moz-border-radius: 0 1em 1em 0;
    -webkit-border-radius: 0 1em 1em 0;
    color: white; }
  #promobox-switcher .active a {
    background: #02529b; }

.promobox-info {
  position: absolute;
  top: 15.4em;
  background-color: #64c0bd;
  color: white;
  width: 20em;
  padding: 1.5em 4.8em 1.2em 2em;
  border-radius: 0 6em 6em 0;
  -moz-border-radius: 0 6em 6em 0;
  -webkit-border-radius: 0 6em 6em 0; }
  .promobox-info .clip {
    height: 9.7em;
    overflow: hidden; }
  .promobox-info h2 {
    margin-top: 0;
    font-size: 1.5em; }
  .promobox-info .lead {
    font-size: 1.2em;
    line-height: 1.1em; }

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

.avatar {
  float: left;
  margin-left: -8em;
  margin-top: 0em; }

.entry-short {
  border-bottom: 1px solid #8b8b87; }
  .entry-short .entry-wrapped {
    padding-top: .7em; }

.entry-wrapped {
  margin-left: 8em;
  line-height: 1.8em; }
  .entry-wrapped h1, .entry-wrapped h2 {
    margin: 0;
    color: #ed7f00;
    font-size: 1.4em; }
    .entry-wrapped h1 a, .entry-wrapped h2 a {
      color: #01519a; }
  .entry-wrapped h2.section {
    margin: 2em 0; }
  .entry-wrapped .entry-data {
    font-size: 1.4em;
    margin-top: 1.4em;
    margin-bottom: 1.4em; }
    .entry-wrapped .entry-data .date {
      color: #acacac; }
    .entry-wrapped .entry-data .author {
      font-weight: bold; }
    .entry-wrapped .entry-data .categories {
      font-style: italic; }
      .entry-wrapped .entry-data .categories a {
        color: black; }
  .entry-wrapped .lead {
    font-size: 1.4em; }
  .entry-wrapped .body {
    font-size: 1.4em; }
  .entry-wrapped blockquote {
    position: relative;
    left: 1em;
    font-style: italic;
    margin-left: 1em; }
  .entry-wrapped .toolbar {
    font-size: 1.3em;
    margin-top: 1.4em;
    margin-bottom: 1.8em; }
    .entry-wrapped .toolbar .social a {
      margin-right: .6em; }
      .entry-wrapped .toolbar .social a img {
        vertical-align: middle; }
  .entry-wrapped .more {
    float: right;
    font-style: italic; }
    .entry-wrapped .more a {
      color: #acacac; }
    .entry-wrapped .more .read-more {
      margin-left: 1.5em; }
    .entry-wrapped .more .comments:after {
      content: url("/static/img/comments.af42536a521b.png");
      margin-left: .7em; }
    .entry-wrapped .more .read-more:after {
      content: url("/static/img/read-more.f7dbb0c1f153.png");
      margin-left: .7em; }
  .entry-wrapped .gallery h2 {
    margin-top: 2em; }
  .entry-wrapped .gallery-item {
    float: left;
    width: 300px;
    text-align: center; }
  .entry-wrapped .gallery-image {
    height: 300px;
    width: 300px;
    display: table-cell;
    vertical-align: middle; }
    .entry-wrapped .gallery-image img {
      margin: 0; }
  .entry-wrapped table {
    border-collapse: collapse;
    margin-bottom: 2em; }
    .entry-wrapped table td, .entry-wrapped table th {
      border: 1px #bbb solid;
      padding: 0.4em; }

.entry-info .entry-wrapped,
.entry-publications .entry-wrapped {
  margin-left: 0; }
  .entry-info .entry-wrapped h1,
  .entry-publications .entry-wrapped h1 {
    font-size: 2em;
    margin-bottom: .5em; }

.entry-picture {
  float: left;
  margin-right: 1.5em; }

.submit-link {
  margin-top: 1em;
  padding-bottom: 1em;
  height: 1.7em;
  border-bottom: 1px solid #8b8b87; }
  .submit-link a {
    color: black;
    font-size: 1.3em; }
  .submit-link a:before {
    content: url("/static/img/plus.b987dc657ff9.png");
    vertical-align: top;
    margin-right: 1em; }

.comments {
  margin-left: 8em; }
  .comments .comment-form {
    border-top: 1px solid #494948; }
  .comments .comment-data {
    font-size: 1.3em;
    margin-top: 1.4em;
    margin-bottom: 1.4em; }
    .comments .comment-data .comment-date {
      color: #acacac; }
    .comments .comment-data .comment-author {
      font-weight: bold; }
  .comments .body {
    font-size: 1.3em; }

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

#footer-bar {
  color: #4b4c47;
  border-top: 1px solid #acacaa;
  padding-top: 1.5em;
  margin-top: 4em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em; }
  #footer-bar a {
    color: black; }

.footer-item {
  width: 24em;
  float: left; }

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

.prevnext {
  font-size: 1.3em;
  font-style: italic;
  margin-top: 1.4em; }
  .prevnext a {
    color: #acacac; }
  .prevnext .next_page {
    float: right; }
  .prevnext .next_page:after {
    content: url("/static/img/read-more.f7dbb0c1f153.png");
    vertical-align: middle;
    margin-left: .7em; }
  .prevnext .previous_page:before {
    content: url("/static/img/previous.8ee6621ecfcb.png");
    vertical-align: middle;
    margin-right: .7em; }

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

.form-info {
  font-size: 1.3em; }

.submit-form {
  margin-top: 3em; }
  .submit-form table {
    border-spacing: 0 .5em; }
  .submit-form tr {
    background-color: #fdfdfd; }
  .submit-form label {
    font-size: 1.2em;
    font-weight: normal; }
    .submit-form label h3 {
      display: inline; }
  .submit-form ul.errorlist {
    color: #e41b13;
    font-size: 1.2em;
    padding: 0 0 0 1.3em;
    margin: 0 0 .5em 0;
    list-style: url("/static/img/read-more.f7dbb0c1f153.png"); }
  .submit-form span.error {
    color: #e41b13; }
  .submit-form input, .submit-form textarea, .submit-form select {
    font-size: 1.2em;
    background-color: white;
    color: #363A3B;
    margin-bottom: .5em;
    border: 1px solid #aeada8; }
  .submit-form textarea, .submit-form select, .submit-form input[type=text], .submit-form input[type=email] {
    width: 100%; }
  .submit-form th, .submit-form td {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    padding: .5em; }
  .submit-form .helptext {
    color: #acacac;
    font-size: 1.1em; }
    .submit-form .helptext a {
      color: #363A3B; }
  .submit-form tr ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .submit-form tr ul.errorlist {
      list-style: url("/static/img/read-more.f7dbb0c1f153.png");
      padding: 0 0 0 1.3em;
      margin: 0 0 .5em 0; }
  .submit-form .required label {
    font-weight: bold; }
    .submit-form .required label:before {
      content: '* '; }
  .submit-form .required ul label {
    font-weight: normal; }
    .submit-form .required ul label:before {
      content: none; }
  .submit-form input[type="radio"] {
    width: auto; }

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

/* Preload images */
body:after {
  content: url("../contrib/lightbox/img/close.d9d2d0b1308c.png") url("../contrib/lightbox/img/loading.2299ad0b3f63.gif") url("../contrib/lightbox/img/prev.84b76dee6b27.png") url("../contrib/lightbox/img/next.31f15875975a.png");
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../contrib/lightbox/img/loading.2299ad0b3f63.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../contrib/lightbox/img/prev.84b76dee6b27.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../contrib/lightbox/img/next.31f15875975a.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../contrib/lightbox/img/close.d9d2d0b1308c.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
