/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined 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/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 when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/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 {
  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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, 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"], /* 1 */
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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/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;
}















/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for
   you to simply add your own. This is a basic template
   after all.
   ---------------------------------------------------------*/

/* Default link styling */

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:focus {
    color: #000;
}

a:active {
    color: #000;
}

/* *{
	box-sizing: border-box;
} */

/* ---------------------------------------------------------
   Author's styles
   ---------------------------------------------------------*/

body {
    font-family: "Source Sans Pro", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    background: url(./squairy_light.webp) repeat #E6EAEA;
}

header {
    background-image: linear-gradient(to right, #004A67 0%, #18A7DB 50%, #004A67 100%);
}

#banner {
    width: 1100px;
    height: 122px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #c4c4c4;
}

#banner>span, #banner>nav {
    float: left;
}

#banner>span, #banner>span>a {
    width: 400px;
    height: 80px;
}

#banner>span {
    margin: 20px 0px 10px 50px;
    padding-right: 25px;
    border-right: 1px solid #c4c4c4;
}

html[lang=pl] #banner>span>a {
    background: url(../img/logo.png) no-repeat transparent;
}

html[lang=en] #banner>span>a {
    /* background: url(../img/logo_WMU.png) no-repeat transparent; */
}

#banner>span>a {
    /* color: #FFF; */
    /* text-indent: -999em; */
    margin: 0;
    display: block;
    /* float: left; */
}

#pasek {
    margin: 0 auto;
    width: 100%;
    height: 13px;
    clear: both;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #F3E1AC), color-stop(0.26, #D6B166), color-stop(0.59, #F3E2AE), color-stop(0.97, #94652C));
    background-image: -moz-linear-gradient(right, #F3E1AC 0%, #D6B166 26%, #F3E2AE 59%, #94652C 97%);
    background-image: -webkit-linear-gradient(right, #F3E1AC 0%, #D6B166 26%, #F3E2AE 59%, #94652C 97%);
    background-image: -ms-linear-gradient(right, #F3E1AC 0%, #D6B166 26%, #F3E2AE 59%, #94652C 97%);
    background-image: linear-gradient(to right, #F3E1AC 0%, #D6B166 26%, #F3E2AE 59%, #94652C 97%);
}

/* main menu */

#banner>nav>ul.menu {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
}

#banner>nav>ul.menu>li {
    float: left;
    position: relative;
}

#banner>nav>ul>li>a {
    display: block;
    font-size: 16px;
    color: #5C5950 !important;
    padding: 50px 20px 10px;
    height: 41px;
    text-decoration: none;
}

#banner>nav>ul>li>a.aktywna {
    /*    border-color: #184C6D;*/
    color: #184C6D;
}

/* Language switcher */

#language {
    float: right;
    display: block;
    margin: 50px 50px 0 0;
}

#language>a {
    display: inline-block;
    width: 29px;
    height: 21px;
}

#language>a:first-child {
    margin-right: 5px;
}

/* #polish {
    background: url(../img/pl.gif) center top no-repeat;
} */

/* #english {
    background: url(../img/en.gif) center top no-repeat;
} */

#kontener {
    width: 1100px;
    /*max-width: 100%;*/
    margin: 0 auto;
    background: white;
    position: relative;
    /*z-index: -10;*/
    border-left: 1px solid #E6EAEA;
    border-right: 1px solid #E6EAEA;
}

#wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

#sidebar {
    width: 25%;
    /*float: left;*/
    border-right: 1px solid #c4c4c4;
    padding-right: 50px;
    color: #5C5950;
}

#main-content {
    width: 74%;
    max-width: 650px;
    /*float: left;*/
    padding-left: 70px;
    padding-right: 30px;
    color: #5C5950;
}

#main-content h1 {
    font-weight: bold;
    font-size: 2em;
    /* color: #004a67; */
    border-bottom: 3px solid #fff;
    padding: 5px 20px 5px 0px;
    margin: 10px 0 10px 0;
    display: inline-block;
}

#main-content h2 {
    font-weight: bold;
    font-size: 1.5em;
    padding: 5px 5px 5px 0px;
    margin: 30px 0 30px 0;
}

#main-content h3 {
    font-weight: bold;
    font-size: 1.25em;
    padding: 5px 5px 5px 0px;
    margin: 10px 0 10px 0;
}

/* #main-content p{
	text-align: justify;
} */

