/*! 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700|Roboto:400,700,900&subset=latin-ext");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* font-family: 'Roboto', sans-serif;
font-family: 'Oswald', sans-serif; */
* {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
}

html {
  font-size: 1.1rem;
}

body {
  min-width: 320px;
  max-width: 98.5vw;
  line-height: 1.5;
  /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
}

.filterBlur {
  filter: blur(2px);
}

h1 {
  font-size: 2.1rem;
}

#skipLinks a {
  display: inline-block;
  position: absolute;
  padding: 10px;
  top: 0;
  left: -9000em;
  z-index: 10000;
}
#skipLinks a:focus {
  top: 5px;
  left: 21px;
  background-color: #1137A6;
  color: white;
}

#wrapperBody {
  transition: 0.2s;
}

.wrapperBodyMenuSelected {
  width: 99%;
  padding-left: 20vw;
}

header {
  margin-top: 10px;
  max-width: 1920px;
  margin: 0 auto;
}

.header_middle {
  position: relative;
}
.header_middle .banner_top {
  width: 100%;
  padding-bottom: 20px;
  object-fit: cover;
}

.header_top {
  display: flex;
  align-items: center;
  height: 10vw;
  min-height: 60px;
  width: 100%;
  padding: 10px 0;
}
.header_top .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-width: 70px;
}
.header_top .logo img {
  width: 55%;
  object-fit: contain;
}
.header_top .companyName h1 {
  font-size: 2.3vw;
  font-weight: 700;
  /* line-height: 7vw; */
}
.header_top .linkes {
  /* height: 100%; */
  margin-left: 40px;
  border-left: 2px solid black;
  padding-left: 20px;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  height: 100vh;
  margin: 0 auto;
  color: #5b6069;
  /* #2f2f31 */
}

main {
  display: flex;
  width: 100%;
  min-height: 80%;
}

.left {
  margin-right: 2px;
  width: 21%;
  margin-left: 20px;
  overflow: hidden;
}

.left div,
.left img {
  width: 100%;
  height: auto;
}

._mobilePay {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5px;
}
._mobilePay div img {
  width: 90%;
  padding-top: 10px;
}

.center {
  width: 75%;
  margin: 5px 0 5px 5px;
  padding-left: 15px;
}

.return_path {
  background-color: #eee;
}
.return_path ul {
  list-style: none;
  display: flex;
  padding: 5px;
}

