/**
 * Biblioteka Polskiej Piosenki
 * February 2014
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  min-width: 1018px;
  font: 14px/1.29 'Open Sans', Verdana, Helvetica, sans-serif;
  background: #f6f6f6;
  color: #333333;
}

html {
  overflow-y: scroll;
}

a {
  color: #d41612;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden,
.mobile-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  margin: 0 auto;
  width: 1018px;
  max-width: 100%;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #979797;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
  color: #979797;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
  color: #979797;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
  color: #979797;
}

@media (min-width: 0) {
  body {
    min-width: 0;
  }

  .container {
    width: 100%;
    max-width: 1018px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 12px;
  }
}
@media (max-width: 600px) {
  .mobile-only {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
@font-face {
  font-family: 'icomoon-bpp';
  src: url('fonts/icomoon-bpp.eot?-86wwiy&1395005640');
  src: url('fonts/icomoon-bpp.eot?&1395005640#iefix-86wwiy') format("embedded-opentype"), url('fonts/icomoon-bpp.woff?-86wwiy&1395005640') format("woff"), url('fonts/icomoon-bpp.ttf?-86wwiy&1395005760') format("truetype"), url('fonts/icomoon-bpp.svg?-86wwiy&1395005760#icomoon-bpp') format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon-bpp';
    src: url('fonts/icomoon-bpp.svg?-86wwiy&1395005760#icomoon-bpp') format("svg");
  }
}
.icon-text:before {
  content: "\e600";
}

.icon-star:before {
  content: "\e601";
}

.icon-section:before {
  content: "\e602";
}

.icon-search:before {
  content: "\e603";
}

.icon-phone:before {
  content: "\e604";
}

.icon-notes:before, .sidebar-box .item-audio:before {
  content: "\e605";
}

.icon-message:before {
  content: "\e606";
}

.icon-location:before {
  content: "\e607";
}

.icon-link:before {
  content: "\e608";
}

.icon-keys:before {
  content: "\e609";
}

.icon-id:before {
  content: "\e60a";
}

.icon-download:before {
  content: "\e60b";
}

.icon-bullet:before, .lista li:before {
  content: "\e60c";
}

.icon-audio:before {
  content: "\e60d";
}

.icon-quote:before, .cytat:before {
  content: "\e60e";
}

.icon-save:before {
  content: "\e60f";
}

.icon-nast:before {
  content: "\e610";
}

.icon-pop:before {
  content: "\e611";
}

.part-header {
  background: #fff;
  color: #777777;
  font-weight: 300;
  font-size: 0.93em;
}
.part-header .container {
  *zoom: 1;
  position: relative;
  padding: 0;
}
.part-header .container:after {
  content: "";
  display: table;
  clear: both;
}

.logo {
  position: absolute;
  top: 0;
  bottom: -52px;
  left: 0;
  z-index: 1;
  display: block;
  min-height: 120px;
  width: 125px;
  background: #d41612;
}
.logo img {
  display: block;
  width: 100%;
}

.top-nav {
  float: right;
}
.top-nav ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.top-nav li {
  float: left;
  border-left: 1px solid #e5e5e5;
}
.top-nav a {
  display: block;
  padding: 21px 33px;
  color: #777777;
}
.top-nav a:active, .top-nav a:focus, .top-nav a:hover {
  color: #d41612;
  text-decoration: none;
}

.search-area {
  position: relative;
  float: right;
  padding: 15px 33px;
  width: 292px;
  border-left: 1px solid #e5e5e5;
}
.search-area  input[type="text"],
.search-area button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
.search-area input:focus,
.search-area button:focus {
  outline-color: #d41612;
}
.search-area input:before,
.search-area button:before {
  font-family: 'icomoon-bpp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-area input[type="text"] {
  display: block;
  margin: 0;
  padding: 5px 33px 5px 5px;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  background: #fff;
  color: #333333;
  font-size: 1em;
}
.search-area button {
  position: relative;
  display: block;
  float: right;
  overflow: hidden;
  margin: -30px 0 0 0;
  padding: 0 0 0 28px;
  width: 0;
  height: 28px;
  border: 0;
  background: transparent;
  color: #d41612;
  text-indent: 28px;
}
.search-area button:before {
  position: absolute;
  top: 7px;
  left: 7px;
  text-indent: 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .search-area {
    width: 30%;
    border-left: 0;
  }
}
@media (max-width: 600px) {
  .logo {
    position: static;
    float: left;
  }

  .top-nav {
    float: none;
  }
  .top-nav li {
    float: none;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0;
  }
  .top-nav a {
    overflow: hidden;
    padding-top: 22px;
    padding-bottom: 21px;
  }

  .search-area {
    width: auto;
  }
}
.part-menu {
  min-height: 52px;
  background: #5c5c5c;
  color: #fefefe;
  font-size: 0.86em;
  line-height: 1.34;
}
.part-menu .container {
  *zoom: 1;
}
.part-menu .container:after {
  content: "";
  display: table;
  clear: both;
}
.part-menu .menu-item-wrap:first-child {
  margin-left: 111px;
}
.part-menu .menu-item-wrap:hover .menu-item, .part-menu .menu-item-wrap.active > .menu-item {
  background: #333333;
}
.part-menu .sub-menu {
  background: #333333;
}
.part-menu .menu-item,
.part-menu .sub-menu-item {
  color: #fefefe;
}
.part-menu .menu-item {
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: bold;
}
.part-menu .sub-menu-item {
  padding-top: 11px;
  padding-bottom: 11px;
}
.part-menu a.sub-menu-item:before {
  border-left-color: #d41612;
}

@media (max-width: 600px) {
  .part-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .part-menu .menu-item-wrap {
    width: 50%;
  }
  .part-menu .menu-item-wrap:first-child {
    margin-left: 0;
  }
  .part-menu .menu-item {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .part-menu .sub-menu {
    width: 100%;
  }
  .part-menu .sub-menu-item {
    white-space: normal;
  }
}
.part-footer {
  overflow: hidden;
  background: #333333;
  color: #fff;
  font-size: .75em;
}
.part-footer .container {
  *zoom: 1;
  padding: 10px 0;
  min-height: 10px;
  text-align: center
}
.part-footer .container:after {
  content: "";
  display: table;
  clear: both;
}
.part-footer .container:first-child {
  border-top: 5px solid #d41612;
}
.part-footer .container ~ .container {
  position: relative;
}
.part-footer .container ~ .container:before {
  position: absolute;
  top: 0;
  right: -9999em;
  left: -9999em;
  display: block;
  border-top: 1px solid #3d3d3d;
  content: '';
}
.part-footer .footer-logo {
  float: left;
  width: 55px;
}
.part-footer .bip {
  float: right;
  width: 131px;
}
.part-footer .footer-logo img,
.part-footer .bip img {
  display: block;
  width: 100%;
}
.part-footer .info {
  margin: 0 30% 0 100px;
}
.part-footer .info p {
  text-align: left;
}
.part-footer .info p:first-child {
  margin-top: 0;
}
.part-footer .copyright {
  float: left;
  max-width: 50%;
}
.part-footer .project {
  float: right;
  max-width: 50%;
}
.part-footer .project a {
  position: relative;
  top: 1px;
}

@media (max-width: 1042px) {
  .part-footer .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 768px) {
  .part-footer .info {
    clear: both;
    margin: 0;
    padding-top: 1em;
  }
  .part-footer .footer-logo {
    width: 49px;
  }
}
@media (max-width: 600px) {
  .part-footer .copyright,
  .part-footer .project {
    float: none;
    max-width: none;
  }
  .part-footer .project {
    margin-top: .5em;
  }
}
.menu-item-wrap {
  position: relative;
  display: block;
  float: left;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
}

.sub-menu-item-wrap {
  display: block;
}

.menu-item,
.sub-menu-item {
  position: relative;
  display: block;
  padding: 5px 16px;
  white-space: nowrap;
  cursor: default;
}
.menu-item:hover, .menu-item:active, .menu-item:focus,
.sub-menu-item:hover,
.sub-menu-item:active,
.sub-menu-item:focus {
  text-decoration: none;
}

a.menu-item,
a.sub-menu-item {
  cursor: pointer;
}

a.sub-menu-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  border-left-style: solid;
  border-left-width: 4px;
  content: '';
}
a.sub-menu-item:hover:before, a.sub-menu-item:active:before, a.sub-menu-item:focus:before {
  display: block;
}

.active > .sub-menu-item:before {
  display: block;
}

.menu-item-wrap.haschildren:hover .sub-menu {
  display: block;
}

/**
 * Default text content styles that shouldn't be changed
 */