#main-content a {
    text-decoration: none;
    color: #B4522D;
}

#main-content a:hover, #main-content a:focus {
    text-decoration: underline;
}

#main-content p,
#main-content li
 {
    overflow-wrap: break-word;
}


#sidebar>h2 {
    font-size: 1.25em;
    font-weight: bold;
    /* color: #004a67; */
    border-bottom: 3px solid #fff;
    padding: 5px 5px 5px 10px;
    margin: 10px 0 10px 0;
}

#sidebar>ul {
    padding-left: 16px;
    margin: 16px 0 30px 0;
}

#sidebar>ul>li {
    list-style-type: disc;
    padding-block: 2px;
}

#sidebar>ul>li>a {
    text-decoration: none;
}

#sidebar a.highlighted {
    color: #B4522D;
    font-weight: bold;
}

.book {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
}

.book:hover {
    background: #f7f8f7;
}

.icon {
    font-size: 18px;
    margin-right: 5px;
}

.box {
    width: 100%;
    min-height: 20px;
    background: #FFF;
    border-bottom: 1px solid #c4c4c4;
    background: url(./shadow-bottom_srgb.webp) center top no-repeat;
    background-size: contain;
}

.box-wewn {
    /*width: 1040px;*/
    /*margin: 0 auto;*/
    padding: 30px 40px;
}

.box-footer {
    margin: 0 auto 20px auto;
    border-bottom: 6px solid #fff;
}

.footer {
    padding: 15px 0;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.footer span {
    margin: 0 15px;
}

/* ---------------------------------------------------------
   Slider
   ---------------------------------------------------------*/

#slider {
    padding: 5px 0 20px 0;
}

#slider .swiper-pagination-bullets {
    bottom: -5px;
}

.site-name {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.site-name-mobile {
    display: none;
}

#slider-bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* background-image: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0, #3A3128),
		color-stop(0.2, #3A3128),
		color-stop(1, #7F6D51)
	);
	background-image: -moz-linear-gradient(right top, #3A3128 0%, #3A3128 20%, #7F6D51 100%);
	background-image: -webkit-linear-gradient(right top, #3A3128 0%, #3A3128 20%, #7F6D51 100%);
	background-image: -ms-linear-gradient(right top, #3A3128 0%, #3A3128 20%, #7F6D51 100%);
	background-image: linear-gradient(to right top, #3A3128 0%, #3A3128 20%, #7F6D51 100%);
	position: relative; */
    background-image: none;
    background-color: transparent;
}

#slider-bg::after {
    content: "";
    width: 100%;
    height: 0px;
    /* background-color: yellow; */
    display: block;
    position: absolute;
    bottom: 0;
    background-image: url(./shadow-bottom_srgb.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#slider-cover {
    display: block;
    width: 190px;
    height: 260px;
    background-image: none;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: 120px;
    top: 25px;
}

#slider-info {
    width: 400px;
    height: 200px;
    position: absolute;
    z-index: 10;
    left: 370px;
    top: 51px;
    color: #5C5950;
}

#flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 10px 10px;
}

#flex2 {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

#slider-cover {
    position: unset;
    text-align: left
}

#slider-info {
    position: unset;
    text-align: left;
}

#slider-add {
    position: unset;
    text-align: center;
}

#prev, #next {
    background-color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 125px;
    z-index: 10;
    border-radius: 25px;
    /*    box-shadow: 0 0 5px rgba(0,0,0,0.4);*/
}

#next {
    right: 5px;
}

#prev {
    left: 5px;
}

#next>span {
    border-left: 10px solid #fff;
    right: 20px;
}

#prev>span {
    border-right: 10px solid #fff;
    left: 20px;
}

#prev>span, #next>span {
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
}

.swiper-button-disabled {
    cursor: unset !important;
}

.swiper-button-disabled>span {
    opacity: 0.5;
}

/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/

@media print {
    * {
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        background: transparent !important;
    }
    html {
        background-color: #fff;
    }
    /* Hide navigation */
    nav {
        display: none;
    }
    /* Show link destinations in brackets after the link text */
    a[href]:after {
        content: " (" attr(href) ") ";
    }
    a[href] {
        font-weight: bold;
        text-decoration: underline;
        color: #06c;
        border: none;
    }
    /* Don't show link destinations for JavaScript or internal links */
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Show abbr title value in brackets after the text */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    figure {
        margin-bottom: 1em;
        overflow: hidden;
    }
    figure img {
        border: 1px solid #000;
    }
}

