@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .slide-down a {
  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/10.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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/10/11.
 * 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/10/11.
 */
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; }

/*! jQuery UI - v1.12.1 - 2016-11-29
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=flick&cornerRadiusShadow=0px&offsetLeftShadow=-4px&offsetTopShadow=-4px&thicknessShadow=4px&opacityShadow=60&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=80&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=eeeeee&iconColorError=ff0084&fcError=222222&borderColorError=ff0084&bgImgOpacityError=55&bgTextureError=flat&bgColorError=ffffff&iconColorHighlight=0073ea&fcHighlight=444444&borderColorHighlight=cccccc&bgImgOpacityHighlight=55&bgTextureHighlight=flat&bgColorHighlight=ffffff&iconColorActive=454545&fcActive=ff0084&borderColorActive=dddddd&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=0073ea&bgImgOpacityHover=25&bgTextureHover=highlight_soft&bgColorHover=0073ea&iconColorDefault=666666&fcDefault=0073ea&borderColorDefault=dddddd&bgImgOpacityDefault=100&bgTextureDefault=highlight_soft&bgColorDefault=f6f6f6&iconColorContent=ff0084&fcContent=444444&borderColorContent=dddddd&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=0073ea&fcHeader=444444&borderColorHeader=dddddd&bgImgOpacityHeader=50&bgTextureHeader=highlight_soft&bgColorHeader=dddddd&cornerRadius=2px&fsDefault=1.1em&fwDefault=bold&ffDefault=Helvetica%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #dddddd; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444; }

.ui-widget-content a {
  color: #444444; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url("images/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
  color: #444444;
  font-weight: bold; }

.ui-widget-header a {
  color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #dddddd;
  background: #f6f6f6 url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #0073ea;
  text-decoration: none; }

.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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #0073ea;
  background: #0073ea url("images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #ffffff;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #dddddd;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #dddddd;
  background-color: #ff0084; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #444444; }

.ui-state-checked {
  border: 1px solid #cccccc;
  background: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff;
  color: #222222; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_666666_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px; }

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee;
  opacity: .8;
  filter: Alpha(Opacity=80);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: -4px -4px 4px #aaaaaa; }

/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */
/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em; }

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none; }

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block; }

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default; }

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%; }

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em; }

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: black;
  font-weight: bold; }

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em; }

/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -0.5em; }

/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0; }

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em; }

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: none; }

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 34px;
  margin-left: -18px;
  left: 50%;
  height: 20px;
  line-height: 20px;
  background: white;
  border-radius: 3px;
  border: 1px solid #888;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  color: #333;
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms; }

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms; }

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px; }

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal; }

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px; }

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #888;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px; }

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: white;
  top: -10px; }

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px; }

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0px;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms; }

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px; }

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px; }

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: white;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: white;
  right: auto;
  left: -10px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px; }

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: bold;
  color: #14CA82; }

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9; }

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #FF7A00; }

.ui-slider-pips .ui-slider-pip-inrange {
  color: black; }

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #E70081; }

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: black; }

/*** MA's styles ***/
html {
  overflow-y: scroll;
  font-size: 16px;
  line-height: 1.5; }

body {
  font-family: "Maison", sans-serif;
  position: relative;
  height: auto;
  min-height: 100vh;
  overflow: auto;
  /*
	padding-bottom: 200px;
	*/ }

/* Przerobić AKTUALNOŚCI na komponent i INFO-BANNER chyba też */
/* INFO-BANNER */
.info-banner {
  color: white;
  background-color: black;
  padding: 15px; }
  .info-banner p {
    margin-bottom: 0; }

