/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
* {
  z-index: auto;
}
/*
  ----------------------------------------------------------------------------------------------------------------------

  Elements

  .single
      .entry-title
      .entry-h2
      .entry-h3
      .entry-image
      .entry-summary
      .entry-meta
      .entry-content
      .entry-content .content-image
      .entry-content .content-table
      .entry-content .content-quote

  .list-[small, medium, big]
      .entry-title
      .entry-summary
      .entry-meta
      .entry-content
      .entry-image

  .big-header
  .medium-header
  .small-header

  .nav-main
      .nav-item
  .nav-sub
      .nav-item
  .nav-left
      .nav-group
      .nav-item
  .nav-breadcrumb

  --- tylko kolory

  .grayed-text
  .reversed-text
  .small-text

  ----------------------------------------------------------------------------------------------------------------------

  Default less variabless for website setup
  @col_* - colors
  @lt_*  - layout

*/
/* Default font sizes */
/* Default line heights */
/* Default font weight and transformations */
/* layout spacing */
/* layout 3D effects */
/*

   Variables from site config overwrites defaults 

*/
/* ---------------------------------------------- */
/* Layout manipulation                            */
/* ---------------------------------------------- */
.top {
  top: 0;
}
.middle {
  top: 50%;
  transform: translateY(-50%);
}
.bottom {
  bottom: 0;
}
.left {
  left: 0;
}
.center {
  left: 50%;
  transform: translateX(-50%);
}
.right {
  right: 0;
}
.top-left {
  top: 0;
  left: 0;
}
.top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-right {
  top: 0;
  right: 0;
}
.middle-left {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.middle-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.middle-right {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bottom-right {
  bottom: 0;
  right: 0;
}
.align-left {
  display: block;
  float: left;
}
.align-right {
  display: block;
  float: right;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* ---------------------------------------------- */
/* Multicolumn layouts                            */
/* ---------------------------------------------- */
.layout-list {
  width: 100%;
  margin: 0 0 20px;
}
.layout-four {
  width: 23.8%;
  margin-right: 1.6%;
  margin-bottom: 16px;
  float: left;
}
.layout-three {
  width: 32.2%;
  margin-right: 1.7%;
  margin-bottom: 18px;
  float: left;
}
.layout-two {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}
.layout-two:nth-child(2n+0),
.layout-three:nth-child(3n+0),
.layout-four:nth-child(4n+0) {
  margin-right: 0;
}
.layout-two:nth-child(2n+1),
.layout-three:nth-child(3n+1),
.layout-four:nth-child(4n+1) {
  clear: both;
}
.layout-four:nth-last-child(1),
.layout-four:nth-last-child(2),
.layout-four:nth-last-child(3),
.layout-four:nth-last-child(4),
.layout-three:nth-last-child(1),
.layout-three:nth-last-child(2),
.layout-three:nth-last-child(3),
.layout-two:nth-last-child(1),
.layout-two:nth-last-child(2) {
  margin-bottom: 0;
}
.layout-fixed-col {
  float: left;
}
@media (max-width: 768px) {
  .layout-list {
    margin: 0 0 14px;
  }
  .layout-four {
    margin-bottom: 11.2px;
  }
  .layout-three {
    margin-bottom: 12.6px;
  }
  .layout-two {
    margin-bottom: 14px;
  }
  .layout-four,
  .layout-four:nth-child(4n+0) {
    width: 32.2%;
    margin-right: 1.7%;
    margin-bottom: 12.6px;
  }
  .layout-three,
  .layout-three:nth-child(3n+0) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 14px;
  }
  .layout-three:nth-child(2n+0),
  .layout-four:nth-child(3n+0) {
    margin-right: 0;
  }
  .layout-three:nth-child(3n+1),
  .layout-four:nth-child(4n+1) {
    clear: none;
  }
  .layout-three:nth-child(2n+1),
  .layout-four:nth-child(3n+1) {
    clear: both;
  }
  .layout-four:nth-last-child(1),
  .layout-four:nth-last-child(2),
  .layout-four:nth-last-child(3),
  .layout-four:nth-last-child(4) {
    margin-bottom: 11.2px;
  }
  .layout-three:nth-last-child(1),
  .layout-three:nth-last-child(2),
  .layout-three:nth-last-child(3) {
    margin-bottom: 12.6px;
  }
  .layout-two:nth-last-child(1),
  .layout-two:nth-last-child(2) {
    margin-bottom: 14px;
  }
  .layout-four:nth-last-child(1),
  .layout-four:nth-last-child(2),
  .layout-four:nth-last-child(3),
  .layout-three:nth-last-child(1),
  .layout-three:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .layout-list {
    margin: 0 0 10px;
  }
  .layout-four {
    margin-bottom: 8px;
  }
  .layout-three {
    margin-bottom: 9px;
  }
  .layout-two {
    margin-bottom: 10px;
  }
  .layout-two:nth-child(1n+0),
  .layout-two:nth-child(2n+0),
  .layout-three:nth-child(1n+0),
  .layout-three:nth-child(2n+0),
  .layout-three:nth-child(3n+0),
  .layout-four:nth-child(1n+0),
  .layout-four:nth-child(2n+0),
  .layout-four:nth-child(3n+0),
  .layout-four:nth-child(4n+0),
  .layout-four,
  .layout-three,
  .layout-two {
    margin-bottom: 10px;
    margin-right: 0;
    clear: both;
    width: 100%;
  }
  .layout-four:last-of-type,
  .layout-three:last-of-type,
  .layout-two:last-of-type {
    margin-bottom: 0;
  }
}
/* ---------------------------------------------- */
/* Layout grid                                    */
/* ---------------------------------------------- */
.evp-row {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.evp-col {
  position: relative;
  float: left;
  min-height: 1px;
  margin: 0;
  padding: 16px;
  text-align: left;
}
.evp-row:before,
.evp-row:after {
  content: " ";
  display: table;
}
.evp-row:after {
  clear: both;
}
/* ---------------------------------------------- */
/* Animations                                     */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Rescale                                        */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Pulse Rescale                                        */
/* ---------------------------------------------- */
@-webkit-keyframes hwr-pulse-rescale {
  to {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}
@keyframes hwr-pulse-rescale {
  to {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}
/* Wobble Skew */
@-webkit-keyframes hwr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg);
  }
  33.3% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  49.95% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
  66.6% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }
  83.25% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hwr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg);
  }
  33.3% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  49.95% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
  66.6% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }
  83.25% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
