/* color */
/* // color */
/* font family */
.font, .header__search--act .search__content ul li a em {
  font-family: 'Nunito Sans', sans-serif;
  text-rendering: geometricPrecision;
}

.customFont, .header__search--act .search__content ul li a, .header__search--act .search__content ul li a.all, .article em, .page404__content h2, .detail h1, .detail h2, .detail h2.title--desc, .hpArticle .hpNews h2, .hpArticle .hpBlog h2, .sliderHp article h1, .slider .articleList__top h2, .articleList article .articleList__top h2, .articleList--full article .articleList__text h2, .casopisy__archiv li a, .casopis__obsahArticle h3, .articleTop--text h2, .blogList__article h2, .blogDetail h1, .articleAside a h2, .akceTop__text h2, .akceList__article h2, .akceDetail h1 {
  font-family: 'Lora', serif;
  text-rendering: geometricPrecision;
}

/* // font family */
/* font size */
.fontXs, .header__search--act .search__content ul li a.all, .header__lang, .footer__right h3,
.footer__right h3.jtoggle--resp, .footer__right ul li a, .list__download li, .hpArticle .hpBlog--date, .hpNewsletter p, .sliderHp article .btn, .sliderHp article .label--novinka, .slider .articleList__top + a, .articleList article .articleList__top + a, .articleList article span, .sectionFilters .customCheckbox label, .sectionDownloads article a, .form--btn, .casopis__obsahArticle h3 small, .casopis__obsahArticle--nav, .casopis__clanek .smallLink, .articleTop--text date, .blogList__article date, .blogDetail p.blogDetail__info {
  font-size: 0.875em;
  line-height: 1.35em;
}

.fontMd, .kontakt h3, .kontakt__address, .articleList--full article .articleList__text h2, .breadcrumbs a, .detail .casopis__obsah h2 {
  font-size: 1.25em;
  line-height: 1.3em;
}

/* // font size */
.text--right {
  text-align: right;
}

/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* typografy */
strong {
  font-weight: 800;
}

p {
  margin-bottom: 0.9rem;
}

/* */
.text-center {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:after, .grid:after, .footer:after, .hpNewsletter:after {
  content: "";
  display: table;
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* breakpoints
@include respond-to('lg') {
  color: blue;
}
*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 910px) {
  .grid {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

[class*='grid__'] {
  padding: 0 1em;
  width: 100%;
  min-height: 1px;
}

.grid__1 {
  width: 8.33333%;
}

@media (max-width: 910px) {
  .grid__1 {
    width: 100%;
    padding: 0;
  }
}

.grid__2 {
  width: 16.66667%;
}

@media (max-width: 910px) {
  .grid__2 {
    width: 100%;
    padding: 0;
  }
}

.grid__3 {
  width: 25%;
}

@media (max-width: 910px) {
  .grid__3 {
    width: 100%;
    padding: 0;
  }
}

.grid__4 {
  width: 33.33333%;
}

@media (max-width: 910px) {
  .grid__4 {
    width: 100%;
    padding: 0;
  }
}

.grid__5 {
  width: 41.66667%;
}

@media (max-width: 910px) {
  .grid__5 {
    width: 100%;
    padding: 0;
  }
}

.grid__6 {
  width: 50%;
}

@media (max-width: 910px) {
  .grid__6 {
    width: 100%;
    padding: 0;
  }
}

.grid__7 {
  width: 58.33333%;
}

@media (max-width: 910px) {
  .grid__7 {
    width: 100%;
    padding: 0;
  }
}

.grid__8 {
  width: 66.66667%;
}

@media (max-width: 910px) {
  .grid__8 {
    width: 100%;
    padding: 0;
  }
}

.grid__9 {
  width: 75%;
}

@media (max-width: 910px) {
  .grid__9 {
    width: 100%;
    padding: 0;
  }
}

.grid__10 {
  width: 83.33333%;
}

@media (max-width: 910px) {
  .grid__10 {
    width: 100%;
    padding: 0;
  }
}

.grid__11 {
  width: 91.66667%;
}

@media (max-width: 910px) {
  .grid__11 {
    width: 100%;
    padding: 0;
  }
}

.grid__12 {
  width: 100%;
}

@media (max-width: 910px) {
  .grid__12 {
    width: 100%;
    padding: 0;
  }
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -.8rem;
  margin-left: -.8rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  text-align: start;
}

.center-xs {
  text-align: center;
}

.end-xs {
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 580px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 740px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 910px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  clear: both;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
  ===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -25px;
  width: 100%;
  height: 55px;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../i/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 800;
  color: #666;
  padding-top: .5em;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  border-radius: 50%;
  border: 2px solid #7f868c;
}

@media (max-width: 910px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 10px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #7f868c;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='36'%3E%3Cpath fill='%23313131' d='M20.636 3.825L6.459 18l14.177 14.175c.219.218.364.541.364.83 0 .29-.145.613-.363.831l-1.801 1.803c-.219.216-.542.361-.832.361a1.25 1.25 0 0 1-.831-.361L.364 18.83A1.234 1.234 0 0 1 0 18c0-.289.145-.613.364-.83L17.173.362c.218-.217.542-.362.831-.362.29 0 .613.145.832.362l1.801 1.802c.218.218.363.508.363.831a1.242 1.242 0 0 1-.364.83z'/%3E%3C/svg%3E");
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 740px) {
  .bx-wrapper .bx-prev {
    left: -35px;
  }
}

.bx-wrapper .bx-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='36'%3E%3Cpath fill='%23d22d40' d='M20.636 3.825L6.459 18l14.177 14.175c.219.218.364.541.364.83 0 .29-.145.613-.363.831l-1.801 1.803c-.219.216-.542.361-.832.361a1.25 1.25 0 0 1-.831-.361L.364 18.83A1.234 1.234 0 0 1 0 18c0-.289.145-.613.364-.83L17.173.362c.218-.217.542-.362.831-.362.29 0 .613.145.832.362l1.801 1.802c.218.218.363.508.363.831a1.242 1.242 0 0 1-.364.83z'/%3E%3C/svg%3E");
}

.bx-wrapper .bx-next {
  right: -50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='36'%3E%3Cpath fill='%23313131' d='M.364 32.175L14.541 18 .364 3.825A1.238 1.238 0 0 1 0 2.995c0-.29.145-.613.364-.831L2.165.362C2.383.145 2.707 0 2.996 0c.289 0 .613.145.83.362l16.81 16.808c.219.217.364.54.364.83 0 .289-.146.613-.364.83L3.826 35.638a1.243 1.243 0 0 1-.83.362 1.25 1.25 0 0 1-.832-.362L.363 33.836A1.179 1.179 0 0 1 0 33.005c0-.289.145-.612.364-.83z'/%3E%3C/svg%3E");
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 740px) {
  .bx-wrapper .bx-next {
    right: -35px;
  }
}

.bx-wrapper .bx-next:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='36'%3E%3Cpath fill='%23d22d40' d='M.364 32.175L14.541 18 .364 3.825A1.238 1.238 0 0 1 0 2.995c0-.29.145-.613.364-.831L2.165.362C2.383.145 2.707 0 2.996 0c.289 0 .613.145.83.362l16.81 16.808c.219.217.364.54.364.83 0 .289-.146.613-.364.83L3.826 35.638a1.243 1.243 0 0 1-.83.362 1.25 1.25 0 0 1-.832-.362L.363 33.836A1.179 1.179 0 0 1 0 33.005c0-.289.145-.612.364-.83z'/%3E%3C/svg%3E");
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  outline: 0;
  width: 13px;
  height: 22px;
  text-indent: -9999px;
  z-index: 99;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

body,
html,
input,
textarea,
select,
button {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 'Nunito Sans', sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fff;
  color: #313131;
}

@media (max-width: 1180px) {
  body {
    overflow-x: hidden;
  }
}

a,
a:not([href]) {
  cursor: pointer;
  color: #000;
  -webkit-transition: .3s color;
  transition: .3s color;
}

a:hover,
a:not([href]):hover {
  color: #d22d40;
  text-decoration: none;
}

a:active,
a:not([href]):active {
  color: #000;
}

@media (max-width: 910px) {
  a:not([href]):hover {
    color: #000;
  }
  a:not([href]):hover .ico {
    color: #838a90;
  }
}

.container {
  max-width: 1180px;
  width: 100%;
  padding: 0 1em;
  margin: auto;
}

.container--main {
  padding-bottom: 3em;
}

@media (max-width: 910px) {
  .container--main {
    padding-bottom: 0em;
  }
}

.container--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}

@media (max-width: 1180px) {
  .container--main {
    margin-top: .5em;
  }
}

.container--main .aside {
  width: 20%;
}

@media (max-width: 910px) {
  .container--main .aside {
    width: 100%;
  }
}

.container--main .aside--blog {
  width: 28%;
}

@media (max-width: 740px) {
  .container--main .aside--blog {
    width: 100%;
  }
}

.container--main .main {
  width: 72%;
}

@media (max-width: 910px) {
  .container--main .main {
    width: 100%;
  }
}

.container--main .main--top {
  width: 100%;
  padding-left: 28%;
}

@media (max-width: 910px) {
  .container--main .main--top {
    padding: 0;
  }
}

.container--main .main--top .title--h1, .container--main .main--top .page404__content h2, .page404__content .container--main .main--top h2, .container--main .main--top .detail h1, .detail .container--main .main--top h1, .container--main .main--top .sliderHp article h2, .sliderHp article .container--main .main--top h2, .container--main .main--top .articleTop--text h2, .articleTop--text .container--main .main--top h2, .container--main .main--top .blogDetail h1, .blogDetail .container--main .main--top h1, .container--main .main--top .akceTop__text h2, .akceTop__text .container--main .main--top h2, .container--main .main--top .akceDetail h1, .akceDetail .container--main .main--top h1 {
  margin-bottom: .7em;
}

.container--main .title--h1, .container--main .page404__content h2, .page404__content .container--main h2, .container--main .detail h1, .detail .container--main h1, .container--main .sliderHp article h2, .sliderHp article .container--main h2, .container--main .articleTop--text h2, .articleTop--text .container--main h2, .container--main .blogDetail h1, .blogDetail .container--main h1, .container--main .akceTop__text h2, .akceTop__text .container--main h2, .container--main .akceDetail h1, .akceDetail .container--main h1 {
  width: 100%;
}

/* aside__nav */
.jtoggle--resp {
  text-decoration: underline;
  margin: .25em 0 1em 0;
}

.jtoggle--resp .ico {
  top: 5px;
  margin-left: .3em;
}

.aside__nav {
  margin: 1em 0 0 0;
}

@media (max-width: 910px) {
  .aside__nav {
    margin: .5em 0 1em 0;
  }
}

.aside__nav ul li {
  margin: 0 0 .5em 0;
}

@media (max-width: 910px) {
  .aside__nav ul li {
    display: inline-block;
    margin-right: 1em;
  }
}

.aside__nav ul li a {
  text-decoration: none;
  color: #838a90;
  font-weight: 800;
}

.aside__nav ul li a:hover {
  color: #313131;
}

.aside__nav ul li.act a {
  font-weight: 800;
  color: #d22d40;
}

.aside__nav h4 {
  font-weight: 800;
  color: #000000;
}

.aside__nav .aside__issuu {
  border-top: 1px solid #e5e9ec;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

/*//aside__nav*/
@media (max-width: 740px) {
  .displayN-md {
    display: none;
  }
}

iframe {
  max-width: 100%;
}

.header {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
}

.header--act {
  background-color: #fff;
}

@media (max-width: 740px) {
  .header {
    margin: 0 -1em;
    padding: 1em;
  }
}

@media (max-width: 580px) {
  .header__logo img {
    width: 230px;
    height: auto;
  }
}

.header__search {
  background-color: #efebe8;
  height: 43px;
  max-width: 500%;
  width: 500px;
  padding-right: 1em;
  position: relative;
}

@media (max-width: 1180px) {
  .header__search {
    width: calc(100% - 420px - 2em);
    float: right;
  }
}

@media (max-width: 740px) {
  .header__search {
    float: none;
    width: calc(100%);
    margin-top: .5em;
  }
}

.header__search .search__button {
  display: block;
  width: 34px;
  height: 30px;
  border: 0;
  background-color: transparent;
  position: relative;
  top: 6px;
  cursor: pointer;
  float: right;
}

.header__search .search__button svg {
  position: relative;
  top: 0;
  left: 0;
}

@media (max-width: 740px) {
  .header__search .search__button svg {
    color: #d22d40;
  }
}

.header__search .search__button:focus {
  outline: 0;
}

.header__search .search__button:hover svg {
  color: #d22d40;
}

.header__search .search__input {
  border: 0;
  line-height: 43px;
  height: 43px;
  width: calc(100% - 40px);
  background-color: transparent;
  font-size: 1.25em;
  font-weight: 400;
  padding: 0 .5em;
}

.header__search .search__input:focus {
  outline: none;
  border: 0;
}

.header__search .search__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.header__search .search__input:focus:-moz-placeholder {
  color: transparent;
}

.header__search .search__input:focus::-moz-placeholder {
  color: transparent;
}

.header__search .search__input:focus:-ms-input-placeholder {
  color: transparent;
}

.header__search--act {
  z-index: 999;
  background-color: #fff;
}

.header__search--act .search__input {
  background-color: #fff;
}

.header__search--act .search__content {
  position: absolute;
  top: 48px;
  width: 100%;
  padding: 1em;
  background-color: #fff;
}

.header__search--act .search__content h4 {
  text-transform: uppercase;
  margin-bottom: .6em;
}

.header__search--act .search__content ul {
  margin-bottom: 1em;
}

.header__search--act .search__content ul li {
  margin-bottom: .5em;
}

.header__search--act .search__content ul li a {
  text-decoration: none;
  font-weight: 800;
}

.header__search--act .search__content ul li a:hover .angle-right {
  color: #d22d40;
}

.header__search--act .search__content ul li a em {
  font-weight: normal;
}

.header__search--act .search__content ul li a.all {
  display: inline-block;
  margin-top: 1em;
  text-decoration: underline;
}

.header__search--act .search__content ul li a.all .angle-right {
  color: #000;
  top: 5px;
  margin-left: .2em;
}

.header__search--act .search__content ul li a.all:hover {
  text-decoration: none;
}

.header__search--act .search__content ul li a strong {
  background-color: #e5e9ec;
}

@media (max-width: 1180px) {
  .header__lang {
    display: none;
  }
}

.header__lang span {
  font-weight: 800;
}

.header__navToggle {
  width: 30px;
  height: 45px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  position: relative;
}

@media (max-width: 740px) {
  .header__navToggle {
    display: block;
  }
}

.header__navToggle strong {
  font-size: .75em;
  text-transform: uppercase;
  color: #d22d40;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  right: -4px;
}

.header__navToggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d22d40;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header__navToggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header__navToggle span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header__navToggle span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header__navToggle.act span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
  left: 4px;
}

.header__navToggle.act span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.header__navToggle.act span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 18px;
  left: 4px;
}