footer {
  width: 100%;
  margin-top: 4px;
  padding: 4px;
  background-color: #eee;
}
footer .mod-footer {
  display: flex;
  justify-content: center;
}
footer .mod-footer .stopka {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer .footer_year {
  text-align: center;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.hide {
  display: none;
}

.view {
  display: block !important;
}

.buttonSmallView {
  display: none;
}

.links_small {
  display: none;
}

.linkes .btnChangeContrast {
  font-size: 2rem;
}
.linkes .btnLinkes {
  float: left;
  display: block;
  background-color: transparent;
  border: none;
  margin: 20px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.linkes .btnLinkes img {
  height: 30px;
}

.cookieInfo {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  z-index: 1000;
  display: none;
}

.ka-mod-cookie {
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.ka-mod-cookie-text {
  width: 70%;
  height: 70%;
  overflow: auto;
  margin: 15px auto;
  padding: 10px;
}

.cookie {
  width: 70%;
  text-align: right;
  margin: 15px auto;
}

.cookieButton {
  text-align: center;
  width: auto;
  margin-top: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #1137A6;
  font-size: 1.05rem;
  font-weight: 700;
  border: 2px solid #1137A6;
  cursor: pointer;
  transition: 0.4s;
}

.cookieButton:hover {
  background-color: #1137A6;
  color: white;
}

/* JOOMLA! */
a {
  color: #1137A6;
}

p {
  word-break: break-word;
}

/* .wrapper p,
.wrapper a {
    margin: 1em 0;
} */
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-left.item-image {
  margin: 0 20px 18px 0;
}

.pull-right.item-image {
  margin: 0 0 18px 20px;
}

.item {
  margin: 20px 0;
}

.items-leading > div {
  margin-top: 20px;
}

.item-title {
  margin-bottom: 9px;
  border-bottom: 2px solid #ddd;
}

.blog-featured p {
  /* text-align: justify !important; */
  text-align: left !important;
  word-wrap: break-word;
}

.article-info {
  /*display: flex; 2019-11-15*/
  background-color: #eee;
  padding: 2px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.createdby,
.create {
  /* float: left; */
  margin-right: 15px;
}

.left .moduletable,
.moduletable_left_linkes {
  background-color: #eee;
  margin: 5px 0;
  padding: 10px;
}

.left ul {
  list-style: none;
}

/* pagination */
nav.pagination__wrapper {
  padding-top: 20px;
}

.pagination {
  display: flex;
  align-items: center;
  left: 0;
  background-color: #fff;
  font-size: 1rem;
  list-style: none;
  text-align: center;
  line-height: 0;
}

ul.pagination {
  display: flex;
  padding-left: 0;
  padding-top: 1vw;
  padding-bottom: 3vw;
}

ul.pagination li.disabled {
  background-color: #eee;
  padding: 10px;
}

ul.pagination li {
  display: block;
  border: 1px solid #edd;
}

ul.pagination li a {
  color: black;
  padding: 10px;
  line-height: 1rem;
}

.disabled a,
.hidden-phone a {
  color: #5b6069;
}

a.pagenav {
  color: #1137A6;
}

/* end pagination */
/* ++++++++++++++  blog  ++++++++++++++ */
.cols-1 {
  display: block;
  float: none !important;
  margin: 0 !important;
}

.cols-2 .column-1 {
  width: 46%;
  float: left;
}

.cols-2 .column-2 {
  width: 46%;
  float: right;
  margin: 0;
}

.cols-3 .column-1 {
  float: left;
  width: 29%;
  padding: 0 5px;
  margin-right: 4%;
}

.cols-3 .column-2 {
  float: left;
  width: 29%;
  margin-left: 0;
  padding: 0 5px;
}

.cols-3 .column-3 {
  float: right;
  width: 29%;
  padding: 0 5px;
}

.items-row {
  overflow: hidden;
  margin-bottom: 10px !important;
}

.column-1,
.column-2,
.column-3 {
  padding: 10px 5px;
}

.column-2 {
  width: 55%;
  margin-left: 40%;
}

.column-3 {
  width: 30%;
}

.blog-more {
  padding: 10px 5px;
}

.readmore a.btn {
  display: inline-block;
  padding: 6px;
  margin: 4px;
  background-color: #1137A6;
  border: 2px solid #1137A6;
  color: white;
  transition: 0.2s;
}
.readmore a.btn:hover {
  background-color: white;
  color: #1137A6;
  border: 2px solid #1137A6;
}

/* menu */
nav.ka-nav {
  margin: 0;
  padding: 0;
}

nav ul {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  list-style: none;
}

nav a.kanti {
  color: orange;
}

nav a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2.7rem;
  color: black;
  padding: 0 20px;
}

nav ul > li > a:hover,
nav ul > li:hover > a {
  background-color: #1137A6;
  color: white;
}

nav ul.mod-menu__sub a {
  font-size: 0.9rem;
}

nav ul.mod-menu__sub li:hover a {
  background-color: #eee;
  color: #1137A6;
}

nav li.active > a {
  /* color: #1137A6; */
  color: #1137A6;
  font-weight: bold;
}

nav li.active ul.mod-menu__sub {
  display: block;
}

nav ul.mod-menu__sub {
  display: none;
  position: absolute;
  top: 43px;
  left: 0px;
  height: auto;
  width: 100%;
  background-color: #eee;
  transition: 0.2s;
}

:focus {
  outline: 4px dotted orange;
}

nav ul > li:focus-within ul.mod-menu__sub {
  display: block;
}

nav ul li {
  float: left;
}

/* KONIEC MENU */
/* MENU */
.viewMenu {
  display: block;
  left: 0;
  height: 100vh;
  width: 23vw;
}

.viewMenu::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.view {
  left: 0;
}

nav.ka_nav {
  position: fixed;
  margin: 0 auto;
  padding: 0;
  top: 0;
  left: 0;
  right: auto;
  width: auto;
  height: auto;
  max-width: 1920px;
  z-index: 3000;
  /* background-color: #ddd; */
}

nav.ka_nav ul {
  position: fixed;
  padding-top: 5vw;
  padding-left: 0;
  overflow-y: auto;
  z-index: -1;
}

.menuBtn {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #eee;
  font-size: 1.5rem;
  cursor: pointer;
}

nav ul {
  display: none;
  left: -200%;
  background-color: #ddd;
  padding-bottom: 10px;
  transition: 0.2s;
}

nav ul li {
  float: none;
}

nav.ka_nav ul li {
  padding-top: 5px;
}

nav.ka_nav ul.mod-menu__sub {
  position: relative;
  top: 10px;
  left: 15px;
  height: auto;
  width: 90%;
  margin-bottom: 10px;
  padding-top: 10px;
}

nav ul > li > a:hover,
nav ul > li:hover > a {
  background-color: #1137A6;
  color: white;
}

nav ul.mod-menu__sub li:hover a {
  background-color: #eee;
  color: #1137A6;
}

nav li.active > a {
  color: #1137A6;
}

nav ul > li:hover ul.mod-menu__sub,
nav ul > li:focus-within ul.mod-menu__sub {
  z-index: 1;
}

/* KONIEC MENU */
/* joomla articles */
.blog-featured img {
  max-width: 25%;
  height: auto;
}

@media (max-width: 980px) {
  .left {
    display: none;
  }
  .center {
    width: 100%;
  }
  .header_top .linkes {
    display: none;
  }
  .header_top {
    justify-content: center;
  }
  .header_top .logo {
    width: 50%;
  }
  .header_top .logo img {
    margin-left: 14vw;
  }
  .viewMenu {
    width: 45%;
  }
  nav.ka_nav ul {
    padding-top: 7vw;
  }
  .header_middle .banner_top {
    width: 100vw;
    height: 40vw;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .wrapperBodyMenuSelected {
    padding-left: 0;
  }
  .menuBtn {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
  .header_top .logo {
    height: 150%;
    width: 50%;
  }
  .header_middle .banner_top {
    width: 100vw;
    height: 30vh;
  }
  .viewMenu {
    width: 60%;
  }
  nav.ka_nav ul {
    padding-top: 7vw;
  }
  .left {
    display: none;
  }
  .center {
    width: 100%;
    padding: 0 2px 0 10px;
  }
  footer .mod-footer .stopka {
    justify-content: normal;
    padding-left: 2vw;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 1rem;
  }
  h1 {
    font-size: 1.1rem;
  }
  .header_top {
    justify-content: center;
  }
  .header_top .logo {
    width: 75%;
  }
  .header_top .logo img {
    margin-left: 18vw;
  }
  .header_top .companyName h1 {
    display: none;
  }
  .header_middle .banner_top {
    width: 100vw;
    height: 20vh;
    padding-bottom: 0;
  }
  .return_path {
    display: none;
  }
  .viewMenu {
    width: 70vw;
  }
  nav.ka_nav ul {
    padding-top: 5vh;
  }
  .center {
    width: 100%;
    padding: 0 0px 0 5px;
  }
  .pagination {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  footer .mod-footer .stopka {
    justify-content: normal;
    padding-left: 2vw;
  }
}/*# sourceMappingURL=template.css.map */