/* Wobble Vertical */
@-webkit-keyframes hwr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  33.3% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  49.95% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  66.6% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  83.25% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hwr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  33.3% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  49.95% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  66.6% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  83.25% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Buzz Out */
@-webkit-keyframes hwr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hwr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/* ---------------------------------------------- */
/* Page defaults                                  */
/* ---------------------------------------------- */
body {
  color: #000;
  font-size: 16px;
  background-color: #fff;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.28;
  background-image: url('//ocdn.eu/suzan/images/fad4f1926ba4730f172d77fa877f934c-bg1.jpg');
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
}
/*
.no-webfonts body,
.wf-active body,
.wf-inactive body {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
*/
.page {
  display: block;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  background-color: transparent;
  padding: 16px 16px;
  box-shadow: none;
}
.page.pass-click {
  cursor: pointer;
}
.strip {
  width: 100%;
  padding: 0;
  margin: 0;
}
.background-link {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* ---------------------------------------------- */
/* All modules                                    */
/* ---------------------------------------------- */
.entry-title,
.header,
.entry-h2,
.entry-h3 {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
.entry-title {
  text-shadow: none;
}
.header {
  text-shadow: none;
}
.entry-summary {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4.8px;
}
.entry-meta {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4.8px;
}
.entry-content {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.small-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.entry-image {
  border-radius: 2px;
  box-shadow: none;
}
.banner-image {
  box-shadow: none;
  border-radius: 3px;
}
.smModule .layout-item {
  display: inline-block;
}
/* ---------------------------------------------- */
/* Detail module                                  */
/* ---------------------------------------------- */
.relsize-normal.detail .entry-image {
  margin-bottom: 29.4px;
}
.relsize-normal.detail .entry-title {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 21px;
  text-shadow: none;
}
.relsize-normal.detail .entry-summary {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 12.8px;
}
.relsize-normal.detail .entry-meta {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: none;
}
.relsize-normal.detail .entry-content {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.relsize-normal.detail .entry-content p {
  margin-bottom: 11.2px;
}
.relsize-normal.detail .entry-content figure {
  margin: 29.4px 0;
  position: relative;
}
.relsize-normal.detail .entry-content figure img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.relsize-normal.detail .entry-content figure figcaption {
  text-align: center;
  display: block;
  padding: 16px 32px;
  color: #000;
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  opacity: 0.9;
  font-size: 14px;
}
.relsize-normal.detail .entry-content figure figcaption:empty {
  padding: 0;
}
.relsize-normal.detail .entry-h2,
.relsize-normal.detail .entry-content h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 18px;
}
.relsize-normal.detail .entry-h3,
.relsize-normal.detail .entry-content h3 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 12px;
}
/* ---------------------------------------------- */
/* List modules                                  */
/* ---------------------------------------------- */
.relsize-big .entry-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 7.2px;
}
.relsize-big .entry-summary {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 5.4px;
}
.relsize-big .entry-meta {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 5.4px;
}
.relsize-big .entry-content {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 5.4px;
}
.relsize-big .small-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.relsize-normal .entry-title {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 5.7px;
}
.relsize-normal .entry-summary {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4.8px;
}
.relsize-normal .entry-meta {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4.8px;
}
.relsize-normal .entry-content {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4.8px;
}
.relsize-normal .small-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.relsize-small .entry-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 4.8px;
}
.relsize-small .entry-summary {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4.2px;
}
.relsize-small .entry-meta {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4.2px;
}
.relsize-small .entry-content {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4.2px;
}
.relsize-small .small-text {
  font-size: 12.8px;
  line-height: 1.2;
  font-weight: 400;
}
/* ---------------------------------------------- */
/* Other headers                                  */
/* ---------------------------------------------- */
.header.header-big,
.relsize-normal .header.header-big {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 19.2px;
}
.header.header-normal,
.relsize-normal .header.header-normal {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 9.72px;
}
.header.header-small,
.relsize-normal .header.header-small {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 4.2px;
}
.relsize-small .header.header-big {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 9.72px;
}
.relsize-small .header.header-normal {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 4.2px;
}
.relsize-small .header.header-small {
  font-size: 22.4px;
}
.relsize-big .header.header-big {
  font-size: 57.6px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 19.2px;
}
.relsize-big .header.header-normal {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 19.2px;
}
.relsize-big .header.header-small {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 9.72px;
}
.content-par {
  margin-bottom: 4.8px;
}
.content-par .small-text {
  margin-bottom: 4.2px;
}
.small-text .content-par {
  margin-bottom: 4.2px;
}
.copyright-image-cont {
  position: relative;
}
.copyright-image-cont .image-copyright {
  font-family: Verdana, Arial, sans-serif;
  position: absolute;
  color: #cccccc;
  background-color: #000;
  opacity: 0.6;
  font-size: 14px;
  padding: 1px 5px 3px;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 440px;
  overflow: hidden;
}
.copyright-image-cont .image-copyright a,
.copyright-image-cont .image-copyright a:visited {
  color: #ffffff;
}
.entry-image-cont.copyright-image-cont {
  position: relative;
}
.entry-image-cont.copyright-image-cont .image-copyright {
  bottom: 29.4px;
}
/* ---------------------------------------------- */
/* Button                                 */
/* ---------------------------------------------- */
.button,
.button:link,
.button:visited,
.entry-content .button,
.entry-content .button:link,
.entry-content .button:visited {
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 10px 0;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #000;
}
a.button:hover,
a.button:active,
.entry-content a.button:hover,
.entry-content a.button:active {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  box-shadow: none;
}
.button,
.relsize-normal > .button {
  padding: 9.5px 19px;
  font-size: 19px;
}
.relsize-big > .button {
  padding: 12px 24px;
  font-size: 24px;
}
.relsize-small > .button {
  padding: 8px 16px;
  font-size: 16px;
}
/* ---------------------------------------------- */
/* Standard nav                                 */
/* ---------------------------------------------- */
.nav-main {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}
.nav-main > .nav-item {
  float: left;
  font-weight: 700;
  background-color: #000;
}
.nav-item a,
.nav-item a:link,
.nav-item a:visited {
  color: #fff;
  display: block;
}
.nav-item a:hover,
.nav-item a:active {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
.relsize-normal .nav-item a {
  padding: 9.5px 19px;
  font-size: 19px;
}
.relsize-big .nav-item a {
  padding: 12px 24px;
  font-size: 24px;
}
.relsize-small .nav-item a {
  padding: 8px 16px;
  font-size: 16px;
}
/* ---------------------------------------------- */
/* Other elements                                 */
/* ---------------------------------------------- */
.more-cont {
  width: 100%;
  display: block;
  clear: both;
  text-align: right;
  padding-top: 8px;
}
/* ---------------------------------------------- */
/* Colors                                         */
/* ---------------------------------------------- */
.entry-title,
.header {
  color: #21215d;
}
.entry-summary,
.entry-content {
  color: #000;
}
.entry-meta {
  color: #000;
}
.entry-meta a:link,
.entry-meta a:visited {
  color: #21215d;
  text-decoration: none;
}
.entry-summary a:link,
.entry-summary a:visited,
.entry-content a:link,
.entry-content a:visited,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
.entry-summary a:active,
.entry-summary a:hover,
.entry-content a:active,
.entry-content a:hover,
a:active,
a:hover {
  color: #000;
  text-decoration: underline;
}
a .entry-title,
.entry-title a:link,
.entry-title a:visited,
a .header,
.header a:link,
.header a:visited {
  color: #21215d;
  text-decoration: none;
}
a .entry-title:hover,
a .entry-title:active,
.entry-title a:active,
.entry-title a:hover,
a .header:hover,
a .header:active,
.header a:active,
.header a:hover {
  color: #21215d;
  text-decoration: underline;
}
.evp-placeholder {
  min-height: 200px;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  background-color: #ffeedd;
  border: 1px solid #ffddbb;
  padding: 20px;
}
#fatal-error {
  font-size: 18px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 10px;
}
.auto-glass,
.glass-mask,
.glass-cont {
  position: absolute;
  overflow: hidden;
  bottom: 10px;
  left: 0;
  right: 0;
}
.detail .auto-glass,
.detail .glass-mask,
.detail .glass-cont {
  bottom: 29.4px;
}
.auto-glass {
  background-color: rgba(0, 0, 0, 0.7);
}
.glass-mask {
  background-color: #000;
  opacity: 0.7;
}
.auto-glass,
.glass-cont {
  padding: 12px;
  color: #fff;
}
.auto-glass .entry-title,
.glass-cont .entry-title,
.auto-glass .entry-summary,
.glass-cont .entry-summary {
  padding: 0;
}
.auto-glass .entry-title,
.auto-glass .entry-summary,
.glass-cont .entry-title,
.glass-cont .entry-summary {
  color: #fff;
  overflow: hidden;
}
.auto-glass .entry-title a,
.auto-glass .entry-summary a,
.glass-cont .entry-title a,
.glass-cont .entry-summary a {
  color: #fff;
}
.auto-glass.with-space,
.glass-mask.with-space,
.glass-cont.with-space {
  bottom: 22px;
  left: 12px;
  right: 12px;
}
.detail .auto-glass.with-space,
.detail .glass-mask.with-space,
.detail .glass-cont.with-space {
  bottom: 41.4px;
}
.relsize-normal .glass-cont .entry-title {
  max-height: 41px;
}
.relsize-normal .glass-cont .entry-summary {
  height: 57px;
}
.relsize-normal .glass-mask,
.relsize-normal .glass-cont {
  height: 71.5px;
}
.relsize-normal .glass-mask.with-summary,
.relsize-normal .glass-cont.with-summary {
  height: 129.1px;
}
.relsize-big .glass-cont .entry-title {
  max-height: 52px;
}
.relsize-big .glass-cont .entry-summary {
  height: 62px;
}
.relsize-big .glass-mask,
.relsize-big .glass-cont {
  height: 84px;
}
.relsize-big .glass-mask.with-summary,
.relsize-big .glass-cont.with-summary {
  height: 146.1px;
}
.relsize-small .glass-cont .entry-title {
  max-height: 35px;
}
.relsize-small .glass-cont .entry-summary {
  height: 48px;
}
.relsize-small .glass-mask,
.relsize-small .glass-cont {
  height: 64px;
}
.relsize-small .glass-mask.with-summary,
.relsize-small .glass-cont.with-summary {
  height: 114.4px;
}
.noscroll {
  overflow: hidden !important;
}
.ajax-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.ajax-loading:before,
.ajax-loading:after,
.ajax-loading {
  border-radius: 50%;
  width: 1.0em;
  height: 1.0em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.ajax-loading {
  display: none;
  color: #000;
  font-size: 10px;
  margin: 10px auto 20px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.ajax-loading:before {
  left: -1.8em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.ajax-loading:after {
  left: 1.5em;
}
.ajax-loading:before,
.ajax-loading:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -0.7em;
  }
  40% {
    box-shadow: 0 1em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -0.7em;
  }
  40% {
    box-shadow: 0 1em 0 0;
  }
}
.content-table {
  margin: 2.5% 0;
  width: 100%;
}
.content-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content-table tr:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 10px;
}
.content-table tr td:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.content-table tr td.col-header {
  font-weight: bold;
}
.content-table tr.row-even {
  background-color: rgba(0, 0, 0, 0.03);
}
.embedded_application.embedded_iframe {
  border: none;
  display: block;
  margin: 29.4px auto;
}
@media (max-width: 1024px) {
  .evp-col {
    padding: 14.4px;
  }
  /* ---------------------------------------------- */
  /* Page defaults                                  */
  /* ---------------------------------------------- */
  body {
    font-size: 14px;
  }
  .page {
    padding: 14.4px 14.4px;
  }
  /* ---------------------------------------------- */
  /* All modules                                    */
  /* ---------------------------------------------- */
  .header {
    text-shadow: none;
  }
  .entry-summary {
    font-size: 14px;
    margin-bottom: 4.32px;
  }
  .entry-content {
    font-size: 14px;
  }
  .small-text {
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Detail module                                  */
  /* ---------------------------------------------- */
  .relsize-normal.detail .entry-image {
    margin-bottom: 26.46px;
  }
  .relsize-normal.detail .entry-title {
    font-size: 34.02px;
    margin-bottom: 18.9px;
  }
  .relsize-normal.detail .entry-summary {
    font-size: 14px;
    margin-bottom: 11.52px;
  }
  .relsize-normal.detail .entry-content {
    font-size: 14px;
  }
  .relsize-normal.detail .entry-content p {
    margin-bottom: 10.08px;
  }
  .relsize-normal.detail .entry-content figure {
    margin: 26.46px 0;
  }
  .relsize-normal.detail .entry-content figure figcaption {
    padding: 14.4px 28.8px;
    font-size: 14px;
  }
  .relsize-normal.detail .entry-h2,
  .relsize-normal.detail .entry-content h2 {
    font-size: 29.16px;
    margin-bottom: 16.2px;
  }
  .relsize-normal.detail .entry-h3,
  .relsize-normal.detail .entry-content h3 {
    font-size: 19.44px;
    margin-bottom: 10.8px;
  }
  /* ---------------------------------------------- */
  /* List modules                                  */
  /* ---------------------------------------------- */
  .relsize-big .entry-title {
    font-size: 19.44px;
    margin-bottom: 6.48px;
  }
  .relsize-big .entry-summary {
    font-size: 14.58px;
    margin-bottom: 4.86px;
  }
  .relsize-big .entry-content {
    font-size: 14.58px;
    margin-bottom: 4.86px;
  }
  .relsize-big .small-text {
    font-size: 14px;
  }
  .relsize-normal .entry-title {
    font-size: 15.39px;
    margin-bottom: 5.13px;
  }
  .relsize-normal .entry-summary {
    font-size: 14px;
    margin-bottom: 4.32px;
  }
  .relsize-normal .entry-content {
    font-size: 14px;
    margin-bottom: 4.32px;
  }
  .relsize-normal .small-text {
    font-size: 14px;
  }
  .relsize-small .entry-title {
    font-size: 14px;
    margin-bottom: 4.32px;
  }
  .relsize-small .entry-summary {
    font-size: 14px;
    margin-bottom: 4.32px;
  }
  .relsize-small .entry-content {
    font-size: 14px;
    margin-bottom: 4.32px;
  }
  .relsize-small .small-text {
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Other headers                                  */
  /* ---------------------------------------------- */
  .header.header-big,
  .relsize-normal .header.header-big {
    font-size: 38.88px;
    margin-bottom: 17.28px;
  }
  .header.header-normal,
  .relsize-normal .header.header-normal {
    font-size: 29.16px;
    margin-bottom: 8.748px;
  }
  .header.header-small,
  .relsize-normal .header.header-small {
    font-size: 22.68px;
    margin-bottom: 3.78px;
  }
  .relsize-small .header.header-big {
    font-size: 29.16px;
    margin-bottom: 8.748px;
  }
  .relsize-small .header.header-normal {
    font-size: 22.68px;
    margin-bottom: 3.78px;
  }
  .relsize-small .header.header-small {
    font-size: 22.68px;
  }
  .relsize-big .header.header-big {
    font-size: 38.88px;
    margin-bottom: 17.28px;
  }
  .relsize-big .header.header-normal {
    font-size: 38.88px;
    margin-bottom: 17.28px;
  }
  .relsize-big .header.header-small {
    font-size: 29.16px;
    margin-bottom: 8.748px;
  }
  /* ---------------------------------------------- */
  /* Button                                 */
  /* ---------------------------------------------- */
  .button,
  .button:link,
  .button:visited,
  .entry-content .button,
  .entry-content .button:link,
  .entry-content .button:visited {
    margin: 11.97px 0;
  }
  .button,
  .relsize-normal > .button {
    padding: 8.55px 17.1px;
    font-size: 15.39px;
  }
  .relsize-big > .button {
    padding: 10.8px 21.6px;
    font-size: 19.44px;
  }
  .relsize-small > .button {
    padding: 7.2px 14.4px;
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Standard nav                                 */
  /* ---------------------------------------------- */
  .relsize-normal .nav-item a {
    padding: 8.55px 17.1px;
    font-size: 15.39px;
  }
  .relsize-big .nav-item a {
    padding: 10.8px 21.6px;
    font-size: 19.44px;
  }
  .relsize-small .nav-item a {
    padding: 7.2px 14.4px;
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Other elements                                 */
  /* ---------------------------------------------- */
  .more-cont {
    padding: 7.2px;
  }
  /* ---------------------------------------------- */
  /* Colors                                         */
  /* ---------------------------------------------- */
  .evp-placeholder {
    font-size: 14.4px;
    padding: 18px;
  }
  #fatal-error {
    font-size: 16.2px;
    padding: 9px;
  }
  .glass-mask,
  .glass-cont {
    bottom: 9px;
  }
  .glass-cont {
    padding: 10.8px;
  }
  .glass-mask.with-space,
  .glass-cont.with-space {
    bottom: 19.8px;
    left: 10.8px;
    right: 10.8px;
  }
  .relsize-normal .glass-cont .entry-title {
    max-height: 37px;
  }
  .relsize-normal .glass-cont .entry-summary {
    height: 51px;
  }
  .relsize-normal .glass-mask,
  .relsize-normal .glass-cont {
    height: 64.35px;
  }
  .relsize-normal .glass-mask.with-summary,
  .relsize-normal .glass-cont.with-summary {
    height: 116.19px;
  }
  .relsize-big .glass-cont .entry-title {
    max-height: 47px;
  }
  .relsize-big .glass-cont .entry-summary {
    height: 55px;
  }
  .relsize-big .glass-mask,
  .relsize-big .glass-cont {
    height: 75.6px;
  }
  .relsize-big .glass-mask.with-summary,
  .relsize-big .glass-cont.with-summary {
    height: 131.49px;
  }
  .relsize-small .glass-cont .entry-title {
    max-height: 31px;
  }
  .relsize-small .glass-cont .entry-summary {
    height: 45px;
  }
  .relsize-small .glass-mask,
  .relsize-small .glass-cont {
    height: 57.6px;
  }
  .relsize-small .glass-mask.with-summary,
  .relsize-small .glass-cont.with-summary {
    height: 102.96px;
  }
}
@media (max-width: 768px) {
  .evp-col {
    padding: 11.2px;
  }
  /* ---------------------------------------------- */
  /* Page defaults                                  */
  /* ---------------------------------------------- */
  body {
    font-size: 14px;
  }
  .page {
    padding: 11.2px 11.2px;
  }
  /* ---------------------------------------------- */
  /* All modules                                    */
  /* ---------------------------------------------- */
  .header {
    text-shadow: none;
  }
  .entry-summary {
    font-size: 14px;
    margin-bottom: 3.36px;
  }
  .entry-content {
    font-size: 14px;
  }
  .small-text {
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Detail module                                  */
  /* ---------------------------------------------- */
  .relsize-normal.detail .entry-image {
    margin-bottom: 20.58px;
  }
  .relsize-normal.detail .entry-title {
    font-size: 30.345px;
    margin-bottom: 14.7px;
  }
  .relsize-normal.detail .entry-summary {
    font-size: 14px;
    margin-bottom: 8.96px;
  }
  .relsize-normal.detail .entry-content {
    font-size: 14px;
  }
  .relsize-normal.detail .entry-content p {
    margin-bottom: 7.84px;
  }
  .relsize-normal.detail .entry-content figure {
    margin: 20.58px 0;
  }
  .relsize-normal.detail .entry-content figure figcaption {
    padding: 11.2px 22.4px;
    font-size: 14px;
  }
  .relsize-normal.detail .entry-h2,
  .relsize-normal.detail .entry-content h2 {
    font-size: 26.01px;
    margin-bottom: 12.6px;
  }
  .relsize-normal.detail .entry-h3,
  .relsize-normal.detail .entry-content h3 {
    font-size: 17.34px;
    margin-bottom: 8.4px;
  }
  /* ---------------------------------------------- */
  /* List modules                                  */
  /* ---------------------------------------------- */
  .relsize-big .entry-title {
    font-size: 17.34px;
    margin-bottom: 5.04px;
  }
  .relsize-big .entry-summary {
    font-size: 14px;
    margin-bottom: 3.78px;
  }
  .relsize-big .entry-content {
    font-size: 14px;
    margin-bottom: 3.78px;
  }
  .relsize-big .small-text {
    font-size: 14px;
  }
  .relsize-normal .entry-title {
    font-size: 14px;
    margin-bottom: 3.99px;
  }
  .relsize-normal .entry-summary {
    font-size: 14px;
    margin-bottom: 3.36px;
  }
  .relsize-normal .entry-content {
    font-size: 14px;
    margin-bottom: 3.36px;
  }
  .relsize-normal .small-text {
    font-size: 14px;
  }
  .relsize-small .entry-title {
    font-size: 14px;
    margin-bottom: 3.36px;
  }
  .relsize-small .entry-summary {
    font-size: 14px;
    margin-bottom: 3.36px;
  }
  .relsize-small .entry-content {
    font-size: 14px;
    margin-bottom: 3.36px;
  }
  .relsize-small .small-text {
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Other headers                                  */
  /* ---------------------------------------------- */
  .header.header-big,
  .relsize-normal .header.header-big {
    font-size: 34.68px;
    margin-bottom: 13.44px;
  }
  .header.header-normal,
  .relsize-normal .header.header-normal {
    font-size: 26.01px;
    margin-bottom: 6.804px;
  }
  .header.header-small,
  .relsize-normal .header.header-small {
    font-size: 20.23px;
    margin-bottom: 2.94px;
  }
  .relsize-small .header.header-big {
    font-size: 26.01px;
    margin-bottom: 6.804px;
  }
  .relsize-small .header.header-normal {
    font-size: 20.23px;
    margin-bottom: 2.94px;
  }
  .relsize-small .header.header-small {
    font-size: 20.23px;
  }
  .relsize-big .header.header-big {
    font-size: 34.68px;
    margin-bottom: 13.44px;
  }
  .relsize-big .header.header-normal {
    font-size: 34.68px;
    margin-bottom: 13.44px;
  }
  .relsize-big .header.header-small {
    font-size: 26.01px;
    margin-bottom: 6.804px;
  }
  /* ---------------------------------------------- */
  /* Button                                 */
  /* ---------------------------------------------- */
  .button,
  .button:link,
  .button:visited,
  .entry-content .button,
  .entry-content .button:link,
  .entry-content .button:visited {
    margin: 9.31px 0;
  }
  .button,
  .relsize-normal > .button {
    padding: 6.65px 13.3px;
    font-size: 14px;
  }
  .relsize-big > .button {
    padding: 8.4px 16.8px;
    font-size: 17.34px;
  }
  .relsize-small > .button {
    padding: 5.6px 11.2px;
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Standard nav                                 */
  /* ---------------------------------------------- */
  .relsize-normal .nav-item a {
    padding: 6.65px 13.3px;
    font-size: 14px;
  }
  .relsize-big .nav-item a {
    padding: 8.4px 16.8px;
    font-size: 17.34px;
  }
  .relsize-small .nav-item a {
    padding: 5.6px 11.2px;
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Other elements                                 */
  /* ---------------------------------------------- */
  .more-cont {
    padding: 5.6px;
  }
  /* ---------------------------------------------- */
  /* Colors                                         */
  /* ---------------------------------------------- */
  .evp-placeholder {
    font-size: 13.6px;
    padding: 14px;
  }
  #fatal-error {
    font-size: 15.3px;
    padding: 7px;
  }
  .glass-mask,
  .glass-cont {
    bottom: 7px;
  }
  .glass-cont {
    padding: 8.4px;
  }
  .glass-mask.with-space,
  .glass-cont.with-space {
    bottom: 15.4px;
    left: 8.4px;
    right: 8.4px;
  }
  .relsize-normal .glass-cont .entry-title {
    max-height: 35px;
  }
  .relsize-normal .glass-cont .entry-summary {
    height: 48px;
  }
  .relsize-normal .glass-mask,
  .relsize-normal .glass-cont {
    height: 56.32px;
  }
  .relsize-normal .glass-mask.with-summary,
  .relsize-normal .glass-cont.with-summary {
    height: 105.28px;
  }
  .relsize-big .glass-cont .entry-title {
    max-height: 44px;
  }
  .relsize-big .glass-cont .entry-summary {
    height: 52px;
  }
  .relsize-big .glass-mask,
  .relsize-big .glass-cont {
    height: 66.72px;
  }
  .relsize-big .glass-mask.with-summary,
  .relsize-big .glass-cont.with-summary {
    height: 119.505px;
  }
  .relsize-small .glass-cont .entry-title {
    max-height: 29px;
  }
  .relsize-small .glass-cont .entry-summary {
    height: 42px;
  }
  .relsize-small .glass-mask,
  .relsize-small .glass-cont {
    height: 50.08px;
  }
  .relsize-small .glass-mask.with-summary,
  .relsize-small .glass-cont.with-summary {
    height: 92.92px;
  }
}
@media (max-width: 480px) {
  .evp-col {
    padding: 8px;
  }
  /* ---------------------------------------------- */
  /* Page defaults                                  */
  /* ---------------------------------------------- */
  body {
    font-size: 14px;
  }
  .page {
    padding: 8px 8px;
  }
  /* ---------------------------------------------- */
  /* All modules                                    */
  /* ---------------------------------------------- */
  .header {
    text-shadow: none;
  }
  .entry-summary {
    font-size: 14px;
    margin-bottom: 2.4px;
  }
  .entry-content {
    font-size: 14px;
  }
  .small-text {
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Detail module                                  */
  /* ---------------------------------------------- */
  .relsize-normal.detail .entry-image {
    margin-bottom: 14.7px;
  }
  .relsize-normal.detail .entry-title {
    font-size: 26.88px;
    margin-bottom: 10.5px;
  }
  .relsize-normal.detail .entry-summary {
    font-size: 14px;
    margin-bottom: 6.4px;
  }
  .relsize-normal.detail .entry-content {
    font-size: 14px;
  }
  .relsize-normal.detail .entry-content p {
    margin-bottom: 5.6px;
  }
  .relsize-normal.detail .entry-content figure {
    margin: 14.7px 0;
  }
  .relsize-normal.detail .entry-content figure figcaption {
    padding: 8px 16px;
    font-size: 14px;
  }
  .relsize-normal.detail .entry-h2,
  .relsize-normal.detail .entry-content h2 {
    font-size: 23.04px;
    margin-bottom: 9px;
  }
  .relsize-normal.detail .entry-h3,
  .relsize-normal.detail .entry-content h3 {
    font-size: 15.36px;
    margin-bottom: 6px;
  }
  /* ---------------------------------------------- */
  /* List modules                                  */
  /* ---------------------------------------------- */
  .relsize-big .entry-title {
    font-size: 15.36px;
    margin-bottom: 3.6px;
  }
  .relsize-big .entry-summary {
    font-size: 14px;
    margin-bottom: 2.7px;
  }
  .relsize-big .entry-content {
    font-size: 14px;
    margin-bottom: 2.7px;
  }
  .relsize-big .small-text {
    font-size: 14px;
  }
  .relsize-normal .entry-title {
    font-size: 14px;
    margin-bottom: 2.85px;
  }
  .relsize-normal .entry-summary {
    font-size: 14px;
    margin-bottom: 2.4px;
  }
  .relsize-normal .entry-content {
    font-size: 14px;
    margin-bottom: 2.4px;
  }
  .relsize-normal .small-text {
    font-size: 14px;
  }
  .relsize-small .entry-title {
    font-size: 14px;
    margin-bottom: 2.4px;
  }
  .relsize-small .entry-summary {
    font-size: 14px;
    margin-bottom: 2.4px;
  }
  .relsize-small .entry-content {
    font-size: 14px;
    margin-bottom: 2.4px;
  }
  .relsize-small .small-text {
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Other headers                                  */
  /* ---------------------------------------------- */
  .header.header-big,
  .relsize-normal .header.header-big {
    font-size: 30.72px;
    margin-bottom: 9.6px;
  }
  .header.header-normal,
  .relsize-normal .header.header-normal {
    font-size: 23.04px;
    margin-bottom: 4.86px;
  }
  .header.header-small,
  .relsize-normal .header.header-small {
    font-size: 17.92px;
    margin-bottom: 2.1px;
  }
  .relsize-small .header.header-big {
    font-size: 23.04px;
    margin-bottom: 4.86px;
  }
  .relsize-small .header.header-normal {
    font-size: 17.92px;
    margin-bottom: 2.1px;
  }
  .relsize-small .header.header-small {
    font-size: 17.92px;
  }
  .relsize-big .header.header-big {
    font-size: 30.72px;
    margin-bottom: 9.6px;
  }
  .relsize-big .header.header-normal {
    font-size: 30.72px;
    margin-bottom: 9.6px;
  }
  .relsize-big .header.header-small {
    font-size: 23.04px;
    margin-bottom: 4.86px;
  }
  /* ---------------------------------------------- */
  /* Button                                 */
  /* ---------------------------------------------- */
  .button,
  .button:link,
  .button:visited,
  .entry-content .button,
  .entry-content .button:link,
  .entry-content .button:visited {
    margin: 6.65px 0;
  }
  .button,
  .relsize-normal > .button {
    padding: 4.75px 9.5px;
    font-size: 14px;
  }
  .relsize-big > .button {
    padding: 6px 12px;
    font-size: 15.36px;
  }
  .relsize-small > .button {
    padding: 4px 8px;
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Standard nav                                 */
  /* ---------------------------------------------- */
  .relsize-normal .nav-item a {
    padding: 4.75px 9.5px;
    font-size: 14px;
  }
  .relsize-big .nav-item a {
    padding: 6px 12px;
    font-size: 15.36px;
  }
  .relsize-small .nav-item a {
    padding: 4px 8px;
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Other elements                                 */
  /* ---------------------------------------------- */
  .more-cont {
    padding: 4px;
  }
  /* ---------------------------------------------- */
  /* Colors                                         */
  /* ---------------------------------------------- */
  .evp-placeholder {
    font-size: 12.8px;
    padding: 10px;
  }
  #fatal-error {
    font-size: 14.4px;
    padding: 5px;
  }
  .glass-mask,
  .glass-cont {
    bottom: 5px;
  }
  .glass-cont {
    padding: 6px;
  }
  .glass-mask.with-space,
  .glass-cont.with-space {
    bottom: 11px;
    left: 6px;
    right: 6px;
  }
  .relsize-normal .glass-cont .entry-title {
    max-height: 33px;
  }
  .relsize-normal .glass-cont .entry-summary {
    height: 46px;
  }
  .relsize-normal .glass-mask,
  .relsize-normal .glass-cont {
    height: 48.29px;
  }
  .relsize-normal .glass-mask.with-summary,
  .relsize-normal .glass-cont.with-summary {
    height: 94.37px;
  }
  .relsize-big .glass-cont .entry-title {
    max-height: 42px;
  }
  .relsize-big .glass-cont .entry-summary {
    height: 49px;
  }
  .relsize-big .glass-mask,
  .relsize-big .glass-cont {
    height: 57.84px;
  }
  .relsize-big .glass-mask.with-summary,
  .relsize-big .glass-cont.with-summary {
    height: 107.52px;
  }
  .relsize-small .glass-cont .entry-title {
    max-height: 28px;
  }
  .relsize-small .glass-cont .entry-summary {
    height: 39px;
  }
  .relsize-small .glass-mask,
  .relsize-small .glass-cont {
    height: 42.56px;
  }
  .relsize-small .glass-mask.with-summary,
  .relsize-small .glass-cont.with-summary {
    height: 82.88px;
  }
}
@media (max-width: 320px) {
  .evp-col {
    padding: 4.8px;
  }
  /* ---------------------------------------------- */
  /* Page defaults                                  */
  /* ---------------------------------------------- */
  body {
    font-size: 14px;
  }
  .page {
    padding: 4.8px 4.8px;
  }
  /* ---------------------------------------------- */
  /* All modules                                    */
  /* ---------------------------------------------- */
  .header {
    text-shadow: none;
  }
  .entry-summary {
    font-size: 14px;
    margin-bottom: 1.44px;
  }
  .entry-content {
    font-size: 14px;
  }
  .small-text {
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Detail module                                  */
  /* ---------------------------------------------- */
  .relsize-normal.detail .entry-image {
    margin-bottom: 8.82px;
  }
  .relsize-normal.detail .entry-title {
    font-size: 23.625px;
    margin-bottom: 6.3px;
  }
  .relsize-normal.detail .entry-summary {
    font-size: 14px;
    margin-bottom: 3.84px;
  }
  .relsize-normal.detail .entry-content {
    font-size: 14px;
  }
  .relsize-normal.detail .entry-content p {
    margin-bottom: 3.36px;
  }
  .relsize-normal.detail .entry-content figure {
    margin: 8.82px 0;
  }
  .relsize-normal.detail .entry-content figure figcaption {
    padding: 4.8px 9.6px;
    font-size: 14px;
  }
  .relsize-normal.detail .entry-h2,
  .relsize-normal.detail .entry-content h2 {
    font-size: 20.25px;
    margin-bottom: 5.4px;
  }
  .relsize-normal.detail .entry-h3,
  .relsize-normal.detail .entry-content h3 {
    font-size: 14px;
    margin-bottom: 3.6px;
  }
  /* ---------------------------------------------- */
  /* List modules                                  */
  /* ---------------------------------------------- */
  .relsize-big .entry-title {
    font-size: 14px;
    margin-bottom: 2.16px;
  }
  .relsize-big .entry-summary {
    font-size: 14px;
    margin-bottom: 1.62px;
  }
  .relsize-big .entry-content {
    font-size: 14px;
    margin-bottom: 1.62px;
  }
  .relsize-big .small-text {
    font-size: 14px;
  }
  .relsize-normal .entry-title {
    font-size: 14px;
    margin-bottom: 1.71px;
  }
  .relsize-normal .entry-summary {
    font-size: 14px;
    margin-bottom: 1.44px;
  }
  .relsize-normal .entry-content {
    font-size: 14px;
    margin-bottom: 1.44px;
  }
  .relsize-normal .small-text {
    font-size: 14px;
  }
  .relsize-small .entry-title {
    font-size: 14px;
    margin-bottom: 1.44px;
  }
  .relsize-small .entry-summary {
    font-size: 14px;
    margin-bottom: 1.44px;
  }
  .relsize-small .entry-content {
    font-size: 14px;
    margin-bottom: 1.44px;
  }
  .relsize-small .small-text {
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Other headers                                  */
  /* ---------------------------------------------- */
  .header.header-big,
  .relsize-normal .header.header-big {
    font-size: 27px;
    margin-bottom: 5.76px;
  }
  .header.header-normal,
  .relsize-normal .header.header-normal {
    font-size: 20.25px;
    margin-bottom: 2.916px;
  }
  .header.header-small,
  .relsize-normal .header.header-small {
    font-size: 15.75px;
    margin-bottom: 1.26px;
  }
  .relsize-small .header.header-big {
    font-size: 20.25px;
    margin-bottom: 2.916px;
  }
  .relsize-small .header.header-normal {
    font-size: 15.75px;
    margin-bottom: 1.26px;
  }
  .relsize-small .header.header-small {
    font-size: 15.75px;
  }
  .relsize-big .header.header-big {
    font-size: 27px;
    margin-bottom: 5.76px;
  }
  .relsize-big .header.header-normal {
    font-size: 27px;
    margin-bottom: 5.76px;
  }
  .relsize-big .header.header-small {
    font-size: 20.25px;
    margin-bottom: 2.916px;
  }
  /* ---------------------------------------------- */
  /* Button                                 */
  /* ---------------------------------------------- */
  .button,
  .button:link,
  .button:visited,
  .entry-content .button,
  .entry-content .button:link,
  .entry-content .button:visited {
    margin: 3.99px 0;
  }
  .button,
  .relsize-normal > .button {
    padding: 2.85px 5.7px;
    font-size: 14px;
  }
  .relsize-big > .button {
    padding: 3.6px 7.2px;
    font-size: 14px;
  }
  .relsize-small > .button {
    padding: 2.4px 4.8px;
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Standard nav                                 */
  /* ---------------------------------------------- */
  .relsize-normal .nav-item a {
    padding: 2.85px 5.7px;
    font-size: 14px;
  }
  .relsize-big .nav-item a {
    padding: 3.6px 7.2px;
    font-size: 14px;
  }
  .relsize-small .nav-item a {
    padding: 2.4px 4.8px;
    font-size: 14px;
  }
  /* ---------------------------------------------- */
  /* Other elements                                 */
  /* ---------------------------------------------- */
  .more-cont {
    padding: 2.4px;
  }
  /* ---------------------------------------------- */
  /* Colors                                         */
  /* ---------------------------------------------- */
  .evp-placeholder {
    font-size: 12px;
    padding: 6px;
  }
  #fatal-error {
    font-size: 13.5px;
    padding: 3px;
  }
  .glass-mask,
  .glass-cont {
    bottom: 3px;
  }
  .glass-cont {
    padding: 3.6px;
  }
  .glass-mask.with-space,
  .glass-cont.with-space {
    bottom: 6.6px;
    left: 3.6px;
    right: 3.6px;
  }
  .relsize-normal .glass-cont .entry-title {
    max-height: 31px;
  }
  .relsize-normal .glass-cont .entry-summary {
    height: 43px;
  }
  .relsize-normal .glass-mask,
  .relsize-normal .glass-cont {
    height: 40.26px;
  }
  .relsize-normal .glass-mask.with-summary,
  .relsize-normal .glass-cont.with-summary {
    height: 83.46px;
  }
  .relsize-big .glass-cont .entry-title {
    max-height: 39px;
  }
  .relsize-big .glass-cont .entry-summary {
    height: 46px;
  }
  .relsize-big .glass-mask,
  .relsize-big .glass-cont {
    height: 48.96px;
  }
  .relsize-big .glass-mask.with-summary,
  .relsize-big .glass-cont.with-summary {
    height: 95.535px;
  }
  .relsize-small .glass-cont .entry-title {
    max-height: 26px;
  }
  .relsize-small .glass-cont .entry-summary {
    height: 36px;
  }
  .relsize-small .glass-mask,
  .relsize-small .glass-cont {
    height: 35.04px;
  }
  .relsize-small .glass-mask.with-summary,
  .relsize-small .glass-cont.with-summary {
    height: 72.84px;
  }
}
/* STYLES FROM MODULE: smModule */
.smModule {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.smModule .layout-item {
  overflow: hidden;
}
.smModule .layout-list:first-child {
  margin-top: 0;
}
.smModule .layout-list:last-child {
  margin-bottom: 0;
}
.smModule.sev-state-disabled {
  opacity: .5 !important;
  pointer-events: none !important;
}
/* STYLES FROM MODULE: smListHorizontal */
.smListHorizontal .entry-image-cont {
  position: relative;
}
.smListHorizontal img.entry-image {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
@media (max-width: 1024px) {
  .smListHorizontal img.entry-image {
    margin: 9px 0;
  }
}
@media (max-width: 768px) {
  .smListHorizontal img.entry-image {
    margin: 7px 0;
  }
}
@media (max-width: 480px) {
  .smListHorizontal img.entry-image {
    margin: 5px 0;
  }
}
@media (max-width: 320px) {
  .smListHorizontal img.entry-image {
    margin: 3px 0;
  }
}
.smListHorizontal.mode-list {
  max-width: 600px;
}
.smListHorizontal.mode-grid {
  width: 100%;
}
.smListHorizontal .media-type1 {
  width: 42px;
  height: 41px;
  position: absolute;
  z-index: 2;
}
.smListHorizontal .media-type2 {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
}
/* STYLES FROM MODULE: smAnotherBetterSlider */
.smAnotherBetterSlider {
  overflow: visible;
  position: relative;
}
.smAnotherBetterSlider .entry-image-cont {
  position: relative;
}
.smAnotherBetterSlider .bx-pager {
  line-height: .1;
}
.smAnotherBetterSlider .entry-image-cont {
  overflow: hidden;
}
.smAnotherBetterSlider img.entry-image {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.smAnotherBetterSlider .with-glass img.entry-image {
  margin-bottom: 0.1px;
}
.smAnotherBetterSlider .auto-glass {
  bottom: 0;
}
.smAnotherBetterSlider .auto-glass.with-space {
  bottom: 12px;
}
.smAnotherBetterSlider .auto-glass *:last-child {
  margin-bottom: 0;
}
.smAnotherBetterSlider.mode-list {
  max-width: 600px;
}
.smAnotherBetterSlider.mode-grid {
  width: 100%;
}
.smAnotherBetterSlider .read-more-button.button-detached {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  display: none;
}
.smAnotherBetterSlider .nav-arrow {
  text-align: center;
  line-height: 1;
  background-color: #000;
  color: #fff;
  opacity: 0.7;
  display: none;
  top: 50px;
  padding: 4px;
  position: absolute;
  cursor: pointer;
}
.smAnotherBetterSlider .nav-arrow i {
  line-height: 1;
}
.smAnotherBetterSlider .nav-arrow:hover,
.smAnotherBetterSlider .nav-arrow:active {
  opacity: 1;
}
.smAnotherBetterSlider .nav-arrow .fa {
  position: relative;
  top: -1px;
}
.smAnotherBetterSlider .nav-arrow .fa-caret-left {
  right: 8%;
}
.smAnotherBetterSlider .nav-arrow .fa-caret-right {
  left: 9%;
}
.smAnotherBetterSlider .nav-arrow .fa-angle-left {
  right: 6.5%;
}
.smAnotherBetterSlider .nav-arrow .fa-angle-right {
  left: 7.5%;
}
.smAnotherBetterSlider .nav-arrow .fa-angle-double-left {
  right: 4%;
}
.smAnotherBetterSlider .nav-arrow .fa-angle-double-right {
  left: 6%;
}
.smAnotherBetterSlider .nav-arrow .fa-chevron-left {
  top: 1px;
  right: 7%;
}
.smAnotherBetterSlider .nav-arrow .fa-chevron-right {
  top: 1px;
  left: 8%;
}
.smAnotherBetterSlider .nav-arrow-right {
  right: 6px;
}
.smAnotherBetterSlider .nav-arrow-left {
  left: 6px;
}
.smAnotherBetterSlider .nav-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.smAnotherBetterSlider .nav-dots .bx-pager-item {
  display: inline-block;
}
.smAnotherBetterSlider .nav-dots .bx-pager-item a {
  display: block;
  color: transparent;
  opacity: 0.7;
  overflow: hidden;
  margin: 0 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 20px 2px #000;
}
.smAnotherBetterSlider .nav-dots .bx-pager-item a:hover {
  opacity: 1;
}
.smAnotherBetterSlider .nav-dots .bx-pager-item a.active {
  background-color: #000;
  box-shadow: 0 0 20px 2px #fff;
}
.smAnotherBetterSlider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .smAnotherBetterSlider .nav-arrow {
    padding: 5.4px;
  }
  .smAnotherBetterSlider .nav-arrow-right {
    right: 5.4px;
  }
  .smAnotherBetterSlider .nav-arrow-left {
    left: 5.4px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .smAnotherBetterSlider img.entry-image {
    margin: 9px 0;
  }
}
@media (max-width: 768px) {
  .smAnotherBetterSlider .nav-arrow {
    padding: 4.2px;
  }
  .smAnotherBetterSlider .nav-arrow-right {
    right: 4.2px;
  }
  .smAnotherBetterSlider .nav-arrow-left {
    left: 4.2px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .smAnotherBetterSlider img.entry-image {
    margin: 7px 0;
  }
}
@media (max-width: 480px) {
  .smAnotherBetterSlider .nav-arrow {
    padding: 3px;
  }
  .smAnotherBetterSlider .nav-arrow-right {
    right: 3px;
  }
  .smAnotherBetterSlider .nav-arrow-left {
    left: 3px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .smAnotherBetterSlider img.entry-image {
    margin: 5px 0;
  }
}
@media (max-width: 320px) {
  .smAnotherBetterSlider .nav-arrow {
    padding: 1.8px;
  }
  .smAnotherBetterSlider .nav-arrow-right {
    right: 1.8px;
  }
  .smAnotherBetterSlider .nav-arrow-left {
    left: 1.8px;
  }
}
@media (max-width: 320px) and (max-width: 320px) {
  .smAnotherBetterSlider img.entry-image {
    margin: 3px 0;
  }
}
/* STYLES FROM MODULE: smDetailSimple */
.smDetailSimple .source-cont {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
  overflow: hidden;
}
.smDetailSimple .source-cont img {
  display: inline-block;
}
.smDetailSimple .button-cont {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 30px 0;
}
.smDetailSimple .entry-image-cont {
  position: relative;
}
.smDetailSimple img.entry-image {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.smDetailSimple .modal-glass {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 5000002;
  display: none;
}
.smDetailSimple .gallery-counter {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.37);
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
.smDetailSimple .gallery-thumbs-container {
  position: absolute;
  overflow: hidden;
}
.smDetailSimple .gallery-thumb {
  width: 90px;
  height: auto;
  margin-right: 10px;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.smDetailSimple .ogallery-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000002;
  overflow: auto;
}
.smDetailSimple .ogallery-cont.galmode-infographic figure figcaption {
  display: none !important;
}
.smDetailSimple .ogallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 5000002;
}
.smDetailSimple .ogallery-slide-cont {
  background-color: #fff;
  padding: 30px 120px;
  position: relative;
  top: 0;
  max-width: 1000px;
  margin: 30px auto;
  border: 6px solid #aaa;
  border-radius: 10px;
  z-index: 5000002;
}
.smDetailSimple .ogallery-slide {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 105;
}
.smDetailSimple .content-image.in-slide {
  width: 100%;
}
.smDetailSimple .content-image.in-slide img {
  width: 100%;
  height: auto;
}
.smDetailSimple .ogallery-nav .nav-close,
.smDetailSimple .ogallery-nav .nav-arrow {
  width: 55px;
  height: 55px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000002;
  background-repeat: no-repeat;
}
.smDetailSimple .ogallery-nav .nav-close {
  background-position: 0 -340px;
}
.smDetailSimple .ogallery-nav .nav-arrow-left {
  background-position: 0 -274px;
}
.smDetailSimple .ogallery-nav .nav-arrow-left:hover {
  background-position: 0 -406px;
}
.smDetailSimple .ogallery-nav .nav-arrow-right {
  background-position: 0 -207px;
}
.smDetailSimple .ogallery-nav .nav-arrow-right:hover {
  background-position: 0 -475px;
}
.smDetailSimple .oembed-container {
  margin: 20px auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.smDetailSimple .oembed-container iframe,
.smDetailSimple .oembed-container object,
.smDetailSimple .oembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smDetailSimple .media-type1 {
  width: 42px;
  height: 41px;
  position: absolute;
  z-index: 2;
}
.smDetailSimple .random-embed {
  max-width: 600px;
  margin: 29.4px auto;
}
.smDetailSimple .mvp {
  background: none;
  height: 0;
  padding-top: calc(56.25% + 40px);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
}
.smDetailSimple .mvp-uivideoscreen {
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  .smDetailSimple img.entry-image {
    margin: 9px 0;
  }
  .smDetailSimple .ogallery-slide-cont {
    padding: 30px 100px;
    max-width: 90%;
  }
  .smDetailSimple .gallery-thumb-6,
  .smDetailSimple .gallery-thumb-5 {
    display: none;
  }
}
@media (max-width: 768px) {
  .smDetailSimple img.entry-image {
    margin: 7px 0;
  }
  .smDetailSimple .ogallery-slide-cont {
    padding: 20px 60px;
    margin: 20px auto;
  }
  .smDetailSimple .gallery-thumbs-container {
    display: none;
  }
}
@media (max-width: 480px) {
  .smDetailSimple img.entry-image {
    margin: 5px 0;
  }
  .smDetailSimple .ogallery-slide-cont {
    padding: 20px 30px;
    margin: 10px auto;
    border: 2px solid #aaa;
    border-radius: 6px;
  }
}
@media (max-width: 320px) {
  .smDetailSimple img.entry-image {
    margin: 3px 0;
  }
  .smDetailSimple .ogallery-slide-cont {
    padding: 10px 10px;
    max-width: calc( 100% - 60px);
    margin: 10px 30px 10px 30px;
  }
}
/* STYLES FROM MODULE: smOnetHeaderSpons */
.pageAligment {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
#headMove {
  display: none;
}
.pageHeaderLogo .serviceName {
  margin-top: 5px;
  font-family: "Open Sans";
  font-weight: 100;
  text-transform: lowercase;
  color: #fff;
  font-size: 24px;
}
#pageHeader {
  height: 55px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  min-width: 970px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5000001;
  background: #0e2330;
  background: #0f2431;
  background: -moz-linear-gradient(top, #081d29 0%, #061a25 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #081d29), color-stop(100%, #061a25));
  background: -webkit-linear-gradient(top, #081d29 0%, #061a25 100%);
  background: -o-linear-gradient(top, #081d29 0%, #061a25 100%);
  background: -ms-linear-gradient(top, #081d29 0%, #061a25 100%);
  background: linear-gradient(to bottom, #081d29 0%, #061a25 100%);
  padding: 0;
}
#pageHeader #menuPlaceHolder {
  position: absolute;
}
#pageHeader .serviceLogo,
#pageHeader .serviceName,
#pageHeader .partners,
#pageHeader .partnerLogo {
  float: left;
}
#pageHeader h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 34px;
}
#pageHeader h2 {
  font-size: 18px;
}
#pageHeader.ustbar {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#pageHeader.ustbar #headerNav,
#pageHeader.ustbar .searchBar,
#pageHeader.ustbar .pageHeaderWrapper,
#pageHeader.ustbar #searchForm #searchSubmit,
#pageHeader.ustbar .menuButton,
#pageHeader.ustbar .menuButton .menuNotifyCircle,
#pageHeader.ustbar .pageHeaderLogo img,
#pageHeader.ustbar .specialPageHeaderLogo img,
#pageHeader.ustbar #searchForm #searchQuery,
#pageHeader.ustbar #searchForm .searchQuerySuggest,
#pageHeader.ustbar #pageHeader,
#pageHeader.ustbar #pageHeaderLogo,
#pageHeader.ustbar .notificationContent:after {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#pageHeader .partners {
  margin-left: 15px;
}
#pageHeader .partners .partnerLogo {
  margin: 0px;
}
#pageHeader .pageHeaderLogo.noOnetLogo {
  margin-left: 50px;
}
#pageHeader .pageHeaderLogo.noOnetLogo .partners {
  margin-left: 0px;
}
#pageHeader .menuButton {
  top: 8px;
  position: static !important;
  margin-top: 8px;
  margin-left: 5px;
}
#pageHeader #rootMenuBox {
  top: 55px;
  left: 0px;
}
#pageHeader .barService .notificationBox .notificationContent:after {
  left: 22px !important;
}
.pageHeaderWrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1150px) {
  .pageHeaderWrapper {
    width: 1140px;
  }
}
#headMove {
  position: fixed;
  width: 100%;
  z-index: 5000002;
  top: -100px;
  color: white;
}
#headMove .headBar {
  margin: 0 auto;
  width: 980px;
}
#headMove .headBar h1 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 100;
  margin-top: 5px;
  color: white;
  font-family: 'Open Sans', Verdana, sans-serif;
  float: left;
}
#headMove .headBar h1 a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}
#headMove .headBar .headbarbody {
  top: 104px;
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  margin-left: 175px;
}
#headMove .headBar .headbarbody .additionalLogos {
  float: left;
}
#headMove .headBar .headbarbody .partnerLogo {
  margin-top: 0;
  height: 50px;
}
@media only screen and (min-width: 1150px) {
  #headMove .headBar {
    width: 1140px;
  }
}
.serviceLogo {
  margin-top: 10px;
}
.pageHeaderLogo {
  margin-left: 75px;
}
/*********************
.pageHeaderLogo {
  margin-left: 75px;
  float: left;
  position: absolute;
  z-index: 2;
  margin-left: 64px;
}

#headBody #portalLink{
  display:none
}

#headBody #logoLinks #serwisLink{
  position: fixed;
  top: 5px;
  z-index: 999999999;
  left: 192px;
  font-weight: 100;
  font-size: 25px;
  font-family: Verdana;
  font-weight: 100;
}

*********************/
#pageHeader .searchBar {
  margin: 2px 0 0 70px;
  display: block;
  width: 249px;
  position: absolute;
  top: 0%;
  right: 0px;
  background: none;
}
#pageHeader #searchForm {
  float: none;
  margin: 0;
  width: auto;
}
#pageHeader #searchForm #searchQuery {
  background: none repeat scroll 0 0 #fff;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 1px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 1px;
  -moz-border-radius-bottomright: 0px;
  border-top-left-radius: 1px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  box-sizing: content-box;
  color: #000000;
  display: block;
  float: left;
  font-family: 'Open sans' !important;
  font-size: 15px;
  font-weight: 400 !important;
  height: 35px;
  margin: 10px 0 0;
  outline: medium none;
  padding: 0 3px 0 8px;
  width: 160px;
  -webkit-appearance: none;
}
#pageHeader #searchForm #searchSubmit {
  font-family: "open sans";
  font-weight: 700;
  font-size: 15px;
  border: 0 none;
  background: #EE9902;
  color: #fff;
  width: 78px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 10px;
  overflow: hidden;
  padding: 0;
  z-index: 300;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0 1px 1px 0;
  padding-bottom: 1px;
}
#pageHeader #searchForm #searchQuery::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #858585;
}
#pageHeader #searchForm #searchQuery:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #858585;
  opacity: 1;
}
#pageHeader #searchForm #searchQuery::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #858585;
  opacity: 1;
}
#pageHeader #searchForm #searchQuery:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #858585;
}
#headerNav {
  float: right;
  position: absolute;
  right: 12px;
  top: 22px;
}
#headerNav ul {
  display: block;
  float: right;
}
#headerNav li {
  display: inline-block;
  width: 48px;
  height: 40px;
  float: left;
  position: relative;
  margin-right: 2px;
}
#headerNav li a {
  background-image: url(http://ocdn.eu/files/pulscms/NGI7MDA_/721af0f4d4279a344ccba79b69958ded.png);
  background-position: 8px 0px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding-top: 46px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  margin-right: -2px;
  text-decoration: initial;
  height: 0px;
}
#headerNav .ico0bank a {
  background-position: -559px 0px;
}
#headerNav .ico1 a {
  background-position: 7px 0px;
}
#headerNav .ico2 a {
  background-position: -502px 0;
}
#headerNav .ico3 a {
  background-position: -100px 0px;
}
#headerNav .ico4 a {
  background-position: -207px 0px;
}
#headerNav .ico5 a {
  background-position: -157px 0px;
}
#headerNav .ico8 a {
  background-position: -371px 0px;
}
#headerNav .ico7 a {
  background-position: -426px 0px;
}
#headerNav .ico6 a {
  background-position: -261px 0px;
}
#headerNav .ico9 a {
  background-position: -47px 0px;
}
* {
  border: medium none;
  list-style-type: none;
  margin: 0;
  outline: medium none;
  padding: 0;
  text-decoration: none;
}
#pageHeader {
  filter: none;
  /**************************************************
STYLE DLA przycisku
 ***********************************************/
  /**************************************************
STYLE DLA MENU
 ***********************************************/
}
#pageHeader #rootMenuBox {
  z-index: 5000002;
}
#pageHeader #rootMenuBox * {
  font-family: 'Open sans' !important;
  font-weight: 400 !important;
}
#pageHeader .menuButton {
  width: 43px;
  height: 39px;
  float: left;
  background-size: 40px;
  z-index: 3;
  position: absolute;
  left: 8px;
  cursor: pointer;
}
#pageHeader .menuButton.hidden {
  display: none;
}
#pageHeader .menuButton .menuNotifyCircle {
  width: 20px;
  height: 20px;
  background: #ff0000;
  border-radius: 100%;
  position: relative;
  right: -27px;
  border: 1px solid #000;
  bottom: -22px;
  line-height: 33px;
}
#pageHeader .menuButton .menuBtnImg {
  position: absolute;
}
#pageHeader .menuButton .menuBtnImg.rediusBorder {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
#pageHeader .menuButton .menuNotifyCircle.hidden {
  display: none;
}
#pageHeader .menuButton .menuNotifyCircle .menuNotifyNumber {
  font-size: 9px;
  text-align: center;
  padding-top: 3px;
  color: #fff;
  font-weight: 700;
  position: relative;
  top: -10px;
}
#pageHeader .notificationWrapper {
  top: 138px;
  bottom: 0;
  background-color: #000000;
}
#pageHeader .notificationWrapper a:visited,
#pageHeader .notificationWrapper a:hover,
#pageHeader .notificationWrapper a:link {
  color: #fff;
  text-decoration: none;
}
#pageHeader .notificationBox {
  position: absolute;
  top: 94px;
  background: #021928;
  background: rgba(2, 25, 40, 0.93);
  color: white;
  font-family: "Open Sans", "Lucida Sans Unicode", Arial;
  opacity: 1;
}
#pageHeader .notificationBox.hidden {
  display: none;
}
#pageHeader .barService .notificationBox {
  top: 55px;
}
#pageHeader .notificationBox.toogle {
  top: 53px;
}
#pageHeader .notificationBox .notificationBar {
  height: 45px;
  background: #2e536d;
  padding-right: 14px;
  padding-left: 20px;
  line-height: 46px;
  font-size: 18px;
}
#pageHeader .notificationBox .notificationContent:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right-width: 10px;
  border-bottom-width: 13px;
  border-left-width: 10px;
  border-color: transparent transparent #183B53 transparent;
  position: absolute;
  top: -15px;
  left: 35px;
  z-index: 4;
}
#pageHeader .notificationBox.toogle .notificationContent:after,
#pageHeader .barService .notificationBox .notificationContent:after {
  left: 48px;
  top: -4px;
  left: 41px;
  border-width: 0 3px 4px 3px;
}
#pageHeader .notificationBox .notificationContent .tipSection {
  padding-left: 21px;
}
#pageHeader .notificationBox .notificationExit {
  height: 26px;
  width: 27px;
  float: right;
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  z-index: 5;
}
#pageHeader .notificationBox .notificationExit:hover {
  opacity: 0.5;
}
#pageHeader .notificationBox .notificationExit img {
  width: 100%;
  cursor: pointer;
}
#pageHeader .notificationBox .notificationContent {
  float: left;
  width: 287px;
  max-width: 367px;
  background: #183a52;
  background: rgba(68, 172, 243, 0.15);
  border-right: 1px solid rgba(81, 130, 184, 0.16);
  min-height: 310px;
}
#pageHeader .notificationBox .notificationContent .notificationHeader,
#pageHeader .profileContent .personalHeader {
  display: block;
  border-bottom: 1px solid #243038;
  position: relative;
  line-height: 45px;
  width: 266px;
  height: 44px;
  padding-left: 21px;
  font-size: 19px;
  font-weight: 100;
  letter-spacing: 0.2px;
}
#pageHeader .profileContent.inactive .personalHeader {
  opacity: 0;
}
#pageHeader .notificationContent .notificationHeader {
  -webkit-box-shadow: 0px 1px 0px 0px #294f66;
  -moz-box-shadow: 0px 1px 0px 0px #294f66;
  box-shadow: 0px 1px 0px 0px #294f66;
}
#pageHeader .profileContent .loginName {
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#pageHeader .profileContent .personalHeader {
  border: none;
  padding-left: 0px;
}
#pageHeader .notificationBox .profileContent {
  width: 230px;
  padding-left: 16px;
  padding-right: 16px;
  float: left;
  z-index: 2;
  opacity: 1;
}
#pageHeader .notificationBox .profileContent.inactive {
  opacity: 0;
  width: 456px;
}
#pageHeader .notificationBox .profileContent.active .personalHeader {
  opacity: 1;
}
#pageHeader .notificationBox .notificationContent .loginName {
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01rem;
}
#pageHeader .notificationBox .personalSection {
  padding-bottom: 10px;
}
#pageHeader .notificationBox .personalSection img {
  border-radius: 100%;
  margin-top: 24px;
  margin-right: 67px;
  margin-bottom: 6px;
  margin-left: 67px;
  width: 100px;
}
#pageHeader .notificationBox .personalSection .loggedAs {
  color: #6e7883;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
}
#pageHeader .notificationBox .personalSection .logInBtn {
  text-align: center;
}
#pageHeader .notificationBox .personalSection .profileList {
  position: absolute;
  bottom: 9px;
  margin-left: -8px;
  font-size: 13px;
}
#pageHeader .notificationBox .personalSection .profileList li:first-child {
  padding-top: 0;
}
#pageHeader .notificationBox .personalSection .profileList li {
  margin-bottom: 8px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  line-height: 10px;
}
#pageHeader .notificationBox .personalSection .profileList li:nth-of-type(2) {
  border-right: 2px solid rgba(73, 102, 134, 0.54);
  border-left: 2px solid rgba(73, 102, 134, 0.54);
}
#pageHeader .appSection {
  overflow: hidden;
  width: 100%;
  margin-top: 6px;
  padding-bottom: 11px;
}
#pageHeader .notificationContent .profileList ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#pageHeader .notificationContent .profileList ul li {
  float: left;
  padding-right: 9px;
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0.4px;
}
#pageHeader .notificationContent .profileList ul li.changePassword {
  border-right: 1px solid #69727d;
}
#pageHeader .notificationContent .profileList ul li.logOut {
  padding-left: 10px;
}
#pageHeader .notificationContent .profileList ul li:first-child {
  padding-right: 10px;
  padding-left: 0px;
}
#pageHeader .notificationContent .appSection h2,
#pageHeader .notificationContent .appSection .appContainer span.servicesApp {
  display: block;
  float: left;
  height: 28px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.5px;
  padding-right: 0.1px;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 1px 1px 1px rgba(78, 78, 78, 0.76);
}
#pageHeader .appSection .appContainer {
  width: 93%;
  overflow: hidden;
  margin-top: 2.7px;
  padding-left: 21px;
}
#pageHeader .appSection .appContainer:hover {
  background: rgba(255, 255, 255, 0.04);
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
#pageHeader .appSection .mailApp.inactive:hover,
#pageHeader .appSection .forumApp.inactive:hover {
  background: none;
}
#pageHeader .appSection .appContainer.mailApp.inactive,
#pageHeader .appSection .appContainer.forumApp.inactive {
  cursor: default;
}
#pageHeader .appSection .mailApp.inactive h2,
#pageHeader .appSection .forumApp.inactive h2 {
  color: #738796;
}
#pageHeader .appSection .appContainer.mailApp {
  margin-top: 20px;
}
#pageHeader .appSection .appContainer.forumApp {
  cursor: pointer;
}
#pageHeader .appSection .appContainer.forumApp.active {
  background: #091f2d;
  -webkit-transition: background 100ms ease-in-out;
  -moz-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}