.header__nav {
  width: 100%;
  padding: 2em 0 0 0;
}

@media (max-width: 740px) {
  .header__nav {
    display: none;
    position: absolute;
    top: 85px;
    background-color: #fff;
    padding: 0 1em;
    width: calc(100%);
    margin: 0 -1em;
  }
}

.header__nav > ul {
  border-bottom: 1px solid #d6dadd;
  position: relative;
}

@media (max-width: 740px) {
  .header__nav > ul {
    padding-bottom: 1em;
    border-bottom: 0;
  }
}

.header__nav > ul > li {
  padding-right: 3.3em;
  display: inline-block;
  border-bottom: 1px solid #e5e9ec;
}

@media (max-width: 1180px) {
  .header__nav > ul > li {
    padding-right: 1.5em;
  }
}

@media (max-width: 740px) {
  .header__nav > ul > li {
    display: block;
    position: relative;
  }
}

.header__nav > ul > li .header__navToggleUl--act .angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__nav > ul > li .header__navToggleUl .angle-down {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 740px) {
  .header__nav > ul > li .header__navToggleUl .angle-down {
    display: inline-block;
    width: 34px;
    height: 36px;
    position: absolute;
    right: 0em;
    padding: .4em;
  }
}

.header__nav > ul > li > a {
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: .85em;
  position: relative;
}

@media (max-width: 740px) {
  .header__nav > ul > li > a {
    font-size: 1.25em;
    padding: .5em 0;
  }
}

.header__nav > ul > li > a:before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: .3s width;
  transition: .3s width;
}

.header__nav > ul > li > a:hover:before {
  width: 100%;
  background-color: #d6dadd;
}

.header__nav > ul > li.act > a:before {
  width: 100%;
  background-color: #d22d40;
}

.header__nav > ul > li.act ul {
  display: block;
}

.header__nav > ul > li ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 2.2em;
  left: 0;
  padding: 1em 0;
}

@media (max-width: 740px) {
  .header__nav > ul > li ul {
    position: static;
    padding: 0 0 0 1.5em;
  }
}

.header__nav > ul > li ul li {
  display: inline-block;
  padding-right: 2.2em;
}

@media (max-width: 740px) {
  .header__nav > ul > li ul li {
    display: block;
  }
}

.header__nav > ul > li ul li a {
  text-decoration: none;
  color: #838a90;
  font-weight: 800;
}

@media (max-width: 740px) {
  .header__nav > ul > li ul li a {
    display: block;
    font-size: 1.25em;
    padding: .5em 0;
  }
}

.header__nav > ul > li ul li a:hover {
  color: #313131;
}

.header__nav > ul > li ul li.act a {
  font-weight: 800;
  color: #d22d40;
}

.header__nav > ul.subnav {
  margin-bottom: 2em;
}

.footer {
  background-color: #e5e9ec;
  position: relative;
  margin-top: 2em;
}

@media (max-width: 910px) {
  .footer {
    background-color: #efebe8;
  }
}

@media (max-width: 910px) {
  .footer .container {
    display: -ms-grid;
    display: grid;
    grid-row: wrap;
  }
}

.footer__bg {
  background-color: #efebe8;
  width: 50%;
  height: 100%;
  display: table-cell;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 910px) {
  .footer__bg {
    display: none;
  }
}

.footer__left {
  width: 320px;
  float: left;
  padding: 1.8em 0 0 0;
  clear: both;
}

@media (max-width: 910px) {
  .footer__left {
    width: calc(100% + 2em);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #e5e9ec;
    margin: 0 -1em;
    padding: 2em 1em 0 1em;
  }
}