.part-content center {
  margin: 1.28em 0;
}
.part-content hr {
  margin: 1.28em 0;
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  color: #e5e5e5;
}
.part-content iframe {
  display: block;
  margin: 1.28em 0;
  max-width: 100%;
}

.lista {
  list-style: none;
}
.lista li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 36px;
}
.lista li:before {
  font-family: 'icomoon-bpp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 18px;
  font-size: 16px;
}

.cytat {
  position: relative;
  padding-left: 90px;
  min-height: 54px;
}
.cytat:before {
  font-family: 'icomoon-bpp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 66px;
  color: #eeeeee;
}

@media (max-width: 768px) {
  .part-content .akapit,
  .part-content .akapit.dolewej {
    text-align: left;
  }
  .part-content .akapit.srodek {
    text-align: center;
  }
  .part-content .akapit.doprawej {
    text-align: center;
  }
  .part-content .kolumny li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .part-content .kolumny li {
    margin: 6px 0;
    float: none;
    width: auto;
  }
}
.media {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 22px;
  margin: 2em 0;
  background: #eeeeee;
}
.media ul {
  overflow: hidden;
  *zoom: 1;
  margin: -10px;
  padding: 0;
}
.media li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 17.15% 0 0;
  width: 25%;
  border: 10px solid transparent;
}
.media li:nth-child(4n+1) {
  clear: left;
}
.media a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  padding-top: 72%;
}
.media img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  border: 5px solid #fff;
}
.media img:hover {
  border-color: #d41612;
  cursor: pointer;
}
.media iframe,
.media video,
.media object,
.media embed,
.media img {
  max-width: 100%;
}
.media .title {
  display: block;
  margin: 0 0 1em;
  color: #d41612;
  font-weight: 300;
  font-size: 1.72em;
}
.media .author {
  display: block;
  margin: -2em 0 2em 0;
  color: #979797;
  font-weight: 300;
  font-style: italic;
  font-size: 0.86em;
}
.media .subs {
  display: block;
  padding: 5px 5px 0;
  color: #777777;
  text-align: center;
  font-style: italic;
}

