@import "../fonts/fonts.css";
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;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}

.grid-50 {
    display:grid;
    grid-template-columns: 50% 50%;
    }

html {
  font-size: 10px;
  overflow-x: hidden;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
* {
  box-sizing: border-box;
}
b,
strong {
  font-weight: 700;
}
i {
  font-style: italic;
}
p {
  margin: 2rem 0;
}
a:focus,
span:focus,
div:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
body {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
  color: #222;
  line-height: 1.57;
}
a {
  color: var(--barva01);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 3rem;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  margin: 3rem 0 2rem 0;
  line-height: 1.333;
}
h2 {
  font-size: 2.4rem;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  margin: 2.5rem 0 1.5rem 0;
  line-height: 1.333;
}
h3 {
  font-size: 2rem;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  margin: 2rem 0 1rem 0;
  line-height: 1.333;
}
h4 {
  font-size: 1.7rem;
}
.btn {
  display: inline-block;
  min-height: 4rem;
  cursor: pointer;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 50ms linear;
  -moz-transition: all 50ms linear;
  -o-transition: all 50ms linear;
  -ms-transition: all 50ms linear;
  transition: all 50ms linear;
}
.btn:hover {
  text-decoration: none;
}
.btn .icon {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-wide {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.btn-light {
  background-color: var(--barva11);
  border: 1px solid var(--barva13);
  color: var(--barva03);
}
.btn-light:hover {
  background-color: #fff;
  color: var(--barva04);
  border-color: var(--barva21);
}
.btn-default {
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--barva01);
  text-transform: none;
  font-size: 1.6rem;
  padding: 0.8rem 1.5rem;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.btn-default .icon {
  color: var(--barva05);
}
.btn-default:hover {
  background-color:var(--barva05);
  border-color:var(--barva05);
  color:#FFF;
  }
  .btn-default:hover .icon {
    color:#FFF;
    }
.btn-brand {
  background-color: var(--barva05);
  border: 1px solid var(--barva05);
  color: #fff;
}
.btn-brand:hover {
  background-color: var(--barva08);
  color: #fff;
  border-color: var(--barva08);
}
figcaption {
  font-size: 1.4rem;
}
.form-row {
  position: relative;
}
.form-row.input-error input {
  border-color: #cb0000;
  background-color: #fef6f2;
}
.form-row.input-error .error-text {
  position: absolute;
  right: 0;
  top: 0.5rem;
  color: #f04f00;
  font-size: 1.2rem;
  line-height: 1;
}
label {
  display: block;
  margin: 0.7rem 0 0.5rem 0;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #999;
  padding-left: 1rem;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  background-color: var(--barva11);
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  height: 4rem;
  padding: 1rem 1.3rem;
  border: 1px solid var(--barva21);
}
input:focus,
select:focus,
textarea:focus {
  background-color: #fff;
  border-color: var(--barva08);
}
textarea {
  min-height: 15rem;
  resize: vertical;
}
.checkbox {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  margin: 2rem 0 0 0;
  color: #222;
}
.checkbox label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0 0 0 3rem;
  margin: 0 1rem 0 0;
  min-height: 0;
  max-width: none;
  font-size: 1.4rem;
  color: #222;
  font-weight: 400;
  text-transform: none;
  line-height: 1.3;
}
.checkbox label:after {
  content: '';
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  transform: rotate(-45deg);
}
.checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  border: 1px solid var(--barva21);
  background-color: var(--barva11);
  box-sizing: border-box;
}
.checkbox label:hover::after {
  opacity: 0.2;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  border-color: #fff;
}
.checkbox input[type=checkbox]:checked + label:before {
  border-color: var(--barva05);
  background-color: var(--barva05);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkbox.checkbox-inline {
  display: inline-block;
}
.checkbox-text label {
  padding: 1.2rem 2rem;
  background-color: #fff;
  text-align: center;
  border: 1px solid var(--barva01);
  color: var(--barva01);
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.checkbox-text label:after,
.checkbox-text label:before {
  display: none;
}
.checkbox-text input[type=checkbox]:checked + label {
  background-color: var(--barva01);
  color: #fff;
}
.checkbox-text.color-brand label {
  border-color: var(--barva08);
  color: var(--barva08);
}
.checkbox-text.color-brand input[type=checkbox]:checked + label {
  background-color: var(--barva05);
}
.checkbox-text.color-secondary label {
  border-color: var(--barva02);
  color: var(--barva02);
}
.checkbox-text.color-secondary input[type=checkbox]:checked + label {
  background-color: var(--barva02);
}
.checkbox-text.color-recepty label {
  border-color: #389a61;
  color: #389a61;
}
.checkbox-text.color-recepty input[type=checkbox]:checked + label {
  background-color: #389a61;
}
.checkbox-text.color-clanky label {
  border-color: var(--barva04);
  color: var(--barva04);
}
.checkbox-text.color-clanky input[type=checkbox]:checked + label {
  background-color: var(--barva04);
}
.checkbox-text.color-poradci label {
  border-color: #00ff00;
  color: #00ff00;
}
.checkbox-text.color-poradci input[type=checkbox]:checked + label {
  background-color: #00ff00;
}
.checkbox-text.color-mazlicci label {
  border-color: #ff0000;
  color: #ff0000;
}
.checkbox-text.color-mazlicci input[type=checkbox]:checked + label {
  background-color: #ff0000;
}
.color-recepty .colored,
.color-recepty.colored {
  color: #389a61 !important;
}
.color-bydleni .colored,
.color-bydleni.colored {
  color: var(--barva04) !important;
}
.color-zdravi .colored,
.color-zdravi.colored {
  color: var(--barva15) !important;
}
.color-wellness .colored,
.color-wellness.colored {
  color: #a22101 !important;
}
.color-fitness .colored,
.color-fitness.colored {
  color: #f9004f !important;
}
.color-ezoterika .colored,
.color-ezoterika.colored {
  color: var(--barva01) !important;
}
.color-remesla .colored,
.color-remesla.colored {
  color: #fa7c00 !important;
}
.color-prvni-pomoc .colored,
.color-prvni-pomoc.colored {
  color: #057a9e !important;
}
.color-academy .colored,
.color-academy.colored {
  color: #1e77b7 !important;
}
.color-lecive-potraviny .colored,
.color-lecive-potraviny.colored {
  color: #379a7d !important;
}
.color-mazlicci .colored,
.color-mazlicci.colored {
  color: #d84700 !important;
}
.color-rozvoj-osobnosti .colored,
.color-rozvoj-osobnosti.colored {
  color: #42134a !important;
}
.color-dobry-kontakt .colored,
.color-dobry-kontakt.colored {
  color: var(--barva02) !important;
}
.color-primary .colored,
.color-primary.colored {
  color: var(--barva01) !important;
}
.color-secondary .colored,
.color-secondary.colored {
  color: var(--barva02) !important;
}
.color-tertiary .colored,
.color-tertiary.colored {
  color: var(--barva03) !important;
}
.color-tertiary-active .colored,
.color-tertiary-active.colored {
  color: var(--barva04) !important;
}
.page-wrapper {
  width: 100%;
  padding-top: 21rem;
  min-height: 100vh;
}
.page-wrapper.search-open {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  overflow: hidden;
  height: 100vh;
}
.page-container {
  width: 100%;
  max-width: 117rem;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.container:after,
.container:before {
  display: table;
  content: "";
  clear: both;
}
.header {
  background: #fff;
  margin-bottom: 2rem;
}
.header-nav-mobile {
  display: none;
  height: 5rem;
  background-color: var(--barva05);
  color: #fff;
  padding: 0 1.5rem;
  position: relative;
}
.header-nav-mobile .header-search-toggle {
  background-color: transparent;
  font-size: 2rem;
  right: 1rem;
}
.header-nav-mobile .header-search-toggle:hover {
  background-color: transparent;
}
.header-top {
  height: 10rem;
  padding: 0 1.5rem;
}
.logo {
  float: left;
  margin: 2.3rem 0 0 0.5rem;
  font-size: 1.6rem;
  width: var(--logoHeight);
  background: -moz-radial-gradient(center, ellipse cover, var(--barva23) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, var(--barva23) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, var(--barva23) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--barva23), endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.logo a {
  display: block;
  line-height: 1;
}
.logo a img {
  display: block;
  width: 100%;
  height: auto;
}
.logo h1 { 
  margin: 0; 
}
.header-info {
  float: right;
}
.header-info:after,
.header-info:before {
  display: table;
  content: "";
  clear: both;
}
.header-social {
  padding-top: 1.3rem;
  float: left;
  text-align: right;
}
.header-social .item-today {
  margin-bottom: 3rem;
}
.header-social .item-dayname-short {
  display: none;
}
.header-social .item-likebox {
  font-style: italic;
  color: #666;
}
.header-social .item-fb-container {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
}
.header-social .item-fb-container img {
  width: 13.9rem;
  height: auto;
}
.header-weather {
  float: left;
  margin-left: 3rem;
}
.header-weather:after,
.header-weather:before {
  display: table;
  content: "";
  clear: both;
}
.weather-day {
  float: left;
  padding: 1.3rem 1.5rem 1rem 1.5rem;
  text-align: center;
  margin-right: 2rem;
  text-decoration: none;
  color: #666;
}
.weather-day .item-dayname {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #666;
  display: block;
}
.weather-day .item-temperature {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}
.weather-day .item-image {
  width: 3rem;
  height: 3rem;
  margin: 0.2rem auto;
}
.weather-day .item-image img {
  width: 5.8rem;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: -12px;
}
.weather-day:last-child {
  margin-right: 0;
}
.weather-day:hover {
  text-decoration: none;
}
.weather-day:hover .item-dayname {
  text-decoration: underline;
}
.header-main-nav {
  background-color: var(--barva05);
  padding: 0 9rem 0 20rem;
  position: relative;
  color: var(--barva17);
}
.main-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 1.4rem;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.main-nav li {
  position: relative;
  -moz-flex: none;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
.main-nav li a {
  display: block;
  height: 5rem;
  padding: 0;
  color: var(--barva17);
  position: relative;
  z-index: 3;
  text-decoration: none;
}
.main-nav li a:hover {
  text-decoration: underline;
}
.main-nav li .greedy-content {
  padding: 0 0.8rem;
  line-height: 5rem;
}
.main-nav li.active a {
  background-color: #d16700;
}
.greedy-more {
  display: none;
  height: 5rem;
  padding: 0 0.7rem;
  border: none;
  color: #fff;
  text-decoration: none;
  line-height: 5rem;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
}
.greedy-more .icon {
  margin-left: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: -0.3rem;
}
.greedy-more.visible {
  display: block;
}
.greedy-more:hover {
  text-decoration: underline;
}
.greedy-nav {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.greedy-hidden-links {
  position: absolute;
  top: 100%;
  right: 0;
  margin-right: -5.5rem;
  display: none;
  background-color: #fff;
  width: 18rem;
  text-align: center;
  padding: 1rem;
  border-radius: 5px;
  z-index: 99;
  -webkit-box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.2);
  border-radius:0;
}
.greedy-hidden-links li a {
  color: var(--barva05);
  text-decoration: none;
  padding: 0.5rem 0;
  display: block;
}
.greedy-hidden-links li a:hover {
  text-decoration: underline;
}
.greedy-hidden-links:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
.header-search-toggle {
  position: absolute;
  right: 3rem;
  height: 5rem;
  line-height: 5rem;
  background-color: var(--barva06);
  width: 5rem;
  text-align: center;
  font-size: 1.6rem;
  top: 0;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 50ms linear;
  -moz-transition: all 50ms linear;
  -o-transition: all 50ms linear;
  -ms-transition: all 50ms linear;
  transition: all 50ms linear;
}
.header-search-toggle:hover {
  background-color: var(--barva07);
}
.header-sections-toggle {
  background-color: var(--barva08);
  text-align: center;
  width: 16rem;
  position: absolute;
  left: 3rem;
  top: 0;
  height: 5rem;
  line-height: 5rem;
  cursor: pointer;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 50ms linear;
  -moz-transition: all 50ms linear;
  -o-transition: all 50ms linear;
  -ms-transition: all 50ms linear;
  transition: all 50ms linear;
}
.header-sections-toggle .icon {
  display: inline-block;
  font-size: 2.3rem;
  vertical-align: top;
  margin-right: 0.9rem;
  font-weight: 400;
  width: 1.8rem;
  overflow: hidden;
  position: relative;
  top: 1.3rem;
}
.header-sections-toggle:hover {
  background-color: var(--barva09);
}
.header-sections {
  background-color: var(--barva08);
  padding: 1.5rem 3rem 2.5rem 3rem;
  color: #fff;
}
.header-sections .item-header {
  text-align: right;
}
.header-sections .item-header a {
  color: var(--barva07);
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.header-sections .item-header a .icon {
  font-weight: 900;
  font-size: 0.8rem;
  vertical-align: middle;
  margin-left: 1rem;
  display: inline-block;
  position: relative;
  top: -0.1rem;
}
.header-sections .item-header a:hover {
  text-decoration: underline;
}
.nav-sections {
  display: block;
  margin: 1.5rem -1.5rem 0 -1.5rem;
  border-top: 1px solid var(--barva18);
}
.nav-sections:after,
.nav-sections:before {
  display: table;
  content: "";
  clear: both;
}
.nav-sections li {
  float: left;
  padding: 0 1.5rem;
  width: 25%;
}
.nav-sections li a {
  font-size: 1.5rem;
  color: var(--barva17);
  text-decoration: none;
  padding: 0.6rem 1.5rem;
  display: block;
  border-bottom: 1px solid var(--barva18);
}
.nav-sections li a:hover {
  text-decoration: underline;
}
.header-bottom-nav {
  height: 5rem;
  background-color: #fff;
  position: relative;
  padding: 0 3rem 0 12.5rem;
}
.header-bottom-nav .item-title {
  position: absolute;
  left: 3rem;
  top: 0;
  color: var(--barva05);
  font-weight: 700;
  line-height: 5rem;
  font-size: 1.6rem;
  font-family: 'Roboto Condensed', sans-serif;
  padding-right: 1.5rem;
  border-right: 1px solid #d4e4da;
}
.nav-bottom-wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.nav-bottom-wrapper .item-arrow {
  display: block;
  height: 5rem;
  width: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #d4e4da;
  text-align: center;
  font-size: 1.8rem;
  line-height: 5rem;
  cursor: pointer;
  z-index: 9;
  font-weight: 700;
  color: #666;
  background-color: #fff;
  z-index: 3;
  -webkit-box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.15);
}
.nav-bottom-wrapper .item-arrow.next {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #d4e4da;
  -webkit-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15);
}
.nav-bottom-wrapper .item-arrow.disabled {
  box-shadow: none !important;
  display: none;
}
.nav-bottom-wrapper .item-arrow:hover {
  color: #000;
}
.nav-bottom-container {
  height: 5rem;
}
.nav-bottom-container .item-arrow {
  display: none;
}
.nav-bottom-container .frame {
  height: 5rem;
  width: 100%;
}
.slidee {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
}
.slidee li {
  float: none;
  display: inline-block;
  font-size: 1.4rem;
}
.nav-bottom li {
  border-right: 1px solid #d4e4da;
}
.nav-bottom li a {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  line-height: 5rem;
  padding: 0 1.5rem;
  display: block;
}
.nav-bottom li a:hover {
  text-decoration: underline;
}
.nav-bottom li:last-child {
  border: none;
}
.preload .nav-bottom-wrapper .item-arrow {
  display: none;
}
.header-mobile-nav-toggle {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 4.9rem;
  float: left;
  margin: 0 0 0 -1.5rem;
  padding: 0 1.5rem;
  height: 5rem;
  overflow: hidden;
  cursor: pointer;
}
.header-mobile-nav-toggle .icon {
  display: inline-block;
  margin-right: 1.3rem;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  top: 0.4rem;
  width: 2rem;
}
.header-mobile-nav-toggle .icon-close {
  display: none;
}
.header-mobile-nav-toggle .text {
  vertical-align: middle;
  display: inline-block;
}
.header-mobile-nav-toggle.open .icon-close {
  display: inline-block;
  font-weight: 300;
  font-size: 1.9rem;
  top: 0.2rem;
  left: 0.2rem;
}
.header-mobile-nav-toggle.open .icon-menu {
  display: none;
}
.nav-mobile {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(107, 145, 16, 0.9);
  padding: 0 2rem 2rem 2rem;
  display: none;
}
.nav-mobile li {
  display: block;
  position: relative;
}
.nav-mobile li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0.7rem 1rem;
  position: relative;
}
.nav-mobile li a:hover {
  text-decoration: none;
}
.nav-mobile li.main {
  border-bottom: 2px solid #fff;
}
.nav-mobile li.main a {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1.4rem 1rem;
  height: 5.5rem;
}
.nav-mobile li.last {
  margin-bottom: 2rem;
}
.nav-mobile li.dropdown .item-back {
  display: none;
}
.nav-mobile li.dropdown a:after {
  content: "\e91e";
  font-family: icomoon;
  position: absolute;
  right: 1rem;
  top: 1.9rem;
  font-size: 1rem;
}
.nav-mobile li.dropdown.open .item-back {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  top: 0.3rem;
}
.nav-mobile li.dropdown.open .item-back:before {
  content: "\e91d";
  font-family: icomoon;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: -0.2rem;
}
.nav-mobile li.dropdown.open .item-text {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
}
.nav-mobile li.dropdown.open a:after {
  display: none;
}
.nav-mobile li.dropdown > ul {
  margin: 0 -2rem -2px -2rem;
  background-color: #fff;
  padding: 1.5rem 2rem;
  display: none;
}
.nav-mobile li.dropdown > ul li {
  border-bottom: 1px solid #e5e5e5;
}
.nav-mobile li.dropdown > ul li a {
  color: var(--barva01);
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.7rem 1rem;
  height: auto;
}
.nav-mobile li.dropdown > ul li a:after {
  display: none;
}
.nav-mobile li.dropdown > ul li:last-child {
  border-bottom: none;
}
.search-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
}
.search-wrapper .item-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.search-wrapper .item-banner > div,
.search-wrapper .item-banner img,
.search-wrapper .item-banner a {
  display: inline-block;
  max-width: 100%;
}
.search-wrapper .item-content {
  max-width: 68rem;
  margin: 30rem auto 0 auto;
  padding: 0 0.7rem 5rem 0.7rem;
  position: relative;
}
.search-close {
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  position: absolute;
  top: 1rem;
  right: -24.5rem;
  cursor: pointer;
  color: var(--barva01);
  font-size: 1.8rem;
}
.search-box {
  padding: 1.8rem 0 1rem 9.3rem;
  position: relative;
  border-bottom: 2px solid var(--barva01);
}
.search-box .item-title {
  position: absolute;
  left: 0.3rem;
  top: 1.8rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Slab', sans-serif;
  color: var(--barva01);
  line-height:4rem;
}
.search-box input {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 2rem;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 0.3rem 1rem;
}
.search-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}
.search-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
.search-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}
.search-box :-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
.search-options {
  text-align: center;
  margin: 2.5rem 0 3rem 0;
}
.search-options .checkbox {
  display: inline-block;
  margin: 0.3rem;
}
.search-results {
  margin-bottom: 2rem;
  text-align: left;
}
.search-results li {
  margin: 0.4rem 0;
}
.search-results li a {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin-right: 1rem;
}
.search-results li a:hover {
  text-decoration: underline;
}
.search-results li a .highlight {
  color: #f04f00;
}
.search-results li .item-tag {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.1rem 0.7rem;
  background-color: var(--barva01);
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 0 0.3rem 0;
}
.search-results li .item-tag:hover {
  text-decoration: none;
}
.search-results li .item-tag.color-brand {
  background-color: var(--barva08);
}
.search-results li .item-tag.color-secondary {
  background-color: var(--barva02);
}
.search-results li .item-tag.color-clanky {
  background-color: var(--barva04);
}
.search-results li .item-tag.color-recepty {
  background-color: #389a61;
}
.no-results {
    text-align: center;
    margin: 1rem 0;
    display: inline-block;
    width: 100%;
    padding: 0 10rem;
}
.no-results p {
    margin: 0;
    font-size: 1.6rem;
}
.footer {
  background-color: var(--barva05);
  padding: 2rem 3rem 0 3rem;
}
.footer a {
  color: var(--barva17);
}
.footer-logos {
  text-align: center;
  margin: 0 -1rem 2rem -1rem;
  border-bottom: 1px solid var(--barva10);
  padding-bottom: 1rem;
}
.footer-logos a {
  display: inline-block;
  vertical-align: middle;
  margin: 1rem 2.5rem;
}
.footer-navs {
  text-align: center;
  padding-bottom: 3rem;
}
.footer-navs .nav-container {
  width: 18rem;
  display: inline-block;
  margin: 1.5rem 0;
}
.footer-navs .item-title {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--barva22);
  text-transform: uppercase;
}
.footer-navs ul li {
  margin-bottom: 0.3rem;
}
.footer-bottom {
  background-color: var(--barva10);
  margin: 0 -3rem;
  padding: 2.5rem 3rem 3rem 3rem;
  text-align: center;
  position: relative;
}
.footer-bottom ul {
  display: inline-block;
  font-size: 0;
}
.footer-bottom ul li {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.footer-bottom ul li a {
  display: block;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}
.footer-bottom ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.4rem;
  width: 1px;
  height: 1.5rem;
  border-right: 1px solid var(--barva22);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=(60));
  opacity: 0.6;
}
.footer-bottom ul li:last-child:after {
  display: none;
}
.footer-copyright {
  text-align: center;
  color: var(--barva22);
  margin-top: 0.3rem;
}
    .footer-copyright a {
        color:var(--barva22);
        }