/* ---------------------------------------------------------
   Kolory ogólne
   ---------------------------------------------------------*/

.gold {
    color: #9e7e38;
}

/*
*  Tło generujemy na stronie: http://www.css3factory.com/linear-gradients/;
*/

/* ---------------------------------------------------------
   Kolory dla ACEM 004a67
   ---------------------------------------------------------*/

body.acem #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

/* body.acem #sidebar>a.btn-dark {
    color: white;
    background-color: #063263;
} */

body.acem #sidebar>a.btn-light {
    color: #063263;
    border: 1px solid #063263;
    background-color: white;
}

body.acem #sidebar>h3, body.acem #main-content>h3, body.acem #main-content>h4, body.acem .box-footer, body.acem #prev>span, body.acem #next>span {
    color: #063263;
    /* acem-dark */
    border-color: #063263;
    /* acem-dark */
}

body.acem .swiper-pagination-bullet-active {
    background-color: #063263;
}

body.acem .header-bg {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #063163), color-stop(0.15, #2E87C7), color-stop(0.5, #63C6F7), color-stop(0.85, #2E87C7), color-stop(1, #063163));
    background-image: -o-linear-gradient(right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
    background-image: -moz-linear-gradient(right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
    background-image: -webkit-linear-gradient(right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
    background-image: -ms-linear-gradient(right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
    background-image: linear-gradient(to right, #063163 0%, #2E87C7 15%, #63C6F7 50%, #2E87C7 85%, #063163 100%);
}

/* body.acem #slider-cover {
    background-image: url(../img/cover_acem.png);
} */

/* ---------------------------------------------------------
   Style obrazków i lin
   ---------------------------------------------------------*/

.cover-md {
    width: 150px;
    height: 205px;
    margin-right: 10px;
}

.cover-book {
    width: 100px;
    min-width: 100px;
    height: 142px;
    margin-right: 10px;
    border: 1px solid #dadada;
}

hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #C4C4C4;
    color: white;
}

/* ---------------------------------------------------------
   Kolory dla DMP fec328
   ---------------------------------------------------------*/

body.dmp #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

body.dmp #sidebar>a.btn-dark {
    color: white;
    background-color: #9D7424;
}

body.dmp #sidebar>a.btn-light {
    color: #9D7424;
    border: 1px solid #9D7424;
    background-color: white;
}

body.dmp #sidebar>h3, body.dmp #main-content>h3, body.dmp #main-content>h4, body.dmp .box-footer, body.dmp #prev>span, body.dmp #next>span {
    color: #9D7424;
    /* dmp-dark */
    border-color: #9D7424;
    /* dmp-dark */
}

body.dmp .swiper-pagination-bullet-active {
    background-color: #9D7424;
}

body.dmp .header-bg {
    background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #7A5A2B), color-stop(0.15, #E3B52B), color-stop(0.5, #FACC35), color-stop(0.85, #E3B52B), color-stop(1, #7A5A2B));
    background-image: -o-linear-gradient(left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
    background-image: -moz-linear-gradient(left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
    background-image: -webkit-linear-gradient(left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
    background-image: -ms-linear-gradient(left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
    background-image: linear-gradient(to left, #7A5A2B 0%, #E3B52B 15%, #FACC35 50%, #E3B52B 85%, #7A5A2B 100%);
}

/* body.dmp #slider-cover {
    background-image: url(../img/cover_dmp.png);
} */

/* ---------------------------------------------------------
   Kolory dla PZP a8c038
   ---------------------------------------------------------*/

body.pzp #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

body.pzp #sidebar>a.btn-dark {
    color: white;
    background-color: #709232;
}

body.pzp #sidebar>a.btn-light {
    color: #709232;
    border: 1px solid #709232;
    background-color: white;
}

body.pzp #sidebar>h3, body.pzp #main-content>h3, body.pzp #main-content>h4, body.pzp .box-footer, body.pzp #prev>span, body.pzp #next>span {
    color: #709232;
    /* dmp-dark */
    border-color: #709232;
    /* dmp-dark */
}

body.pzp .swiper-pagination-bullet-active {
    background-color: #709232;
}

body.pzp .header-bg {
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, #546B2C), color-stop(0.2, #8BB837), color-stop(0.5, #CCE83F), color-stop(0.8, #8BB837), color-stop(1, #546B2C));
    background-image: -o-linear-gradient(right, #546B2C 0%, #8BB837 20%, #CCE83F 50%, #8BB837 80%, #546B2C 100%);
    background-image: -moz-linear-gradient(right, #546B2C 0%, #8BB837 20%, #CCE83F 50%, #8BB837 80%, #546B2C 100%);
    background-image: -webkit-linear-gradient(right, #546B2C 0%, #8BB837 20%, #CCE83F 50%, #8BB837 80%, #546B2C 100%);
    background-image: -ms-linear-gradient(right, #546B2C 0%, #8BB837 20%, #CCE83F 50%, #8BB837 80%, #546B2C 100%);
    background-image: linear-gradient(to right, #546B2C 0%, #8BB837 15%, #CCE83F 50%, #8BB837 85%, #546B2C 100%);
}

/* body.pzp #slider-cover {
    background-image: url(../img/cover_pzp.png);
} */

/* ---------------------------------------------------------
   Kolory dla PIM f8972a
   ---------------------------------------------------------*/

body.pim #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

body.pim #sidebar>a.btn-dark {
    color: white;
    background-color: #B4522D;
}

body.pim #sidebar>a.btn-light {
    color: #B4522D;
    border: 3px solid #B4522D;
    background-color: #B4522D1A;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

body.pim #sidebar>h2, body.pim #main-content>h2, body.pim #main-content>h3, body.pim .box-footer, body.pim #prev>span, body.pim #next>span {
    color: #B4522D;
    /* dmp-dark */
    border-color: #B4522D;
    /* dmp-dark */
}

body.pim .swiper-pagination-bullet-active {
    background-color: #B4522D;
}

body.pim .header-bg {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #852E14), color-stop(0.25, #F7860D), color-stop(0.5, #FFAA21), color-stop(0.75, #F7860D), color-stop(1, #852E14));
    background-image: -o-linear-gradient(right, #852E14 0%, #F7860D 25%, #FFAA21 50%, #F7860D 75%, #852E14 100%);
    background-image: -moz-linear-gradient(right, #852E14 0%, #F7860D 25%, #FFAA21 50%, #F7860D 75%, #852E14 100%);
    background-image: -webkit-linear-gradient(right, #852E14 0%, #F7860D 25%, #FFAA21 50%, #F7860D 75%, #852E14 100%);
    background-image: -ms-linear-gradient(right, #852E14 0%, #F7860D 25%, #FFAA21 50%, #F7860D 75%, #852E14 100%);
    background-image: linear-gradient(to right, #852E14 0%, #F7860D 20%, #FFAA21 50%, #F7860D 80%, #852E14 100%);
}

/* body.pim #slider-cover {
    background-image: url(../img/cover_pim.png);
} */

/* ---------------------------------------------------------
   Kolory dla CEMS 8D1433
   ---------------------------------------------------------*/

body.cems #sidebar>a.btn {
    display: block;
    text-decoration: none;
    padding: .5em;
    margin-bottom: 1em;
}

body.cems #sidebar>a.btn-dark {
    color: white;
    background-color: #691D2B;
}

body.cems #sidebar>a.btn-light {
    color: #691D2B;
    border: 1px solid #691D2B;
    background-color: white;
}

body.cems #sidebar>h3, body.cems #main-content>h4, body.cems .box-footer, body.cems #prev>span, body.cems #next>span {
    color: #691D2B;
    /* dmp-dark */
    border-color: #691D2B;
    /* dmp-dark */
}

body.cems .swiper-pagination-bullet-active {
    background-color: #691D2B;
}

body.cems .header-bg {
    background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #3D0712), color-stop(0.15, #BD2850), color-stop(0.5, #E83A6B), color-stop(0.85, #BD2850), color-stop(1, #3D0712));
    background-image: -o-linear-gradient(left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
    background-image: -moz-linear-gradient(left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
    background-image: -webkit-linear-gradient(left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
    background-image: -ms-linear-gradient(left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
    background-image: linear-gradient(to left, #3D0712 0%, #BD2850 15%, #E83A6B 50%, #BD2850 85%, #3D0712 100%);
}

/* body.cems #slider-cover {
    background-image: url(../img/cover_cems.png);
} */

/* ---------------------------------------------------------
   Kolory dla Wydawnictwa (publisherpublisher) 550f32
   ---------------------------------------------------------*/

body.publisher #sidebar>h3, body.publisher #main-content>h4, body.publisher .box-footer, body.publisher #prev>span, body.publisher #next>span {
    color: #550f32;
    /* dmp-dark */
    border-color: #550f32;
    /* dmp-dark */
}

body.publisher .swiper-pagination-bullet-active {
    background-color: #550f32;
}

body.publisher .header-bg {
    background-image: -webkit-gradient( linear, right top, left top, color-stop(0, #561032), color-stop(0.15, #8F083E), color-stop(0.5, #C70A59), color-stop(0.85, #8F083E), color-stop(1, #561032));
    background-image: -o-linear-gradient(left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
    background-image: -moz-linear-gradient(left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
    background-image: -webkit-linear-gradient(left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
    background-image: -ms-linear-gradient(left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
    background-image: linear-gradient(to left, #561032 0%, #8F083E 15%, #C70A59 50%, #8F083E 85%, #561032 100%);
}

/* body.publisher #slider-cover {
    background-image: url(../img/5-lecie_www_slider.png);
} */

/*
style dla wydawnictwa
*/

.price {
    display: block;
    color: #85093C !important;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border: 2px solid #85093C;
    border-radius: 80px;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    /*background:#85093C;*/
    position: absolute;
    right: 70px;
    bottom: 20px;
    box-shadow: 3px 3px 3px #c8c8c8;
}

/*.price {
	font-weight: normal;
	width:60px;
	height:60px;
	border-radius:60px;
	font-size:20px;
	color:#fff;
	line-height:60px;
	text-align:center;
	background:#85093C;
	position: absolute;
	right: 70px;
	bottom: 10px;
	box-shadow: 0 0 3px gray;
}*/

/*.price:after{
	content: '';
	display: block;
	border: 1px solid #fff;
	position: relative;
	z-index: 100;
	width: 50px;
	height: 50px;
	margin-top: -56px;
	margin-left: 4px;
	border-radius: 50px;
}*/

.first-title {
    font-weight: bold;
    font-size: 18px;
    color: #86073C;
    /*rgb(134,7,60)*/
}

.second-title {
    font-weight: bold;
    color: #86073C;
    /*rgb(134,7,60)*/
}

.book-dsc-1 {
    /*display: none;*/
}

.book-dsc-2 {
    display: none;
    border-bottom: 1px solid #c4c4c4;
    padding: 5px 15px;
}

/* ---------------------------------------------------------
   Tabele
   ---------------------------------------------------------*/

table {
    margin-top: 20px;
}

table tr {
    border-bottom: 1px solid #c4c4c4;
}

table {
    border-collapse: collapse;
}

tbody>tr>td, thead>tr>th {
    padding-top: 8px;
    padding-bottom: 8px;
}

tbody>tr>td>a {
    padding-left: 18px;
    padding-right: 18px;
}

#tab-one {
    width: 100%;
}

#tab-one>tbody>tr>td:nth-child(1) {
    padding-left: 18px;
    padding-right: 18px;
}

/* ---------------------------------------------------------
   FAQ
   ---------------------------------------------------------*/

#faq dt, #faqs dd {
    padding: 0 0 0 0;
}

#faq dt {
    font-size: 16px;
    color: #5C5950;
    cursor: pointer;
    /*height: 20px;*/
    line-height: 20px;
    margin: 10px 0 0 0;
}

#faq dd {
    font-size: 1em;
    margin: 0 0 20px 22px;
}

#faq dt {
    /*background: url(../img/expand-icon.png) no-repeat left;*/
}

#faq .expanded {
    /*background: url(../img/expanded-icon.png) no-repeat left;*/
}

.icon::before {
    display: inline-block;
    margin-right: .5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #9e7e38;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* ---------------------------------------------------------
   Swiper slajder
   ---------------------------------------------------------*/

.swiper-container {
    /* width: 830px; */
    height: 305px;
    /*background: #dadada;*/
}

/* .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
} */

.swiper-slide {
    color: white;
    font-size: 16px;
}

/* #slider-bg{
	top:45px;
	left: 0;
	right: 0;
	position: absolute;
} */

/* okładki do slajderów */

.slider-info {
    width: 100%;
    height: 30px;
    background-size: cover;
    position: absolute;
    color: whitesmoke;
    font-size: 20px;
    top: 28px;
    text-align: center;
}

#journals .slider-cover {
    width: 150px;
    height: 205px;
    background-color: white;
    background-size: cover;
    position: absolute;
}

#books .slider-cover {
    width: 136px;
    height: 205px;
    background-color: white;
    background-size: cover;
    position: absolute;
}

.img-bg {
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.img-bg:hover {
    /* width: 100%;
    height: 100%;
    opacity: 0.2; */
}

.slider-cover:hover {
    z-index: 20;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 300ms ease-in-out;
}

/* czasopisma */

#journals .cover-1 {
    z-index: 10;
    left: 200px;
    top: 60px;
}

#journals .cover-2 {
    z-index: 11;
    left: 340px;
    top: 70px;
}

#journals .cover-3 {
    z-index: 12;
    left: 480px;
    top: 80px;
}

#journals .cover-4 {
    z-index: 11;
    left: 620px;
    top: 70px;
}

#journals .cover-5 {
    z-index: 10;
    left: 760px;
    top: 60px;
}



#next:hover, #prev:hover {
    cursor: pointer;
}

.warning {
    color: red !important;
    color: inherit;
}

/* Wygląd listy artykułów */

.article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article p {
    padding: 0;
    margin: 0;
}

#main-content .article a {
    text-decoration: none;
    color: #5C5950;
}

#main-content .article-count {
    font-size: 29px;
    letter-spacing: -2px;
    color: #d5d5d5;
    text-align: left;
    width: 40px;
    padding-top: 3px;
    padding-right: 3px;
    text-align: center;
}

#main-content .article-description {
    padding: 10px;
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
    width: 610px;
    /*  */
}

#main-content .article-description:hover {
    background: #f7f8f7;
}

#main-content .article-title {
    padding: 6px 0;
    font-weight: bold;
}