@media (max-width: 960px) {
  .media li {
    width: 33.3%;
    padding-top: 22.5%;
  }
  .media li:nth-child(4n+1) {
    clear: none;
  }
  .media li:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 600px) {
  .media li {
    width: 50%;
    padding-top: 32.75%;
  }
  .media li:nth-child(3n+1) {
    clear: none;
  }
  .media li:nth-child(2n+1) {
    clear: left;
  }
}
.divider {
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block;
  margin: 0;
  padding: .25em 0 .75em;
  font-size: 1.72em;
  font-weight: 300;
}
.divider:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 10px;
  border-top: 1px solid #d41612;
  content: '';
}
.divider strong {
  color: #d41612;
  font-weight: normal;
}

hr.divider {
  padding: 0;
}

.news {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
}
.divider + .news {
  padding-top: 0;
}
.divider + .news, .news:first-child {
  border-top: 0;
}
.news a {
  display: block;
  *zoom: 1;
}
.news a:after {
  content: "";
  display: table;
  clear: both;
}
.news a:active, .news a:hover {
  text-decoration: none;
}
.news .picture {
  float: left;
  width: 80px;
  margin-right: .5em;
}
.news .picture img {
  display: block;
  width: 100%;
}
.news.search-result .picture {
  width: 150px;
  margin-right: 1em;
}
.news .content {
  overflow: hidden;
  color: #333333;
}
.news .date {
  font-size: 0.86em;
  font-style: italic;
  font-weight: 300;
  color: #979797;
}
.news.search-result .date {
  font-size: 1em;
}
.news .title {
  margin: 0;
  line-height: 1.1;
  font-weight: 300;
}
.news h3.title {
	font-size: 0.9em
}
.news .picture + .content .title, .news.search-result .title {
  font-weight: bold;
}
.news .rank {
  float: right;
  margin: 3px 0;
  position: relative;
  font-size: 0.72em;
  color: #eeeeee;
}
.news .rank:before, .news .rank > span:before {
  font-family: 'icomoon-bpp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e601\e601\e601\e601\e601\e601\e601\e601\e601\e601";
}
.news .rank > span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  color: #ffc333;
}
.news .rank ~ .title, .news .rank ~ .date {
  margin-right: 110px;
}
.news .lead {
  padding: .5em 0;
  clear: right;
}