/* BIG-NAV POJAWIA SIĘ W WYSTAWACH, WYDZRZENIACH, ARCHIWUM I (chyba bez odpowiedniej klasy) W KSIĘGARNI /*
/* przenieść z pages/*** do globalnych styli */
.big-nav a {
  color: #999999; }
  .big-nav a:hover {
    color: black;
    opacity: 1; }
  .big-nav a.active {
    color: black;
    opacity: 1; }

/* Wyłączony button w sklepie. Chyba do globalnych... */
.button.disabled {
  background-color: #c1c8d0 !important;
  color: #737373 !important;
  font-weight: normal !important;
  cursor: auto !important; }

/* FOXYCART DEMO [4.10.2016] */
.fc-demo article {
  width: 311px;
  float: left;
  margin-right: 20px; }
  .fc-demo article img {
    width: 100%; }
  .fc-demo article input[type="number"] {
    width: 40px; }

/* Utilities */
.book.brick .bookshop-brick-header {
  height: 165px;
  overflow: hidden; }

.book.brick .bookshop-brick-img {
  height: 330px;
  overflow: hidden; }

.book.brick .button {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background-color: magenta;
  width: 100%;
  height: 35px; }
  .book.brick .button .basket-icon {
    position: relative;
    top: 10px;
    right: 10px;
    float: right;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center; }

.bookshop-nav header h1, .bookshop-nav header .slide-down a, .slide-down .bookshop-nav header a {
  color: #999999; }
  .bookshop-nav header h1 a:hover, .bookshop-nav header .slide-down a a:hover, .slide-down .bookshop-nav header a a:hover {
    color: black;
    opacity: 1; }
  .bookshop-nav header h1 a.active, .bookshop-nav header .slide-down a a.active, .slide-down .bookshop-nav header a a.active {
    color: black;
    opacity: 1; }

.bricks-container {
  min-height: 200px;
  overflow: hidden; }

.brick {
  width: 311.332px;
  margin-bottom: 24px; }
  .brick a {
    display: block; }
  .brick h1, .brick .slide-down a, .slide-down .brick a {
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase; }
    .brick h1 img, .brick .slide-down a img, .slide-down .brick a img {
      float: right;
      margin: -10px 10px 0; }
  .brick h2, .brick .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .brick ul > li > a {
    font-size: 19px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }
  .brick p {
    margin-top: 0;
    margin-bottom: 15px; }
    .brick p.category {
      margin: 0;
      font-size: 14px; }
  .brick .dashed {
    position: relative;
    width: 100%;
    margin: 10px 0; }
    .brick .dashed svg {
      /*
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			*/
      height: 1px;
      display: block; }
    .brick .dashed path {
      fill: none;
      stroke: black;
      stroke-width: 1;
      stroke-dasharray: 10 4; }
    .brick .dashed p {
      line-height: 21px;
      margin: 0;
      padding: 5px 0 2px; }
  .brick img {
    width: 100%;
    vertical-align: bottom; }
  .brick .badge {
    position: relative;
    top: -15px;
    width: 20px;
    height: 30px;
    float: right;
    background: url("../images/badge.png") no-repeat center top;
    margin: 0 5px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: white; }
  .brick > img {
    width: 100%; }

/* FOOTER */
.main-footer {
  width: 100%;
  position: absolute;
  bottom: 0; }
  .main-footer .footer {
    margin-top: 0 !important;
    margin-bottom: 0; }
    .main-footer .footer p, .main-footer .footer ul {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 16px; }
    .main-footer .footer .first-column {
      width: 311.332px;
      margin-right: 15px; }
      .main-footer .footer .first-column p {
        margin-left: 163.166px; }
        .main-footer .footer .first-column p.logo {
          font-size: 20px;
          line-height: 20px;
          float: left;
          margin-left: 0; }
    .main-footer .footer .second-column {
      width: 474.498px;
      margin-right: 15px; }
      .main-footer .footer .second-column .b, .main-footer .footer .second-column .a {
        width: 229.749px;
        float: left; }
      .main-footer .footer .second-column .a {
        margin-right: 15px; }
      .main-footer .footer .second-column p {
        text-align: right;
        font-weight: bold; }
      .main-footer .footer .second-column ul {
        text-align: right; }
      .main-footer .footer .second-column .social {
        display: none;
        height: 16px; }
        .main-footer .footer .second-column .social li {
          width: 35px;
          float: left;
          text-align: left;
          font-family: 'social'; }
      .main-footer .footer .second-column .newsletter {
        display: none; }
    .main-footer .footer .third-column {
      width: 148.166px; }
      .main-footer .footer .third-column ul {
        text-align: right; }
      .main-footer .footer .third-column .social {
        height: 16px; }
        .main-footer .footer .third-column .social li {
          width: 35px;
          float: right;
          text-align: right;
          font-family: 'social'; }
      .main-footer .footer .third-column .b-side {
        text-align: right;
        display: none; }

/* SMALL FOOTER */
.small-footer {
  width: 100%;
  position: absolute;
  bottom: 0; }
  .small-footer .footer {
    margin-top: 0 !important;
    margin-bottom: 0; }
    .small-footer .footer p {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 16px; }
    .small-footer .footer .first-column {
      width: 148.166px;
      margin-right: 15px; }
      .small-footer .footer .first-column p {
        margin-left: 163.166px; }
        .small-footer .footer .first-column p.logo {
          font-size: 20px;
          line-height: 25px;
          float: left;
          margin-left: 0; }
      .small-footer .footer .first-column .social {
        clear: both; }
        .small-footer .footer .first-column .social li {
          width: 35px;
          float: left;
          font-family: 'social'; }
    .small-footer .footer .second-column {
      width: 148.166px; }
      .small-footer .footer .second-column p a {
        font-weight: bold; }

/* HIGHLIGHT */
.highlight {
  width: 100% !important;
  position: relative; }
  .highlight .owl-carousel a:hover {
    opacity: 1; }
  .highlight .owl-carousel .item {
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .highlight .owl-carousel .item .text-box h1, .highlight .owl-carousel .item .text-box .slide-down a, .slide-down .highlight .owl-carousel .item .text-box a {
      width: 637.664px;
      margin-right: 326.332px;
      margin-top: 40vh;
      margin-bottom: 0;
      font-size: 55px;
      font-weight: bold; }
    .highlight .owl-carousel .item .text-box p {
      width: 637.664px;
      margin-right: 326.332px;
      font-size: 34px; }
    .highlight .owl-carousel .item .text-box .icon {
      font-size: inherit; }
  .highlight .owl-dots {
    width: 963.996px;
    margin: 0 auto;
    position: relative;
    top: -80px;
    -webkit-tap-highlight-color: transparent; }
    .highlight .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .highlight .owl-dots .owl-dot span {
        width: 66.583px;
        height: 10px;
        margin-right: 15px;
        background: black;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s; }
      .highlight .owl-dots .owl-dot.active {
        opacity: 0.6; }
      .highlight .owl-dots .owl-dot:hover {
        opacity: 0.6; }

.slide-down {
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 100;
  width: 100%; }
  .slide-down a {
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.news > h1, .slide-down .news > a {
  margin-bottom: 24px; }

.ps-container > .ps-scrollbar-y-rail {
  border-radius: 0;
  width: 4px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  border-radius: 0;
  width: 4px; }

.floater > *, .main-footer .footer > *, .small-footer .footer > *, .nav-stripes > *, .sticky-nav nav > *, .sticky-nav .main-menu > * {
  float: left; }

.floater:after, .main-footer .footer:after, .small-footer .footer:after, .nav-stripes:after, .sticky-nav nav:after, .sticky-nav .main-menu:after {
  clear: left;
  content: "";
  display: table; }

.nav-stripes {
  margin-bottom: 0px !important; }
  .nav-stripes .first {
    width: 800.83px;
    margin-right: 15px; }
  .nav-stripes .second {
    width: 148.166px; }

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  z-index: 1000;
  background-color: white; }
  .sticky-nav .icon {
    font-size: 18px; }
  .sticky-nav nav .logo {
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    margin-right: 33.583px;
    /* * 2 + columns-width(9); */ }
    .sticky-nav nav .logo:hover {
      color: white;
      background-color: black;
      opacity: 1; }
  .sticky-nav nav .cart a .tmp-icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 16px;
    height: 16px;
    margin: 16px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%; }
  .sticky-nav nav .cart a:hover .tmp-icon {
    background-position: center -16px; }
  .sticky-nav nav .cart a .quantity {
    position: relative;
    top: -64px;
    left: -1px;
    font-size: 12px;
    font-weight: bold;
    color: magenta; }
  .sticky-nav nav form {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    margin-right: 15px;
    width: 719.247px; }
    .sticky-nav nav form input {
      height: 48px;
      margin: 0;
      padding: 0;
      border: 1px solid black;
      outline: none;
      background-color: white;
      float: left; }
    .sticky-nav nav form input[type=text] {
      width: 660.247px;
      border-right: none;
      height: 46px;
      padding: 0 5px; }
      .sticky-nav nav form input[type=text]:focus::-webkit-input-placeholder {
        color: transparent; }
      .sticky-nav nav form input[type=text]:focus:-moz-placeholder {
        color: transparent; }
      .sticky-nav nav form input[type=text]:focus::-moz-placeholder {
        color: transparent; }
      .sticky-nav nav form input[type=text]:focus:-ms-input-placeholder {
        color: transparent; }
  .sticky-nav nav input[type=submit] {
    width: 48px;
    border-left: none; }
    .sticky-nav nav input[type=submit]:hover {
      color: white;
      background-color: black; }
  .sticky-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 148.166px; }
    .sticky-nav nav ul a {
      width: 48px;
      height: 48px;
      margin-right: 1px;
      display: block;
      float: left;
      text-align: center;
      line-height: 48px;
      cursor: pointer; }
      .sticky-nav nav ul a:hover {
        color: white;
        background-color: black;
        opacity: 1; }
  .sticky-nav .main-menu {
    position: relative;
    display: none;
    padding: 0 15px; }
    .sticky-nav .main-menu .left {
      margin-left: 81.583px;
      margin-right: 15px;
      width: 474.498px; }
      .sticky-nav .main-menu .left ul > li > a {
        display: block;
        margin-bottom: 24px; }
    .sticky-nav .main-menu .right {
      width: 392.915px;
      padding-bottom: 100px; }
  .sticky-nav.extended {
    background-color: black;
    color: white; }
    .sticky-nav.extended nav ul a .tmp-icon {
      background-position: center -16px; }
    .sticky-nav.extended nav ul a:hover {
      color: black;
      background-color: white; }
      .sticky-nav.extended nav ul a:hover .tmp-icon {
        background-position: center 0; }
    .sticky-nav.extended a.logo:hover {
      color: black;
      background-color: white; }
    .sticky-nav.extended ul {
      margin-bottom: 24px; }

.archive.brick {
  height: 450px;
  overflow: hidden;
  margin-bottom: 96px; }

.quick-filter {
  position: relative; }
  .quick-filter [type="search"] {
    box-sizing: border-box;
    width: 100%;
    padding: 1px 2px;
    border-color: black;
    border-width: 3px; }
  .quick-filter [type="reset"] {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 18px;
    height: 18px;
    border: none;
    outline: none;
    font-size: 10px;
    color: white;
    background-color: black; }
    .quick-filter [type="reset"]:hover {
      background-color: lightgrey;
      color: black; }

div.lightbox {
  width: 100vw;
  height: 100vh;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: scroll;
  display: none; }
  div.lightbox button {
    font-size: 18px;
    width: 48px;
    height: 48px;
    color: white;
    background: none;
    border: none;
    display: block;
    margin-left: auto; }
    div.lightbox button:focus {
      border: none;
      outline: none; }
    div.lightbox button:hover {
      color: black;
      background-color: white; }
  div.lightbox .swiper-lightbox {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 80%; }
    div.lightbox .swiper-lightbox .swiper-slide {
      overflow: hidden;
      cursor: -webkit-zoom-in;
      cursor: zoom-in; }
      div.lightbox .swiper-lightbox .swiper-slide.swiper-slide-zoomed {
        cursor: move; }
      div.lightbox .swiper-lightbox .swiper-slide img {
        width: 100%;
        height: 100%; }
      div.lightbox .swiper-lightbox .swiper-slide .swiper-lazy-preloader {
        -webkit-animation: spinner-rotation 2s infinite linear;
                animation: spinner-rotation 2s infinite linear; }

@-webkit-keyframes spinner-rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spinner-rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/* Typography */
/* Fonts */
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Maison';
  src: url("../fonts/maisonweb-regular.eot");
  src: url("../fonts/maisonweb-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/maisonweb-regular.woff") format("woff"), url("../fonts/maisonweb-regular.ttf") format("truetype"), url("../fonts/maisonweb-regular.svg#maisonweb-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Maison';
  src: url("../fonts/maisonweb-italic.eot");
  src: url("../fonts/maisonweb-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/maisonweb-italic.woff") format("woff"), url("../fonts/maisonweb-italic.ttf") format("truetype"), url("../fonts/maisonweb-italic.svg#maisonweb-italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Maison';
  src: url("../fonts/maisonweb-bold.eot");
  src: url("../fonts/maisonweb-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/maisonweb-bold.woff") format("woff"), url("../fonts/maisonweb-bold.ttf") format("truetype"), url("../fonts/maisonweb-bold.svg#mmaisonweb-bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Maison';
  src: url("../fonts/maisonweb-light.eot");
  src: url("../fonts/maisonweb-light.eot?#iefix") format("embedded-opentype"), url("../fonts/maisonweb-light.woff") format("woff"), url("../fonts/maisonweb-light.ttf") format("truetype"), url("../fonts/maisonweb-light.svg#maisonweb-light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MArch';
  src: url("../fonts/march-regular-180816.eot");
  src: url("../fonts/march-regular-180816.eot?#iefix") format("embedded-opentype"), url("../fonts/march-regular-180816.woff") format("woff"), url("../fonts/march-regular-180816.ttf") format("truetype"), url("../fonts/march-regular-180816.svg#march-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'social';
  src: url("../fonts/social.eot");
  src: url("../fonts/social.eot?#iefix") format("embedded-opentype"), url("../fonts/social.woff") format("woff"), url("../fonts/social.ttf") format("truetype"), url("../fonts/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Headres sizes */
.reset, p, .typo-h1, h1, .slide-down a, .typo-h2, h2, .sticky-nav .main-menu .left ul > li > a, .text-column article h1, .article section.post article h1, .edu article h1, .info article h1, .single-lesson article h1, .single-aid article h1, .single-game article h1, .biuletyn article h1, .tenders article h1, .struktura article h1, .important-docs article h1, .bookshop-page article h1, .single-book article h1, .archived-exhibition article h1, .archived-event article h1, .newsletter-text article h1, .museum article h1, .collection section.post article h1, .staff article h1, .for-media .media article h1, .contact .media article h1, .downlodables-for-media .media article h1, .search-deails article h1, .search .archive-text article h1, .about-archive .archive-about article h1, .how-to-search .archive-ht-search article h1, .digitizing .archive-digitizing article h1, .e404 article h1, .coll article h1, .access article h1, .text-column article .slide-down a, .slide-down .text-column article a, .article section.post article .slide-down a, .slide-down .article section.post article a, .edu article .slide-down a, .slide-down .edu article a, .info article .slide-down a, .slide-down .info article a, .single-lesson article .slide-down a, .slide-down .single-lesson article a, .single-aid article .slide-down a, .slide-down .single-aid article a, .single-game article .slide-down a, .slide-down .single-game article a, .biuletyn article .slide-down a, .slide-down .biuletyn article a, .tenders article .slide-down a, .slide-down .tenders article a, .struktura article .slide-down a, .slide-down .struktura article a, .important-docs article .slide-down a, .slide-down .important-docs article a, .bookshop-page article .slide-down a, .slide-down .bookshop-page article a, .single-book article .slide-down a, .slide-down .single-book article a, .archived-exhibition article .slide-down a, .slide-down .archived-exhibition article a, .archived-event article .slide-down a, .slide-down .archived-event article a, .newsletter-text article .slide-down a, .slide-down .newsletter-text article a, .museum article .slide-down a, .slide-down .museum article a, .collection section.post article .slide-down a, .slide-down .collection section.post article a, .staff article .slide-down a, .slide-down .staff article a, .for-media .media article .slide-down a, .slide-down .for-media .media article a, .contact .media article .slide-down a, .slide-down .contact .media article a, .downlodables-for-media .media article .slide-down a, .slide-down .downlodables-for-media .media article a, .search-deails article .slide-down a, .slide-down .search-deails article a, .search .archive-text article .slide-down a, .slide-down .search .archive-text article a, .about-archive .archive-about article .slide-down a, .slide-down .about-archive .archive-about article a, .how-to-search .archive-ht-search article .slide-down a, .slide-down .how-to-search .archive-ht-search article a, .digitizing .archive-digitizing article .slide-down a, .slide-down .digitizing .archive-digitizing article a, .e404 article .slide-down a, .slide-down .e404 article a, .coll article .slide-down a, .slide-down .coll article a, .access article .slide-down a, .slide-down .access article a, .typo-h3, h3, .text-column article h2, .article section.post article h2, .edu article h2, .info article h2, .single-lesson article h2, .single-aid article h2, .single-game article h2, .biuletyn article h2, .tenders article h2, .struktura article h2, .important-docs article h2, .bookshop-page article h2, .single-book article h2, .archived-exhibition article h2, .archived-event article h2, .newsletter-text article h2, .museum article h2, .collection section.post article h2, .staff article h2, .for-media .media article h2, .contact .media article h2, .downlodables-for-media .media article h2, .search-deails article h2, .search .archive-text article h2, .about-archive .archive-about article h2, .how-to-search .archive-ht-search article h2, .digitizing .archive-digitizing article h2, .e404 article h2, .coll article h2, .access article h2, .text-column article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .text-column article ul > li > a, .article section.post article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .article section.post article ul > li > a, .edu article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .edu article ul > li > a, .info article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .info article ul > li > a, .single-lesson article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-lesson article ul > li > a, .single-aid article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-aid article ul > li > a, .single-game article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-game article ul > li > a, .biuletyn article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .biuletyn article ul > li > a, .tenders article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .tenders article ul > li > a, .struktura article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .struktura article ul > li > a, .important-docs article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .important-docs article ul > li > a, .bookshop-page article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .bookshop-page article ul > li > a, .single-book article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-book article ul > li > a, .archived-exhibition article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .archived-exhibition article ul > li > a, .archived-event article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .archived-event article ul > li > a, .newsletter-text article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .newsletter-text article ul > li > a, .museum article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .museum article ul > li > a, .collection section.post article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .collection section.post article ul > li > a, .staff article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .staff article ul > li > a, .for-media .media article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .for-media .media article ul > li > a, .contact .media article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .contact .media article ul > li > a, .downlodables-for-media .media article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .downlodables-for-media .media article ul > li > a, .search-deails article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .search-deails article ul > li > a, .search .archive-text article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .search .archive-text article ul > li > a, .about-archive .archive-about article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .about-archive .archive-about article ul > li > a, .how-to-search .archive-ht-search article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .how-to-search .archive-ht-search article ul > li > a, .digitizing .archive-digitizing article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .digitizing .archive-digitizing article ul > li > a, .e404 article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .e404 article ul > li > a, .coll article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .coll article ul > li > a, .access article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .access article ul > li > a, .typo-h4, h4, .text-column article h3, .article section.post article h3, .edu article h3, .info article h3, .single-lesson article h3, .single-aid article h3, .single-game article h3, .biuletyn article h3, .tenders article h3, .struktura article h3, .important-docs article h3, .bookshop-page article h3, .single-book article h3, .archived-exhibition article h3, .archived-event article h3, .newsletter-text article h3, .museum article h3, .collection section.post article h3, .staff article h3, .for-media .media article h3, .contact .media article h3, .downlodables-for-media .media article h3, .search-deails article h3, .search .archive-text article h3, .about-archive .archive-about article h3, .how-to-search .archive-ht-search article h3, .digitizing .archive-digitizing article h3, .e404 article h3, .coll article h3, .access article h3 {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

p {
  font-size: 16px;
  margin-bottom: 24px; }

/* Experimental */
.typo-h1, h1, .slide-down a {
  font-size: 42px;
  line-height: 1;
  text-align: left;
  margin-bottom: 6px; }

.typo-h2, h2, .sticky-nav .main-menu .left ul > li > a, .text-column article h1, .article section.post article h1, .edu article h1, .info article h1, .single-lesson article h1, .single-aid article h1, .single-game article h1, .biuletyn article h1, .tenders article h1, .struktura article h1, .important-docs article h1, .bookshop-page article h1, .single-book article h1, .archived-exhibition article h1, .archived-event article h1, .newsletter-text article h1, .museum article h1, .collection section.post article h1, .staff article h1, .for-media .media article h1, .contact .media article h1, .downlodables-for-media .media article h1, .search-deails article h1, .search .archive-text article h1, .about-archive .archive-about article h1, .how-to-search .archive-ht-search article h1, .digitizing .archive-digitizing article h1, .e404 article h1, .coll article h1, .access article h1, .text-column article .slide-down a, .slide-down .text-column article a, .article section.post article .slide-down a, .slide-down .article section.post article a, .edu article .slide-down a, .slide-down .edu article a, .info article .slide-down a, .slide-down .info article a, .single-lesson article .slide-down a, .slide-down .single-lesson article a, .single-aid article .slide-down a, .slide-down .single-aid article a, .single-game article .slide-down a, .slide-down .single-game article a, .biuletyn article .slide-down a, .slide-down .biuletyn article a, .tenders article .slide-down a, .slide-down .tenders article a, .struktura article .slide-down a, .slide-down .struktura article a, .important-docs article .slide-down a, .slide-down .important-docs article a, .bookshop-page article .slide-down a, .slide-down .bookshop-page article a, .single-book article .slide-down a, .slide-down .single-book article a, .archived-exhibition article .slide-down a, .slide-down .archived-exhibition article a, .archived-event article .slide-down a, .slide-down .archived-event article a, .newsletter-text article .slide-down a, .slide-down .newsletter-text article a, .museum article .slide-down a, .slide-down .museum article a, .collection section.post article .slide-down a, .slide-down .collection section.post article a, .staff article .slide-down a, .slide-down .staff article a, .for-media .media article .slide-down a, .slide-down .for-media .media article a, .contact .media article .slide-down a, .slide-down .contact .media article a, .downlodables-for-media .media article .slide-down a, .slide-down .downlodables-for-media .media article a, .search-deails article .slide-down a, .slide-down .search-deails article a, .search .archive-text article .slide-down a, .slide-down .search .archive-text article a, .about-archive .archive-about article .slide-down a, .slide-down .about-archive .archive-about article a, .how-to-search .archive-ht-search article .slide-down a, .slide-down .how-to-search .archive-ht-search article a, .digitizing .archive-digitizing article .slide-down a, .slide-down .digitizing .archive-digitizing article a, .e404 article .slide-down a, .slide-down .e404 article a, .coll article .slide-down a, .slide-down .coll article a, .access article .slide-down a, .slide-down .access article a {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 6px; }

.typo-h3, h3, .text-column article h2, .article section.post article h2, .edu article h2, .info article h2, .single-lesson article h2, .single-aid article h2, .single-game article h2, .biuletyn article h2, .tenders article h2, .struktura article h2, .important-docs article h2, .bookshop-page article h2, .single-book article h2, .archived-exhibition article h2, .archived-event article h2, .newsletter-text article h2, .museum article h2, .collection section.post article h2, .staff article h2, .for-media .media article h2, .contact .media article h2, .downlodables-for-media .media article h2, .search-deails article h2, .search .archive-text article h2, .about-archive .archive-about article h2, .how-to-search .archive-ht-search article h2, .digitizing .archive-digitizing article h2, .e404 article h2, .coll article h2, .access article h2, .text-column article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .text-column article ul > li > a, .article section.post article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .article section.post article ul > li > a, .edu article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .edu article ul > li > a, .info article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .info article ul > li > a, .single-lesson article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-lesson article ul > li > a, .single-aid article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-aid article ul > li > a, .single-game article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-game article ul > li > a, .biuletyn article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .biuletyn article ul > li > a, .tenders article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .tenders article ul > li > a, .struktura article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .struktura article ul > li > a, .important-docs article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .important-docs article ul > li > a, .bookshop-page article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .bookshop-page article ul > li > a, .single-book article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-book article ul > li > a, .archived-exhibition article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .archived-exhibition article ul > li > a, .archived-event article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .archived-event article ul > li > a, .newsletter-text article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .newsletter-text article ul > li > a, .museum article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .museum article ul > li > a, .collection section.post article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .collection section.post article ul > li > a, .staff article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .staff article ul > li > a, .for-media .media article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .for-media .media article ul > li > a, .contact .media article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .contact .media article ul > li > a, .downlodables-for-media .media article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .downlodables-for-media .media article ul > li > a, .search-deails article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .search-deails article ul > li > a, .search .archive-text article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .search .archive-text article ul > li > a, .about-archive .archive-about article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .about-archive .archive-about article ul > li > a, .how-to-search .archive-ht-search article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .how-to-search .archive-ht-search article ul > li > a, .digitizing .archive-digitizing article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .digitizing .archive-digitizing article ul > li > a, .e404 article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .e404 article ul > li > a, .coll article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .coll article ul > li > a, .access article .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .access article ul > li > a {
  font-size: 21px;
  text-align: left;
  margin-bottom: 6px; }

.typo-h4, h4, .text-column article h3, .article section.post article h3, .edu article h3, .info article h3, .single-lesson article h3, .single-aid article h3, .single-game article h3, .biuletyn article h3, .tenders article h3, .struktura article h3, .important-docs article h3, .bookshop-page article h3, .single-book article h3, .archived-exhibition article h3, .archived-event article h3, .newsletter-text article h3, .museum article h3, .collection section.post article h3, .staff article h3, .for-media .media article h3, .contact .media article h3, .downlodables-for-media .media article h3, .search-deails article h3, .search .archive-text article h3, .about-archive .archive-about article h3, .how-to-search .archive-ht-search article h3, .digitizing .archive-digitizing article h3, .e404 article h3, .coll article h3, .access article h3 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 6px; }

/* Lists */
ul {
  list-style: none; }

ul, li {
  margin: 0;
  padding: 0; }

ul.inline-list {
  overflow: hidden; }
  ul.inline-list li {
    float: left;
    margin-right: 16px;
    font-weight: bold; }

ul.category-list {
  margin-bottom: 6px; }

ol {
  padding: 0; }

/* Links */
a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    opacity: 0.6; }
  a.active {
    opacity: 0.6; }

/* Brakujące spacje przed italikami i boldem */
a:before, em:before, strong:before {
  content: " "; }

/* LAYOUT */
.row, .highlight .owl-carousel .item .text-box, .nav-stripes, .sticky-nav nav, .sticky-nav .main-menu, section {
  width: 963.996px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto; }

section:not(.highlight):first-of-type {
  margin-top: 135px; }

section:last-of-type {
  margin-bottom: 250px; }

/* Szerokość kolumny tekstowej */
.text-column, .article section.post, .edu, .info, .single-lesson, .single-aid, .single-game, .biuletyn, .tenders, .struktura, .important-docs, .bookshop-page, .single-book, .archived-exhibition, .archived-event, .newsletter-text, .museum, .collection section.post, .staff, .for-media .media, .contact .media, .downlodables-for-media .media, .search-deails, .search .archive-text, .about-archive .archive-about, .how-to-search .archive-ht-search, .digitizing .archive-digitizing, .e404, .coll, .access {
  width: 637.664px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }
  .text-column header, .article section.post header, .edu header, .info header, .single-lesson header, .single-aid header, .single-game header, .biuletyn header, .tenders header, .struktura header, .important-docs header, .bookshop-page header, .single-book header, .archived-exhibition header, .archived-event header, .newsletter-text header, .museum header, .collection section.post header, .staff header, .for-media .media header, .contact .media header, .downlodables-for-media .media header, .search-deails header, .search .archive-text header, .about-archive .archive-about header, .how-to-search .archive-ht-search header, .digitizing .archive-digitizing header, .e404 header, .coll header, .access header {
    margin-bottom: 24px; }
    .text-column header h1, .article section.post header h1, .edu header h1, .info header h1, .single-lesson header h1, .single-aid header h1, .single-game header h1, .biuletyn header h1, .tenders header h1, .struktura header h1, .important-docs header h1, .bookshop-page header h1, .single-book header h1, .archived-exhibition header h1, .archived-event header h1, .newsletter-text header h1, .museum header h1, .collection section.post header h1, .staff header h1, .for-media .media header h1, .contact .media header h1, .downlodables-for-media .media header h1, .search-deails header h1, .search .archive-text header h1, .about-archive .archive-about header h1, .how-to-search .archive-ht-search header h1, .digitizing .archive-digitizing header h1, .e404 header h1, .coll header h1, .access header h1, .text-column header .slide-down a, .slide-down .text-column header a, .article section.post header .slide-down a, .slide-down .article section.post header a, .edu header .slide-down a, .slide-down .edu header a, .info header .slide-down a, .slide-down .info header a, .single-lesson header .slide-down a, .slide-down .single-lesson header a, .single-aid header .slide-down a, .slide-down .single-aid header a, .single-game header .slide-down a, .slide-down .single-game header a, .biuletyn header .slide-down a, .slide-down .biuletyn header a, .tenders header .slide-down a, .slide-down .tenders header a, .struktura header .slide-down a, .slide-down .struktura header a, .important-docs header .slide-down a, .slide-down .important-docs header a, .bookshop-page header .slide-down a, .slide-down .bookshop-page header a, .single-book header .slide-down a, .slide-down .single-book header a, .archived-exhibition header .slide-down a, .slide-down .archived-exhibition header a, .archived-event header .slide-down a, .slide-down .archived-event header a, .newsletter-text header .slide-down a, .slide-down .newsletter-text header a, .museum header .slide-down a, .slide-down .museum header a, .collection section.post header .slide-down a, .slide-down .collection section.post header a, .staff header .slide-down a, .slide-down .staff header a, .for-media .media header .slide-down a, .slide-down .for-media .media header a, .contact .media header .slide-down a, .slide-down .contact .media header a, .downlodables-for-media .media header .slide-down a, .slide-down .downlodables-for-media .media header a, .search-deails header .slide-down a, .slide-down .search-deails header a, .search .archive-text header .slide-down a, .slide-down .search .archive-text header a, .about-archive .archive-about header .slide-down a, .slide-down .about-archive .archive-about header a, .how-to-search .archive-ht-search header .slide-down a, .slide-down .how-to-search .archive-ht-search header a, .digitizing .archive-digitizing header .slide-down a, .slide-down .digitizing .archive-digitizing header a, .e404 header .slide-down a, .slide-down .e404 header a, .coll header .slide-down a, .slide-down .coll header a, .access header .slide-down a, .slide-down .access header a {
      text-transform: uppercase; }
    .text-column header h2, .article section.post header h2, .edu header h2, .info header h2, .single-lesson header h2, .single-aid header h2, .single-game header h2, .biuletyn header h2, .tenders header h2, .struktura header h2, .important-docs header h2, .bookshop-page header h2, .single-book header h2, .archived-exhibition header h2, .archived-event header h2, .newsletter-text header h2, .museum header h2, .collection section.post header h2, .staff header h2, .for-media .media header h2, .contact .media header h2, .downlodables-for-media .media header h2, .search-deails header h2, .search .archive-text header h2, .about-archive .archive-about header h2, .how-to-search .archive-ht-search header h2, .digitizing .archive-digitizing header h2, .e404 header h2, .coll header h2, .access header h2, .text-column header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .text-column header ul > li > a, .article section.post header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .article section.post header ul > li > a, .edu header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .edu header ul > li > a, .info header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .info header ul > li > a, .single-lesson header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-lesson header ul > li > a, .single-aid header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-aid header ul > li > a, .single-game header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-game header ul > li > a, .biuletyn header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .biuletyn header ul > li > a, .tenders header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .tenders header ul > li > a, .struktura header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .struktura header ul > li > a, .important-docs header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .important-docs header ul > li > a, .bookshop-page header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .bookshop-page header ul > li > a, .single-book header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-book header ul > li > a, .archived-exhibition header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .archived-exhibition header ul > li > a, .archived-event header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .archived-event header ul > li > a, .newsletter-text header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .newsletter-text header ul > li > a, .museum header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .museum header ul > li > a, .collection section.post header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .collection section.post header ul > li > a, .staff header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .staff header ul > li > a, .for-media .media header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .for-media .media header ul > li > a, .contact .media header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .contact .media header ul > li > a, .downlodables-for-media .media header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .downlodables-for-media .media header ul > li > a, .search-deails header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .search-deails header ul > li > a, .search .archive-text header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .search .archive-text header ul > li > a, .about-archive .archive-about header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .about-archive .archive-about header ul > li > a, .how-to-search .archive-ht-search header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .how-to-search .archive-ht-search header ul > li > a, .digitizing .archive-digitizing header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .digitizing .archive-digitizing header ul > li > a, .e404 header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .e404 header ul > li > a, .coll header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .coll header ul > li > a, .access header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .access header ul > li > a {
      margin-bottom: 7px; }
  .text-column article img, .article section.post article img, .edu article img, .info article img, .single-lesson article img, .single-aid article img, .single-game article img, .biuletyn article img, .tenders article img, .struktura article img, .important-docs article img, .bookshop-page article img, .single-book article img, .archived-exhibition article img, .archived-event article img, .newsletter-text article img, .museum article img, .collection section.post article img, .staff article img, .for-media .media article img, .contact .media article img, .downlodables-for-media .media article img, .search-deails article img, .search .archive-text article img, .about-archive .archive-about article img, .how-to-search .archive-ht-search article img, .digitizing .archive-digitizing article img, .e404 article img, .coll article img, .access article img {
    max-width: 100%; }
  .text-column article a:before, .article section.post article a:before, .edu article a:before, .info article a:before, .single-lesson article a:before, .single-aid article a:before, .single-game article a:before, .biuletyn article a:before, .tenders article a:before, .struktura article a:before, .important-docs article a:before, .bookshop-page article a:before, .single-book article a:before, .archived-exhibition article a:before, .archived-event article a:before, .newsletter-text article a:before, .museum article a:before, .collection section.post article a:before, .staff article a:before, .for-media .media article a:before, .contact .media article a:before, .downlodables-for-media .media article a:before, .search-deails article a:before, .search .archive-text article a:before, .about-archive .archive-about article a:before, .how-to-search .archive-ht-search article a:before, .digitizing .archive-digitizing article a:before, .e404 article a:before, .coll article a:before, .access article a:before {
    content: " "; }
  .text-column article a:hover, .article section.post article a:hover, .edu article a:hover, .info article a:hover, .single-lesson article a:hover, .single-aid article a:hover, .single-game article a:hover, .biuletyn article a:hover, .tenders article a:hover, .struktura article a:hover, .important-docs article a:hover, .bookshop-page article a:hover, .single-book article a:hover, .archived-exhibition article a:hover, .archived-event article a:hover, .newsletter-text article a:hover, .museum article a:hover, .collection section.post article a:hover, .staff article a:hover, .for-media .media article a:hover, .contact .media article a:hover, .downlodables-for-media .media article a:hover, .search-deails article a:hover, .search .archive-text article a:hover, .about-archive .archive-about article a:hover, .how-to-search .archive-ht-search article a:hover, .digitizing .archive-digitizing article a:hover, .e404 article a:hover, .coll article a:hover, .access article a:hover {
    color: white;
    background-color: black;
    opacity: 1; }
  .text-column article ul, .article section.post article ul, .edu article ul, .info article ul, .single-lesson article ul, .single-aid article ul, .single-game article ul, .biuletyn article ul, .tenders article ul, .struktura article ul, .important-docs article ul, .bookshop-page article ul, .single-book article ul, .archived-exhibition article ul, .archived-event article ul, .newsletter-text article ul, .museum article ul, .collection section.post article ul, .staff article ul, .for-media .media article ul, .contact .media article ul, .downlodables-for-media .media article ul, .search-deails article ul, .search .archive-text article ul, .about-archive .archive-about article ul, .how-to-search .archive-ht-search article ul, .digitizing .archive-digitizing article ul, .e404 article ul, .coll article ul, .access article ul {
    margin-bottom: 24px; }

.icon {
  font-family: 'MArch';
  font-size: inherit; }

.stripe, .main-footer .footer .first-column, .main-footer .footer .second-column, .main-footer .footer .third-column, .small-footer .footer, .nav-stripes .first, .nav-stripes .second {
  border-top-width: 8px;
  border-top-style: solid;
  padding-top: 10px; }

.small-stripe, .brick h1, .brick .slide-down a, .slide-down .brick a, .text-column article h1, .article section.post article h1, .edu article h1, .info article h1, .single-lesson article h1, .single-aid article h1, .single-game article h1, .biuletyn article h1, .tenders article h1, .struktura article h1, .important-docs article h1, .bookshop-page article h1, .single-book article h1, .archived-exhibition article h1, .archived-event article h1, .newsletter-text article h1, .museum article h1, .collection section.post article h1, .staff article h1, .for-media .media article h1, .contact .media article h1, .downlodables-for-media .media article h1, .search-deails article h1, .search .archive-text article h1, .about-archive .archive-about article h1, .how-to-search .archive-ht-search article h1, .digitizing .archive-digitizing article h1, .e404 article h1, .coll article h1, .access article h1, .text-column article .slide-down a, .slide-down .text-column article a, .article section.post article .slide-down a, .slide-down .article section.post article a, .edu article .slide-down a, .slide-down .edu article a, .info article .slide-down a, .slide-down .info article a, .single-lesson article .slide-down a, .slide-down .single-lesson article a, .single-aid article .slide-down a, .slide-down .single-aid article a, .single-game article .slide-down a, .slide-down .single-game article a, .biuletyn article .slide-down a, .slide-down .biuletyn article a, .tenders article .slide-down a, .slide-down .tenders article a, .struktura article .slide-down a, .slide-down .struktura article a, .important-docs article .slide-down a, .slide-down .important-docs article a, .bookshop-page article .slide-down a, .slide-down .bookshop-page article a, .single-book article .slide-down a, .slide-down .single-book article a, .archived-exhibition article .slide-down a, .slide-down .archived-exhibition article a, .archived-event article .slide-down a, .slide-down .archived-event article a, .newsletter-text article .slide-down a, .slide-down .newsletter-text article a, .museum article .slide-down a, .slide-down .museum article a, .collection section.post article .slide-down a, .slide-down .collection section.post article a, .staff article .slide-down a, .slide-down .staff article a, .for-media .media article .slide-down a, .slide-down .for-media .media article a, .contact .media article .slide-down a, .slide-down .contact .media article a, .downlodables-for-media .media article .slide-down a, .slide-down .downlodables-for-media .media article a, .search-deails article .slide-down a, .slide-down .search-deails article a, .search .archive-text article .slide-down a, .slide-down .search .archive-text article a, .about-archive .archive-about article .slide-down a, .slide-down .about-archive .archive-about article a, .how-to-search .archive-ht-search article .slide-down a, .slide-down .how-to-search .archive-ht-search article a, .digitizing .archive-digitizing article .slide-down a, .slide-down .digitizing .archive-digitizing article a, .e404 article .slide-down a, .slide-down .e404 article a, .coll article .slide-down a, .slide-down .coll article a, .access article .slide-down a, .slide-down .access article a {
  border-top-width: 4px;
  border-top-style: solid;
  padding-top: 5px; }

.color-label, .tag, .event, .oppening, .edu-items li.przedszkola, .bricks-container li.przedszkola, .edu-items li.klasy-0-3, .bricks-container li.klasy-0-3, .edu-items li.klasy-4-6, .bricks-container li.klasy-4-6, .edu-items li.klasy-7-8, .bricks-container li.klasy-7-8, .edu-items li.szkoly-srednie, .bricks-container li.szkoly-srednie, .edu-items li.wyklady-dla-mlodziezy, .bricks-container li.wyklady-dla-mlodziezy, .edu-items li.dzieci, .bricks-container li.dzieci, .edu-items li.nauczyciele, .bricks-container li.nauczyciele, .edu-items li.dorosli, .bricks-container li.dorosli, .edu-items li.gry-on-line, .bricks-container li.gry-on-line, .edu-items li.gry-planszowe, .bricks-container li.gry-planszowe, .edu-items li.gry-terenowe, .bricks-container li.gry-terenowe, .edu-items li.dla-dzieci, .bricks-container li.dla-dzieci, .edu-items li.dla-nauczycieli, .bricks-container li.dla-nauczycieli, .edu-items li.gry, .bricks-container li.gry, li.wyklady-dla-mlodziezy {
  color: white;
  font-weight: normal;
  padding: 0 6px; }

.tag {
  background-color: lightgrey; }

.event {
  background-color: black; }

.oppening {
  background-color: red; }

.comment {
  background-color: yellow; }

.date, .brick .dashed p {
  color: red; }

.hide {
  display: none; }

.no-break {
  white-space: nowrap; }

/* Pages */
/* ARTICLE is for exhibitions and events */
.article > header {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
  .article > header.offset {
    min-height: 125px; }

.article section.post header h1, .article section.post header .slide-down a, .slide-down .article section.post header a {
  text-transform: uppercase; }

.article section.post header h2, .article section.post header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .article section.post header ul > li > a {
  margin-bottom: 7px; }

.article section.post header .date, .article section.post header .brick .dashed p, .brick .dashed .article section.post header p {
  color: red; }

.article section.post header ul {
  display: block;
  overflow: auto;
  font-weight: bold; }
  .article section.post header ul > li {
    float: left;
    margin: 3px 15px 3px 0; }

.article section.post header .event-list a:after {
  content: " > "; }

.article section.post article p.caption {
  font-size: 14px;
  color: grey;
  margin-top: -24px; }

.article section.post article iframe {
  width: 638px;
  height: 360px; }

/* EDU */
.edu header h1, .edu header .slide-down a, .slide-down .edu header a {
  margin-bottom: 12px; }

.edu article ul {
  list-style: disc; }

.edu article li {
  margin-bottom: 12px; }

.edu-items, .bricks-container {
  overflow: hidden;
  /* Materiały edukacyjne */
  /* Gry edukacyjne */
  /* Materiały do pobrania */ }
  .edu-items header, .bricks-container header {
    margin-bottom: 12px; }
    .edu-items header h1, .edu-items header .slide-down a, .slide-down .edu-items header a, .bricks-container header h1, .bricks-container header .slide-down a, .slide-down .bricks-container header a {
      margin-bottom: 24px; }
  .edu-items .edu-categories, .bricks-container .edu-categories {
    overflow: auto; }
    .edu-items .edu-categories a:before, .bricks-container .edu-categories a:before {
      content: none; }
    .edu-items .edu-categories li, .bricks-container .edu-categories li {
      float: left;
      margin-right: 8px;
      margin-bottom: 8px; }
      .edu-items .edu-categories li.inactive-filter, .bricks-container .edu-categories li.inactive-filter {
        opacity: 0.4; }
      .edu-items .edu-categories li.label, .bricks-container .edu-categories li.label {
        color: black; }
      .edu-items .edu-categories li .clear-filter, .bricks-container .edu-categories li .clear-filter {
        margin-left: 5px;
        border-left: white 1px solid;
        padding-left: 5px;
        display: none; }
  .edu-items .przedszkola h1, .edu-items .przedszkola .slide-down a, .slide-down .edu-items .przedszkola a, .bricks-container .przedszkola h1, .bricks-container .przedszkola .slide-down a, .slide-down .bricks-container .przedszkola a {
    border-color: #3abb4a; }
  .edu-items li.przedszkola, .bricks-container li.przedszkola {
    background-color: #3abb4a; }
  .edu-items .klasy-0-3 h1, .edu-items .klasy-0-3 .slide-down a, .slide-down .edu-items .klasy-0-3 a, .bricks-container .klasy-0-3 h1, .bricks-container .klasy-0-3 .slide-down a, .slide-down .bricks-container .klasy-0-3 a {
    border-color: #3abb4a; }
  .edu-items li.klasy-0-3, .bricks-container li.klasy-0-3 {
    background-color: #3abb4a; }
  .edu-items .klasy-4-6 h1, .edu-items .klasy-4-6 .slide-down a, .slide-down .edu-items .klasy-4-6 a, .bricks-container .klasy-4-6 h1, .bricks-container .klasy-4-6 .slide-down a, .slide-down .bricks-container .klasy-4-6 a {
    border-color: #6f9bff; }
  .edu-items li.klasy-4-6, .bricks-container li.klasy-4-6 {
    background-color: #6f9bff; }
  .edu-items .klasy-7-8 h1, .edu-items .klasy-7-8 .slide-down a, .slide-down .edu-items .klasy-7-8 a, .bricks-container .klasy-7-8 h1, .bricks-container .klasy-7-8 .slide-down a, .slide-down .bricks-container .klasy-7-8 a {
    border-color: #d45fc5; }
  .edu-items li.klasy-7-8, .bricks-container li.klasy-7-8 {
    background-color: #d45fc5; }
  .edu-items .szkoly-srednie h1, .edu-items .szkoly-srednie .slide-down a, .slide-down .edu-items .szkoly-srednie a, .bricks-container .szkoly-srednie h1, .bricks-container .szkoly-srednie .slide-down a, .slide-down .bricks-container .szkoly-srednie a {
    border-color: #38bfac; }
  .edu-items li.szkoly-srednie, .bricks-container li.szkoly-srednie {
    background-color: #38bfac; }
  .edu-items .wyklady-dla-mlodziezy h1, .edu-items .wyklady-dla-mlodziezy .slide-down a, .slide-down .edu-items .wyklady-dla-mlodziezy a, .bricks-container .wyklady-dla-mlodziezy h1, .bricks-container .wyklady-dla-mlodziezy .slide-down a, .slide-down .bricks-container .wyklady-dla-mlodziezy a {
    border-color: #ff5e57; }
  .edu-items li.wyklady-dla-mlodziezy, .bricks-container li.wyklady-dla-mlodziezy {
    background-color: #ff5e57; }
  .edu-items .dzieci h1, .edu-items .dzieci .slide-down a, .slide-down .edu-items .dzieci a, .bricks-container .dzieci h1, .bricks-container .dzieci .slide-down a, .slide-down .bricks-container .dzieci a {
    border-color: #c4a7da; }
  .edu-items li.dzieci, .bricks-container li.dzieci {
    background-color: #c4a7da; }
  .edu-items .nauczyciele h1, .edu-items .nauczyciele .slide-down a, .slide-down .edu-items .nauczyciele a, .bricks-container .nauczyciele h1, .bricks-container .nauczyciele .slide-down a, .slide-down .bricks-container .nauczyciele a {
    border-color: #c3c3c3; }
  .edu-items li.nauczyciele, .bricks-container li.nauczyciele {
    background-color: #c3c3c3; }
  .edu-items .dorosli h1, .edu-items .dorosli .slide-down a, .slide-down .edu-items .dorosli a, .bricks-container .dorosli h1, .bricks-container .dorosli .slide-down a, .slide-down .bricks-container .dorosli a {
    border-color: #525252; }
  .edu-items li.dorosli, .bricks-container li.dorosli {
    background-color: #525252; }
  .edu-items .gry-on-line h1, .edu-items .gry-on-line .slide-down a, .slide-down .edu-items .gry-on-line a, .bricks-container .gry-on-line h1, .bricks-container .gry-on-line .slide-down a, .slide-down .bricks-container .gry-on-line a {
    border-color: #75baff; }
  .edu-items li.gry-on-line, .bricks-container li.gry-on-line {
    background-color: #75baff; }
  .edu-items .gry-planszowe h1, .edu-items .gry-planszowe .slide-down a, .slide-down .edu-items .gry-planszowe a, .bricks-container .gry-planszowe h1, .bricks-container .gry-planszowe .slide-down a, .slide-down .bricks-container .gry-planszowe a {
    border-color: #e2d538; }
  .edu-items li.gry-planszowe, .bricks-container li.gry-planszowe {
    background-color: #e2d538; }
  .edu-items .gry-terenowe h1, .edu-items .gry-terenowe .slide-down a, .slide-down .edu-items .gry-terenowe a, .bricks-container .gry-terenowe h1, .bricks-container .gry-terenowe .slide-down a, .slide-down .bricks-container .gry-terenowe a {
    border-color: #4cb87b; }
  .edu-items li.gry-terenowe, .bricks-container li.gry-terenowe {
    background-color: #4cb87b; }
  .edu-items .dla-dzieci h1, .edu-items .dla-dzieci .slide-down a, .slide-down .edu-items .dla-dzieci a, .bricks-container .dla-dzieci h1, .bricks-container .dla-dzieci .slide-down a, .slide-down .bricks-container .dla-dzieci a {
    border-color: #9ea1a9; }
  .edu-items li.dla-dzieci, .bricks-container li.dla-dzieci {
    background-color: #9ea1a9; }
  .edu-items .dla-nauczycieli h1, .edu-items .dla-nauczycieli .slide-down a, .slide-down .edu-items .dla-nauczycieli a, .bricks-container .dla-nauczycieli h1, .bricks-container .dla-nauczycieli .slide-down a, .slide-down .bricks-container .dla-nauczycieli a {
    border-color: #565656; }
  .edu-items li.dla-nauczycieli, .bricks-container li.dla-nauczycieli {
    background-color: #565656; }
  .edu-items .gry h1, .edu-items .gry .slide-down a, .slide-down .edu-items .gry a, .bricks-container .gry h1, .bricks-container .gry .slide-down a, .slide-down .bricks-container .gry a {
    border-color: red; }
  .edu-items li.gry, .bricks-container li.gry {
    background-color: red; }

.wyklady-dla-mlodziezy h1, .wyklady-dla-mlodziezy .slide-down a, .slide-down .wyklady-dla-mlodziezy a {
  border-color: #ff5e57; }

li.wyklady-dla-mlodziezy {
  background-color: #ff5e57; }

.kids-n-parents article a:hover > h3 {
  color: black; }

/* EXHIBITIONS */
.exhibitions > h1, .slide-down .exhibitions > a {
  margin-bottom: 24px; }

.exhibitions .big-nav a {
  color: #999999; }
  .exhibitions .big-nav a:hover {
    color: black;
    opacity: 1; }
  .exhibitions .big-nav a.active {
    color: black;
    opacity: 1; }

/* INFO */
.info article .article-anchor {
  padding-top: 120px;
  margin-top: -144px; }

/* LESSON */
.single-lesson header h1, .single-lesson header .slide-down a, .slide-down .single-lesson header a {
  margin-bottom: 6px; }

.single-lesson header h2, .single-lesson header .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .single-lesson header ul > li > a {
  margin-bottom: 6px; }

.single-lesson header .edu-categories span {
  display: inline-block; }

.single-lesson header .category-list {
  margin-bottom: 12px;
  font-weight: bold; }

.single-lesson header .przedszkola {
  color: white;
  background-color: #3abb4a;
  padding: 0 6px; }

.single-lesson header .klasy-0-3 {
  color: white;
  background-color: #3abb4a;
  padding: 0 6px; }

.single-lesson header .klasy-4-6 {
  color: white;
  background-color: #6f9bff;
  padding: 0 6px; }

.single-lesson header .gimnazjum {
  color: white;
  background-color: #d45fc5;
  padding: 0 6px; }

.single-lesson header .szkoly-ponadgimnazjalne {
  color: white;
  background-color: #38bfac;
  padding: 0 6px; }

.single-lesson header .wyklady-dla-mlodziezy {
  color: white;
  background-color: #ff5e57;
  padding: 0 6px; }

/* EDU AID */
.single-aid header h1, .single-aid header .slide-down a, .slide-down .single-aid header a {
  margin-bottom: 12px; }

.single-aid header .edu-categories span {
  display: inline-block; }

.single-aid header .dla-dzieci {
  color: white;
  background-color: #9ea1a9;
  padding: 0 6px; }

.single-aid header .dla-nauczycieli {
  color: white;
  background-color: #565656;
  padding: 0 6px; }

.single-aid header .gry {
  color: white;
  background-color: red;
  padding: 0 6px; }

/* EDU GAMES */
.single-game header h1, .single-game header .slide-down a, .slide-down .single-game header a {
  margin-bottom: 12px; }

.single-game header .edu-categories span {
  display: inline-block; }

/* BIP */
.biuletyn ul ul {
  margin-left: 1rem;
  margin-bottom: 0; }

/* BIP TENDERS */
.tenders article {
  margin-bottom: 24px; }

/* MAINTENANCE */
section.maintenance {
  margin-bottom: 450px; }

/* BIP STRUKTURA ORGANIZACYJNA */
.struktura article {
  margin-bottom: 24px; }
  .struktura article h2.div-button, .struktura article .sticky-nav .main-menu .left ul > li > a.div-button, .sticky-nav .main-menu .left .struktura article ul > li > a.div-button {
    cursor: pointer;
    margin-bottom: 16px; }
  .struktura article .division {
    display: none; }

/* BIP IMPORTANT DOCUMENTS */
.important-docs article {
  margin-bottom: 24px; }

/* BOOKSHOP */
.bookshop-nav nav h1, .bookshop-nav nav .slide-down a, .slide-down .bookshop-nav nav a {
  margin-bottom: 24px; }

/* BOOKSHOP PUBLICATIONS */
.publications .info-banner {
  font-weight: bold;
  color: black;
  background-color: magenta;
  margin-bottom: 24px; }
  .publications .info-banner p {
    margin-bottom: 24px; }
    .publications .info-banner p:last-of-type {
      margin-bottom: 0; }

.publications .bookshop-nav .filters .search {
  float: right;
  width: 311.332px;
  margin-right: 0; }
  .publications .bookshop-nav .filters .search input[type=text] {
    width: 299.332px;
    border: solid 1px black;
    outline: none;
    padding-left: 5px;
    padding-right: 5px; }
    .publications .bookshop-nav .filters .search input[type=text]:focus::-webkit-input-placeholder {
      color: transparent; }
    .publications .bookshop-nav .filters .search input[type=text]:focus:-moz-placeholder {
      color: transparent; }
    .publications .bookshop-nav .filters .search input[type=text]:focus::-moz-placeholder {
      color: transparent; }
    .publications .bookshop-nav .filters .search input[type=text]:focus:-ms-input-placeholder {
      color: transparent; }

.single-book p.author {
  margin-bottom: 12px; }

.single-book .button {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background-color: magenta;
  width: 229.749px;
  height: 35px; }
  .single-book .button .basket-icon {
    position: relative;
    top: 10px;
    right: 10px;
    float: right;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center; }

/* All ARCHIVED EXHIBITIONS view */
.exhibition-archive .big-nav a {
  color: #999999; }
  .exhibition-archive .big-nav a:hover {
    color: black;
    opacity: 1; }
  .exhibition-archive .big-nav a.active {
    color: black;
    opacity: 1; }

.exhibition-archive .legend {
  margin-top: 12px;
  margin-bottom: 36px; }

.exhibition-archive .filters .search {
  width: 311.332px;
  margin-right: 0;
  float: right; }

.exhibition-archive .slider.ui-slider.ui-slider-pips {
  font-family: inherit;
  height: 5px;
  border: 1px solid darkgrey;
  border-radius: 0;
  margin-bottom: 48px; }
  .exhibition-archive .slider.ui-slider.ui-slider-pips .ui-slider-range {
    background-color: #5160ff;
    background-image: none;
    height: 6px; }
  .exhibition-archive .slider.ui-slider.ui-slider-pips .ui-slider-handle {
    border: none;
    border-radius: 0;
    background-color: black;
    background-image: none;
    top: -.4em; }
    .exhibition-archive .slider.ui-slider.ui-slider-pips .ui-slider-handle.ui-state-hover {
      border: none;
      background-color: darkgrey;
      background-image: none; }
  .exhibition-archive .slider.ui-slider.ui-slider-pips .ui-slider-pip {
    color: black; }
    .exhibition-archive .slider.ui-slider.ui-slider-pips .ui-slider-pip .ui-slider-line {
      height: 10px;
      top: -10px; }

/* ARCHIVED EXHIBITION is for sigle view of archived exhib. */
/* All ARCHIVED EVENTS view */
.events-archive .big-nav a {
  color: #999999; }
  .events-archive .big-nav a:hover {
    color: black;
    opacity: 1; }
  .events-archive .big-nav a.active {
    color: black;
    opacity: 1; }

.events-archive .legend {
  margin-top: 12px;
  margin-bottom: 36px; }

.events-archive .filters .search {
  width: 311.332px;
  margin-right: 0;
  float: right; }

.events-archive .slider.ui-slider.ui-slider-pips {
  font-family: inherit;
  height: 5px;
  border: 1px solid darkgrey;
  border-radius: 0;
  margin-bottom: 48px; }
  .events-archive .slider.ui-slider.ui-slider-pips .ui-slider-range {
    background-color: #5160ff;
    background-image: none;
    height: 6px; }
  .events-archive .slider.ui-slider.ui-slider-pips .ui-slider-handle {
    border: none;
    border-radius: 0;
    background-color: black;
    background-image: none;
    top: -.4em; }
    .events-archive .slider.ui-slider.ui-slider-pips .ui-slider-handle.ui-state-hover {
      border: none;
      background-color: darkgrey;
      background-image: none; }
  .events-archive .slider.ui-slider.ui-slider-pips .ui-slider-pip {
    color: black; }
    .events-archive .slider.ui-slider.ui-slider-pips .ui-slider-pip .ui-slider-line {
      height: 10px;
      top: -10px; }

/* ARCHIVED EVENT is for sigle view of archived event */
/* Newsletter page */
.newsletter-text .subscribe-form {
  margin-bottom: 24px;
  overflow: auto; }
  .newsletter-text .subscribe-form fieldset {
    border: none;
    margin: 0;
    padding: 0; }
  .newsletter-text .subscribe-form fieldset.main-form {
    width: 392.915px; }
  .newsletter-text .subscribe-form input {
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 12px;
    line-height: 1.5; }
    .newsletter-text .subscribe-form input:focus {
      outline: none;
      border-color: lightblue; }
    .newsletter-text .subscribe-form input.fname {
      width: 148.166px;
      margin-right: 10px; }
    .newsletter-text .subscribe-form input.lname {
      width: 229.749px; }
    .newsletter-text .subscribe-form input[type="email"] {
      width: 392.915px; }
    .newsletter-text .subscribe-form input[type="submit"] {
      background-color: black;
      color: white;
      float: right; }
  .newsletter-text .subscribe-form fieldset.rodo-consent {
    margin-top: 1rem; }
    .newsletter-text .subscribe-form fieldset.rodo-consent input.rodo {
      margin-right: 12px;
      margin-top: 2px;
      margin-bottom: 0;
      float: left; }
    .newsletter-text .subscribe-form fieldset.rodo-consent p.rodo {
      font-size: 12px; }
      .newsletter-text .subscribe-form fieldset.rodo-consent p.rodo.label {
        font-weight: bold;
        margin-bottom: 0; }

/* ABOUT MUSEUM pages */
.museum header h1, .museum header .slide-down a, .slide-down .museum header a {
  margin-bottom: 12px; }

/* MUSEUM COLLECTION pages */
.collection > header {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
  .collection > header.offset {
    min-height: 125px; }

/* ABOUT MUSEUM pages */
.museum article ul {
  list-style: disc; }

.museum article .social {
  font-family: 'social'; }

/* MUSEUM TEAM */
.staff article {
  margin-bottom: 24px; }
  .staff article h2.div-button, .staff article .sticky-nav .main-menu .left ul > li > a.div-button, .sticky-nav .main-menu .left .staff article ul > li > a.div-button {
    cursor: pointer;
    margin-bottom: 16px; }
  .staff article ul {
    list-style: none; }
  .staff article .division {
    display: none; }

/* FOR MEDIA */
.for-media .media header h1, .for-media .media header .slide-down a, .slide-down .for-media .media header a {
  margin-bottom: 12px; }

.for-media .media article ul {
  width: 311.332px;
  float: left;
  overflow: auto; }
  .for-media .media article ul.first {
    margin-right: 15px; }

/* FOR MEDIA */
.contact .media header h1, .contact .media header .slide-down a, .slide-down .contact .media header a {
  margin-bottom: 12px; }

.contact .media article ul {
  width: 311.332px;
  float: left;
  overflow: auto; }
  .contact .media article ul.first {
    margin-right: 15px; }

/* FOR MEDIA */
.downlodables-for-media .media {
  margin-bottom: 250px; }
  .downlodables-for-media .media header h1, .downlodables-for-media .media header .slide-down a, .slide-down .downlodables-for-media .media header a {
    margin-bottom: 12px; }
  .downlodables-for-media .media article ul {
    list-style: disc; }

/* CONSTRUCTION ARCHIVE SEARCH DETAILS */
/*****
	Ukrywam główną wyszukiwarkę na stronie z opisem obiektu AB [/archiwum-budowlane/{ID}/] żeby nie myliła się z wyszukiwarką Archiwum i w ten sposób nie wprowadzała w bąd. [10/06/2019]
	*****/
.construction-archive.construction-archive .sticky-nav nav form#search-form {
  visibility: hidden; }

/***** Koniec fragmentu o wyszukiwarce *****/
.search-deails header h1, .search-deails header .slide-down a, .slide-down .search-deails header a {
  margin-bottom: 12px; }

.search-deails header .order-form-container {
  display: none; }
  .search-deails header .order-form-container .success {
    color: #06af43; }
  .search-deails header .order-form-container .error {
    color: red; }

.search-deails header .order-form {
  width: 392.915px;
  overflow: auto; }
  .search-deails header .order-form fieldset {
    border: none;
    width: 392.915px;
    margin: 0;
    padding: 0; }
  .search-deails header .order-form input, .search-deails header .order-form textarea {
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 12px;
    line-height: 1.5; }
    .search-deails header .order-form input:focus, .search-deails header .order-form textarea:focus {
      outline: none;
      border-color: lightblue; }
    .search-deails header .order-form input.fname, .search-deails header .order-form textarea.fname {
      width: 148.166px;
      margin-right: 10px; }
    .search-deails header .order-form input.lname, .search-deails header .order-form textarea.lname {
      width: 229.749px; }
    .search-deails header .order-form input[type="email"], .search-deails header .order-form textarea[type="email"] {
      width: 229.749px;
      margin-right: 10px; }
    .search-deails header .order-form input.form-date, .search-deails header .order-form textarea.form-date {
      width: 148.166px; }
    .search-deails header .order-form input[type="submit"], .search-deails header .order-form textarea[type="submit"] {
      background-color: black;
      color: white;
      float: right; }
    .search-deails header .order-form input.info, .search-deails header .order-form textarea.info {
      width: 392.915px;
      height: 65px;
      padding: 0; }

.search-deails li {
  margin-bottom: 24px; }
  .search-deails li label {
    display: block;
    font-weight: bold; }

.search-deails article .normal {
  font-weight: normal; }

/* CONSTRUCTION ARCHIVE SEARCH */
.search {
  /*****
	Ukrywam główną wyszukiwarkę na stronie AB search [/archiwum-budowlane/wyszukiwarka/] żeby nie myliła się z wyszukiwarką Archiwum i w ten sposób nie wprowadzała w bąd. [10/06/2019]
	*****/
  /***** Koniec fragmentu o wyszukiwarce *****/ }
  .search .sticky-nav nav form#search-form {
    visibility: hidden; }
  .search > header {
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px; }
    .search > header.offset {
      min-height: 125px; }
  .search .archive-text {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .search .archive-text header h1, .search .archive-text header .slide-down a, .slide-down .search .archive-text header a {
      margin-bottom: 12px; }
    .search .archive-text form {
      margin-top: 24px; }
    .search .archive-text input {
      border: none;
      border-bottom: 1px solid black;
      margin-bottom: 12px;
      width: 100%;
      line-height: 1.5; }
      .search .archive-text input:focus {
        outline: none;
        border-color: lightgreen; }
    .search .archive-text .results-found {
      color: grey; }
  .search .search-results .tail {
    overflow: auto;
    width: 800.83px; }
    .search .search-results .tail a {
      display: block; }
    .search .search-results .tail p em {
      background-color: lightgreen;
      padding: 0 1px;
      font-style: normal; }
    .search .search-results .tail p img {
      max-height: 150px;
      margin-top: 6px;
      display: block; }

.search-deails header h1, .search-deails header .slide-down a, .slide-down .search-deails header a {
  margin-bottom: 12px; }

.search-deails li {
  margin-bottom: 24px; }
  .search-deails li label {
    display: block;
    font-weight: bold; }

/* CONSTRUCTION ARCHIVE ABOUT */
.about-archive > header {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
  .about-archive > header.offset {
    min-height: 125px; }

.about-archive .archive-about {
  margin-top: 0 !important;
  margin-bottom: 250px; }
  .about-archive .archive-about header h1, .about-archive .archive-about header .slide-down a, .slide-down .about-archive .archive-about header a {
    margin-bottom: 12px; }

/* CONSTRUCTION ARCHIVE HOW TO SEARCH */
.how-to-search > header {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
  .how-to-search > header.offset {
    min-height: 125px; }

.how-to-search .archive-ht-search {
  margin-top: 0 !important;
  margin-bottom: 250px; }
  .how-to-search .archive-ht-search header h1, .how-to-search .archive-ht-search header .slide-down a, .slide-down .how-to-search .archive-ht-search header a {
    margin-bottom: 12px; }

/* CONSTRUCTION ARCHIVE DIGITIZING */
.digitizing > header {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
  .digitizing > header.offset {
    min-height: 125px; }

.digitizing .archive-digitizing {
  margin-top: 0 !important;
  margin-bottom: 250px; }
  .digitizing .archive-digitizing header h1, .digitizing .archive-digitizing header .slide-down a, .slide-down .digitizing .archive-digitizing header a {
    margin-bottom: 12px; }

/* MAIN SEARCH */
.search header form input[type=text] {
  border: none;
  border-bottom: solid 4px;
  outline: none;
  width: 100%;
  text-align: center; }

.search article {
  margin-bottom: 24px; }

/* 404 page */
.e404 .error {
  margin-bottom: 0; }

/* COLLECTION pages */
body.collection.downloads, body.collection.search, body.collection.collection {
  /***** Ukrywam glowna wyszukiwarkę na wszystkich stronach Kolekcji *****/
  /***** Koniec fragmentu o wyszukiwarce *****/ }
  body.collection.downloads .sticky-nav nav form#search-form, body.collection.search .sticky-nav nav form#search-form, body.collection.collection .sticky-nav nav form#search-form {
    visibility: hidden; }
  body.collection.downloads > header, body.collection.search > header, body.collection.collection > header {
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px; }
    body.collection.downloads > header.offset, body.collection.search > header.offset, body.collection.collection > header.offset {
      min-height: 125px; }

.coll:not(.collection-item) {
  margin-top: 0 !important; }

.coll header h1, .coll header .slide-down a, .slide-down .coll header a {
  margin-bottom: 12px; }

.coll article h3 {
  margin-bottom: 24px; }

.coll .swiper-container {
  position: relative;
  max-height: 540px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 12px; }
  .coll .swiper-container .swiper-slide {
    width: auto;
    max-width: 90%;
    max-height: 540px; }
    .coll .swiper-container .swiper-slide img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      cursor: -webkit-zoom-in;
      cursor: zoom-in; }

.coll .swiper-button-prev {
  left: 20px;
  color: black; }

.coll .swiper-button-next {
  right: 20px;
  color: black; }

.coll .swiper-pagination {
  position: relative;
  text-align: left;
  margin-bottom: 24px; }
  .coll .swiper-pagination .swiper-pagination-bullet {
    width: 66px;
    height: 10px;
    margin-right: 15px;
    border-radius: unset; }
  .coll .swiper-pagination .swiper-pagination-bullet-active {
    background-color: black; }

.coll div.audio audio {
  width: 100%;
  margin-right: 15px; }

.coll .project-description {
  overflow: auto;
  margin-top: 24px; }
  .coll .project-description .cyrillic {
    font-family: 'Roboto', sans-serif; }
  .coll .project-description .project-details {
    float: left;
    margin-top: 24px;
    margin-right: 15px;
    margin-bottom: 0;
    width: 311.332px;
    margin-right: 81.583px; }
    .coll .project-description .project-details:last-of-type {
      width: 229.749px;
      margin-right: 0; }
    .coll .project-description .project-details .signature {
      margin-bottom: 24px; }
  .coll .project-description .label {
    font-weight: bold; }

section.coll {
  position: relative; }
  section.coll ul.text-class-menu {
    font-size: 19px !important;
    position: absolute;
    top: 9px;
    right: 0;
    color: grey; }
    section.coll ul.text-class-menu li {
      cursor: pointer; }
      section.coll ul.text-class-menu li.active {
        color: black; }
      section.coll ul.text-class-menu li:hover {
        color: black; }
      section.coll ul.text-class-menu li:last-of-type {
        margin-right: 0; }
  section.coll.text-class-B h1, section.coll.text-class-B .slide-down a, .slide-down section.coll.text-class-B a {
    margin-bottom: 12px; }
  section.coll.text-class-B p, section.coll.text-class-B ul, section.coll.text-class-B input, section.coll.text-class-B h3 {
    font-size: 19px; }
  section.coll.text-class-B .collection-search .results-found {
    font-size: 16px; }
  section.coll.text-class-C h1, section.coll.text-class-C .slide-down a, .slide-down section.coll.text-class-C a {
    margin-bottom: 12px; }
  section.coll.text-class-C h2, section.coll.text-class-C .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left section.coll.text-class-C ul > li > a {
    font-size: 28px; }
  section.coll.text-class-C p, section.coll.text-class-C ul, section.coll.text-class-C input, section.coll.text-class-C h3 {
    font-size: 24px; }
  section.coll.text-class-C .collection-search .results-found {
    font-size: 19px; }

.bricks-container.text-class-B .brick h2, .bricks-container.text-class-B .brick .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .bricks-container.text-class-B .brick ul > li > a {
  font-size: 21px; }

.bricks-container.text-class-B .brick p {
  font-size: 19px; }

.bricks-container.text-class-C .brick h1, .bricks-container.text-class-C .brick .slide-down a, .slide-down .bricks-container.text-class-C .brick a {
  font-size: 30px; }

.bricks-container.text-class-C .brick h2, .bricks-container.text-class-C .brick .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left .bricks-container.text-class-C .brick ul > li > a {
  font-size: 24px; }

.bricks-container.text-class-C .brick p {
  font-size: 21px; }

.coll .collection-search form {
  margin-top: 24px;
  position: relative; }

.coll .collection-search input {
  border: none;
  border-bottom: 1px solid black;
  margin-bottom: 6px;
  line-height: 1.5; }
  .coll .collection-search input[type=text] {
    width: 100%; }
    .coll .collection-search input[type=text]:focus {
      outline: none;
      border-color: lightgreen; }
  .coll .collection-search input[type=submit] {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 21px;
    padding: 0;
    margin-right: 2px;
    border: none;
    background-color: white;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-position: 0 0; }
  .coll .collection-search input:-webkit-autofill, .coll .collection-search input -webkit-autofill:hover, .coll .collection-search input -webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #f0f0f0 inset !important; }

.coll .collection-search .results-found {
  color: grey;
  font-size: 14px; }

.coll .collection-search .loading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-color: #e4e4e4;
  margin: 5px 0;
  min-width: 100px;
  -webkit-animation: fading 1.5s infinite;
          animation: fading 1.5s infinite; }

@-webkit-keyframes fading {
  0% {
    background-color: #e4e4e4; }
  50% {
    background-color: #f4f4f4; }
  100% {
    background-color: #e4e4e4; } }

@keyframes fading {
  0% {
    background-color: #e4e4e4; }
  50% {
    background-color: #f4f4f4; }
  100% {
    background-color: #e4e4e4; } }

.collection.search .bricks-container.search-results {
  min-height: 0; }
  .collection.search .bricks-container.search-results img.lazy {
    background-color: #e4e4e4;
    -webkit-animation: fading 1.5s infinite;
            animation: fading 1.5s infinite; }

.collection.search .no-results {
  display: none; }

.load7 {
  display: none; }
  .load7 .loader,
  .load7 .loader:before,
  .load7 .loader:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out; }
  .load7 .loader {
    color: #999;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
    .load7 .loader:before, .load7 .loader:after {
      content: '';
      position: absolute;
      top: 0; }
    .load7 .loader:before {
      left: -3.5em;
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .load7 .loader:after {
      left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 10px 0 -1.3em; }
  40% {
    box-shadow: 0 10px 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 10px 0 -1.3em; }
  40% {
    box-shadow: 0 10px 0 0; } }

.pagination {
  margin-top: 100px;
  margin-bottom: -50px;
  display: none; }
  .pagination .pagination__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .pagination .pagination__list li {
      margin: 0 1px; }
      .pagination .pagination__list li.inactive {
        margin: 0 5px; }
      .pagination .pagination__list li a {
        display: inline-block;
        padding: 0 8px; }
        .pagination .pagination__list li a:hover {
          background-color: lightgrey;
          color: black; }
        .pagination .pagination__list li a.active {
          background-color: black;
          color: white;
          opacity: 1; }
        .pagination .pagination__list li a.button {
          margin: 0 10px;
          text-transform: uppercase; }
          .pagination .pagination__list li a.button:hover {
            background-color: transparent; }
          .pagination .pagination__list li a.button.prev-page::before {
            content: "< "; }
          .pagination .pagination__list li a.button.next-page::after {
            content: " >"; }

/* ACCESSIBILITY */
.access article .article-anchor {
  padding-top: 120px;
  margin-top: -144px; }

.collection .collection-search ul.suggester {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
  margin-top: -6px;
  padding: 2px;
  z-index: 100; }
  .collection .collection-search ul.suggester li.highlight {
    color: white;
    background-color: black; }
  .collection .collection-search ul.suggester li:hover {
    background-color: black;
    color: white; }
  .collection .collection-search ul.suggester li a {
    display: block;
    line-height: 2; }

[data-fc-sidecart] {
  background-color: white !important; }

[data-fc-sidecart]::-webkit-scrollbar {
  display: none; }

.fc-container, .fc-sidebar {
  background-color: white !important; }

#fc div, #fc span, #fc h2, #fc .sticky-nav .main-menu .left ul > li > a, .sticky-nav .main-menu .left #fc ul > li > a, #fc h3, #fc h4, #fc h5, #fc p, #fc a, #fc table *, #fc button, #fc address {
  font-family: "Maison", sans-serif !important; }

#fc .fc-fixed-button-right .fc-btn-action {
  background: magenta !important; }

#fc .fc-fixed-button-left .fc-btn-action {
  background-color: #f0f0f0 !important; }

#fc .fc-cart__item__quantity .fc-form-control {
  border: none !important;
  background-color: #f0f0f0 !important;
  box-shadow: none !important; }

#fc .fc-order-quantity {
  font-weight: normal !important; }

#fc .fc-form-control {
  font-family: "Maison" !important;
  border-radius: 0 !important; }

#fc .fc-button {
  border-radius: 0 !important; }

#fc .fc-transaction__shipping-address {
  border-radius: 0 !important;
  margin-left: 0 !important; }

#fc .fc-subtotal__label {
  padding-left: 0 !important; }

#fc .fc-action--checkout--button {
  border-radius: 0 !important;
  border: none !important;
  background: magenta !important;
  text-shadow: none !important; }

#fc .fc-messages__empty-notification {
  border-radius: 0 !important;
  background-color: #f0f0f0 !important; }
  #fc .fc-messages__empty-notification a {
    color: #4d4d4d !important; }

[data-fc-store-page] .main-footer {
  position: static; }

/*** MEDIA QUERIES ***/
/*
@media all and (min-width: 1080px) {
	body {
		background-color: lightgrey;
	}
	.row {
	width: columns-width();
	} 
}
*/
@media all and (max-width: 1023px) and (min-width: 720px) {
  /* LAYOUT */
  .row, .highlight .owl-carousel .item .text-box, .nav-stripes, .sticky-nav nav, .sticky-nav .main-menu, section {
    width: 637.664px; }
  .text-column, .article section.post, .edu, .info, .single-lesson, .single-aid, .single-game, .biuletyn, .tenders, .struktura, .important-docs, .bookshop-page, .single-book, .archived-exhibition, .archived-event, .newsletter-text, .museum, .collection section.post, .staff, .for-media .media, .contact .media, .downlodables-for-media .media, .search-deails, .search .archive-text, .about-archive .archive-about, .how-to-search .archive-ht-search, .digitizing .archive-digitizing, .e404, .coll, .access {
    width: 637.664px; }
  /* STICKY NAV */
  .nav-stripes .first {
    width: 474.498px; }
  .sticky-nav {
    /* MAIN MENU */ }
    .sticky-nav nav form {
      width: 392.915px; }
      .sticky-nav nav form input[type=text] {
        width: 333.915px; }
      .sticky-nav nav form input[type=submit] {
        width: 48px; }
    .sticky-nav .main-menu .left {
      margin-left: 0;
      width: 311.332px; }
    .sticky-nav .main-menu .right {
      width: 311.332px; }
  /* FOOTER */
  .main-footer .footer .first-column {
    width: 229.749px; }
    .main-footer .footer .first-column p {
      margin-left: 81.583px; }
  .main-footer .footer .second-column {
    width: 229.749px; }
    .main-footer .footer .second-column .b-side {
      display: none; }
  .main-footer .footer .third-column {
    width: 148.166px; }
    .main-footer .footer .third-column .b-side {
      display: block; } }

@media all and (max-width: 719px) {
  /* LAYOUT */
  section:last-of-type {
    margin-bottom: 420px; }
  .row, .highlight .owl-carousel .item .text-box, .nav-stripes, .sticky-nav nav, .sticky-nav .main-menu, section {
    width: 311.332px; }
  .text-column, .article section.post, .edu, .info, .single-lesson, .single-aid, .single-game, .biuletyn, .tenders, .struktura, .important-docs, .bookshop-page, .single-book, .archived-exhibition, .archived-event, .newsletter-text, .museum, .collection section.post, .staff, .for-media .media, .contact .media, .downlodables-for-media .media, .search-deails, .search .archive-text, .about-archive .archive-about, .how-to-search .archive-ht-search, .digitizing .archive-digitizing, .e404, .coll, .access {
    width: 311.332px; }
  /* STICKY NAV */
  .nav-stripes .first {
    width: 311.332px; }
  .nav-stripes .second {
    display: none; }
  .sticky-nav {
    /* MAIN MENU */ }
    .sticky-nav nav form {
      display: none;
      width: 392.915px; }
      .sticky-nav nav form input[type=text] {
        width: 333.915px; }
      .sticky-nav nav form input[type=submit] {
        width: 48px; }
    .sticky-nav nav .trigger-buttons {
      margin-left: 81.583px; }
    .sticky-nav nav ul {
      float: right; }
    .sticky-nav .main-menu .left {
      margin-left: 0;
      width: 311.332px; }
    .sticky-nav .main-menu .right {
      width: 311.332px; }
  /* HIGHLIGHT */
  .highlight .owl-carousel .item .text-box h1, .highlight .owl-carousel .item .text-box .slide-down a, .slide-down .highlight .owl-carousel .item .text-box a {
    width: 311.332px;
    font-size: 34px; }
  .highlight .owl-carousel .item .text-box p {
    width: 311.332px;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 12px; }
  .highlight .owl-carousel .item .text-box .icon {
    font-size: inherit; }
  /* FOOTER */
  .main-footer .footer .second-column {
    width: 311.332px; }
    .main-footer .footer .second-column p {
      text-align: left; }
    .main-footer .footer .second-column ul {
      text-align: left; }
    .main-footer .footer .second-column .a, .main-footer .footer .second-column .b, .main-footer .footer .second-column .a {
      width: 148.166px; }
    .main-footer .footer .second-column .social, .main-footer .footer .second-column .newsletter {
      display: block; }
  .main-footer .footer .third-column {
    display: none;
    width: 311.332px; }
  /* ARTICLE */
  .article section.post article iframe {
    width: 311.332px;
    height: 175px; }
  /* SEARCH */
  .search .search-results .tail {
    width: 311.332px; } }

/*** MEDIA QUERIES for COLLECTION PAGES ***/
@media all and (max-width: 1023px) and (min-width: 720px) {
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    display: none; } }

@media all and (max-width: 719px) {
  /*** Ukrywa naglowek z obrazkiem na wszystkich stronach Kollekcji ***/
  .collection header.offset {
    display: none; }
  .collection section.coll {
    margin-top: 135px !important; }
  .collection .swiper-container {
    position: static;
    left: initial;
    right: initial;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0; }
    .collection .swiper-container .swiper-button-prev, .collection .swiper-container .swiper-button-next {
      display: none; }
    .collection .swiper-container .swiper-slide {
      width: 100%;
      height: auto; } }

/*** Media Querires for EDUKATION ***/
@media all and (max-width: 1023px) and (min-width: 720px) {
  .edu-items .edu-categories {
    font-size: 14px; } }

/* PAGE: NEWSLETTER */
@media all and (max-width: 719px) {
  .newsletter .subscribe-form fieldset.main-form {
    width: 311.332px; }
    .newsletter .subscribe-form fieldset.main-form input {
      float: none;
      width: 311.332px; }
      .newsletter .subscribe-form fieldset.main-form input[type="submit"] {
        margin-top: 12px; } }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

.ps-container {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

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