#main-content .article-type {
    font-size: 13px;
}

#main-content .article-pages {
    font-size: 14px;
    text-align: right;
}

#main-content .article-authors {
    font-size: 14px;
}

/* Wygląd pojedynczegio artykułu */

#art .btn-pdf {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    color: white;
    float: right;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
    border-width: 1px;
    border-style: solid;
}

body.acem #art .btn-pdf {
    border-color: #063163;
    background-color: #1A5C96;
    text-shadow: 1px 1px #063163;
}

body.pim #art .btn-pdf {
    border-color: #883014;
    background-color: #B15011;
    text-shadow: 1px 1px #883014;
}

body.pzp #art .btn-pdf {
    border-color: #556C2C;
    background-color: #6F9031;
    text-shadow: 1px 1px #556C2C;
}

body.dmp #art .btn-pdf {
    border-color: #7A5A2B;
    background-color: #BA922B;
    text-shadow: 1px 1px #7A5A2B;
}

body.cems #art .btn-pdf {
    border-color: #440915;
    background-color: #831934;
    text-shadow: 1px 1px #440915;
}

#art .btn-pdf:hover, #art .btn-pdf:focus {
    text-decoration: none;
    opacity: 0.9;
}

#art p {
    padding: 0 0 .5rem 0;
    margin: 0;
}