.sidebar-box a {
  display: block;
  padding: 12px 15px;
  border-left: 4px solid transparent;
  color: #333333;
  cursor: pointer;
}
.sidebar-box a:hover {
  border-left-color: #e5e5e5;
  text-decoration: none;
}
.sidebar-box a.active {
  border-left-color: #d41612;
}
.sidebar-box .category {
  display: block;
  margin: 0;
  padding: 12px 15px;
  background: #e5e5e5;
  color: #333333;
  font-size: 1em;
  font-weight: bold;
}
.sidebar-box .item {
  padding: 15px 15px 9px;
  text-align: center;
  font-size: 0.86em;
  font-weight: bold;
}
.sidebar-box .item img {
  max-width: 130px;
  display: block;
  margin: 0 auto 6px;
}
.sidebar-box .item span {
  display: block;
  font-weight: normal;
  margin: 0 auto 6px;
}
.sidebar-box .item-audio {
  position: relative;
  padding-top: 36px;
}
.sidebar-box .item-audio:before {
  font-family: 'icomoon-bpp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #d41612;
}

.sponsors-box {
  overflow: hidden;
}
.sponsors-box .divider {
  font-weight: normal;
}
.sponsors-box .links {
  *zoom: 1;
  margin: 0 -14px;
  padding: 0 0 14px;
  list-style: none;
  font-size: 0;
}
.sponsors-box .links:after {
  content: "";
  display: table;
  clear: both;
}
.sponsors-box .links li {
  display: inline-block;
  padding: .5em 1em;
  vertical-align: middle;
  font-size: 14px;
}
.sponsors-box .links a {
  display: block;
}
.sponsors-box .links img {
  display: block;
  max-width: 150px;
  max-height: 150px;
}

.poster-news-list {
  *zoom: 1;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.poster-news-list:after {
  content: "";
  display: table;
  clear: both;
}

.poster-news {
  display: block;
  float: left;
  width: 33.3%;
}
.poster-news a {
  position: relative;
  display: block;
  margin: 0 10px 20px;
}
.poster-news .picture {
  position: relative;
  overflow: hidden;
  padding-top: 61%;
}
.poster-news .picture img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.poster-news .content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1.25em;
  background: #333333;
  background: rgba(51, 51, 51, 0.85);
  color: #fff;
  font-size: 0.86em;
}
.poster-news .title {
  overflow: hidden;
  margin: 0;
  max-height: 1.29em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.poster-news.lev0 {
  width: 100%;
}
.poster-news.lev0 .content {
  padding: .75em 1.25em;
}
.poster-news.lev0 .title {
  max-height: 2.58em;
  white-space: normal;
  font-size: 2em;
}
.poster-news.lev1, .poster-news.lev2 {
  width: 50%;
}
.poster-news.lev1 .content, .poster-news.lev2 .content {
  padding: .75em 1.25em;
}
.poster-news.lev1 .title, .poster-news.lev2 .title {
  max-height: 2.58em;
  white-space: normal;
}

.newsletter-form {
  display: table;
  width: 100%;
  font-size: .86em;
}

.newsletter-intro,
.newsletter-fields {
  display: table-cell;
  vertical-align: middle;
}

.newsletter-intro .akapit {
  margin: 0 .5em 0 0;
  max-width: 190px;
  text-align: left;
}

.newsletter-fields input,
.newsletter-fields button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 31px;
}
.newsletter-fields input:focus,
.newsletter-fields button:focus {
  outline-color: #d41612;
}
.newsletter-fields input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #333333;
}
.newsletter-fields button {
  float: right;
  margin: 0;
  padding: 6px 12px;
  border: 0;
  background: #d41612;
  color: #fff;
  font-weight: bold;
  font-size: 0.92em;
  text-align: center;
}
.newsletter-fields button:before {
  margin-right: .6em;
  font-size: 1.33em;
  color: #860700;
  vertical-align: middle;
}
.newsletter-fields button:hover {
  background: #f43f2a;
}