#pageHeader .appSection .appContainer .totalCnt {
  font-size: 15px;
  line-height: 28px;
  margin-left: 10px;
  float: left;
  margin-top: 1px;
}
#pageHeader .appContainer a {
  color: #fff;
  display: block;
  overflow: hidden;
}
#pageHeader .appSection .appContainer:first-child {
  padding-top: 0;
}
#pageHeader .allServices {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  border-width: 1px 0 0 0;
  border-color: rgba(255, 255, 255, 0.04);
  border-style: solid;
}
#pageHeader .notificationContent .mailAppNumber,
#pageHeader .notificationContent .observedNumber,
#pageHeader .notificationContent .servicesAppNumber,
#pageHeader .notificationContent .forumAppNumber,
#pageHeader .notificationContent .addFile {
  width: 22px;
  height: 22px;
  font-size: 11px;
  margin-right: 10px;
  background: #ff0000;
  border-radius: 100%;
  line-height: 23px;
  text-align: center;
  display: block;
  margin-top: 4px;
  float: right;
}
#pageHeader .bottomSection {
  margin-top: -15px;
  padding-top: 30px;
  margin-bottom: 8px;
  width: 280px;
  overflow: hidden;
}
#pageHeader .bottomSection:before {
  width: 320px;
  height: 1px;
  float: left;
  position: relative;
  left: -20px;
  top: -17px;
  background: rgba(4, 17, 24, 0.08);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(11, 40, 35, 0.12);
  -moz-box-shadow: 0px 1px 0px 0px rgba(11, 40, 35, 0.12);
  box-shadow: 0px 1px 0px 0px rgba(11, 40, 35, 0.12);
}
#pageHeader .bottomSection span,
#pageHeader .notificationContent .tipSection span {
  font-size: 12px;
  color: #7e8894;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  margin-top: 12px;
  margin-bottom: 10px;
  display: block;
}
#pageHeader .bottomSection h3,
#pageHeader .notificationContent .tipSection h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
  margin-bottom: 10px;
  width: 240px;
  float: left;
}
#pageHeader .bottomSection h2,
#pageHeader .notificationContent .tipSection h2 {
  font-size: 20px;
  margin-bottom: 10px;
  float: none !important;
}
#pageHeader #rootMenuBox .forumContent {
  position: absolute;
  left: 287px;
  height: 570px;
  width: 0px;
  z-index: 4;
  opacity: 0;
}
#pageHeader #rootMenuBox .forumContent .forumListLoader {
  text-align: center;
  padding: 20px 0;
}
#pageHeader #rootMenuBox .forumContent .forumNotifList {
  max-height: 490px;
  width: 490px;
  overflow-x: hidden;
}
@-moz-document url-prefix() {
  #pageHeader #rootMenuBox .forumContent .forumNotifList {
    max-height: 493px;
  }
}
#pageHeader #rootMenuBox .forumContent.active {
  width: 489px;
  opacity: 1;
}
#pageHeader .forumContent .forumItem {
  padding-top: 10px;
  padding-left: 18px;
  padding-bottom: 14px;
  width: 96%;
  background: rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
}
#pageHeader .forumContent .forumItem:hover {
  background: rgba(255, 255, 255, 0.03);
  -webkit-transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  cursor: pointer;
}
#pageHeader .forumContent .personalHeader {
  font-size: 20px;
  line-height: 45px;
  padding-left: 16px;
  padding-bottom: 2px;
  letter-spacing: -0.7px;
}
#pageHeader .forumContent .forumItem .lead {
  width: 420px;
  max-height: 37px;
  margin-top: 2px;
  overflow: hidden;
}
#pageHeader .forumContent .forumItem .author {
  color: #8eb6d3;
  font-style: italic;
}
#pageHeader .forumContent .forumItem .delBtn {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  opacity: 0;
}
#pageHeader .forumContent .forumItem .delBtn:hover {
  opacity: 0.3;
}
#pageHeader .forumContent.active .forumItem .delBtn {
  opacity: 1;
}
/* #pageHeader END */
#pageHeader,
#headerNav,
.searchBar,
fieldset,
.pageHeaderWrapper,
#searchForm #searchSubmit,
.menuButton,
.menuButton .menuNotifyCircle,
.pageHeaderLogo img,
.specialPageHeaderLogo img,
#searchForm #searchQuery,
#searchForm .searchQuerySuggest,
#pageHeader,
#pageHeaderLogo,
.notificationContent:after {
  -webkit-transition: all 170ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 170ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 170ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 170ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /* easeInCubic */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /* easeInCubic */
}
@media (max-width: 970px) {
  #pageHeader .searchBar {
    display: none;
  }
}
@media (max-width: 550px) {
  .pageHeaderLogo {
    margin-left: 20px;
  }
}
@media (max-width: 460px) {
  .partnerLogo img {
    width: 150px;
  }
}
/* STYLES FROM MODULE: smStaticImage */
.smStaticImage {
  width: 100%;
}
.smStaticImage img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* STYLES FROM MODULE: smStaticParagraph */
.smStaticParagraph {
  width: 100%;
}
.smStaticParagraph .text-cont {
  width: 100%;
}
/* STYLES FROM MODULE: smStaticText */
.smStaticText {
  width: 100%;
}
.smStaticText .text-cont {
  width: 100%;
}
/* STYLES FROM MODULE: smSimpleOnetFooter */
.smSimpleOnetFooter {
  font-family: arial, helvetica, sans-serif;
  padding-top: 50px;
  font-size: 14px;
  color: #898989;
}
.smSimpleOnetFooter .wrapper {
  overflow: hidden;
}
.smSimpleOnetFooter .wrapper.footer {
  border-top: 2px solid #b8b8b8;
}
.smSimpleOnetFooter .wrapper .logo {
  display: inline-block;
  vertical-align: middle;
}
.smSimpleOnetFooter .wrapper ul {
  margin: 16px 0;
  list-style: none;
  display: inline-block;
}
.smSimpleOnetFooter .wrapper li {
  list-style-type: none;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #dcdcdc;
}
.smSimpleOnetFooter .wrapper li:last-child {
  border-right: none;
}
.smSimpleOnetFooter .wrapper li a {
  color: #898989;
}
.smSimpleOnetFooter .wrapper .copyrights {
  float: right;
  padding-top: 16px;
}
@media only screen and (max-width: 920px) {
  .smSimpleOnetFooter .wrapper {
    text-align: center;
  }
  .smSimpleOnetFooter .wrapper .logo {
    display: block;
    margin: 5px auto 0;
  }
  .smSimpleOnetFooter .wrapper .logo img {
    margin: 0 auto;
    display: block;
  }
  .smSimpleOnetFooter .wrapper ul {
    padding-left: 0;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .smSimpleOnetFooter .wrapper .copyrights {
    float: none;
    display: block;
    padding-top: 0;
    font-size: 12px;
  }
  .smSimpleOnetFooter .wrapper li {
    border: 0;
    padding-right: 0;
    margin-right: 5px;
  }
}