#art>section>p.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    /* disable icons */
}

#art>section {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c4c4c4;
}

#art>section:last-child {
    border: none;
}

#art img.icon {
    vertical-align: middle;
    margin: 0 15px;
}

#art .section-header {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: 15px;
}

#art .art-info {
    font-size: 14px;
}

#art .art-title {
    font-size: 26px;
    line-height: 1.1;
    padding-bottom: 15px;
}

#art .art-author {
    font-size: 16px;
    padding-bottom: 15px;
}

#art .art-affil {
    font-size: 14px;
}

#art .art-icons {
    /* display: none; */
}

#art .art-abstract {}

#art .art-keyword {}

#art .art-reference>ol {
    margin-top: 0;
    padding-left: 20px;
}

/* img.flag {
    position: absolute;
    padding: 10px;
    background: transparent;
    z-index: 0;
    right: -45px;
}

img.flag:hover {
    cursor: pointer;
}

img.flag-en {
    top: 20px;
}

img.flag-pl {
    top: 60px;
}

img.flag-active {
    background: white none repeat scroll 0% 0%;
} */

/*
wyszukiwarka
*/

label {
    width: 100px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

input[type=text] {
    width: 300px;
    padding: 5px;
}

/*ahead of print*/

#main-content .aop {
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #c4c4c4;
    display: block;
    padding-bottom: 16px;
    padding-top: 8px;
}