.newsletter-intro {
  width: 205px;
}

.newsletter-fields input {
  padding-right: 96px;
}
.newsletter-fields button {
  width: 84px;
  margin-top: -31px;
}

.oldie .newsletter-fields input {
  padding-right: 106px;
}
.oldie .newsletter-fields button {
  width: 94px;
}

@media (max-width: 960px) {
  .newsletter-intro {
    width: 50%;
  }

  .newsletter-fields input {
    padding-right: 12px;
  }
  .newsletter-fields button {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .newsletter-intro {
    width: 205px;
  }

  .newsletter-fields input {
    padding-right: 96px;
  }
  .newsletter-fields button {
    width: 84px;
    margin-top: -31px;
  }
}
@media (max-width: 600px) {
  .newsletter-intro {
    width: 50%;
  }

  .newsletter-fields input {
    padding-right: 12px;
  }
  .newsletter-fields button {
    width: 100%;
    margin-top: 0;
  }
}
#GalleryDisplay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
}

#GalleryDisplay > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #333333;
  opacity: 0.98;
}

#GalleryDisplay > img {
  position: absolute;
  margin: auto;
  max-width: 70%;
  max-height: 70%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#GalleryDisplay > #GalleryImage {
  box-shadow: 0px 0px 10px white;
}

#GalleryDisplay > #GalleryCaption {
  box-sizing: border-box;
  top: 6%;
  color: white;
  left: 20%;
  position: absolute;
  right: 20%;
  text-align: center;
  border: solid 1px #d24202;
  border-radius: 5px;
  font-size: 1.2em;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 4px;
  display: inline-block;
}

#GalleryDisplay > #GalleryNavi {
  box-sizing: border-box;
  bottom: 6%;
  color: white;
  left: 20%;
  position: absolute;
  right: 20%;
  text-align: center;
  border: solid 1px #d24202;
  border-radius: 5px;
}

#GalleryDisplay > #GalleryNavi > span {
  padding: 4px;
  box-sizing: border-box;
  border-right: solid 1px #d24202;
  display: inline-block;
  width: 10%;
}

#GalleryDisplay > #GalleryNavi > span.prev {
  cursor: pointer;
}

#GalleryDisplay > #GalleryNavi > span.title {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.1);
}

#GalleryDisplay > #GalleryNavi > span.next {
  border-right: none;
  cursor: pointer;
}

#GalleryDisplay > #GalleryNavi > span.disabled {
  color: #555555;
  cursor: default;
}

.part-mainarea .container,
.part-social .container {
  *zoom: 1;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}
.part-mainarea .container:after,
.part-social .container:after {
  content: "";
  display: table;
  clear: both;
}

.part-mainarea .container {
  padding-top: 30px;
}
.part-mainarea .lines {
  position: relative;
  width: 100%;
  float: left;
}
.part-mainarea .lines:before, .part-mainarea .lines:after {
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
  display: block;
  content: '';
}
.part-mainarea .lines:before {
  left: 38%;
  margin-left: -1px;
}
.part-mainarea .lines:after {
  right: 31%;
}

.poster-news-box,
.facebook-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 10px 0 0;
  width: 38%;
  border-right: 1px solid #e5e5e5;
}

/* lp */
.facebook-box.desktop {
	width: 100%
}
@media(min-width: 768px) {
	.facebook-box.mobile {
		display: none !important;
	}
}
@media(max-width: 768px) {
	.facebook-box.desktop {
		display: none !important;
	}
}
/* /lp */