.footer-fb {
  position: absolute;
  font-size: 2.8rem;
  top: 2.3rem;
  right: 6rem;
}
.footer-fb:hover {
  text-decoration: none;
}
.main-content-container {
  float: left;
  padding: 0 0 3rem 1.5rem;
  width: 65.8%;
}
.main-content-article-container {
  width: 59%;
}
.aside-container {
  float: right;
  padding: 0 1.5rem;
/*width: 34.2%;*/ 
  width: 34.2009%;
}
.aside-article-container {
  width: 41%;
}
.aside-article-container .aside-inner-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.main-content {
  padding: 0 1.5rem 0 3rem;
}
.aside-content {
  padding: 0;
  background-color: var(--barva12);
  position: relative;
  height: 100%;
}
.article-item-main {
  border-top: 2px solid var(--barva01);
  position: relative;
  padding: 0 56% 1.5rem 0;
  margin-bottom: 1.5rem;
}
.article-item-main .item-title {
  color: var(--barva01);
  margin: 1rem 0 0.5rem 0;
}
.article-item-main .item-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
  height: 100%;
}
.article-item-main.color-bydleni {
  border-color: var(--barva04);
}
.article-item-main.color-bydleni .item-title a,
.article-item-main.color-bydleni .item-category a {
  color: var(--barva04);
}
.article-item-main.color-zdravi {
  border-color: var(--barva15);
}
.article-item-main.color-zdravi .item-title a,
.article-item-main.color-zdravi .item-category a {
  color: var(--barva15);
}
.article-item-main.color-wellness {
  border-color: #a22101;
}
.article-item-main.color-wellness .item-title a,
.article-item-main.color-wellness .item-category a {
  color: #a22101;
}
.article-item-main.color-fitness {
  border-color: #f9004f;
}
.article-item-main.color-fitness .item-title a,
.article-item-main.color-fitness .item-category a {
  color: #f9004f;
}
.article-item-main.color-zivotni-styl {
  border-color: var(--barva01);
}
.article-item-main.color-zivotni-styl .item-title a,
.article-item-main.color-zivotni-styl .item-category a {
  color: var(--barva01);
}
.article-item-image,
.lazy-image {
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.02);
  display: block;
}
.article-item-image.b-lazy,
.lazy-image.b-lazy {
  background-image: url('../img/loading.gif');
}
.article-item-image.b-loaded,
.lazy-image.b-loaded {
  background-size: cover;
}
.article-meta {
  font-size: 1.6rem;
  margin: 1.75rem 0 0.75rem 0;
}
.article-meta .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  position: relative;
}
.article-meta .item:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #999;
  border-radius: 100%;
  top: 1rem;
  right: -1.3rem;
  position: absolute;
}
.article-meta .item:last-child:after {
  display: none;
}
.article-meta .item-category {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
    .article-meta .item-category a {
        color:var(--barva01);
        text-decoration:none;
        }
        .article-meta .item-category a:hover {
            text-decoration:underline;
            }
        
.article-meta .item-date {
  color: #999;
  font-weight: 700;
}
.heading-line {
  position: relative;
  margin: 2rem 0 1.5rem 0;
}
.heading-line .item-title {
  font-size: 1.6rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  padding-right: 2rem;
  background-color: #fff;
  z-index: 3;
  position: relative;
}
.heading-line .item-title .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
  margin-right: 1rem;
  font-size: 2rem;
}
.heading-line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #222;
  z-index: 1;
}
.heading-line.color-primary .item-title,
.heading-line.color-primary .item-title a {
  color: var(--barva01);
}
.heading-line.color-primary:before {
  border-color: var(--barva01);
}
.heading-line.color-secondary .item-title,
.heading-line.color-secondary .item-title a {
  color: #f04f00;
}
.heading-line.color-secondary:before {
  border-color: #f04f00;
}
.heading-line.color-recepty .item-title,
.heading-line.color-recepty .item-title a {
  color: #389a61;
}
.heading-line.color-recepty:before {
  border-color: #389a61;
}
.heading-line.color-mazlicci .item-title,
.heading-line.color-mazlicci .item-title a {
  color: #d84700;
}
.heading-line.color-mazlicci:before {
  border-color: #d84700;
}
.heading-line.color-wellness .item-title,
.heading-line.color-wellness .item-title a {
  color: #a22101;
}
.heading-line.color-wellness:before {
  border-color: #a22101;
}
.heading-line.color-fitness .item-title,
.heading-line.color-fitness .item-title a {
  color: #f9004f;
}
.heading-line.color-fitness:before {
  border-color: #f9004f;
}
.heading-line.color-rozvoj-osobnosti .item-title,
.heading-line.color-rozvoj-osobnosti .item-title a {
  color: #42134a;
}
.heading-line.color-rozvoj-osobnosti:before {
  border-color: #42134a;
}
.heading-line.color-zdravi .item-title,
.heading-line.color-zdravi .item-title a {
  color: var(--barva15);
}
.heading-line.color-zdravi:before {
  border-color: var(--barva15);
}
.article-item {
  position: relative;
  padding: 0 0 1rem 36%;
  min-height: 15rem;
  margin: 1.5rem 0;
}
.article-item:after,
.article-item:before {
  display: table;
  content: "";
  clear: both;
}
.article-item .item-title {
  font-size: 2.2rem;
  margin: 0 0 1rem 0;
}
.article-item .item-title.sm {
  font-size: 2rem;
}
.article-item .item-title.lg {
  font-size: 2.4rem;
}
.article-item .item-title .item-category {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.article-item .item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 33.333%;
  height: 100%;
  display: block;
}
.article-item .item-text.two-rows {
  height: 4rem;
  overflow: hidden;
}
.article-item .item-related-article {
  padding-top: 0.8rem;
  margin-top: 1rem;
  border-top: 1px dashed var(--barva12);
}
.article-item .item-related-article a {
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  color: var(--barva03);
}
.article-item .item-related-article a:hover {
  text-decoration: none;
}
.article-item .item-related-article a .icon {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
}
.article-item .link-more {
  float: right;
  color: var(--barva02);
  margin-top: 0.5rem;
}
.article-item-vertical {
  padding: 0 0 1rem 0;
}
.article-item-vertical .item-image {
  position: static;
  width: 100%;
  display: block;
  height: 17.5rem;
  margin-bottom: 1rem;
}
.article-item-vertical .item-title {
  font-size: 2rem;
}
.list-article-titles {
  margin: 1.5rem 0 3.5rem 0;
}
.list-article-titles li {
  margin-bottom: 0.6rem;
  line-height: 1.37;
}
.list-article-titles li a {
  font-size: 1.6rem;
  font-weight: 700;
}
.list-popular-articles {
  margin-bottom: 2rem;
}
.list-popular-articles .item-title {
  display: block;
  color: var(--barva04);
  font-weight: 300;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.6rem;
  margin: -0.5rem 0 1.5rem 0;
}
.list-popular-articles ol {
  list-style: none;
  counter-reset: item;
}
.list-popular-articles ol li {
  counter-increment: item;
  padding-left: 2.3rem;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.list-popular-articles ol li:before {
  content: counter(item);
  color: var(--barva04);
  font-weight: 300;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
.list-popular-articles ol li a {
  font-weight: 700;
}
.ad-tag {
  position: relative;
}
.ad-tag .item-ad-tag {
  position: absolute;
  left: 0;
  top: -1.6rem;
  font-size: 1.2rem;
  color: var(--barva03);
  line-height: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
}
.sz-banner-container {
  text-align: center;
  margin: 1.5rem 0;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  position: relative;
}

/*
.sz-banner-container > div,
.sz-banner-container img,
.sz-banner-container a {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
*/

.sz-banner-container.bordered {
  border: 1px solid #f0f1df;
}
.sz-banner-container.vm {
  height: calc(100% - 1.5rem);
}

/*
.sz-banner-container.vm > div,
.sz-banner-container.vm img,
.sz-banner-container.vm a {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
*/

.aside-banner-container {
  height: auto;
  padding: 1.5rem 0;
}
.article-item-pr {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.article-trio {
  margin: -1.5rem -1rem 0 -1rem;
}
.article-trio:after,
.article-trio:before {
  display: table;
  content: "";
  clear: both;
}
.article-trio .item-container {
  float: left;
  width: 33.33%;
  padding: 0 1rem;
}
.article-trio .article-item .item-title {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
}
.article-trio .article-item .item-image {
  height: 15rem;
  margin-bottom: 1.5rem;
}
.lunar-calendar {
  background-color: var(--barva11);
  border-top: 1px solid var(--barva13);
  border-bottom: 1px solid var(--barva21);
}
.lunar-calendar .item-heading {
  color: var(--barva01);
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.7rem;
  margin: 1.5rem 0 0.2rem 0;
}
.lunar-calendar-slider {
  position: relative;
  padding-bottom: 2.5rem;
}
    .lunar-calendar-slider a.item {
        text-decoration:none;
        }
        .lunar-calendar-slider a.item:hover span {
            text-decoration:underline;
            }
.lunar-calendar-slider .item:after,
.lunar-calendar-slider .item:before {
  display: table;
  content: "";
  clear: both;
}
.lunar-calendar-slider .item-date {
  text-align: center;
  border-bottom: 1px solid var(--barva13);
  color: var(--barva01);
  padding-bottom: 1.5rem;
}
.lunar-calendar-slider .item-text {
  position: relative;
  padding: 1.5rem 2rem 0 10.5rem;
  color: var(--barva14);
  line-height: 1.4;
  height: 7.4rem;
  overflow: hidden;
}
.lunar-calendar-slider .item-more {
  float: right;
  margin-right: 2rem;
}
.lunar-calendar-slider .item-image {
  position: absolute;
  left: 2rem;
  top: 1.5rem;
  width: 6.5rem;
}
.lunar-calendar-slider .item-image img {
  width: 100%;
  height: auto;
}
.lunar-calendar-slider .slick-arrow {
  position: absolute;
  left: 0;
  top: -3.8rem;
  z-index: 3;
  width: 6.5rem;
  height: 7.3rem;
  background-color: var(--barva11);
  cursor: pointer;
  padding: 0;
  border: none;
  font-size: 0;
  text-align: center;
}
.lunar-calendar-slider .slick-arrow:before {
  content: "\e91d";
  font-family: icomoon;
  font-size: 3.4rem;
  color: var(--barva01);
}
.lunar-calendar-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.lunar-calendar-slider .slick-arrow.slick-next:before {
  content: "\e91e";
}
.lunar-calendar-slider .slick-arrow:hover {
  font-weight: 700;
}
.aside-heading,
.left-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.aside-heading .left,
.left-right .left {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding-right: 2rem;
}
.aside-heading .right,
.left-right .right {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.aside-heading h2,
.left-right h2,
.aside-heading h3,
.left-right h3 {
  margin-top: 0;
}
.left-right {
  margin-bottom: -1rem;
}
.left-right .left,
.left-right .right {
  margin-bottom: 1rem;
}
.aside-inner-container {
  padding: 2.5rem 2rem;
}
.aside-inner-container.bordered {
  border-bottom: 1px solid var(--barva21);
}
.aside-title {
  font-size: 1.7rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}
.aside-title img {
  display: inline-block;
  width: 1.6rem;
  height: 1.5rem;
  margin-right: 0.6rem;
}
.aside-title a {
  text-decoration: underline;
}
.aside-title a:hover {
  text-decoration: none;
}
.link-more:after {
  content: "\e91e";
  font-family: icomoon;
  font-weight: 700;
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.related-products .row {
    margin:0.5rem -4.5rem 2.5rem -4.5rem;
    }
    
.related-products .product-item {
    margin: 1.5rem;
    border: 1px solid var(--barva13);
    }
    
.related-products .product-item .aside-list-item {
    padding:2.5rem 3rem 3.5rem 3rem;
    text-align:center;
    }
    
.related-products .product-item .aside-list-item .item-image {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2.0rem;
    }
    
.aside-list-item {
  position: relative;
  padding: 2rem 1rem 2.2rem 12.5rem;
  border-bottom: 1px solid var(--barva21);
  min-height: 14rem;
    }
    .aside-list-item.tip .item-title a {
        color:var(--barva02) !important;
        }

.aside-list-item .item-image {
  position: absolute;
  left: 1rem;
  top: 2rem;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}
.aside-list-item .item-image .badge {
  position: absolute;
  background-color: #f04f00;
  color: #fff;
  text-align: center;
  width: 10rem;
  padding: 1.5rem 0 0.2rem 0;
  top: -1rem;
  left: -4rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.aside-list-item .item-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0.8rem 0;
  line-height: 1.4;
}
.aside-list-item .item-text {
  line-height: 1.4;
  font-size: 1.4rem;
}
.aside-list-item .item-price {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--barva05);
}
.aside-list-item .item-price .discount {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #fff;
  background-color: var(--barva02);
  padding: 0.3rem 0.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  top: -1px;
}
.aside-list-item:last-child {
  border-bottom: none;
}
.aside-products.color-secondary .aside-list-item .item-title a {
/*color: var(--barva02);*/
  color: var(--barva03);
}
.bg-dark {
  background-color: var(--barva13);
}
.aside-comments {
  margin: 1rem 0 0 0;
}
.aside-comment-item {
  padding: 0.5rem 1.5rem 1rem 2rem;
  border-bottom: 1px solid var(--barva19);
}
.aside-comment-item .item-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.aside-comment-item .item-with-image {
  position: relative;
  padding-left: 11rem;
  min-height: 10rem;
}
.aside-comment-item .item-with-image .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.aside-comment-item:last-child {
  border-bottom: none;
}
.discussion .comment-bubble {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    }
.comment-bubble {
  background-color: #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding: 0.5rem 1.3rem;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
  display: inline-block;
  width: auto;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.comments-show-more {
  text-align: right;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=(60));
  opacity: 0.6;
}
.comments-show-more a {
  color: var(--barva16);
}
.comments-show-more a:after {
  content: "\e929";
  font-family: icomoon;
  display: inline-block;
  margin-left: 0.5rem;
}
.aside-box {
  background-color: #fff;
  -webkit-box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.aside-box:after,
.aside-box:before {
  display: table;
  content: "";
  clear: both;
}
.aside-comment-item-main {
  padding: 1rem;
  margin: 1rem 0 2rem 0;
  background-color: #fdfdfa;
  position: relative;
}
.aside-comment-item-main:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  border-bottom: 1px solid var(--barva19);
  width: 100%;
}
.aside-comment-item-main .item-title-image {
  position: relative;
  height: 25rem;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1;
  display: block;
  margin: 0 auto;
  max-width: 50rem;
}
.aside-comment-item-main .item-title-image:hover .item-title {
  text-decoration: underline;
}
.aside-comment-item-main .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 1.8rem;
  color: #fff;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  background-color: rgba(18, 104, 50, 0.75);
}
.aside-comment-item-main .item-comment {
  padding: 1rem 1.2rem 0 1.2rem;
  text-align: center;
}
.aside-comment-item-main .item-comment .comment-bubble {
  max-width: 50rem;
  text-align: left;
}
.aside-dobry-kontakt {
  padding: 2rem;
}
.aside-dobry-kontakt .aside-title {
  font-size: 1.6rem;
  color: var(--barva01);
}
.aside-dobry-kontakt .aside-list-item {
  padding-left: 12rem;
  border-bottom: 1px solid var(--barva21);
}
.aside-dobry-kontakt .aside-list-item .item-image {
  left: 0;
}
.aside-dobry-kontakt .item-categories {
  margin: 1rem -1rem 0 -1rem;
}
.aside-dobry-kontakt .item-categories:after,
.aside-dobry-kontakt .item-categories:before {
  display: table;
  content: "";
  clear: both;
}
.aside-dobry-kontakt .item-categories li {
  float: left;
  width: 33.333%;
  padding: 0.2rem 1rem;
}
.aside-dobry-kontakt .item-categories li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--barva02);
}
.aside-dobry-kontakt .link-more {
  color: var(--barva02);
  float: right;
  margin-top: 1rem;
}
.breadcrumbs {
  padding: 0 3rem;
  margin: -0.5rem 0 1.5rem 0;
}
.breadcrumbs:after,
.breadcrumbs:before {
  display: table;
  content: "";
  clear: both;
}
.breadcrumbs li {
  float: left;
  padding-right: 2.5rem;
  color: #666;
  position: relative;
  line-height: 1.37;
}
.breadcrumbs li a {
  font-weight: 700;
}
.breadcrumbs li:after {
  content: "\e91e";
  font-family: icomoon;
  position: absolute;
  color: var(--barva01);
  top: 0.4rem;
  right: 1rem;
  font-weight: 700;
  font-size: 0.8rem;
}
.breadcrumbs li:last-child {
  padding-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.subcategory-title,
.page-title {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 0.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--barva13);
}
.list-category-items {
  margin: 1rem -1rem 3rem -1rem;
}
.list-category-items:after,
.list-category-items:before {
  display: table;
  content: "";
  clear: both;
}
.list-category-items li {
  float: left;
  padding: 0.5rem 1rem;
  width: 33.333%;
}
.list-category-items .item-text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.list-category-items .item-image {
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin-right: 1rem;
}
.list-category-items a:hover .item-text {
  text-decoration: underline;
  color: #56b578;
}
.list-category-items a.active {
  color: #222;
}
.article {
  padding: 0 3rem;
  font-size: 1.8rem;
}
.article h1 {
  color: var(--barva01);
  margin: 0 0 1.5rem 0;
}
.article h2 {
  font-family: 'Roboto', sans-serif;
  margin: 2.5rem 0;
}
.article h3 {
  margin: 2.5rem 0 2rem 0;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: var(--barva01);
  line-height: 1.37;
}
.article img {
  max-width: 100%;
}
.article p {
  margin: 2rem 0;
}
.article table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.article table th,
.article table td {
	padding: 0.75rem;
	vertical-align: top;
	border: 1px solid #dee2e6;
}
.article table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.article table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.article table thead td {
	border-bottom-width: 2px;
}
.article table tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
.article table,
.article table > th,
.article table > td {
	background-color: #fdfdfe;
}
.article-main-image {
  margin: 0 -3rem;
  display: block;
}
.article-main-image img {
  width: 100%;
  line-height: 1;
  display: block;
}
.article-content a {
  color: var(--barva02);
  text-decoration:underline;
}
    .article-content a:hover {
        text-decoration:none;
        }
.article-content ol {
  margin: 2rem 0 3rem 0;
  counter-reset: item;
}
.article-content ol li {
  position: relative;
  counter-increment: item;
  padding-left: 2.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.article-content ol li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.article-content ul {
	margin: 2rem 0 3rem 0;
    /* padding-left:1rem; */
}
    
.article-content ul li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
}
    
.article-content ul li:before {
    background: var(--barva01); 
    border-radius: 50%; 
    content: ""; 
    height: 7px; 
    width: 7px;  
    left: 0; 
    position: absolute; 
    top: 12px; 
}
.article-content em {
    font-style: italic;
}
.article-image {
  display: inline-block;
  line-height: 1;
}
.article-image img {
  display: block;
  line-height: 1;
}
.has-caption {
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.has-caption .image-caption {
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: rgba(18, 104, 50, 0.75);
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.has-caption:hover .image-caption {
  bottom: 0;
}
.article-meta-container {
  position: relative;
  padding-right: 9rem;
  font-size: 1.4rem;
}
.article-meta-container .item-options {
  position: absolute;
  right: 0;
  top: 0.2rem;
  color: #666;
}
.article-meta-container .item-options .item {
  display: inline-block;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  margin-left: 1rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=(60));
  opacity: 0.6;
}
.article-meta-container .item-options .item .icon {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 0.3rem;
}
.article-meta-container .item-options .item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  color: var(--barva01);
}
.article-meta-container .article-meta {
  font-size: 1.4rem;
}
.article-meta-container .article-meta .item-date {
  font-weight: 400;
}
.perex {
  font-weight: 700;
  font-size: 2rem;
}
.banner-article {
  margin: 2.5rem 0;
}
.article-footer {
  margin: 4rem 0 3rem 0;
  font-size: 1.4rem;
}
.article-footer .item-social {
  margin-top: 8rem;
}
.article-comments {
  margin: 3rem -3rem;
  padding: 2rem 3rem;
  background-color: var(--barva20);
  border: 1px solid var(--barva21);
  font-size: 1.4rem;
}
.article-comments .item-title,
.related-products h3.item-title {
  margin: 0;
  font-size: 2.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: var(--barva03);
  text-transform: none;
}
.article-comments .item-title .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  color: var(--barva05);
  position: relative;
  top: -2px;
}
.comments-options {
  color: #666;
  position: relative;
  padding-right: 14rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2rem 0;
}
.comments-options .item-right {
  position: absolute;
  right: 0;
  top: 0;
}
.comments-options .item-right a {
  font-size: 1.4rem;
  font-weight: 400;
}
.comments-options .item-count {
  display: inline-block;
  margin-right: 0.7rem;
}
.comments-options .item-count .icon {
  margin-left: 0.5rem;
  display: inline-block;
}
.comments-options > a {
  display: inline-block;
  margin-right: 2.5rem;
}
.comments-options > a.active {
  color: #666;
}
.comment {
  position: relative;
  padding: 1rem 1rem 1rem 5rem;
  border-bottom: 1px solid var(--barva21);
}
.comment .item-image {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
}
.comment .item-header {
  margin-bottom: 0.5rem;
}
.comment .item-author {
  display: inline-block;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--barva03);
  font-family: 'Roboto Slab', sans-serif;
}
.comment .item-meta {
  display: inline-block;
  color: #999;
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.comment .item-meta .item {
  display: inline-block;
  margin-right: 0.6rem;
  padding-right: 0.6rem;
  border-right: 1px solid #999;
  line-height: 1;
}
.comment .item-meta .item.rating {
  border-right: none;
  font-size: 1.6rem;
  color: #1b9c4b;
}
.comment .item-meta .item:last-child {
  border-right: none;
}
.comment .item-answer {
  text-transform: uppercase;
  color: #666;
  display: inline-block;
  font-weight: 700;
}
.comment .item-rating {
  display: inline-block;
  margin-left: 0.5rem;
  color: #666;
  font-weight: 700;
}
.comment .item-rating a {
  display: inline-block;
  text-decoration: none !important;
  color: #1b9c4b;
  margin: 0 0.6rem 0 1.3rem;
}
.comment .item-rating a .icon {
  font-size: 1.6rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
}
.comment .negative {
  color: #cb0000 !important;
}
.comment:last-child {
  border-bottom: none;
}
.comment .comment {
  padding-left: 4rem;
  border-bottom: none;
}
.comment .comment .item-image {
  width: 3rem;
  height: 3rem;
}
.comment .comment .item-author {
  font-size: 1.4rem;
}
.comment-show-more {
  font-weight: 700;
  color: var(--barva02);
  display: inline-block;
  margin-top: 0.3rem;
}
.comment-show-more:after {
  content: "\e931";
  font-family: icomoon;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.related-articles {
  border: 1px solid var(--barva13);
  background-color: #f4f3e6;
  padding: 2rem;
  margin: 3rem -3rem 4rem -3rem;
}
.related-articles .item-title {
  font-size: 1.6rem;
  color: var(--barva04);
  margin-bottom: 0.5rem;
  display: block;
}
.related-articles ul li {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.3;
}
.chevron-list li {
  position: relative;
  padding: 0.2em 0 0.2em 1em;
}
.chevron-list li:before {
  content: "\e91e";
  font-family: icomoon;
  display: inline-block;
  color: var(--barva02);
  font-size: 0.5em;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 1.1em;
}
.aside-poll {
/*padding: 2rem 1.5rem;*/
    padding:2rem;
}
.aside-poll .item-title {
  display: block;
  font-size: 2rem;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 2rem;
}
.aside-poll .link-more {
  color: var(--barva02);
}
.poll-item {
  position: relative;
  padding-right: 5rem;
  margin-bottom: 1.5rem;
}
.poll-item .item-percent {
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  color: #666;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.5rem;
}
.poll-item .item-title {
  font-size: 1.4rem;
  color: var(--barva01);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.poll-item .item-bar {
  width: 100%;
  height: 1.2rem;
  border-radius: 1rem;
  border: 1px solid var(--barva13);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.poll-item .item-bar .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #99a316;
}
.poll-item .item-bar .fill.color-poll-2 {
  background-color: #a39a13;
}
.poll-item .item-bar .fill.color-poll-3 {
  background-color: #b6880f;
}
.poll-item .item-bar .fill.color-poll-4 {
  background-color: #c27c0c;
}
.poll-item .item-bar .fill.color-poll-5 {
  background-color: #f04f00;
}
.aside-box-item {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 14rem;
}
.aside-box-item .item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 12rem;
  height: 100%;
}
.aside-box-item .item-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.aside-box-item .item-text {
  line-height: 1.4;
}
.aside-poll-box {
  margin: 2.5rem -2rem;
}
.ad-tag-standalone {
  color: #fff;
  background-color: rgba(136, 74, 14, 0.3);
  padding: 0.1rem 0.5rem;
  display: inline-block;
  font-size: 1.2rem;
}
.modal-hidden {
  display: none !important;
}
.modal {
  display: inline-block;
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 60rem;
  margin: 1.5rem 0 2rem 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal a.close-modal {
  position: absolute;
  top: 1.7rem;
  right: 1.5rem;
  background: none;
  font-size: 0;
  text-indent: 0;
  text-decoration: none;
  color: #222;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=(30));
  opacity: 0.3;
}
.modal a.close-modal:before {
  content: '×';
  font-size: 3.2rem;
  font-family: initial;
  line-height: 1;
  font-weight: 700;
}
.modal a.close-modal:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=(70));
  opacity: 0.7;
}
.modal-content {
  padding: 2rem 3rem 5rem 3rem;
  background-color: #fff;
}
.blocker {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 1rem;
  max-width: 100vw;
  max-height: 100vh;
}
.blocker .modal-hidden {
  display: inline-block !important;
}
.modal-header {
  padding:2rem 6rem 2rem 3rem;
  border-bottom: 1px solid var(--barva13);
}
.modal-header .item-title {
  margin: 0;
  font-size: 2rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: var(--barva04);
  font-weight: 700;
}
.modal-header .item-title .item-name {
  font-family: 'Roboto Slab', sans-serif;
  color: var(--barva01);
}
.modal-form {
  padding: 0 3rem;
  position: relative;
}
.modal-comment-reply {
  margin: -2rem -3rem 2rem -3rem;
  padding: 0.2rem 3rem;
  background-color: var(--barva20);
}
.modal-comment-reply .comment {
  padding-left: 4rem;
}
.modal-comment-reply .comment .item-image {
  width: 3rem;
  height: 3rem;
}
.modal-comment-reply .comment .item-author {
  font-size: 1.4rem;
}
.modal-form-reply {
  position: relative;
}
.modal-form-reply:before {
  content: "\e932";
  font-family: icomoon;
  color: var(--barva04);
  left: 1.2rem;
  top: -0.3rem;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.article-list .article-item {
  position: relative;
  margin: 2rem 0 5rem 0;
}
.article-list .article-item:after {
  content: '';
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--barva13);
}
.pagination:after,
.pagination:before {
  display: table;
  content: "";
  clear: both;
}
.pagination-pages {
  margin: 2rem 0;
  float: none;
  display: block;
  text-align: center;
}
.pagination-pages .paginator {
  display: block;
  position: relative;
}
.pagination-pages .paginator li.arrows {
  position: absolute;
  left: 0;
  top: 0;
}
.pagination-pages .paginator li.arrows:last-child {
  left: auto;
  right: 0;
}
.pagination-pages .paginator li.arrows:last-child a {
  padding-right: 0.8rem;
  padding-left: 1.5rem;
}
.pagination-pages .paginator li.arrows a {
  width: auto;
  padding-left: 0.8rem;
  padding-right: 1.5rem;
}
.pagination-pages .paginator li.arrows .icon {
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  font-weight: 700;
  margin: 0 0.8rem;
}
.paginator {
  overflow: hidden;
  text-align: center;
}
.paginator:after,
.paginator:before {
  display: table;
  content: "";
  clear: both;
}
.paginator li {
  display: inline-block;
  margin: 0 0.5rem;
}
.paginator li a {
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
  color: var(--barva01);
  line-height: 3.8rem;
  text-decoration: none;
  border: 1px solid transparent;
}
.paginator li a:hover {
  border-color: var(--barva13);
  color: #56b578;
}
.paginator li.active a {
  background-color: var(--barva11);
  color: var(--barva04);
  border-color: var(--barva13);
}
.page-title-seznam {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--barva04);
  padding: 2.5rem 3.5rem;
  position: relative;
}
.page-title-seznam .item-text {
  position: relative;
  z-index: 9;
}
/*
.page-title-seznam:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -80%;
  height: 150%;
  width: 50%;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  background: -moz-radial-gradient(center, ellipse cover, #eff1df 0%, rgba(252, 252, 249, 0) 80%, rgba(255, 255, 255, 0) 100%);
}
*/
.page-title-seznam:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 75%;
  background-repeat: no-repeat;
  background-position: bottom right 20%;
  background-size: contain;
  z-index: 6;
}
.article-read-also {
  margin: 2.5rem -2rem;
  padding: 2rem;
  background-color: var(--barva11);
}
.article-read-also .item-title {
  display: block;
  font-size: 1.6rem;
  color: var(--barva04);
  margin-bottom: 1rem;
}
.article-read-also a {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.4;
  color: var(--barva01);
  text-decoration:none;
}
    .article-read-also a:hover {
        text-decoration:underline;
        }