#main-content .aop>a {
    color: #5C5950;
}

/* miniaturka pełnych numerów */

#main-content a.full-number {
    display: block;
    color: #5C5950;
    text-decoration: none;
}

#main-content a.full-number:hover {
    color: #000;
}

img.cover-min {
    width: 88px;
    height: 120px;
    margin-right: 20px;
    vertical-align: top;
}

.full-number span {
    vertical-align: top;
}

/*ikony społecznosciowe*/

#slide_menu {
    width: 46px;
    position: fixed;
    right: 0px;
    top: 219px;
    z-index: 100;
}

#slide_menu_content {
    width: 46px;
    height: 120px;
    background-color: #561032;
    position: relative;
    float: right;
    border-bottom: 5px solid #B49549;
}

#slide_menu_content>img {
    max-width: none;
}

#slide_menu_button {
    width: 46px;
    height: 46px;
    background-color: #561032;
    cursor: pointer;
}

/* new styles 02.02.2021 */

.kursywa {
    font-style: italic;
}

.indeks-gorny, .indeks_gorny {
    vertical-align: super;
}

.indeks-dolny, .indeks_dolny {
    vertical-align: sub;
}

.naglowek-w-streszczeniu, .naglowek_w_streszczeniu {
    font-weight: bold;
}

.polgrube {
    font-weight: bold;
}