.newest-box {
  float: left;
  width: 31%;
}

.newest-box-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -1px;
  padding: 0 10px;
  border-left: 1px solid #e5e5e5;
}
.poster-news-box + .newest-box .newest-box-inner {
  border-right: 1px solid #e5e5e5;
}

.newsletter-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 62%;
  margin-left: -1px;
  padding: 0 10px;
  border-left: 1px solid #e5e5e5;
}

.facebook-box,
.newsletter-box {
  padding-top: 10px;
  padding-bottom: 30px;
}

@media (max-width: 960px) {
  .part-mainarea .lines:before, .part-mainarea .lines:after {
    display: none;
  }

  .poster-news-box,
  .facebook-box,
  .newsletter-box,
  .newest-box {
    width: 50%;
  }

  .poster-news-box + .newest-box .newest-box-inner {
    border-right: 0;
  }

  .newest-box + .newest-box {
    width: 100%;
  }
  .newest-box + .newest-box .newest-box-inner {
    float: left;
    width: 50%;
    padding-top: 10px;
  }
  .newest-box + .newest-box .newest-box-inner:first-child {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .part-mainarea .container,
  .part-social .container {
    padding-left: 2px;
    padding-right: 2px;
  }

  .poster-news-box,
  .facebook-box,
  .newsletter-box {
    width: 100%;
  }

  .poster-news-box {
    padding-left: 10px;
    border-right: 0;
  }

  .newest-box + .newest-box {
    width: 50%;
  }
  .newest-box + .newest-box .newest-box-inner {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .newest-box + .newest-box .newest-box-inner:first-child {
    margin-left: -1px;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
  }

  .poster-news-box + .newest-box .newest-box-inner {
    margin-left: 0;
    border-left: 0;
    border-right: 1px solid #e5e5e5;
  }

  .facebook-box {
    padding-left: 10px;
    padding-bottom: 0;
    border-right: 0;
  }

  .newsletter-box {
    border-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .facebook-box,
  .newsletter-box {
    padding-top: 0;
  }

  .newest-box {
    width: 100%;
  }

  .poster-news-box + .newest-box .newest-box-inner {
    border-right: 0;
  }

  .newest-box + .newest-box {
    width: 100%;
  }
  .newest-box + .newest-box .newest-box-inner,
  .newest-box + .newest-box .newest-box-inner:first-child {
    border-left: 0;
    margin-left: 0;
  }
}
.part-section {
  background: #979797;
  color: #fff;
  font-size: 0.86em;
}
.part-section .container {
  *zoom: 1;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 106px;
}
.part-section .container:after {
  content: "";
  display: table;
  clear: both;
}
.part-section .container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3OTc5NyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTc5Nzk3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTc5Nzk3IiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #979797), color-stop(50%, #979797), color-stop(100%, rgba(151, 151, 151, 0)));
  background: -moz-linear-gradient(left, #979797 0%, #979797 50%, rgba(151, 151, 151, 0) 100%);
  background: -webkit-linear-gradient(left, #979797 0%, #979797 50%, rgba(151, 151, 151, 0) 100%);
  background: linear-gradient(to right, #979797 0%, #979797 50%, rgba(151, 151, 151, 0) 100%);
  content: '';
}

.oldie .part-section .container {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF979797', endColorstr='#00979797');
}
.oldie .part-section .container:before {
  display: none;
}

.breadcrumbs {
  position: relative;
  margin: .5em 2px;
}
.breadcrumbs span {
  padding: 0 10px 0 0;
}
.breadcrumbs span:before {
  margin-right: 10px;
  content: "\2192";
}
.breadcrumbs span:first-child:before {
  display: none;
}

.sectiontitle {
  position: relative;
  float: left;
  clear: left;
  margin: 0;
  width: 50%;
  font-weight: 300;
  font-size: 3em;
}

.sectionmenu {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.2);
  position: relative;
  float: right;
  margin-top: -.5em;
  max-width: 50%;
}
.sectionmenu .menu-item-wrap {
  border-left: 1px solid #e5e5e5;
}
.sectionmenu .menu-item-wrap:first-child {
  border-left: 0;
}
.sectionmenu .menu-item-wrap:first-child > .menu-item {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.sectionmenu .menu-item-wrap:last-child > .menu-item {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sectionmenu .menu-item-wrap:hover .menu-item, .sectionmenu .menu-item-wrap.active > .menu-item {
  color: #d41612;
}
.sectionmenu .menu-item-wrap.haschildren > .menu-item {
  position: relative;
  padding-right: 34px;
}
.sectionmenu .menu-item-wrap.haschildren > .menu-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto .8em;
  height: 1em;
  content: "\25BE";
  font-size: 1.29em;
  line-height: 1;
}
.oldie .sectionmenu .menu-item-wrap.haschildren > .menu-item:after {
  margin-right: 1.6em;
  font-size: 0.75em;
  font-weight: bold;
  content: 'v';
}
.sectionmenu .menu-item-wrap.haschildren:hover:first-child > .menu-item, .sectionmenu .menu-item-wrap.haschildren:hover:last-child > .menu-item {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sectionmenu .sub-menu {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.2);
  right: 0;
  left: auto;
  padding: 3px 0;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
.sectionmenu .menu-item,
.sectionmenu .sub-menu-item {
  background: #fff;
  color: #333333;
}
.sectionmenu a.sub-menu-item:before {
  border-left-color: #d41612;
}

@media (max-width: 600px) {
  .sectiontitle {
    float: none;
    width: auto;
  }

  .sectionmenu {
    float: left;
    max-width: none;
    margin: .5em 0;
  }
}
.part-title h1 {
  margin: 0 24% 0 0;
  padding: 24px 24px 24px 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3.42em;
}
.part-title .container {
  *zoom: 1;
  background: #fff;
}
.part-title .container:after {
  content: "";
  display: table;
  clear: both;
}
.part-title .date {
  display: block;
  margin: -16px 24% 0 0;
  padding: 8px 24px 8px 0;
  color: #979797;
  font-weight: 300;
  font-style: italic;
}
.part-title .box {
  float: right;
  width: 24%;
  margin: 16px 0px 0px 0px;
}
.part-title .box img {
  max-height: 90px;
}

@media (max-width: 600px) {
  .part-title .container {
    overflow: hidden;
  }
  .part-title h1 {
    padding-right: 0;
    font-size: 2.58em;
  }
  .part-title h1,
  .part-title .date {
    margin-right: 0;
  }
  .part-title .box {
    float: none;
    width: auto;
  }
  .part-title .box img {
    margin: 0 auto;
  }
}
.part-content .container {
  *zoom: 1;
  background: #fff;
}
.part-content .container:after {
  content: "";
  display: table;
  clear: both;
}

.part-main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #e5e5e5;
  float: left;
  padding: 0 24px 0 0;
  width: 76%;
  border-right: 1px solid #e5e5e5;
}
.part-main:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 10px;
  border-top: 1px solid #d41612;
  content: '';
}

.part-sidebar {
  float: left;
  margin-left: -1px;
  width: 24%;
  border: solid #e5e5e5;
  border-width: 1px 0 0 1px;
}

.part-sponsors .container {
  background: #fff;
}

@media (max-width: 768px) {
  .part-main {
    padding-right: 12px;
  }
}
@media (max-width: 600px) {
  .part-content .sekcja,
  .part-content .media {
    display: block !important;
  }

  .part-sidebar {
    display: none;
  }

  .part-main {
    width: auto;
    padding-right: 0;
    border-right: 0;
  }
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px; /* bottom = footer height */
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}

/* lp */
.ui-dialog-titlebar-close {
  outline: none !important;
}

/* === archiwum === */
#archive-infobar {
	background: #d41612;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Open Sans', Arial, sans-serif;
	margin-bottom: 14px;
}
#archive-infobar a { color: #fff; font-weight: 700; text-decoration: underline; }
#archive-infobar a:hover { color: #ffc333; }
.search-area.archive-disabled { opacity: .45; pointer-events: none; }
.search-area.archive-disabled input, .search-area.archive-disabled button { cursor: not-allowed; }