.footer__left--bottom {
  padding-top: 1em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.footer__left address {
  background-image: url(../i/logo-karolinum-small.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px 60px;
  padding-left: 85px;
}

.footer__left address p + p {
  margin-bottom: 0;
}

.footer__social {
  padding-left: 85px;
}

.footer__social--kontakt {
  padding-left: 0;
}

.footer__social a {
  width: 21px;
  display: inline-block;
  margin-right: .5em;
}

.footer__social a svg {
  display: inline-block;
  width: 21px;
  height: 21px;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__social a svg.soundcloud-brands {
  width: 40px;
  height: 25px;
  top: 2px;
}

.footer__social a:hover svg {
  color: #d22d40;
}

.footer__right {
  float: right;
  padding: 1.8em 3em 0 3em;
  width: calc(100% - 320px);
  background-color: #efebe8;
  position: relative;
  z-index: 2;
}

@media (max-width: 910px) {
  .footer__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 1em 0 1em 0;
  }
}

.footer__right--bottom {
  padding-top: 1em;
}

@media (max-width: 910px) {
  .footer__right--bottom {
    padding: 0 1em;
    float: none;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    background-color: #e5e9ec;
    width: calc(100% + 2em);
    margin: 0 -1em;
  }
  .footer__right--bottom .text--right {
    text-align: left;
    padding: .5em 0 1em 85px;
  }
}

.footer__right h3,
.footer__right h3.jtoggle--resp {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: .4em;
  display: block;
  text-decoration: none;
  position: relative;
}

@media (max-width: 910px) {
  .footer__right h3,
  .footer__right h3.jtoggle--resp {
    border-bottom: 1px solid #000;
    padding-bottom: .8em;
    margin-bottom: .8em;
  }
}

.footer__right h3 .ico,
.footer__right h3.jtoggle--resp .ico {
  display: none;
  position: absolute;
  right: 1em;
  top: 0px;
  color: #000;
}

@media (max-width: 910px) {
  .footer__right h3 .ico,
  .footer__right h3.jtoggle--resp .ico {
    display: inline-block;
  }
}

@media (max-width: 910px) {
  .footer__right .jtoggle--act {
    border-bottom: 0px solid #000 !important;
  }
}

.footer__right .jtoggle--resp {
  cursor: pointer;
}

@media (max-width: 910px) {
  .footer__right .jtoggle--resp__content {
    display: none;
  }
}

.footer__right ul {
  margin-bottom: 2em;
}

@media (max-width: 910px) {
  .footer__right ul {
    margin-bottom: 1em;
  }
}

.footer__right ul li {
  margin-bottom: .2em;
}

.footer__right ul li a {
  text-decoration: none;
  line-height: 1.1em;
}

.article {
  width: calc(90%);
}

@media (max-width: 910px) {
  .article {
    width: 100%;
  }
}

.article p {
  margin-bottom: 1.5em;
}

.article h2 {
  margin-bottom: .8em;
}

.article h3 {
  margin-bottom: .5em;
}

.article em {
  font-style: italic;
}

.article ul {
  margin: 0 0 1.5em 0;
}

.article ul li {
  position: relative;
  padding-left: 1em;
}

.article ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #838a90;
  position: absolute;
  top: .5em;
  left: .25em;
}

.list__download {
  margin-top: .5em;
  margin-bottom: 1.5em;
}

.list__download li {
  margin-bottom: .5em;
  padding-left: 30px !important;
  padding-top: .7em;
  position: relative;
}

.list__download li.soundcloud {
  padding-left: 40px !important;
}

.list__download li.soundcloud .ico {
  top: .4em;
}

.list__download li::before {
  display: none !important;
}

.list__download li a {
  text-decoration: underline;
  display: inline-block;
}

.list__download li a:hover {
  text-decoration: none;
}

.list__download li a:hover .ico {
  color: #d22d40;
}

.list__download li .ico {
  margin-right: .8em;
  position: absolute;
  top: 0;
  left: 0;
}

.list__download li img {
  max-width: 120px;
  padding-top: .5em;
  padding-bottom: 1em;
}

/*kontakt*/
.kontakt {
  margin-top: 1em;
}

.kontakt > div {
  margin-bottom: 3em;
}

@media (max-width: 910px) {
  .kontakt > div {
    margin-bottom: 1em;
  }
}

.kontakt > .kontakt__nm {
  margin-bottom: 1.1em;
}

.kontakt h3 {
  border-top: 1px solid #000;
  padding-top: .4em;
  margin-bottom: .4em;
  color: #000000;
  font-weight: 800;
}

.kontakt h3 a {
  text-decoration: none;
}

.kontakt h3 a svg {
  height: 15px;
  width: 10px;
  position: relative;
  top: 2px;
  margin-left: .3em;
}

.kontakt img {
  margin-bottom: 1em;
}

.kontakt h4 {
  font-weight: 800;
  margin-bottom: .4em;
}

.kontakt p {
  margin-bottom: .4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kontakt__pozice {
  margin-top: -.2em;
}

.kontakt__noh3 {
  padding-top: 3em;
}

@media (max-width: 910px) {
  .kontakt__noh3 {
    padding-top: 0;
  }
}

.kontakt__second {
  padding-top: 7.38em;
}

@media (max-width: 910px) {
  .kontakt__second {
    padding-top: 0;
  }
}

.kontakt__second p {
  margin-bottom: 1.5em;
}

/*//kontakt*/
/*page404*/
.page404 {
  width: 100%;
}

.page404__content {
  float: right;
  width: calc(100% - 240px);
}

@media (max-width: 1180px) {
  .page404__content {
    width: calc(100%);
  }
}

.page404__content h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: .5rem;
  margin-top: 1rem;
}

.page404__content h2 {
  margin-bottom: .3em;
  font-weight: 800;
}

.page404__content .btn {
  display: inline-block;
  background-color: #d22d40;
  color: #fff;
  padding: .4em 1em .5em 1em;
  text-decoration: none;
  font-size: .9em;
  font-weight: 800;
}

.page404__content .btn svg {
  position: relative;
  top: 4px;
  color: #fff !important;
}

.page404__content .btn:hover {
  background-color: #000000;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

/*//page404*/
.detail__right {
  float: right;
  width: calc(100% - 340px);
  padding-right: 15%;
}

@media (max-width: 1180px) {
  .detail__right {
    width: calc(100% - 220px);
    padding-right: 0;
  }
}

@media (max-width: 910px) {
  .detail__right {
    width: 100%;
    float: none;
  }
}

.detail__right--height {
  min-height: 420px;
}

.detail__left {
  float: left;
  width: 290px;
}

@media (max-width: 1180px) {
  .detail__left {
    width: 200px;
  }
}

@media (max-width: 910px) {
  .detail__left {
    width: 100%;
    float: none;
  }
}

@media (max-width: 440px) {
  .detail__left {
    width: 100%;
  }
}

.detail__left a {
  text-decoration: none;
}

.detail__img {
  margin-bottom: 1.5em;
}

.detail__img img {
  display: block;
}

.detail h1 {
  margin-bottom: .3em;
  font-weight: 800;
}

.detail h2 {
  font-size: 1.15em;
  line-height: 1.3em;
  margin-bottom: .8em;
}

.detail h2.title--desc {
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: bold;
}

.detail h3 {
  color: #313131;
}

.detail__autor {
  font-size: 1.25em;
  line-height: 1.3em;
}

/*detail__label*/
.detail__label {
  margin-bottom: 1em;
}

.detail__label a,
.detail__label span {
  display: inline-block;
  padding: .2em .5em;
  margin-right: .5;
}

.detail__label a svg,
.detail__label span svg {
  -webkit-transition: .2s;
  transition: .2s;
  color: #838a90;
  margin-right: .5em;
  position: relative;
  width: 17px;
  height: 19px;
  top: .2em;
}

.detail__label a svg.ico--tistena,
.detail__label span svg.ico--tistena {
  top: 2px;
  width: 20px;
  height: 22px;
}

.detail__label a {
  background-color: #e5e9ec;
  text-decoration: none;
}

.detail__label a:hover svg {
  color: #d22d40;
}

.detail__label span {
  font-weight: 800;
}

.detail__label span svg {
  color: #d22d40;
}

/*//detail__label*/
/* detail__content */
.detail__content {
  margin-top: 2em;
}

.detail__content h3 {
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding-right: 1em;
  border-bottom: 1px solid #252422;
  padding-bottom: .5em;
  margin-bottom: 1.5em;
  color: #313131;
}

.detail__content h3 .angle-down {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.detail__content h3:hover {
  color: #d22d40;
  -webkit-transition: .2s;
  transition: .2s;
}

.detail__content .jtoggle--act {
  color: #313131;
  border-bottom-color: transparent;
}

.detail__content .jtoggle--act svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.detail__content .jtoggle__content {
  margin-top: -1em;
}

/*//detail__content*/
/*detail__share*/
.detail__share {
  border-top: 1px solid #e5e9ec;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

.detail__share a:hover svg {
  color: #d22d40;
}

.detail__share .external-link {
  margin-left: .5em;
  -webkit-transition: .3s;
  transition: .3s;
}

/*//detail__share*/
.btn--eshop {
  display: inline-block;
  background-color: #d22d40;
  color: #fff;
  padding: .4em 1em .5em 1em;
  text-decoration: none;
  font-size: .9em;
  font-weight: 800;
}

.btn--eshop .shopping-cart {
  height: 18px;
  width: 20px;
  position: relative;
  top: 3px;
  margin-right: .7em;
}

.btn--eshop .angle-right {
  position: relative;
  top: 5px;
  margin-left: .5em;
}

.btn--eshop:hover {
  background-color: #000000;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

/*hpBanner*/
.hpBanner {
  background-color: #e5e9ec;
}

/*//hpBanner*/
/*hpArticle*/
.hpArticle h3 {
  border-top: 1px solid #000;
  padding-top: .7em;
  margin-bottom: 1em;
}

.hpArticle h3 a {
  text-decoration: none;
  color: #000000;
}

.hpArticle h3 a svg {
  height: 15px;
  width: 10px;
  position: relative;
  top: 2px;
  margin-left: .3em;
}

.hpArticle h3 a:hover {
  color: #d22d40;
}

.hpArticle .hpNews img {
  margin-bottom: 1em;
  display: block;
}

.hpArticle .hpNews__date {
  display: inline-block;
  background-color: #313131;
  margin: 0 0 .5em 0;
  padding: .1em 2em .1em .5em;
  color: #fff;
  font-weight: 800;
}

.hpArticle .hpNews__place {
  color: #000000;
  margin-bottom: 0 !important;
}

.hpArticle .hpNews h2 {
  margin-bottom: .5em;
}

.hpArticle .hpNews h2 a {
  text-decoration: none;
  color: #000000;
}

.hpArticle .hpNews h2 a:hover {
  color: #d22d40;
}

.hpArticle .hpNews p {
  margin-bottom: .5em;
}

.hpArticle .hpBlog h2 {
  margin-bottom: .3em;
}

.hpArticle .hpBlog h2 a {
  text-decoration: none;
  color: #000000;
}

.hpArticle .hpBlog h2 a:hover {
  color: #d22d40;
}

.hpArticle .hpBlog--date {
  font-weight: 800;
}

.hpArticle .hpBlog img {
  margin-bottom: .6em;
}

.hpArticle .hpBlog p {
  margin-bottom: .5em;
}

.hpNewsletter {
  margin: 2em 0 0 0;
}

.hpNewsletter h3 {
  margin-bottom: .5em;
}

@media (max-width: 910px) {
  .hpTweeter {
    display: none;
  }
}

.hpTweeter h3 {
  margin-bottom: 0;
}

.hpTweeter h3 svg {
  width: 21px;
  height: 18px;
  position: relative;
  top: 3px;
  color: #838a90;
}

/*//hpArticle*/
/*sliderHp*/
.sliderHp {
  margin-bottom: 2em;
  position: relative;
  z-index: 100;
  margin-top: -1.1em;
  height: 450px;
  overflow: hidden;
}

@media (max-width: 740px) {
  .sliderHp {
    z-index: 3;
    margin-top: 0;
  }
}

@media (max-width: 440px) {
  .sliderHp {
    margin-bottom: 4em;
  }
}

.sliderHp > .container {
  position: relative;
}

.sliderHp:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 420px;
  background-color: #e5e9ec;
}

@media (max-width: 740px) {
  .sliderHp:before {
    height: 475px;
  }
}

.sliderHp .bx-pager {
  display: none;
}

@media (max-width: 740px) {
  .sliderHp .bx-pager {
    padding-top: 1em;
    display: block;
    background-color: #e5e6ec;
  }
}

.sliderHp .bx-wrapper {
  margin: auto;
  height: 450px;
}

.sliderHp .bx-wrapper .bx-next {
  right: 20px;
  color: #fff;
  margin-top: -32px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='36'%3E%3Cpath fill='%23ffffff' d='M.364 32.175L14.541 18 .364 3.825A1.238 1.238 0 0 1 0 2.995c0-.29.145-.613.364-.831L2.165.362C2.383.145 2.707 0 2.996 0c.289 0 .613.145.83.362l16.81 16.808c.219.217.364.54.364.83 0 .289-.146.613-.364.83L3.826 35.638a1.243 1.243 0 0 1-.83.362 1.25 1.25 0 0 1-.832-.362L.363 33.836A1.179 1.179 0 0 1 0 33.005c0-.289.145-.612.364-.83z'/%3E%3C/svg%3E");
  width: 21px;
  height: 36px;
}

.sliderHp .bx-wrapper .bx-next:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='36'%3E%3Cpath fill='%23d22d40' d='M.364 32.175L14.541 18 .364 3.825A1.238 1.238 0 0 1 0 2.995c0-.29.145-.613.364-.831L2.165.362C2.383.145 2.707 0 2.996 0c.289 0 .613.145.83.362l16.81 16.808c.219.217.364.54.364.83 0 .289-.146.613-.364.83L3.826 35.638a1.243 1.243 0 0 1-.83.362 1.25 1.25 0 0 1-.832-.362L.363 33.836A1.179 1.179 0 0 1 0 33.005c0-.289.145-.612.364-.83z'/%3E%3C/svg%3E");
}

@media (max-width: 1180px) {
  .sliderHp .bx-wrapper .bx-next {
    right: 0px;
  }
}

@media (max-width: 740px) {
  .sliderHp .bx-wrapper .bx-next {
    display: none;
  }
}

.sliderHp .bx-wrapper .bx-prev {
  left: 20px;
  color: #fff;
  margin-top: -32px;
  width: 21px;
  height: 36px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='36'%3E%3Cpath fill='%23ffffff' d='M20.636 3.825L6.459 18l14.177 14.175c.219.218.364.541.364.83 0 .29-.145.613-.363.831l-1.801 1.803c-.219.216-.542.361-.832.361a1.25 1.25 0 0 1-.831-.361L.364 18.83A1.234 1.234 0 0 1 0 18c0-.289.145-.613.364-.83L17.173.362c.218-.217.542-.362.831-.362.29 0 .613.145.832.362l1.801 1.802c.218.218.363.508.363.831a1.242 1.242 0 0 1-.364.83z'/%3E%3C/svg%3E");
}

.sliderHp .bx-wrapper .bx-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='36'%3E%3Cpath fill='%23d22d40' d='M20.636 3.825L6.459 18l14.177 14.175c.219.218.364.541.364.83 0 .29-.145.613-.363.831l-1.801 1.803c-.219.216-.542.361-.832.361a1.25 1.25 0 0 1-.831-.361L.364 18.83A1.234 1.234 0 0 1 0 18c0-.289.145-.613.364-.83L17.173.362c.218-.217.542-.362.831-.362.29 0 .613.145.832.362l1.801 1.802c.218.218.363.508.363.831a1.242 1.242 0 0 1-.364.83z'/%3E%3C/svg%3E");
}

@media (max-width: 1180px) {
  .sliderHp .bx-wrapper .bx-prev {
    left: 0px;
  }
}

@media (max-width: 740px) {
  .sliderHp .bx-wrapper .bx-prev {
    display: none;
  }
}

.sliderHp article {
  height: 450px;
  position: relative;
}

@media (max-width: 440px) {
  .sliderHp article {
    height: 450px;
    margin-bottom: 2em;
  }
}

.sliderHp article .article--bg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 420px;
  width: 100%;
  opacity: .2;
}

.sliderHp article .article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.sliderHp article h1 {
  margin-bottom: .5em;
  font-weight: 800;
  font-size: 2.25em !important;
}

@media (max-width: 740px) {
  .sliderHp article h1 {
    margin-bottom: .3em;
  }
}

.sliderHp article h1 a {
  text-decoration: none;
}

.sliderHp article .article__p {
  font-size: 1.16em !important;
}

.sliderHp article .btn {
  border: 0;
  background-color: #ffffff;
  color: #d22d40;
  padding: .4em 1em .4em 1em;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.sliderHp article .btn svg {
  width: 18px;
  height: 13px;
  position: relative;
  top: 2px;
}

.sliderHp article .btn:hover {
  background-color: #d22d40;
  color: #fff;
}

@media (max-width: 740px) {
  .sliderHp article .btn {
    margin-bottom: 1em;
  }
}

.sliderHp article.article--kniha {
  color: #000;
}

.sliderHp article.article--kniha .article__bg {
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: calc(100% - 30px);
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid red;
}

.sliderHp article.article--kniha > .label--novinka {
  display: none;
}

@media (max-width: 740px) {
  .sliderHp article.article--kniha > .label--novinka {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
  }
}

.sliderHp article.article--kniha .article__img {
  height: auto;
  max-width: 285px;
  max-height: 410px;
  float: left;
  position: absolute;
  left: 133px;
  bottom: 25px;
  z-index: 2;
  -webkit-box-shadow: 5px 10px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 10px 12px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

@media (max-width: 910px) {
  .sliderHp article.article--kniha .article__img {
    left: 30px;
  }
}

@media (max-width: 740px) {
  .sliderHp article.article--kniha .article__img {
    left: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.sliderHp article.article--kniha .article__autor {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.sliderHp article.article--kniha .article__text {
  position: relative;
  z-index: 2;
  width: 480px;
  margin-left: 500px;
}

@media (max-width: 1180px) {
  .sliderHp article.article--kniha .article__text {
    width: calc(100% - 650px);
  }
}

@media (max-width: 910px) {
  .sliderHp article.article--kniha .article__text {
    margin-left: 370px;
    width: calc(100% - 400px);
  }
}

@media (max-width: 740px) {
  .sliderHp article.article--kniha .article__text {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    background-color: rgba(255, 255, 255, 0.82);
    padding: 1em 1em 0 1em;
  }
  .sliderHp article.article--kniha .article__text .article__p {
    display: none;
  }
}

@media (max-width: 740px) {
  .sliderHp article.article--kniha .article__text .label--novinka {
    display: none;
  }
}

.sliderHp article.article--novinka .article__img {
  width: 298px;
  position: absolute;
  left: 80px;
  bottom: 30px;
}

@media (max-width: 1180px) {
  .sliderHp article.article--novinka .article__img {
    left: 60px;
  }
}

@media (max-width: 910px) {
  .sliderHp article.article--novinka .article__img {
    left: 60px;
  }
}

@media (max-width: 740px) {
  .sliderHp article.article--novinka .article__img {
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.sliderHp article.article--novinka .article__text {
  position: relative;
  z-index: 2;
  width: 480px;
  margin-left: 450px;
}

@media (max-width: 1180px) {
  .sliderHp article.article--novinka .article__text {
    margin-left: 400px;
    width: calc(100% - 550px);
  }
}

@media (max-width: 910px) {
  .sliderHp article.article--novinka .article__text {
    margin-left: 390px;
    width: calc(100% - 410px);
  }
}

@media (max-width: 740px) {
  .sliderHp article.article--novinka .article__text {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    background-color: rgba(255, 255, 255, 0.82);
    padding: 1em 1em 0 1em;
  }
  .sliderHp article.article--novinka .article__text .article__p {
    display: none;
  }
}

.sliderHp article.article--novinka .article__text .article__date {
  font-size: 1.8em;
  line-height: 1.3em;
  color: #000000;
  font-weight: 800;
  margin-bottom: .3em;
}

@media (max-width: 740px) {
  .sliderHp article.article--novinka .article__text .article__date {
    font-size: 1.5em;
  }
}

.sliderHp article .label--novinka {
  display: inline-block;
  background-color: #d22d40;
  color: #fff;
  font-weight: 800;
  padding: .5em 3em .3em 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  min-width: 150px;
}

.sliderHp article h2 {
  line-height: 1.2em;
  font-weight: bold;
}

.sliderHp article h2 a {
  text-decoration: none;
}

/*//sliderHp*/
/*hpNewsletter*/
.hpNewsletter {
  margin-bottom: 3em;
}

.hpNewsletter label {
  color: #000;
  display: block;
  margin: .2em 0;
}

/*//hpNewsletter*/
/*sliderCasopisy*/
.slider {
  background-color: #e5e9ec;
  padding: 2em 0;
  margin-bottom: 2em;
}

.slider--knihy {
  background-color: transparent;
  padding: 0;
  margin-bottom: 1em;
}

.slider--casopisy {
  /*@include respond-to('md') {
            display: none;
        }*/
}

.slider__title {
  display: table;
  width: 100%;
}

.slider__main {
  padding: 0 50px;
}

@media (max-width: 740px) {
  .slider__main {
    padding: 0 25px;
  }
}

.slider h3 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: .8em;
  float: left;
}

@media (max-width: 1180px) {
  .slider h3 {
    float: none;
    margin-bottom: .4em;
  }
}

.slider__nav {
  float: left;
  padding-left: 1em;
}

@media (max-width: 1180px) {
  .slider__nav {
    padding-left: 0;
    margin-left: -.5em;
    margin-bottom: 1.4em;
  }
}

.slider__nav a {
  display: inline-block;
  margin: 0 .5em;
}

.slider .articleList__top {
  text-decoration: none;
  display: block;
}

.slider .articleList__top h2 {
  font-size: .93em;
  line-height: 1.35em;
  margin-bottom: .2em;
  color: #000000;
}

.slider .articleList__top:hover h2 {
  color: #d22d40;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider .articleList__top + a {
  margin-top: .2em;
  display: inline-block;
}

.slider .slider__articleList {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.slider .slider__articleList article {
  float: none;
}

.slider .articleList__img {
  display: block;
  margin-bottom: .5em;
}

.slider .articleList__img {
  display: inline-block;
  position: relative;
  margin-bottom: .5em;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ebebeb;
}

.slider .articleList__img img {
  display: block;
  width: 100%;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.slider .articleList__img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.slider .articleList__img:hover .articleList__ico {
  color: #838a90;
}

.slider .articleList__img .articleList__ico {
  background-color: #fff;
  width: 27px;
  height: 31px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #838a90;
}

.slider .articleList__img--edice {
  -webkit-box-shadow: -14px 14px 0px 0px #d6dce1;
          box-shadow: -14px 14px 0px 0px #d6dce1;
  margin: 0 0 20px 0;
  overflow: visible;
}

.slider .articleList__img--edice img {
  border: 0;
  display: block;
  -webkit-box-shadow: -7px 7px 0px 0px #b9c2cb;
          box-shadow: -7px 7px 0px 0px #b9c2cb;
}

.slider .articleList__img--edice img:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: -7px 7px 0px 0px rgba(185, 194, 203, 0.8);
          box-shadow: -7px 7px 0px 0px rgba(185, 194, 203, 0.8);
}

.slider .bx-pager {
  display: none;
}

.label {
  display: block;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 800;
}

.label--novinka {
  color: #d22d40;
}

/*//sliderCasopisy*/
.title--h1, .page404__content h2, .detail h1, .sliderHp article h2, .articleTop--text h2, .blogDetail h1, .akceTop__text h2, .akceDetail h1 {
  font-size: 2em;
  line-height: 1.2em;
  color: #000000;
}

.title--h1 small, .page404__content h2 small, .detail h1 small, .sliderHp article h2 small, .articleTop--text h2 small, .blogDetail h1 small, .akceTop__text h2 small, .akceDetail h1 small {
  font-size: .7em;
  padding-left: .3em;
  color: #313131;
}

.title--h1 em, .page404__content h2 em, .detail h1 em, .sliderHp article h2 em, .articleTop--text h2 em, .blogDetail h1 em, .akceTop__text h2 em, .akceDetail h1 em {
  font-size: .7em;
  padding-left: .3em;
  color: #838a90;
  font-weight: 400;
}

.title--h1 .chevron-left, .page404__content h2 .chevron-left, .detail h1 .chevron-left, .sliderHp article h2 .chevron-left, .articleTop--text h2 .chevron-left, .blogDetail h1 .chevron-left, .akceTop__text h2 .chevron-left, .akceDetail h1 .chevron-left {
  width: 25px;
  height: 25px;
  color: #000;
}

.title--h2, .article h2, .hpArticle .hpNews h2, .hpArticle .hpBlog h2, .slider h3, .title--border, .title--borderTop, .blogList__article h2, .articleAside a h2, .akceList__article h2 {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 800;
  color: #000000;
}

.title--h3, .article h3, .aside h3 {
  font-size: 1em;
  font-weight: 800;
  color: #000000;
}

.title--border {
  border-bottom: 1px solid #252422;
  padding-bottom: .5em;
  margin-bottom: 1.5em;
}

.title--borderTop {
  border-top: 1px solid #252422;
  padding-top: .5em;
  margin-top: 0 !important;
  text-transform: none !important;
}

.text--transparent {
  text-transform: uppercase;
}

.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(95%);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -20px 1em -20px;
  clear: both;
}

@media (max-width: 910px) {
  .articleList {
    width: calc(100% + 1.4em);
    margin: 0 -.7em .5em -.7em;
  }
}

.articleList article {
  width: 25%;
  padding: 0 20px 1em 20px;
}

@media (max-width: 910px) {
  .articleList article {
    padding: 0 .7em 1em .7em;
  }
}

@media (max-width: 740px) {
  .articleList article {
    width: 33.333%;
  }
}

@media (max-width: 440px) {
  .articleList article {
    width: 50%;
  }
}

.articleList article .articleList__top {
  text-decoration: none;
  display: block;
}

.articleList article .articleList__top h2 {
  font-weight: 800;
  font-size: .93em;
  line-height: 1.35em;
  margin-bottom: .2em;
  color: #000000;
}

.articleList article .articleList__top:hover h2 {
  color: #d22d40;
  -webkit-transition: .3s;
  transition: .3s;
}

.articleList article .articleList__top + a {
  margin-top: .2em;
  display: inline-block;
}

.articleList article span {
  margin-top: .2em;
  display: inline-block;
}

.articleList article .articleList__img {
  display: inline-block;
  position: relative;
  margin-bottom: .5em;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ebebeb;
}

.articleList article .articleList__img img {
  display: block;
  width: 100%;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.articleList article .articleList__img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.articleList article .articleList__img:hover .articleList__ico {
  color: #838a90;
}

.articleList article .articleList__img .articleList__ico {
  background-color: #fff;
  width: 27px;
  height: 31px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #838a90;
}

.articleList article .articleList__img--edice {
  -webkit-box-shadow: -14px 14px 0px 0px #d6dce1;
          box-shadow: -14px 14px 0px 0px #d6dce1;
  margin: 0 0 20px 0;
  overflow: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 910px) {
  .articleList article .articleList__img--edice {
    -webkit-box-shadow: -10px 10px 0px 0px #d6dce1;
            box-shadow: -10px 10px 0px 0px #d6dce1;
  }
}

.articleList article .articleList__img--edice img {
  border: 0;
  display: block;
  -webkit-box-shadow: -7px 7px 0px 0px #b9c2cb;
          box-shadow: -7px 7px 0px 0px #b9c2cb;
}

@media (max-width: 910px) {
  .articleList article .articleList__img--edice img {
    -webkit-box-shadow: -6px 6px 0px 0px #b9c2cb;
            box-shadow: -6px 6px 0px 0px #b9c2cb;
  }
}

.articleList article .articleList__img--edice:hover {
  -webkit-box-shadow: -12px 12px 0px 0px #d6dce1;
          box-shadow: -12px 12px 0px 0px #d6dce1;
}

.articleList article .articleList__img--edice:hover img {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: -6px 6px 0px 0px #b9c2cb;
          box-shadow: -6px 6px 0px 0px #b9c2cb;
}

/*articleList--detail*/
.articleList--detail {
  width: calc(80% + 40px);
  margin-top: 1.5em;
}

@media (max-width: 910px) {
  .articleList--detail {
    width: calc(100% + 1.4em);
  }
}

.articleList--detail article {
  width: 33.333%;
}

/*//articleList--detail*/
/*articleList--souvisejici*/
.articleList--souvisejici {
  width: calc(100% + 40px);
  margin-top: 1.5em;
}

@media (max-width: 910px) {
  .articleList--souvisejici {
    width: calc(100% + 1.4em);
  }
}

/*//articleList--souvisejici*/
/*.articleList--katalogy*/
.articleList--katalogy:after {
  content: '';
  display: inline-block;
  margin: 0 20px;
  width: calc(95%);
  height: 1px;
  background-color: #e5e9ec;
  margin-top: 1em;
}

.articleList--katalogy h3 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  margin-left: 20px;
  margin-bottom: 1em;
}

.articleList--katalogy .articleList__top .articleList__img {
  margin-bottom: 1em;
  position: relative;
}

.articleList--katalogy .articleList__top .articleList__img .file-pdf {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #d22d40;
  width: 45px;
  height: 61px;
  margin-left: -22px;
  display: none;
}

.articleList--katalogy .articleList__top .articleList__img:hover img {
  opacity: .6;
  -webkit-transform: none;
          transform: none;
}

.articleList--katalogy .articleList__top .articleList__img:hover .file-pdf {
  display: block;
}

/*//articleList--katalogy*/
/*articleList--full*/
.articleList--full {
  width: 95%;
}

@media (max-width: 1180px) {
  .articleList--full {
    width: calc(100% + 20px);
  }
}

.articleList--full article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.articleList--full article .articleList__top {
  width: 142px;
}

@media (max-width: 910px) {
  .articleList--full article .articleList__top {
    width: 80px;
  }
}

.articleList--full article .articleList__top:hover {
  color: #313131;
}

.articleList--full article.jekniha--act .articleList__top svg {
  color: #d22d40;
}

.articleList--full article .articleList__text {
  width: calc(100% - 142px);
  padding-left: 3em;
  position: relative;
}

@media (max-width: 910px) {
  .articleList--full article .articleList__text {
    padding-left: 1em;
    width: calc(100%);
  }
}

.articleList--full article .articleList__text h2 {
  font-weight: 800;
}

.articleList--full article .articleList__text h2 a {
  color: #000000;
  text-decoration: none;
}

.articleList--full article .articleList__text h2 a:hover {
  color: #d22d40;
}

.articleList--full article .articleList__text p {
  margin-bottom: .4em;
}

.articleList--full article .articleList__text .articleList__param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 910px) {
  .articleList--full article .articleList__text .articleList__param {
    display: block;
  }
}

.articleList--full article .articleList__text .btn {
  display: inline-block;
  background-color: #d22d40;
  color: #fff;
  padding: .4em 1em .5em 1em;
  text-decoration: none;
  font-size: .9em;
  font-weight: 800;
}

.articleList--full article .articleList__text .btn .shopping-cart {
  height: 18px;
  width: 20px;
  position: relative;
  top: 3px;
  margin-right: .7em;
}

.articleList--full article .articleList__text .btn .angle-right {
  position: relative;
  top: 5px;
  margin-left: .5em;
}

.articleList--full article .articleList__text .btn:hover {
  background-color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
}

/*//articleList--full*/
/*.articleList--casopisy*/
.articleList--casopisy {
  width: calc(95%);
  padding-top: .5em;
}

@media (max-width: 910px) {
  .articleList--casopisy {
    width: calc(100% + 20px);
  }
}

/*//articleList--casopisy*/
.articleList__listType {
  float: right;
}

@media (max-width: 910px) {
  .articleList__listType {
    display: none;
  }
}

.articleList__listType a,
.articleList__listType span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.articleList__listType span .ico {
  color: #000;
}

.aside {
  margin-top: -1.2em;
}

.aside h3 {
  margin-bottom: .5em;
}

.aside h4 {
  border-top: 1px solid #000;
  padding-top: .7em;
  margin-bottom: 1em;
}

.aside h4.aside__title {
  text-transform: none;
}

.aside .sectionBorder {
  border-top: 1px solid #e5e9ec;
}

.sectionFilters {
  margin: .5em 0;
  padding: 1em 0;
}

@media (max-width: 910px) {
  .sectionFilters {
    margin: 0 0 2em 0;
    padding: 0;
  }
}

.sectionFilters h4 {
  text-transform: none;
}

.sectionFilters .customCheckbox {
  margin-bottom: .5em;
}

.sectionFilters .customCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sectionFilters .customCheckbox input:checked ~ label {
  color: #d22d40;
}

.sectionFilters .customCheckbox input:checked ~ label span {
  color: #313131;
}

.sectionFilters .customCheckbox input:checked ~ label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ0aW1lcyIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXRpbWVzIGZhLXctMTEiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzUyIDUxMiI+PHBhdGggZmlsbD0iI2QyMmQ0MCIgZD0iTTI0Mi43MiAyNTZsMTAwLjA3LTEwMC4wN2MxMi4yOC0xMi4yOCAxMi4yOC0zMi4xOSAwLTQ0LjQ4bC0yMi4yNC0yMi4yNGMtMTIuMjgtMTIuMjgtMzIuMTktMTIuMjgtNDQuNDggMEwxNzYgMTg5LjI4IDc1LjkzIDg5LjIxYy0xMi4yOC0xMi4yOC0zMi4xOS0xMi4yOC00NC40OCAwTDkuMjEgMTExLjQ1Yy0xMi4yOCAxMi4yOC0xMi4yOCAzMi4xOSAwIDQ0LjQ4TDEwOS4yOCAyNTYgOS4yMSAzNTYuMDdjLTEyLjI4IDEyLjI4LTEyLjI4IDMyLjE5IDAgNDQuNDhsMjIuMjQgMjIuMjRjMTIuMjggMTIuMjggMzIuMiAxMi4yOCA0NC40OCAwTDE3NiAzMjIuNzJsMTAwLjA3IDEwMC4wN2MxMi4yOCAxMi4yOCAzMi4yIDEyLjI4IDQ0LjQ4IDBsMjIuMjQtMjIuMjRjMTIuMjgtMTIuMjggMTIuMjgtMzIuMTkgMC00NC40OEwyNDIuNzIgMjU2eiI+PC9wYXRoPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
}

.sectionFilters .customCheckbox label {
  cursor: pointer;
}

.sectionFilters .customCheckbox label:hover {
  color: #d22d40;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.sectionFilters .customCheckbox label:hover span {
  color: #313131;
}

.sectionFilters .customCheckbox label:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #313131;
  position: relative;
  top: 4px;
  margin-right: .5em;
}

.sectionDownloads {
  margin: .5em 0;
  padding: 1em 0;
}

@media (max-width: 910px) {
  .sectionDownloads {
    display: none;
  }
}

.sectionDownloads article {
  margin-bottom: 1em;
}

.sectionDownloads article a {
  display: inline-block;
  margin-bottom: 0.5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='file-pdf' class='svg-inline--fa fa-file-pdf fa-w-12' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23838a90' d='M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 20px 25px;
  background-repeat: no-repeat;
  padding-left: 1.9em;
  padding-top: 0.7em;
  margin-bottom: 1em;
}

.sectionDownloads article a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='file-pdf' class='svg-inline--fa fa-file-pdf fa-w-12' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23d22d40' d='M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z'%3E%3C/path%3E%3C/svg%3E");
}

.sectionDownloads article img {
  max-width: 120px;
}

/*.pagination*/
.pagination {
  font-size: 1.125em;
  margin: 2em 0 1em 0;
  margin-left: 9em;
}

.pagination--center {
  margin-left: 0;
  margin: 2em auto 1em auto;
}

.pagination svg {
  width: 11px;
  height: 17px;
  position: relative;
  top: 2px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0 .4em;
  text-decoration: none;
}

.pagination span {
  color: #d22d40;
  font-weight: 800;
}

/*//.pagination*/
/*.breadcrumbs*/
.breadcrumbs {
  /*margin-bottom: .7em;*/
}

.breadcrumbs a {
  margin-right: 1em;
  position: relative;
  display: inline-block;
}

.breadcrumbs a::after {
  content: '/';
  text-decoration: none;
  position: absolute;
  right: -.8em;
  bottom: 0;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs h1 {
  display: inline-block;
  width: auto !important;
}

/*//.breadcrumbs*/
/*.articleList__sort*/
.articleList__sort {
  float: left;
  margin-bottom: 2em;
}

.articleList__sort a {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: .3em;
  text-decoration: none;
}

@media (max-width: 910px) {
  .articleList__sort a {
    margin-right: 1em;
  }
}

.articleList__sort a svg {
  width: 11px;
  height: 11px;
  margin-left: .4em;
  color: #838a90;
}

.articleList__sort a.act {
  font-weight: 800;
}

.articleList__sort a.act svg {
  color: #d22d40;
}

/*//.articleList__sort*/
/*.articleList__perex*/
.articleList__perex {
  margin-bottom: 2em;
  width: calc(95% - 40px);
}

@media (max-width: 910px) {
  .articleList__perex {
    width: 100%;
  }
}

/*//.articleList__perex*/
/*.alphabetList*/
.alphabetList {
  margin: 0 0 1em 0;
}

.alphabetList > ul {
  float: left;
  width: 50%;
  position: relative;
}

@media (max-width: 910px) {
  .alphabetList > ul {
    width: 100%;
    float: none;
  }
}

.alphabetList > ul > li {
  font-size: 2em;
  line-height: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alphabetList > ul > li > span {
  display: inline;
  width: 40px;
}

.alphabetList > ul > li > ul {
  padding-top: .5em;
  padding-left: 1em;
  -webkit-columns: 1;
          columns: 1;
}

.alphabetList > ul > li > ul > li {
  font-size: .5em;
  line-height: 1.3em;
  margin-bottom: .8em;
}

.alphabetList > ul > li > ul > li a {
  text-decoration: none;
  padding-right: .2em;
}

.alphabetList > ul > li > ul > li a.jtoggle {
  text-decoration: underline;
}

.alphabetList > ul > li > ul > li a.jtoggle:hover {
  text-decoration: none;
}

.alphabetList > ul > li > ul > li a.jtoggle svg {
  margin-left: .5em;
  width: 18px;
  height: 18px;
  position: relative;
  top: 5px;
}

.alphabetList > ul > li > ul > li a.jtoggle--act {
  text-decoration: none;
}

.alphabetList > ul > li > ul > li ul {
  display: none;
  margin: 1em 0 1.5em 2em;
}

.alphabetList > ul > li > ul > li ul li {
  margin-bottom: .8em;
}

/*//.alphabetList*/
.readMore > div {
  display: inline;
}

.readMore p:last-of-type {
  display: inline;
}

.readMore .morecontent {
  display: inline;
}

.readMore .morecontent > div {
  display: none;
}

.readMore .cm-show {
  display: inline !important;
}

.readMore .cm-hide {
  display: none !important;
}

.inlineSearch {
  background-color: #e5e9ec;
}

/*jtoggle*/
.jtoggle,
.jtoggle2 {
  cursor: pointer;
}

.jtoggle__content,
.jtoggle2__content {
  display: none;
}

.jtoggle .angle-down,
.jtoggle2 .angle-down {
  -webkit-transition: .3s;
  transition: .3s;
}

.jtoggle--act,
.jtoggle2--act {
  color: #d22d40;
  text-decoration: none;
}

.jtoggle--act .angle-down,
.jtoggle2--act .angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.jtoggle--actDesktop,
.jtoggle2--actDesktop {
  color: #d22d40;
  text-decoration: none;
}

@media (max-width: 910px) {
  .jtoggle--actDesktop,
  .jtoggle2--actDesktop {
    color: #313131;
  }
}

.jtoggle--actDesktop .angle-down,
.jtoggle2--actDesktop .angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 910px) {
  .jtoggle--actDesktop .angle-down,
  .jtoggle2--actDesktop .angle-down {
    rotate: 0;
  }
}

.jtoggle__content,
.jtoggle2__content {
  display: none;
}

/*//jtoggle*/
/*jtoggle--resp*/
.jtoggle--resp {
  display: none;
}

@media (max-width: 910px) {
  .jtoggle--resp {
    display: block;
  }
}

@media (max-width: 910px) {
  .jtoggle--resp__content {
    display: none;
  }
}

/*//jtoggle--resp */
/*pageOverlay*/
.pageOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
  cursor: pointer;
}

.pageOverlay--act {
  display: block;
  z-index: 999;
}

/*//pageOverlay*/
/*backTop*/
.backTop {
  display: inline-block;
  background-color: #d22d40;
  width: 39px;
  height: 39px;
  line-height: 39px;
  padding: 0 6px;
  position: fixed;
  bottom: 1.5em;
  right: 1em;
  -webkit-transition: background-color .3s,opacity .5,visibility .5s;
  transition: background-color .3s,opacity .5,visibility .5s;
  opacity: 0;
  z-index: 1000;
  -webkit-box-shadow: -5px -10px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -5px -10px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.backTop .angle-up {
  width: 26px;
  height: 26px;
  color: #fff;
  position: relative;
  top: 6px;
  left: 1px;
  opacity: .75;
}

.backTop:hover .angle-up {
  opacity: 1;
}

.backTop--show {
  opacity: 1;
  visibility: visible;
}

/*//backTop*/
.clear {
  width: 100%;
  clear: both;
  margin-bottom: 0 !important;
}

.form--input {
  border: none;
  width: 100%;
  padding: .4em .5em;
  background-color: #e5e9ec;
  margin-bottom: 1em;
  font-size: 1em;
}

.form--input:focus {
  outline: none;
  border: 0;
}

.form--input:focus::-webkit-input-placeholder {
  color: transparent;
}

.form--input:focus:-moz-placeholder {
  color: transparent;
}

.form--input:focus::-moz-placeholder {
  color: transparent;
}

.form--input:focus:-ms-input-placeholder {
  color: transparent;
}

.form--btn {
  border: 0;
  background-color: #9ba8b5;
  color: #fff;
  padding: .4em 1em .6em 1em;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 800;
}

.form--btn svg {
  width: 18px;
  height: 20px;
  position: relative;
  top: 5px;
}

.form--btn:hover {
  background-color: #000;
}

.casopisy__content {
  background-color: #eeeeee;
  padding: 2em;
}

@media (max-width: 910px) {
  .casopisy__content {
    margin: 0 -1em;
    padding: 1em;
  }
}

/*casopisy_nav*/
.casopisy__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 910px) {
  .casopisy__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1em;
  }
}

.casopisy__nav ul li {
  margin-right: 2.8em;
}

@media (max-width: 910px) {
  .casopisy__nav ul li {
    margin-right: 1em;
  }
}

.casopisy__nav ul li a {
  color: #838a90;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.casopisy__nav ul li a:hover {
  color: #313131;
}

.casopisy__nav ul li.act a {
  color: #d22d40;
}

/*//casopisy_nav*/
/*casopisy__temata*/
.casopisy__temata {
  width: 70%;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (max-width: 910px) {
  .casopisy__temata {
    width: 100%;
  }
}

.casopisy__temata .jtoggle {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: normal;
  padding-right: 25px;
  position: relative;
  border-bottom: 1px solid #252422;
  padding-bottom: .5em;
  margin-top: .5em;
  color: #000000;
}

.casopisy__temata .jtoggle small {
  font-size: .8em;
  line-height: 1.3em;
}

.casopisy__temata .jtoggle svg {
  width: 20px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.casopisy__temata .jtoggle:hover {
  color: #d22d40;
  -webkit-transition: .2s;
  transition: .2s;
}

.casopisy__temata .jtoggle.jtoggle--act {
  color: #313131;
  border-bottom-color: transparent;
}

.casopisy__temata .jtoggle.jtoggle--act svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.casopisy__temata .jtoggle__content {
  margin-bottom: 2em;
}

.casopisy__temata .jtoggle__content ul {
  margin-left: 2em;
}

.casopisy__temata .jtoggle__content ul li {
  margin-bottom: .4em;
}

.casopisy__temata .jtoggle__content ul li a {
  text-decoration: none;
}

/*//casopisy__temata*/
/*detail__nav*/
.detail__nav {
  margin-bottom: .5em;
}

.detail__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 910px) {
  .detail__nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 910px) {
  .detail__nav ul li {
    margin-right: 1em;
    margin-bottom: .5em;
  }
}

.detail__nav ul li a {
  color: #838a90;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.detail__nav ul li a:hover {
  color: #313131;
}

.detail__nav ul li.act a {
  color: #d22d40;
}

/*//detail__nav*/
/*casopis__nav*/
.casopis__nav {
  margin-top: 2em;
  margin-bottom: 1em;
}

.casopis__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
}

.casopis__nav ul li {
  margin-right: .5em;
}

@media (max-width: 910px) {
  .casopis__nav ul li {
    width: 100%;
    margin-bottom: .2em;
  }
}

.casopis__nav ul li a {
  display: inline-block;
  padding: .9em 2em;
  border: 1px solid #cfd5db;
  color: #838a90;
  font-weight: 800;
}

@media (max-width: 910px) {
  .casopis__nav ul li a {
    display: block;
    width: 100%;
  }
}

.casopis__nav ul li a:hover {
  color: #313131;
}

.casopis__nav ul li.act a {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #d22d40;
}

.casopis__nav a {
  text-decoration: none;
}

.casopis__nav a + a {
  margin-left: 2em;
}

/*//casopis__nav*/
/*casopisy__archiv*/
.casopisy__archiv li {
  margin-bottom: .5em;
  padding-left: 1.5em;
  position: relative;
}

.casopisy__archiv li a {
  text-decoration: none;
  font-weight: 800;
}

.casopisy__archiv li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #838a90;
  position: absolute;
  top: .5em;
  left: .25em;
}

/*//casopisy__archiv*/
/*casopis__obsah*/
.detail .casopis__obsah h2 {
  font-weight: 800;
  margin-bottom: .5em;
}

/*//casopis__obsah*/
.casopis__download svg {
  position: relative;
  top: 2px;
  margin-right: .5em;
}

/*casopis__obsahArticle*/
.casopis__obsahArticle {
  border-top: 1px solid #e5e9ec;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

.casopis__obsahArticle h3 {
  font-weight: 800;
  margin-top: 1.5em;
}

.casopis__obsahArticle h3 small {
  font-weight: normal;
  color: #313131;
}

.casopis__obsahArticle h3 a {
  text-decoration: none;
}

.casopis__obsahArticle--nav {
  margin-top: -.8em;
}

.casopis__obsahArticle--nav span {
  display: inline-block;
  margin-right: 1.3em;
}

@media (max-width: 910px) {
  .casopis__obsahArticle--nav span {
    margin-bottom: .5em;
  }
}

.casopis__obsahArticle--nav span a {
  text-decoration: none;
}

.casopis__obsahArticle--nav span a .angle-down--small {
  color: #000000;
  position: relative;
}

.casopis__obsahArticle--nav span a .ico {
  margin-right: .3em;
}

.casopis__obsahArticle--nav span a:hover .angle-down--small {
  color: #d22d40;
}

.casopis__obsahArticle--nav span a.jtoggle--act svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.casopis__obsahArticle--nav span a.jtoggle--act svg.angle-down--small {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.casopis__obsahArticle .jtoggle__content {
  background-color: #e5e9ec;
  padding: 1em;
}

/*//casopis__obsahArticle*/
/*casopis__clanek*/
.casopis__clanek h2 {
  font-size: 1.375em;
  line-height: 1.3em;
  font-weight: 800;
}

.casopis__clanek h4 {
  margin-bottom: .5em;
}

.casopis__clanek h3 {
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding-right: 1em;
  border-bottom: 1px solid #252422;
  padding-bottom: .5em;
  margin-bottom: 1.5em;
  color: #313131;
}

.casopis__clanek h3 .angle-down {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.casopis__clanek h3 .ico {
  margin-right: .5em;
}

.casopis__clanek h3:hover {
  color: #d22d40;
  -webkit-transition: .2s;
  transition: .2s;
}

.casopis__clanek h3 small {
  font-size: .9em;
  line-height: 1.3em;
  font-weight: normal;
}

.casopis__clanek .jtoggle--act {
  border-bottom: 0;
}

.casopis__clanek .jtoggle__content {
  margin-top: -1em;
  margin-bottom: 2em;
}

.casopis__clanek .smallLink {
  margin: 0 .5em;
}

/*//casopis__clanek*/
.title--blog {
  margin-top: .5em;
  margin-bottom: 1em;
  display: block;
}

.title--blog a {
  text-decoration: none;
}

/*articleTOp*/
.articleTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4em;
}

@media (max-width: 910px) {
  .articleTop {
    margin-bottom: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.articleTop--img {
  width: 45%;
  margin-bottom: 1em;
}

@media (max-width: 740px) {
  .articleTop--img {
    width: 100%;
  }
}

.articleTop--text {
  width: 55%;
  padding-left: 4em;
}

@media (max-width: 910px) {
  .articleTop--text {
    padding-left: 2em;
  }
}

@media (max-width: 740px) {
  .articleTop--text {
    padding-left: 0;
    width: 100%;
  }
}

.articleTop--text h2 {
  font-weight: 800;
}

.articleTop--text h2 a {
  text-decoration: none;
}

.articleTop--text date {
  display: block;
  font-weight: 800;
  margin: .8em 0;
}

/*//articleTop*/
/*.blogList*/
.blogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3em;
}

@media (max-width: 910px) {
  .blogList {
    margin: 0 -1em;
  }
}

.blogList__article {
  width: 33.3333%;
  padding: 0 3em;
  margin-bottom: 3em;
}

@media (max-width: 910px) {
  .blogList__article {
    padding: 0 1em;
    margin-bottom: 1em;
  }
}

@media (max-width: 910px) {
  .blogList__article {
    width: 50%;
  }
}

.blogList__article h2 a {
  text-decoration: none;
}

.blogList__article date {
  display: block;
  font-weight: 800;
  margin: .8em 0;
}

/*//blogList*/
/*blogDetail*/
.blogDetail h1 {
  font-weight: 800;
  margin: -.2em 0 .5em 0;
}

.blogDetail p.blogDetail__info {
  margin-bottom: 1em;
}

.blogDetail p.blogDetail__info date {
  font-weight: 800;
}

.blogDetail .detail__share {
  border: 0;
  margin: 0;
  padding: 0;
}

/*//blogDetail*/
/*blogMain*/
.blogMain {
  width: 62%;
}

@media (max-width: 1180px) {
  .blogMain {
    width: 65%;
  }
}

@media (max-width: 740px) {
  .blogMain {
    width: 100%;
  }
}

.blogMain .title--border {
  margin: 2em 0 0 0;
  text-transform: uppercase;
  font-size: 16px;
}

/*//blogMain*/
/*articleAside*/
.articleAside {
  margin-bottom: 2em;
}

.articleAside img {
  display: block;
  margin-bottom: .5em;
}

.articleAside a {
  text-decoration: none;
}

.articleAside a:hover h2 {
  color: #d22d40;
}

.aside--blog .all {
  font-weight: 800;
}

.aside--blog .all .ico {
  display: inline-block;
  margin-right: .3em;
  color: #313131;
}

.aside--blog .all:hover .ico {
  color: #d22d40;
}

/*//articleAside*/
/*akceTop*/
.akceTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4em;
}

@media (max-width: 910px) {
  .akceTop {
    margin-bottom: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.akceTop__img {
  width: 40%;
  margin-bottom: 1em;
}

@media (max-width: 740px) {
  .akceTop__img {
    width: 100%;
  }
}

.akceTop__date {
  display: inline-block;
  background-color: #313131;
  margin: 0 0 .5em 0;
  padding: .1em 2em .1em .5em;
  color: #fff;
  font-weight: 800;
}

.akceTop__text {
  width: 60%;
  padding-left: 2.7em;
}

@media (max-width: 910px) {
  .akceTop__text {
    padding-left: 2em;
  }
}

@media (max-width: 740px) {
  .akceTop__text {
    padding-left: 0;
    width: 100%;
  }
}

.akceTop__text h2 {
  font-weight: 800;
  margin-bottom: .3em;
}

.akceTop__text h2 a {
  text-decoration: none;
}

.akceTop__text h3 {
  font-weight: 800;
}

/*//akceTop*/
/*.akceList*/
.akceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2em;
  width: 95%;
}

@media (max-width: 910px) {
  .akceList {
    margin: 0 -1em;
    width: 100%;
  }
}

.akceList__article {
  width: 50%;
  padding: 0 2em;
  margin-bottom: 2em;
}

@media (max-width: 910px) {
  .akceList__article {
    padding: 0 1em;
    margin-bottom: 1em;
  }
}

@media (max-width: 910px) {
  .akceList__article {
    width: 50%;
  }
}

@media (max-width: 910px) {
  .akceList__article h2 {
    font-size: 1em;
  }
}

.akceList__article h2 a {
  text-decoration: none;
}

/*//akceList*/
/*akceDetail*/
.akceDetail {
  padding-right: 3em;
}

@media (max-width: 910px) {
  .akceDetail {
    padding-right: 0;
  }
}

.akceDetail h1 {
  font-weight: 800;
  margin-bottom: .3em;
}

.akceDetail h1 a {
  text-decoration: none;
}

.akceDetail h2 {
  font-size: 1.375em;
  line-height: 1.3em;
  font-weight: 800;
  margin-bottom: .8em;
}

.akceDetail__place {
  color: #000000;
  margin-bottom: 0 !important;
}

/*//akceDetail*/
.title--akce {
  border-top: 1px solid #e5e9ec;
  margin: 1em 0 1em 0;
  padding: 1em 0 0 0;
}

.ico {
  color: #838a90;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

a:hover .ico {
  color: #d22d40;
}

.file-pdf {
  width: 18px;
  height: 24px;
}

.file-word {
  width: 18px;
  height: 24px;
}

.file-excel {
  width: 18px;
  height: 24px;
}

.file-archive {
  width: 18px;
  height: 24px;
}

.soundcloud-brands {
  width: 30px;
  height: 24px;
}

.angle-left {
  width: 18px;
  height: 20px;
  top: 5px;
}

.angle-right {
  width: 18px;
  height: 20px;
  top: 5px;
}

.angle-down {
  width: 20px;
  height: 20px;
  top: 2px;
}

.orcid {
  width: 21px;
  height: 21px;
  position: relative;
}

.external-link {
  width: 16px;
  height: 16px;
  top: 2px;
}

.facebook-official {
  width: 30px;
  height: 24px;
  top: 6px;
}

.twitter {
  width: 30px;
  height: 24px;
  top: 6px;
}

.envelope {
  width: 30px;
  height: 24px;
  top: 6px;
}

.exchange-alt {
  width: 18px;
  height: 13px;
  top: 3px;
}

.list-solid {
  width: 20px;
  height: 20px;
}

.th-solid {
  width: 20px;
  height: 20px;
}

.search {
  width: 26px;
  height: 26px;
}

.times {
  width: 26px;
  height: 26px;
  top: 3px;
}

.chevron-left {
  width: 14px;
  height: 14px;
  top: 2px;
}

/* small */
.angle-down--small {
  width: 15px;
  height: 15px;
  top: 2px;
}

.eye--small {
  width: 16px;
  height: 19px;
  top: 4px;
}

.file-pdf--small {
  width: 15px;
  height: 15px;
  top: 2px;
}

.file-alt--small {
  width: 15px;
  height: 15px;
  top: 2px;
}

.comment--small {
  width: 16px;
  height: 14px;
  top: 2px;
}
/*# sourceMappingURL=styles.css.map */