body.acem #main-content h1, body.acem #main-content h2, body.acem #main-content h3, body.acem #main-content h4 {
    color: #316DA1;
}

body.dmp #main-content h1, body.dmp #main-content h2, body.dmp #main-content h3, body.dmp #main-content h4 {
    color: #9D7424;
}

body.pim #main-content h1, body.pim #main-content h2, body.pim #main-content h3, body.pim #main-content h4 {
    color: #B4522D;
}

/* body.pim #main-content a {
    color: #B4522D;
    text-decoration: underline;
} */

body.acem #main-content .referAnchor, body.acem #main-content .tableAnchor, body.acem #main-content .figureAnchor, body.acem #main-content .equationAnchor {
    color: #316DA1;
    font-weight: bold;
    padding: 2px;
}

body.dmp #main-content .referAnchor, body.dmp #main-content .tableAnchor, body.dmp #main-content .figureAnchor, body.dmp #main-content .equationAnchor {
    color: #9D7424;
    font-weight: bold;
    padding: 2px;
}

body.pim #main-content .referAnchor, body.pim #main-content .tableAnchor, body.pim #main-content .figureAnchor, body.pim #main-content .equationAnchor {
    color: #B4522D;
    font-weight: bold;
    padding: 2px;
}


/* fix color anchor for table header*/
body.pim  #main-content table > thead .referAnchor{
    color: #fff;
}