.article-consultants {
  margin: 0 -3rem 3rem -3rem;
  padding: 2rem 3rem 2.5rem 3rem;
  position: relative;
  overflow: hidden;
}
.article-consultants .item-bg {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  background-position: center;
  background-size: cover;
  position: absolute;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  z-index: 0;
}
.article-consultants .item-bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.article-consultants .item-title {
  position: relative;
  z-index: 3;
  color: var(--barva03);
/*text-align: center;*/
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
  margin: 0 0 2rem 0;
}
.article-consultant {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  padding: 2rem 2rem 2rem 9rem;
  position: relative;
  line-height: 1.37;
  font-size: 1.3rem;
  min-height: 9.8rem;
  display:inline-block;
  width:100%;
}
    .article-consultant:hover {
        text-decoration:none;
        }
        .article-consultant:hover .item-title {
            text-decoration:underline;
            }
.article-consultant .item-image {
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
}
.article-consultant .item-title {
  font-size: 1.6rem;
  margin: 0;
  color: var(--barva01);
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.4;
}
.article-consultant .item-text {
    color:#222;
    }
.aside-discussion {
  background-color: var(--barva20);
}
.aside-discussion:after,
.aside-discussion:before {
  display: table;
  content: "";
  clear: both;
}
.aside-discussion .aside-comment-item .item-title a {
  color: var(--barva03);
}
.aside-discussion .aside-comment-item .comment-bubble {
  background-color: var(--barva05);
  color: #fff;
}
.aside-discussion .link-more {
  float: right;
  color: var(--barva02);
  margin-top: 1.5rem;
}
.aside-dobry-kontakt-items {
  margin-top: 2.5rem;
}
.dobry-kontakt-item {
  position: relative;
  padding: 1.5rem 1.5rem 2rem 45%;
  line-height: 1.4;
  margin: 2.5rem 0;
}
.dobry-kontakt-item .item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
.dobry-kontakt-item .item-title {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.dobry-kontakt-item .item-text {
  position: relative;
  padding-right: 3rem;
}
.dobry-kontakt-item .item-arrow {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: var(--barva15);
  text-align: center;
  line-height: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.dobry-kontakt-item .item-arrow:before {
  content: "\e91e";
  font-family: icomoon;
}
.dobry-kontakt-item.no-image {
  padding-left: 2rem !important;
  margin: 1.5rem 0;
}
.article-related-item {
  margin: 2.5rem -3rem 3rem -3rem;
  font-size: 1.6rem;
}
.article-related-item .heading-line:before {
  border-color: var(--barva04);
}
.article-related-item .heading-line .item-title {
  color: var(--barva04);
  text-transform: none;
}
.article-related-item .article-item {
  padding-left: 25rem;
  padding-bottom: 0;
}
.article-related-item .article-item .item-image {
  width: 23rem;
}
.article-related-item .article-item .item-title {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.4;
}
.article-related-item .article-item .item-title a {
  color: var(--barva01);
  text-decoration:none;
}
    .article-related-item .article-item .item-title a:hover {
        text-decoration:underline;
        }
.poll-list-item {
  border-bottom: 1px solid var(--barva13);
  margin: 2rem 0;
  padding-bottom: 1rem;
}
.poll-list-item .item-poll-title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  margin-bottom: 2rem;
}
.poll-list-item .item-poll-title a {
  color: var(--barva03);
}
.poll-footer {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.poll-footer .item-date {
  color: #999;
}
.poll-detail-container {
  margin: -1rem -3rem 0 -3rem;
  background-color: var(--barva11);
  border: 1px solid var(--barva13);
  padding: 3rem 5rem 4rem 5rem;
  font-size: 1.4rem;
}
.poll-detail-container .poll-item .item-title {
  font-weight: 700;
}
.poll-detail-container .link-more {
  color: var(--barva02);
}
.discussion-header {
  border-bottom: 1px solid var(--barva13);
  margin-bottom: 2rem;
}
.discussion-header .page-title {
  border-bottom: none;
  color: var(--barva04);
  padding-bottom: 0;
}
.discussion-header .page-title .item-topic {
  color: var(--barva01);
  font-family: 'Roboto Slab', sans-serif;
}
.discussion-search {
  width: 24rem;
  position: relative;
  padding-right: 3rem;
  margin-top: 1rem;
}
.discussion-search .item-submit {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  color: var(--barva04);
  font-size: 1.6rem;
}
.discussion-search input {
  border: none;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  min-height: 0;
  padding: 0;
  height: auto;
}
.discussion-item {
  position: relative;
  border-bottom: 1px solid var(--barva13);
  padding: 1.5rem 0 2.5rem 0;
}
.discussion-item .item-title {
  font-size: 2.4rem;
  margin: 0 0 0.7rem 0;
  padding-right: 3rem;
}
.discussion-item .item-title a:hover {
  color: #56b578;
}
.discussion-item .item-content {
  position: relative;
  padding-right: 33%;
}
.discussion-item .item-meta {
  position: absolute;
  right: 0;
  width: 28%;
  top: 0;
}
.discussion-item .item-meta .date {
  margin-bottom: 0.5rem;
}
.discussion-item .item-meta .author a {
  color: var(--barva04);
  font-weight: 700;
}
.discussion-item .item-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.discussion-item .item-replies {
  position: absolute;
  right: 0;
  top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #666;
}
.discussion-item .item-replies:after {
  content: "\e930";
  font-family: icomoon;
  color: var(--barva05);
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 0.5rem;
}
.discussion-item .divider {
  display: inline-block;
  margin: 0 0.5rem;
}
.discussion .comment .item-author {
  color: var(--barva04);
}
.fullpage-container {
  padding: 0 3rem;
}
.error-page {
  text-align: center;
  font-size: 1.6rem;
}
.error-page h1 {
  color: var(--barva01);
  margin: 2rem 0;
  font-size: 3.6rem;
}
.error-page .perex {
  font-size: 1.8rem;
}
.text-container {
  max-width: 50rem;
  margin: 0 auto;
}
@media print {
  .aside-container,
  .header-nav-mobile,
  .header-nav-desktop,
  .header-info,
  .breadcrumbs,
  .sz-banner-container,
  .banner-article,
  .article-footer,
  .article-comments,
  .related-articles,
  .related-products,
  .heading-line,
  .article-item,
  .list-article-titles,
  .footer {
    display: none;
  }
  .main-content-container {
    width: 100% !important;
    padding: 0 !important;
  }
  .main-content {
    padding: 0 1rem !important;
  }
  .page-wrapper {
    padding-top: 0;
  }
}
.mb0 {
  margin-bottom: 0;
}
.mb-xs {
  margin-bottom: 1rem;
}
.mb-sm {
  margin-bottom: 2rem;
}
.mb-md {
  margin-bottom: 3rem;
}
.mb-lg {
  margin-bottom: 4rem;
}
.mb-xl {
  margin-bottom: 6rem;
}
.mb-xxl {
  margin-bottom: 8rem;
}
.mt0 {
  margin-top: 0;
}
.mt-xs {
  margin-top: 1rem;
}
.mt-sm {
  margin-top: 2rem;
}
.mt-md {
  margin-top: 3rem;
}
.mt-lg {
  margin-top: 4rem;
}
.mt-xl {
  margin-top: 6rem;
}
.mt-xxl {
  margin-top: 8rem;
}
.pb0 {
  padding-bottom: 0;
}
.pt0 {
  padding-top: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-extrabold {
  font-weight: 800;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-regular {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.font-italic {
  font-style: italic;
}
@media screen and (max-width: 1180px) {
  .page-wrapper {
    padding-top: 11rem;
    background-size: contain;
  }
  .search-wrapper .item-content {
    margin-top: 20rem;
  }
  .search-close {
    right: -5rem;
  }
}
@media screen and (max-width: 992px) {
  .page-wrapper {
    padding-top: 0;
    background: #fff;
  }
  .header-social .item-today {
    margin-bottom: 1rem;
  }
  .header-social .item-today .item-date {
    display: block;
  }
  .header-social .item-likebox .item-text {
    display: none;
  }
  .nav-sections li {
    width: 33.333%;
  }
  .main-content-container {
    float: none;
    width: 100%;
    padding: 0 1.5rem 3rem 1.5rem;
  }
  .aside-container {
    float: none;
    width: 100%;
  }
  .main-content {
    padding: 0 3rem;
  }
  .aside-content {
    padding: 0;
  }
  .related-products .row {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .article-comments,
  .related-articles {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dobry-kontakt-item {
    padding-left: 20rem;
  }
  .dobry-kontakt-item .item-image {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }
  .search-close {
    right: 0;
    top: -5rem;
    font-size: 2.5rem;
  }
  .footer-logos a img {
    max-width: 11rem;
    height: auto;
  }
  .footer-fb {
    position: static;
    display: block;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 700px) {
  .header-weather .weather-day:not(.today) {
    display: none;
  }
  .header-weather .weather-day.today {
    margin-right: 0;
    width:5rem;
  }
  .nav-sections li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .col-mt-sm {
    margin-top: 2rem;
  }
  .no-results {
    padding: 0 1rem;
    }
}
@media screen and (max-width: 568px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  .header-nav-desktop {
    display: none;
  }
  .header-nav-mobile {
    display: block;
  }
  .header-top {
    height: 11rem;
    padding: 0;
    overflow: hidden;
  }
  .logo {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 0 0.3rem 0;
    padding-top: 1rem;
  }
  .logo a {
    display: inline-block;
    width: var(--logoHeightMobile);
  }
  .header-info {
    float: none;
    width: 100%;
  }
  .header-social {
    float: left;
    padding: 0;
  }
  .header-social .item-likebox {
    display: none;
  }
  .header-social .item-today {
    margin: 0 0 1rem 0;
  }
  .header-social .item-today .item-nameday,
  .header-social .item-today .item-date {
    display: inline-block;
  }
  .header-social .item-today .item-nameday {
    margin-left: 0.2rem;
  }
  .header-social .item-today .item-dayname {
    display: none;
  }
  .header-social .item-today .item-dayname-short {
    display: inline;
  }
  .header-weather {
    margin: 0;
    position: absolute;
    top: 1.4rem;
    right: 1rem;
  }
  .header-weather .weather-day {
    padding: 0;
  }
  .header-weather .weather-day .item-dayname {
    /*display: none;*/
  }
  .header-weather .weather-day .item-image {
  /*display: inline-block;
    vertical-align: middle;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.2rem;*/
  }
  .header-weather .weather-day .item-image img {
    width: 2.3rem;
  }
  .header-weather .weather-day .item-temperature {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .search-wrapper .item-content {
    margin-top: 16rem;
  }
  .search-close {
    right: 1rem;
  }
  .footer-bottom ul li {
    display: block;
    margin: 0.4rem 0;
  }
  .footer-bottom ul li:after {
    display: none;
  }
  .main-content {
    padding: 0 1.5rem;
  }
  .article-item-main {
    padding: 0 0 1.5rem 0;
    border: none;
  }
  .article-item-main .item-image {
    position: static;
    width: 100%;
    height: 28rem;
    height: 55vw;
    max-height: 28rem;
  }
  .article-item {
    padding: 0 0 1rem 0;
  }
  .article-item .item-image {
    position: static;
    width: 100%;
    height: 28rem;
    height: 55vw;
    margin-bottom: 1.5rem;
    max-height: 28rem;
  }
  .article-item .item-title {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
  .article-item .item-title.sm {
    font-size: 1.8rem;
  }
  .article-item .item-title.lg {
    font-size: 2.2rem;
  }
  .article-trio {
    margin-bottom: 2rem;
  }
  .article-trio .item-container {
    width: 100%;
  }
  .article-trio .article-item {
    padding-left: 45%;
    min-height: 9rem;
    margin-bottom: 0.5rem;
  }
  .article-trio .article-item .item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 41.5%;
    height: 100%;
  }
  .list-category-items li {
    width: 50%;
  }
  .article {
    padding: 0 0.5rem;
  }
  .article-main-image {
    margin: 0 -2rem;
  }
  .breadcrumbs {
    padding: 0 1.5rem;
  }
  .modal-form {
    padding: 0 1rem;
  }
  .modal-header,
  .modal-content,
  .article-consultants,
  .article-related-item,
  .fullpage-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .modal-header {
    padding-right: 4rem;
    }
  .modal-form-reply:before {
    left: 0;
  }
  .paginator li {
    margin: 0 0.1rem;
  }
  .pagination-pages .paginator li.arrows {
    display: none;
  }
  .page-title-seznam {
    padding-left: 2rem;
  }
  .page-title-seznam:before {
    width: 60%;
  }
  .article-consultants {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .dobry-kontakt-item {
    padding-left: 16rem;
  }
  .dobry-kontakt-item .item-image {
    width: 14rem;
  }
  .article-related-item {
    padding: 0 2rem;
  }
  .article-related-item .article-item {
    padding-left: 0;
  }
  .article-related-item .article-item .item-image {
    width: 100%;
  }
  .poll-detail-container {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .discussion-item .item-content {
    padding-right: 0;
  }
  .discussion-item .item-meta {
    margin-top: 1rem;
    position: static;
    width: 100%;
  }
}

@media (max-width:575px) {
.grid-50 {
    display: grid;
    grid-template-columns: 100%;
    }
.modal a.close-modal {
  top: 1.7rem;
  right: 0.5rem;
  }
}

.collapse {
    height: 0 !important;
    overflow: hidden;
}

.collapse,
.in {
    transition: all 0.15s;
}

.in {}



/* Ošetření skrz AdActive branding - HLAVNÍ SZ (START) */

body {
	text-align: center;
	line-height: 0;
}

.page-wrapper {
	text-align: left;
	padding-top: 0;
	line-height: 1.57;
}

.search-wrapper {
  line-height: 1.57;
}

.page-container, footer {
	z-index: 10; 
	position: relative;
}

.leaderboard-top-container {
	text-align: center;
}

#leaderboard-top img {
	max-width: none;
}

/* Ošetření skrz AdActive branding - HLAVNÍ SZ (END) */

.odkaz-nadpis {
  color: var(--barva03);
  text-decoration: underline;
}

.odkaz-nadpis:hover {
  text-decoration: none;
}

.separator {
  color: var(--barva03);
  font-size: 3rem;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  margin: 3rem 0 2rem 0;
  line-height: 1.333;
}

.banner-box {
  padding: 2rem 4rem;
}

.banner-box > a {
  text-decoration: none;
}

.banner-nadpis {
  font-weight: bold;
}

.banner-box .like {
  text-align: center;
}

.banner-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.banner-obrazek {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
}


.tooltip { background: var(--barva01); border-radius: 0 20px 20px; color: #fff; display: none; font-size: 13px; left: 50px; margin-top: 10px; opacity: 0; padding: 10px; position: absolute; right: 15px; text-align: center; top: 100%; text-transform: none; transition: all .25s; z-index: 100; }
.turnNotifyOn:hover + .tooltip { display: block; opacity: 1; }

/** PAGE WEATHER **/
.weather {
  padding: 0 3rem;
  font-size: 1.45rem;
}

.weather h1 {
  color: var(--barva01);
  margin: 0 0 1.5rem 0;
}

.weather h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  margin: 2.5rem 0;
}

.weatherstate {
  margin-bottom: 10px;
}

.state-icon-lrg {
  width: 64px;
  height: 64px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.wind .dir {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('../img/weather/windarrow.svg');
  background-size: 100% 100%;
}

.wind .dir-nne {transform: rotate(22.5deg)}
.wind .dir-ne {transform: rotate(45deg)}
.wind .dir-ene {transform: rotate(67.5deg)}
.wind .dir-e {transform: rotate(90deg)}
.wind .dir-ese {transform: rotate(112.5deg)}
.wind .dir-se {transform: rotate(135deg)}
.wind .dir-sse {transform: rotate(157.5deg)}
.wind .dir-s {transform: rotate(180deg)}
.wind .dir-ssw {transform: rotate(202.5deg)}
.wind .dir-sw {transform: rotate(225deg)}
.wind .dir-wsw {transform: rotate(247.5deg)}
.wind .dir-w {transform: rotate(270deg)}
.wind .dir-wnw {transform: rotate(292.5deg)}
.wind .dir-nw {transform: rotate(315deg)}
.wind .dir-nnw {transform: rotate(337.5deg)}

dt {
  font-weight: 700;
}