.figureContainer, .equationContainer, .tableContainer {
    display: block;
    padding: 25px 10px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.figureAnchor, .equationAnchor, .tableAnchor, .referAnchor {
    cursor: pointer;
}

.figureSource>img {
    max-width: 560px;
    width: 100%;
    height: auto;
}

.equationSource>img {
    max-width: 560px;
    width: 100%;
    height: auto;
}

body.acem .figureCoption,
body.acem .equationCoption,
body.acem .tablesCoption {
    font-weight: bold;
    color: #316DA1;
    margin-top: 5px;
}
body.dmp .figureCoption,
body.dmp .equationCoption,
body.dmp .tablesCoption {
    font-weight: bold;
    color: #9D7424;
    margin-top: 5px;
}

body.pim .figureCoption,
body.pim .equationCoption,
body.pim .tablesCoption {
    font-weight: bold;
    color: #B4522D;
    margin-top: 5px;
}

body.acem .tablesCoption {
    font-weight: bold;
    color: #316DA1;
    margin-top: 32px;
}

body.dmp .tablesCoption {
    font-weight: bold;
    color: #9D7424;
    margin-top: 32px;
}

body.pim .tablesCoption {
    font-weight: bold;
    color: #B4522D;
    margin-top: 32px;
}

table {
    border-collapse: collapse;
    border: 1px solid #dadada;
}

table td {
    border: 1px solid #dadada;
    padding: 4px;
}

table th {
    border: 1px solid #dadada;
    padding: 4px 6px;
}

table th>p, table td>p {
    margin-bottom: 0;
}

body.acem table>thead {
    background-color:#308DCB;
    color: white;
}

body.dmp table>thead {
    background-color:#9D7424;
    color: white;
}

body.pim table>thead {
    background-color:#B4522D;
    color: white;
}

/* Update search bold */

.bold-search {
 font-weight: bolder;
}

.search-bg {
    background-color: #691d2b;
}

/*  Black border */
.border-black {
    border: 1px solid black;
    padding: 5px;
}

/* ---------------------------------------------------------
   Responsives styles
   ---------------------------------------------------------*/

@media screen and (max-width: 1100px) {
    #banner {
        width: 900px;
    }
    #kontener {
        width: 900px;
    }
    #slider-bg, #slider-bg::after {
        width: 100%;
    }
    #slider-cover {
        left: 100px;
    }
    #slider-info {
        left: 350px;
    }
    #banner>span {
        margin-left: 27px;
        padding-right: 10px;
    }
    #banner>nav>ul>li>a {
        padding: 50px 8px 10px;
        height: 41px;
    }
    #sidebar {
        width: 25%;
        padding-right: 30px;
    }
    .box-wewn {
        padding: 20px 30px;
    }
    #main-content {
        width: 75%;
        padding-left: 40px;
        padding-right: 1px;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.25em;
        line-height: 1.5;
    }
    #navigation {
        display: none;
    }

    /* #slider {
        display: none;
    } */

    #banner {
        /* width: 600px; */
        width: 100%;
    }
    #kontener {
        /* width: 600px; */
        width: 100%;
    }
    #wrapper {
        display: block;
    }

    #slider-bg, #slider-bg::after {
        width: 100%;
    }
    .swiper-container {
        /* width: 530px; */
        width: 100vw !important;
        /* height: 305px; */
        /* background: #dadada; */
    }
    #flex {
        padding: 10px 10px 10px 10px;

    }
    #slider-cover {
        left: 30px;
        top: 60px;
        width: 150px !important;
        height: 205px !important;
    }
    #slider-info {
        left: 190px;
        top: 55px;
        width: 50%;
        line-height: 1.3;
    }

    #slider-info > p {
        margin: 0;
    }

    .site-name {
        display: none;
    }

    .site-name-mobile {
        display: block;
        text-align: center;
        font-size: 2em;
        color: #B4522D;
    }

    #slider-add {
        display: none;
    }

    #prev, #next {
        display: none;
    }

    #banner>span {
        margin-left: 27px;
        padding-right: 10px;
        border-right: none;
    }
    #banner > span, #banner > span > a {
        width: auto;
        height: 80px;
    }
    #banner>nav>ul>li>a {
        padding: 50px 8px 10px;
        height: 41px;
    }
    #sidebar {
        width: 100%;
        padding-right: 30px;
        border-right: none;
    }
    #sidebar>h2, #main-content>h2 {
        font-size: 1.25em;
    }
    #sidebar > ul {
        padding-left: 1em;
        margin: 16px 0 30px 0;
    }
    .box-wewn {
        padding: 16px 30px;
    }
    #main-content {
        width: 100%;
        padding-left: 0px;
        padding-right: 1px;
    }
    #journals .cover-1 {
        left: 30px;
    }
    #journals .cover-2 {
        left: 80px;
    }
    #journals .cover-3 {
        left: 130px;
    }
    #journals .cover-4 {
        left: 179px;
    }
    #journals .cover-5 {
        left: 226px;
    }
}



.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;visibility:hidden;flex-direction:column;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.85);opacity:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal--noClose .tingle-modal__close{display:none}.tingle-modal__close{position:fixed;top:2.5rem;right:2.5rem;z-index:1000;padding:0;width:2rem;height:2rem;border:none;background-color:transparent;color:#fff;cursor:pointer}.tingle-modal__close svg *{fill:currentColor}.tingle-modal__closeLabel{display:none}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;will-change:transform,opacity}.tingle-modal-box__content{padding:3rem 3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;right:0;left:0;overflow:hidden}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{animation:scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.6rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.8rem;width:1.6rem;vertical-align:middle;font-size:0}}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.tingle-modal:before{position:fixed;top:0;right:0;bottom:0;left:0;content:"";-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:none}.tingle-enabled .tingle-content-wrapper{filter:none}}@keyframes scale{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}


/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
