/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@300;400;500;600;700;800;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 1px; }

figure {
  margin: 0; }

.hr-grey {
  border-top: 1px solid #e4e4e4;
  width: 100%;
  margin-bottom: 20px; }

button.close {
  font-size: 21rem; }

body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font: 18rem "Commissioner", sans-serif;
  color: #000;
  background-color: #fff; }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: "Commissioner", sans-serif; }
  body h1 {
    color: #000;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-family: "Commissioner", sans-serif;
    color: #134b92;
    text-transform: uppercase;
    font-weight: 600; }
  body h2 {
    font-size: 51rem;
    text-transform: uppercase;
    color: #134b92;
    font-weight: 600;
    font-family: "Commissioner", sans-serif;
    margin: 0;
    margin-bottom: 15px; }
  body h3 {
    color: #000;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h4 {
    color: #000;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h5 {
    color: #000;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h6 {
    color: #000;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body b, body strong {
    font-weight: bold; }
  body a {
    z-index: 100;
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    body a:hover {
      color: #000;
      text-decoration: underline !important; }
    body a:active, body a:focus {
      outline: 2px dotted red !important;
      text-decoration: underline !important; }
  body button:hover {
    text-decoration: underline !important; }
  body button:active, body button:focus {
    outline: 2px dotted red !important;
    text-decoration: underline !important; }
  body input:active, body input:focus, body textarea:active, body textarea:focus {
    outline: 2px dotted red !important; }
  body p {
    z-index: 100;
    font-family: "Commissioner", sans-serif; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  height: 100%;
  box-sizing: border-box; }

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14rem; }

.btn-callout {
  border-radius: 0px;
  background-color: #d01e25;
  font-size: 21rem;
  color: #fff;
  font-weight: 600;
  font-family: "Raleway";
  padding: 9px 66px; }
  .btn-callout:hover {
    border-color: black; }

.btn-newsy {
  border-radius: 15px;
  background-color: #134b92;
  font-size: 22rem;
  color: #fff;
  font-weight: 600;
  font-family: "Commissioner", sans-serif;
  padding: 9px 66px;
  text-transform: uppercase; }
  .btn-newsy:hover {
    background-color: #bacadf;
    color: #134b92; }

.btn-news {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 15px 30px 15px 30px;
  text-transform: initial; }
  .btn-news:hover {
    background-color: #bacadf;
    color: #000;
    transition: 0.3s; }

.btn-infos {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 15px 30px 15px 30px;
  text-transform: initial; }
  .btn-infos:hover {
    background-color: #bacadf;
    color: #000;
    transition: 0.3s; }

.btn-send {
  padding: 15px 35px;
  text-transform: uppercase;
  font-size: 18rem;
  color: #fff;
  font-weight: 500;
  border-radius: 15px;
  background-color: #134b92; }
  .btn-send:hover, .btn-send:focus {
    color: #fff;
    transition: 0.3s;
    background-color: #527baf; }

.btn-blue {
  background-color: #134b92;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 30px;
  border-radius: 10px; }
  .btn-blue:hover {
    background-color: #134b92;
    color: #fff; }

.btn-slider {
  font-family: "Raleway";
  font-size: 14rem;
  background-color: #134b92;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 47px;
  border-radius: 0; }
  .btn-slider:hover {
    background-color: #d01e25;
    color: #000; }

body {
  padding-bottom: 70px; }
  body.overflow-y-hidden {
    overflow-y: hidden; }

header {
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  header.sticked {
    transform: translateY(-46px);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4); }
    header.sticked #top-navbar .navbar .navbar-header .navbar-brand {
      height: 90px;
      transform: translateY(-14px); }
      header.sticked #top-navbar .navbar .navbar-header .navbar-brand img {
        transform: scale(0.7);
        margin-top: 0px; }
      header.sticked #top-navbar .navbar .navbar-header .navbar-brand span {
        transform: scale(0.7) translate(-79px, 19px); }
      @media (max-width: 992px) {
        header.sticked #top-navbar .navbar .navbar-header .navbar-brand {
          height: 65px; } }
    header.sticked #top-navbar .navbar .navbar-header .navbar-toggle {
      margin: 8px 15px; }
    header.sticked #top-navbar .navbar .nav.navbar-nav > li:not(header.sticked #top-navbar .navbar .nav.navbar-nav > li:last-child) > a {
      padding-top: 35px;
      padding-bottom: 35px; }

#top-bar-2-c {
  height: 46px;
  background-color: #fff; }
  #top-bar-2-c .container {
    height: 100%; }
  #top-bar-2-c .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    #top-bar-2-c .inner .text {
      display: flex;
      align-items: center;
      padding-left: 22px; }
      #top-bar-2-c .inner .text .czcionka {
        display: flex;
        align-items: center; }
        #top-bar-2-c .inner .text .czcionka p {
          font-size: 14rem;
          color: #0f4e94;
          margin-bottom: 0;
          padding-right: 20px;
          font-weight: 500; }
        #top-bar-2-c .inner .text .czcionka button {
          font-weight: 600;
          padding-right: 15px;
          background-color: transparent;
          border: none; }
          #top-bar-2-c .inner .text .czcionka button.mala {
            font-size: 16rem; }
          #top-bar-2-c .inner .text .czcionka button.srednia {
            font-size: 19rem; }
          #top-bar-2-c .inner .text .czcionka button.duza {
            font-size: 22rem; }
      #top-bar-2-c .inner .text .kontrast {
        display: flex;
        align-items: center;
        padding-left: 60px; }
        #top-bar-2-c .inner .text .kontrast p {
          font-size: 14rem;
          color: #0f4e94;
          margin-bottom: 0;
          padding-right: 20px;
          font-weight: 500; }
        #top-bar-2-c .inner .text .kontrast button {
          font-size: 15rem;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 30px;
          height: 30px;
          border: 2px solid #000;
          margin-right: 2px; }
          #top-bar-2-c .inner .text .kontrast button.bialo-czarny {
            background-color: #fff;
            color: #000; }
          #top-bar-2-c .inner .text .kontrast button.czarno-bialy {
            background-color: #000;
            color: #fff; }
          #top-bar-2-c .inner .text .kontrast button.zolto-czarny {
            background-color: yellow;
            color: #000; }
          #top-bar-2-c .inner .text .kontrast button.czarno-zolty {
            background-color: #000;
            color: yellow; }
    #top-bar-2-c .inner .urzedy {
      display: flex;
      align-items: center; }
      #top-bar-2-c .inner .urzedy a img {
        display: block; }
      #top-bar-2-c .inner .urzedy a:first-child img {
        width: 58px;
        height: 25px; }
      #top-bar-2-c .inner .urzedy a:last-child {
        padding-left: 30px; }
        #top-bar-2-c .inner .urzedy a:last-child img {
          width: 92px;
          height: 19px; }

#top-navbar {
  background-color: #fff; }
  #top-navbar .navbar {
    background: #134b92;
    margin: 0;
    border: none;
    border-radius: 0px; }
    #top-navbar .navbar .navbar-header {
      transition: 0.5s;
      -webkit-transition: 0.5s; }
      #top-navbar .navbar .navbar-header .wrapper {
        display: flex;
        float: right; }
      #top-navbar .navbar .navbar-header .navbar-toggle {
        border: none;
        border-radius: 5px;
        background: transparent;
        margin: 9px 15px;
        transition: 0.5s;
        -webkit-transition: 0.5s; }
        #top-navbar .navbar .navbar-header .navbar-toggle:hover {
          border: none;
          background: transparent; }
        #top-navbar .navbar .navbar-header .navbar-toggle:focus {
          border: none;
          background: transparent; }
        #top-navbar .navbar .navbar-header .navbar-toggle span {
          background-color: #fff;
          width: 38px;
          margin-top: 7px;
          margin-bottom: 7px; }
      #top-navbar .navbar .navbar-header .navbar-brand {
        padding: 0;
        margin: 0;
        height: 104px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        transform-origin: left;
        position: relative;
        top: 0px; }
        #top-navbar .navbar .navbar-header .navbar-brand img {
          width: 286px;
          margin-top: 0px;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          transform-origin: left; }
        #top-navbar .navbar .navbar-header .navbar-brand span {
          text-transform: uppercase;
          right: 7px;
          bottom: 16px;
          position: absolute;
          color: #000;
          font-size: 15rem;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          transform-origin: left; }
      #top-navbar .navbar .navbar-header .rekrutacja {
        display: flex;
        align-items: center;
        margin-left: 20px;
        float: right;
        height: 70px; }
        #top-navbar .navbar .navbar-header .rekrutacja a {
          text-transform: uppercase;
          font-size: 15rem;
          padding: 13px 23px;
          color: #d01e25;
          font-weight: bold;
          border-radius: 15px;
          background-color: #ffffff; }
          #top-navbar .navbar .navbar-header .rekrutacja a:hover, #top-navbar .navbar .navbar-header .rekrutacja a:focus {
            background: #ffffffb4; }
    #top-navbar .navbar .nav.navbar-nav {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #top-navbar .navbar .nav.navbar-nav .socials {
        display: flex;
        align-items: center; }
        #top-navbar .navbar .nav.navbar-nav .socials .social {
          padding-right: 30px; }
      #top-navbar .navbar .nav.navbar-nav li a {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 16rem;
        line-height: 26rem;
        font-weight: 500;
        font-family: "Commissioner", sans-serif;
        text-align: left;
        color: #fff;
        background: transparent;
        padding: 46px 40px; }
        #top-navbar .navbar .nav.navbar-nav li a .caret {
          border: none;
          background-image: url(/img/down-arrow-red.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          width: 15px;
          height: 9px;
          display: inline-block;
          margin-left: 10px; }
        #top-navbar .navbar .nav.navbar-nav li a:hover, #top-navbar .navbar .nav.navbar-nav li a:focus {
          background: #ffffff44; }
      #top-navbar .navbar .nav.navbar-nav .dropdown > a:active {
        background: #ffffff44; }
      #top-navbar .navbar .nav.navbar-nav .dropdown > a:focus {
        background: #ffffff44; }
      #top-navbar .navbar .nav.navbar-nav .dropdown .dropdown-menu {
        background-color: #134b92;
        color: #000;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        border-top: 3px solid #d01e25;
        padding: 5px 0px;
        left: 0px;
        right: auto;
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
        min-width: 100%; }
        #top-navbar .navbar .nav.navbar-nav .dropdown .dropdown-menu li a {
          padding: 10px 25px;
          font-size: 16rem; }
      #top-navbar .navbar .nav.navbar-nav .rekrutacja {
        display: flex;
        align-items: center;
        margin-left: 20px; }
        #top-navbar .navbar .nav.navbar-nav .rekrutacja a {
          padding: 15px 46px;
          text-transform: uppercase;
          font-size: 18rem;
          color: #d01e25;
          font-weight: bold;
          border-radius: 15px;
          background-color: #ffffff; }
          #top-navbar .navbar .nav.navbar-nav .rekrutacja a:hover, #top-navbar .navbar .nav.navbar-nav .rekrutacja a:focus {
            background: #ffffffb4; }

#layerslider {
  height: 780px;
  position: relative;
  z-index: 0; }
  #layerslider .ls-layers .ls-wrapper .ls-layer {
    width: 100vw !important; }
    #layerslider .ls-layers .ls-wrapper .ls-layer .container {
      display: flex;
      align-items: center;
      height: 850px; }
    #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner {
      width: 54vw;
      margin-top: 164px;
      background-image: url(/img/slider-bg.png);
      background-size: 100% 100%;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      position: relative;
      height: 596px;
      display: flex;
      align-items: center; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper {
        background-color: transparent;
        padding: 30px 40px 30px 150px;
        max-width: 550px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper .text {
          font-size: 18rem;
          line-height: 26rem;
          color: #000;
          font-weight: 300;
          text-align: left;
          font-family: "Commissioner", sans-serif;
          margin-bottom: 25px;
          white-space: initial;
          padding-bottom: 8px;
          margin: 0; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h1, #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h2 {
          font-size: 42rem;
          color: #134b92;
          font-weight: 500;
          line-height: 54rem;
          font-family: "Commissioner", sans-serif;
          text-align: left;
          white-space: pre-wrap;
          margin-bottom: 20px;
          text-transform: uppercase;
          padding-bottom: 15px;
          margin: 0; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .layer-buttons {
        text-align: center;
        font-size: 20rem; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .layer-buttons .btn:nth-child(2) {
          margin-left: 20px; }
  #layerslider .ls-gui-element.ls-nav-prev, #layerslider .ls-gui-element.ls-nav-next {
    top: calc(50% + 83px);
    display: none !important;
    opacity: 0 !important; }
  #layerslider .ls-bottom-nav-wrapper {
    text-align: center;
    display: flex;
    width: 100% !important;
    top: auto;
    bottom: 80px; }
    #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
      position: absolute;
      right: 80px; }
      #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
        width: 26px !important;
        height: 26px;
        border-radius: 50%;
        display: block; }

#main-slider {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  margin-bottom: 30px; }
  #main-slider .carousel-inner .item {
    height: 450px; }
    #main-slider .carousel-inner .item span {
      height: 450px;
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      opacity: 0.9; }
      #main-slider .carousel-inner .item span .slide-fade-title {
        width: 100%;
        text-align: center;
        margin-top: 190px;
        font-size: 70rem;
        color: #fff;
        display: inline-table;
        text-shadow: #000 2px 2px 10px; }
  #main-slider .slide-owl {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 450px; }
    #main-slider .slide-owl .slide-owl-title {
      width: 100%;
      text-align: center;
      margin-top: 190px;
      font-size: 70rem;
      color: #fff;
      display: inline-table;
      text-shadow: #000 2px 2px 10px; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.skipnav {
  position: absolute;
  width: 100%;
  z-index: 1111111; }
  .skipnav a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden; }
    .skipnav a:focus, .skipnav a:active {
      background-color: #fff;
      padding: 10px;
      position: fixed;
      left: 5px;
      top: 5px;
      width: auto;
      height: auto;
      overflow: visible;
      text-decoration: underline; }

.skipnav2 {
  position: absolute;
  left: -10000px;
  z-index: 1111111; }
  .skipnav2 a {
    position: fixed; }
    .skipnav2 a:focus, .skipnav2 a:active {
      position: relative;
      display: block;
      background-color: #fff;
      padding: 10px;
      width: auto;
      height: auto;
      overflow: visible;
      text-decoration: underline; }
  .skipnav2:focus-within {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000077;
    width: 100%;
    left: unset; }

#callouts-two .one-call {
  margin-bottom: 30px; }
  #callouts-two .one-call .one-call-inner {
    background-color: #134b92; }
    #callouts-two .one-call .one-call-inner .callout-tittle {
      padding: 10px 30px 10px 30px; }
      #callouts-two .one-call .one-call-inner .callout-tittle h2 {
        margin: 0; }
    #callouts-two .one-call .one-call-inner .callout-foto .callout-foto-inner {
      position: relative;
      overflow: hidden; }
      #callouts-two .one-call .one-call-inner .callout-foto .callout-foto-inner span {
        height: 250px;
        position: relative;
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        #callouts-two .one-call .one-call-inner .callout-foto .callout-foto-inner span:hover, #callouts-two .one-call .one-call-inner .callout-foto .callout-foto-inner span:focus {
          transition: 0.5s;
          transform: scale(1.1, 1.1); }
    #callouts-two .one-call .one-call-inner .callout-txt {
      padding: 10px 30px 10px 30px; }
      #callouts-two .one-call .one-call-inner .callout-txt p {
        text-align: left; }
    #callouts-two .one-call .one-call-inner .callout-more {
      text-align: right;
      padding: 10px 30px 10px 30px; }

#three-columns, #three-columnspart2 {
  background-color: #f4f5fa;
  padding-top: 60px; }
  #three-columns .one-element, #three-columnspart2 .one-element {
    z-index: 100;
    padding: 10px;
    padding-bottom: 30px; }
    #three-columns .one-element .one-element-inner, #three-columnspart2 .one-element .one-element-inner {
      background-color: #fff;
      padding: 20px; }
      #three-columns .one-element .one-element-inner .element-img .image-holder, #three-columnspart2 .one-element .one-element-inner .element-img .image-holder {
        overflow: hidden;
        border: 5px solid #fff; }
      #three-columns .one-element .one-element-inner .element-img span, #three-columnspart2 .one-element .one-element-inner .element-img span {
        display: block;
        height: 320px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 1s; }
      #three-columns .one-element .one-element-inner .element-txt h2, #three-columnspart2 .one-element .one-element-inner .element-txt h2 {
        font-size: 28rem;
        color: #000;
        font-weight: 600;
        font-family: "Commissioner", sans-serif;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center; }
      #three-columns .one-element .one-element-inner .element-txt p, #three-columnspart2 .one-element .one-element-inner .element-txt p {
        font-size: 16rem;
        color: #000;
        font-weight: 500;
        font-family: "Commissioner", sans-serif;
        text-align: center;
        padding-bottom: 30px;
        margin: 0; }
      #three-columns .one-element .one-element-inner .element-more, #three-columnspart2 .one-element .one-element-inner .element-more {
        display: flex;
        justify-content: center;
        padding-bottom: 20px; }
      #three-columns .one-element .one-element-inner:hover .element-img .image-holder span, #three-columns .one-element .one-element-inner:focus .element-img .image-holder span, #three-columnspart2 .one-element .one-element-inner:hover .element-img .image-holder span, #three-columnspart2 .one-element .one-element-inner:focus .element-img .image-holder span {
        transition: 1s;
        transform: scale(1.2, 1.2); }

#three-columnspart2 {
  padding-top: 0;
  padding-bottom: 50px; }

#gallery-carousel {
  background-color: #134b92;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  #gallery-carousel .foto-carousel {
    padding-left: 45px;
    padding-right: 45px; }
    #gallery-carousel .foto-carousel .one-foto span {
      height: 220px;
      position: relative;
      display: block;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center center !important; }
    #gallery-carousel .foto-carousel .one-foto .carousel-hover {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 220px;
      background-color: #134b92;
      width: 100%;
      text-align: center;
      opacity: 0; }
      #gallery-carousel .foto-carousel .one-foto .carousel-hover .fas {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: red;
        font-size: 3em; }
    #gallery-carousel .foto-carousel .one-foto:hover .carousel-hover, #gallery-carousel .foto-carousel .one-foto:focus .carousel-hover {
      opacity: 0.7;
      transition: 0.3s; }

#news-l-r .module-title {
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }
#news-l-r .one-news {
  background-color: #e5e5e5;
  padding: 20px;
  margin-bottom: 30px; }
  #news-l-r .one-news .title-data h2 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold; }
  #news-l-r .one-news .title-data .data span {
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(../img/kalendarz.png);
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 30px;
    display: block;
    font-size: 1.1em; }
  #news-l-r .one-news .foto span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    min-height: 100px; }
  #news-l-r .one-news .text-button {
    position: relative;
    padding-bottom: 60px; }
    #news-l-r .one-news .text-button p {
      text-align: left; }
    #news-l-r .one-news .text-button .btn {
      position: absolute;
      right: 15px;
      bottom: 0px; }
  #news-l-r .one-news:nth-child(odd) .title-data {
    float: left !important; }
  #news-l-r .one-news:nth-child(odd) .foto {
    float: right !important; }
  #news-l-r .one-news:nth-child(odd) .text-button {
    float: left !important; }

#news-2-col .one-news {
  padding: 30px 30px;
  margin-bottom: 30px;
  background: #134b92;
  position: relative; }
  #news-2-col .one-news .news-foto span {
    display: block;
    position: relative;
    height: 250px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important; }
  #news-2-col .one-news .news-txt {
    text-align: left; }
  #news-2-col .one-news .news-btn {
    position: absolute;
    bottom: 30px;
    right: 15px; }
    #news-2-col .one-news .news-btn .news-btn-inner {
      text-align: right; }
    #news-2-col .one-news .news-btn .read-more {
      position: absolute;
      bottom: 20px;
      z-index: 4;
      transition: color 0.5s ease;
      background: #fff;
      color: #000;
      font-weight: bold;
      border: 1px solid #ed1f24; }
      #news-2-col .one-news .news-btn .read-more:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transform-origin: left;
        background: #ed1f24;
        transition: width 0.25s ease;
        z-index: -1; }
      #news-2-col .one-news .news-btn .read-more:hover, #news-2-col .one-news .news-btn .read-more:focus {
        color: #fff;
        border: 1px solid #ed1f24; }
      #news-2-col .one-news .news-btn .read-more:hover:after {
        width: 100%; }
    #news-2-col .one-news .news-btn .read-more-right {
      right: 40px; }
    #news-2-col .one-news .news-btn .read-more-left {
      left: 40px; }

.pagination {
  width: 100%;
  text-align: center; }
  .pagination hr {
    border-top: 1px solid #bcbcbc !important; }
  .pagination a {
    padding: 10px;
    margin: 3px;
    color: #fff;
    background: #134b92;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .pagination a:hover, .pagination a:focus {
      background: #134b92;
      color: #fff;
      text-decoration: none; }
  .pagination .active {
    background: #134b92;
    color: #fff;
    text-decoration: none; }

#gallery-simple {
  margin-bottom: 30px;
  position: relative;
  display: flow-root; }
  #gallery-simple .one-foto {
    padding: 1px; }
    #gallery-simple .one-foto .one-foto-inner {
      position: relative;
      display: block;
      overflow: hidden; }
      #gallery-simple .one-foto .one-foto-inner a {
        height: 275px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #gallery-simple .one-foto .one-foto-inner a figure {
          width: 100%;
          height: 100%; }
        #gallery-simple .one-foto .one-foto-inner a img {
          height: 100% !important;
          object-fit: cover;
          width: 100%; }
      #gallery-simple .one-foto .one-foto-inner .carousel-hover {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        background-color: #000;
        width: 100%;
        text-align: center;
        opacity: 0; }
        #gallery-simple .one-foto .one-foto-inner .carousel-hover .fas {
          height: 100%;
          padding: 0;
          margin: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-size: 3em; }
      #gallery-simple .one-foto .one-foto-inner:hover .carousel-hover, #gallery-simple .one-foto .one-foto-inner:focus .carousel-hover {
        opacity: 0.7;
        transition: 0.3s; }

#info-block-full {
  position: relative; }
  #info-block-full .one-block-full .wrapper {
    display: flex; }
    #info-block-full .one-block-full .wrapper .info-txt {
      flex: 1 1 50%; }
      #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner {
        max-width: 785px;
        padding: 75px 60px 30px 30px; }
        #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner .info-title-inner h2 {
          margin: 0;
          padding-bottom: 30px; }
        #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner p {
          font-size: 18rem;
          line-height: 1.5em;
          color: #000;
          font-weight: 300;
          text-align: left;
          margin-bottom: 20px; }
          #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner p strong {
            font-weight: 500; }
    #info-block-full .one-block-full .wrapper .info-foto {
      flex: 1 1 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 50%;
      overflow: hidden; }
      #info-block-full .one-block-full .wrapper .info-foto img {
        object-fit: cover;
        object-position: center;
        min-height: 100%; }
  #info-block-full .one-block-full:nth-child(odd) .wrapper {
    flex-direction: row-reverse; }
    #info-block-full .one-block-full:nth-child(odd) .wrapper .info-txt .info-txt-inner {
      float: right; }
  #info-block-full.podstrona .one-block-full .wrapper .info-txt .info-txt-inner {
    padding-top: 0px;
    padding-bottom: 20px; }
  #info-block-full.podstrona .one-block-full .wrapper .info-foto {
    align-items: flex-start; }
    #info-block-full.podstrona .one-block-full .wrapper .info-foto figure {
      max-height: 100vh; }

#partnerzy .wrapper {
  display: flex;
  align-items: center;
  padding: 65px 120px  50px 120px; }
  #partnerzy .wrapper .one-element .inner {
    display: flex;
    align-items: center; }
    #partnerzy .wrapper .one-element .inner .foto figure {
      height: 122px; }
      #partnerzy .wrapper .one-element .inner .foto figure img {
        max-height: 100%; }
    #partnerzy .wrapper .one-element .inner h2 {
      font-size: 26rem;
      color: #134b92;
      font-weight: 500;
      margin-bottom: 0; }
    #partnerzy .wrapper .one-element .inner h3 {
      font-size: 23rem;
      line-height: 23rem;
      padding-left: 30px;
      margin: 0; }

#info-block-full-asymetria {
  background-color: #134b92;
  margin-bottom: 30px;
  position: relative; }
  #info-block-full-asymetria .info-title h2 {
    width: calc( 585px + 10.9% );
    padding: 0px 15px 0px 0px; }
  #info-block-full-asymetria .info-foto span {
    height: 300px;
    position: relative;
    display: block;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important; }
  #info-block-full-asymetria .info-txt {
    text-align: left; }
    #info-block-full-asymetria .info-txt .info-txt-inner {
      padding-right: 15px;
      width: calc( 585px + 10.9% ); }
  #info-block-full-asymetria .info-btn .info-btn-inner {
    width: calc( 585px + 10.9% );
    text-align: right;
    padding-right: 15px; }

#info-block {
  margin-bottom: 30px; }
  #info-block .info-block-inner {
    background-color: #134b92;
    position: relative; }
    #info-block .info-block-inner .info-foto {
      padding-right: 0px; }
      #info-block .info-block-inner .info-foto span {
        height: 300px;
        position: relative;
        display: block;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important; }
    #info-block .info-block-inner .info-txt {
      text-align: left; }
      #info-block .info-block-inner .info-txt p {
        padding-right: 15px; }
    #info-block .info-block-inner .info-btn {
      position: absolute;
      bottom: 15px;
      right: 0px; }

#tiles {
  margin-bottom: 30px; }
  #tiles .one-item .foto span {
    display: block;
    height: 350px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center; }
  #tiles .one-item .text .text-inner {
    text-align: left;
    width: 585px;
    height: 350px;
    display: flex;
    align-items: center;
    line-height: 1.5em;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.4em; }
  #tiles .one-item:nth-child(even) .foto {
    float: right !important; }
  #tiles .one-item:nth-child(even) .text {
    float: left !important; }
    #tiles .one-item:nth-child(even) .text .text-inner {
      float: right; }

#contact-block {
  margin-bottom: 30px;
  position: relative; }
  #contact-block .one-column {
    margin-top: 15px;
    margin-bottom: 15px; }
    #contact-block .one-column .foto {
      height: 320px;
      display: flex;
      align-items: flex-end;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      margin-bottom: 10px; }
      #contact-block .one-column .foto h2 {
        background-color: #134b92;
        color: #fff;
        margin: 0;
        padding: 10px 25px;
        font-weight: 500; }
    #contact-block .one-column .text {
      padding-left: 45px; }
      #contact-block .one-column .text p {
        line-height: 1.5em; }
  #contact-block .contact-block-inner {
    position: relative;
    display: flow-root; }
    #contact-block .contact-block-inner .contact-form {
      padding-left: 0px;
      border-top: 1px solid #cccccc;
      margin-top: 30px; }
      #contact-block .contact-block-inner .contact-form .left-info {
        margin-top: 30px; }
        #contact-block .contact-block-inner .contact-form .left-info .text {
          text-align: left; }
          #contact-block .contact-block-inner .contact-form .left-info .text h2 {
            font-size: 24rem;
            line-height: 32rem;
            font-weight: 500;
            text-transform: initial; }
          #contact-block .contact-block-inner .contact-form .left-info .text dt {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 10px; }
            #contact-block .contact-block-inner .contact-form .left-info .text dt span {
              display: flex;
              flex-wrap: wrap; }
          #contact-block .contact-block-inner .contact-form .left-info .text dd {
            display: inline-block;
            margin-bottom: 10px; }
            #contact-block .contact-block-inner .contact-form .left-info .text dd a {
              color: #134b92; }
              #contact-block .contact-block-inner .contact-form .left-info .text dd a:hover, #contact-block .contact-block-inner .contact-form .left-info .text dd a:focus {
                color: #d01e25; }
      #contact-block .contact-block-inner .contact-form .contact-form-inner {
        display: flow-root;
        float: left;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        float: none; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner h3 {
          margin-top: 30px;
          margin-bottom: 20px;
          font-size: 24rem;
          line-height: 24rem;
          font-weight: 500;
          text-transform: initial;
          color: #134b92; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          font-size: 20rem;
          font-weight: 400;
          cursor: pointer; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled {
            width: 30rem;
            height: 30rem;
            border: 2px solid #000;
            border-radius: 50%;
            display: inline-block;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px; }
            #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled span {
              color: #ffffff00;
              font-size: 24rem; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled.checked {
            background-color: #f4f5fa;
            border-color: #134b92; }
            #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled.checked span {
              color: #134b92; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label a {
            margin-left: 5px;
            color: #134b92; }
            #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label a:hover, #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label a:focus {
              color: #d01e25; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner .form-group {
          display: flex;
          flex-direction: column;
          justify-content: flex-end; }
    #contact-block .contact-block-inner .adress-info .text {
      display: flex;
      text-align: center;
      font-size: 20rem;
      line-height: 28rem;
      padding-top: 20px;
      width: fit-content;
      margin: 0 auto; }
      #contact-block .contact-block-inner .adress-info .text .contact {
        display: flex;
        align-items: center; }
        #contact-block .contact-block-inner .adress-info .text .contact a {
          border: 2px solid #d01e25;
          padding: 22px 45px 22px 75px;
          background-position: 35px;
          background-repeat: no-repeat; }
          #contact-block .contact-block-inner .adress-info .text .contact a span {
            font-size: 27rem;
            color: #000;
            font-weight: 600; }
        #contact-block .contact-block-inner .adress-info .text .contact:nth-child(2) {
          margin-left: 50px; }
    #contact-block .contact-block-inner .send-btn {
      padding-bottom: 15px;
      padding-top: 10px; }
    #contact-block .contact-block-inner .form-group .form-control {
      border-radius: 15px;
      height: 50px;
      background-color: #fff;
      color: #000;
      font-size: 14rem; }
      #contact-block .contact-block-inner .form-group .form-control:focus {
        box-shadow: inset 2px 2px 2px rgba(37, 143, 247, 0.5);
        border-color: #134b92; }
    #contact-block .contact-block-inner .form-group .form-text-area {
      height: 140px; }

#google-map {
  margin-bottom: 0px; }
  #google-map .google-map-helper {
    width: 100%;
    height: 400px; }

#bottom-navbar {
  background-color: white; }
  #bottom-navbar .navbar {
    margin: 0px;
    border: none;
    border-radius: 0px;
    background-color: transparent; }
    #bottom-navbar .navbar .container {
      width: 100%;
      padding-left: 20px; }
      #bottom-navbar .navbar .container .navbar-header .navbar-toggle {
        border: 1px solid #000;
        border-radius: 5px;
        background: yellow;
        margin: 10px 15px; }
        #bottom-navbar .navbar .container .navbar-header .navbar-toggle:hover, #bottom-navbar .navbar .container .navbar-header .navbar-toggle:focus {
          transition: 0.2s;
          border: 1px solid yellow;
          background: #000; }
          #bottom-navbar .navbar .container .navbar-header .navbar-toggle:hover span, #bottom-navbar .navbar .container .navbar-header .navbar-toggle:focus span {
            background: yellow; }
        #bottom-navbar .navbar .container .navbar-header .navbar-toggle:focus {
          border: 1px solid yellow;
          background: #000; }
          #bottom-navbar .navbar .container .navbar-header .navbar-toggle:focus span {
            background: yellow; }
        #bottom-navbar .navbar .container .navbar-header .navbar-toggle span {
          background: #000; }
      #bottom-navbar .navbar .container .navbar-collapse {
        display: flex !important;
        justify-content: space-between; }
        #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav {
          max-width: 935px;
          display: flex;
          width: 100%;
          justify-content: space-between; }
          #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav li a {
            white-space: nowrap;
            font-size: 17rem;
            color: #000;
            font-weight: 400;
            font-family: "Commissioner", sans-serif;
            background: transparent;
            padding: 40px 25px;
            text-transform: uppercase; }
            #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav li a:hover, #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav li a:focus {
              color: #000;
              text-shadow: 1px 1px 1px #000, 0px 0px 30px white;
              background: transparent;
              transition: 0.3s; }
          #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav .dropup > a:active {
            background: transparent;
            text-shadow: 1px 1px 1px #000, 0px 0px 30px white;
            color: #000; }
          #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav .dropup > a:focus {
            background: transparent;
            text-shadow: 1px 1px 1px #000, 0px 0px 30px white;
            color: #000; }
          #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav .dropup .dropdown-menu {
            background: white;
            border: none;
            border-radius: 0px;
            box-shadow: none;
            border-bottom: 3px solid black;
            padding: 5px 0px;
            margin-bottom: 0px;
            left: 0px;
            right: auto; }
            #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav .dropup .dropdown-menu li a {
              padding: 10px 25px;
              font-size: 1rem;
              color: #000; }
          #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav::before {
            display: none; }
          #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav::after {
            display: none; }
        #bottom-navbar .navbar .container .navbar-collapse .contact {
          display: flex;
          transform: skewX(-30deg);
          background-color: lightgray;
          padding-right: 35px;
          min-width: max-content; }
          #bottom-navbar .navbar .container .navbar-collapse .contact a {
            font-size: 19rem;
            line-height: 42rem;
            color: #ffffff;
            font-weight: 600;
            font-family: "Commissioner", sans-serif;
            text-align: left;
            display: flex;
            align-items: center;
            margin-left: 45px;
            transform: skewX(30deg); }
            #bottom-navbar .navbar .container .navbar-collapse .contact a .icon {
              background-color: #fff;
              width: 35px;
              height: 35px;
              display: flex;
              justify-content: center;
              align-items: center;
              border-radius: 12px;
              margin-right: 10px;
              background-position: center center;
              background-size: 16px;
              background-repeat: no-repeat;
              border: 1px solid #efefef;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
            #bottom-navbar .navbar .container .navbar-collapse .contact a:hover, #bottom-navbar .navbar .container .navbar-collapse .contact a:focus {
              color: #000; }
              #bottom-navbar .navbar .container .navbar-collapse .contact a:hover span, #bottom-navbar .navbar .container .navbar-collapse .contact a:focus span {
                border-color: #134b92; }

#footer {
  height: 70px;
  background-color: #134b92; }
  #footer p {
    font-size: 17rem;
    color: #838383;
    font-weight: 400;
    font-family: "Commissioner", sans-serif;
    margin-bottom: 0px; }
  #footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px; }
    #footer .inner .copyright p {
      font-size: 16rem;
      line-height: 1.5em;
      color: #a1b7d3; }
    #footer .inner .socials ul {
      list-style-type: none;
      display: inline-flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-left: 0; }
      #footer .inner .socials ul a {
        text-transform: uppercase;
        font-size: 14rem;
        color: #ffffff;
        padding: 0 15px;
        display: inline-block; }
    #footer .inner .author a {
      color: #a1b7d3; }
      #footer .inner .author a:hover, #footer .inner .author a:focus {
        color: #fff; }
    #footer .inner .author p {
      font-size: 16rem;
      line-height: 1.5em;
      color: #a1b7d3; }

.sended {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.8); }
  .sended .wrapper {
    background-color: #d01e25;
    color: #000;
    padding: 30px;
    border: 1px solid #d01e25; }
    .sended .wrapper h2, .sended .wrapper h3 {
      color: #000; }
    .sended .wrapper p {
      color: #000; }

#formularz-podstrony {
  background-color: #fbfbfb; }
  #formularz-podstrony .container .row {
    display: flex; }
    #formularz-podstrony .container .row .left {
      flex: 1 1 50%; }
      #formularz-podstrony .container .row .left .inner {
        padding: 10px; }
        #formularz-podstrony .container .row .left .inner h2 {
          font-size: 29rem;
          color: #000;
          font-weight: 600;
          font-family: "Commissioner", sans-serif;
          text-align: center;
          margin: 20px 0px; }
        #formularz-podstrony .container .row .left .inner ul {
          margin-bottom: 0px; }
          #formularz-podstrony .container .row .left .inner ul li {
            padding-bottom: 5px;
            display: flex;
            align-items: center; }
            #formularz-podstrony .container .row .left .inner ul li p {
              text-align: left;
              position: relative;
              font-size: 21rem;
              color: #000;
              font-weight: 400;
              margin: 0; }
            #formularz-podstrony .container .row .left .inner ul li:before {
              margin-top: 0; }
    #formularz-podstrony .container .row .right {
      flex: 1 1 50%;
      background-color: #e9e9e9; }
      #formularz-podstrony .container .row .right .contact-form-inner {
        display: flow-root;
        padding: 28px 46px 16px 58px; }
        #formularz-podstrony .container .row .right .contact-form-inner h3 {
          font-size: 27rem;
          color: #000000;
          font-weight: 600;
          margin-top: 0;
          margin-bottom: 28px;
          text-align: center; }
        #formularz-podstrony .container .row .right .contact-form-inner #form-id #bt {
          z-index: -100;
          opacity: 0;
          position: absolute; }
        #formularz-podstrony .container .row .right .contact-form-inner #form-id .form-group input {
          font-size: 20rem;
          color: #000000;
          font-weight: 500;
          padding-left: 30px;
          width: 100%;
          height: 62px;
          border-radius: 15px;
          background-color: #ffffff; }
        #formularz-podstrony .container .row .right .contact-form-inner #form-id .send-btn input {
          width: 173px;
          height: 45px;
          background-color: #ff6500;
          font-size: 20rem;
          color: #ffffff;
          font-weight: 400; }

.sport-szkolny .table {
  border: 2px solid #134b92; }
  .sport-szkolny .table thead th {
    vertical-align: middle;
    padding: 10px;
    border: 2px solid #134b92;
    white-space: normal !important; }
    .sport-szkolny .table thead th p {
      margin-bottom: 0; }
    .sport-szkolny .table thead th h3 {
      margin: 0;
      color: #134b92; }
  .sport-szkolny .table tbody tr td {
    padding: 10px;
    border: 2px solid #134b92; }
    .sport-szkolny .table tbody tr td h3 {
      margin-top: 0;
      color: #134b92; }
    .sport-szkolny .table tbody tr td ul {
      margin-left: 0; }
      .sport-szkolny .table tbody tr td ul li {
        white-space: nowrap;
        padding: 5px 0px 5px 0px;
        width: max-content;
        width: -moz-max-content; }
        .sport-szkolny .table tbody tr td ul li a {
          white-space: nowrap; }

.subsite .subsite-content {
  margin-top: 20px; }
  .subsite .subsite-content h2 {
    font-size: 200%; }
  .subsite .subsite-content h3 {
    font-size: 150%; }
  .subsite .subsite-content p {
    text-align: left; }
  .subsite .subsite-content ul {
    list-style: none outside none;
    padding: 0; }
    .subsite .subsite-content ul li {
      white-space: pre-wrap;
      font-size: 16rem;
      color: #555555;
      font-weight: 700;
      font-family: "Commissioner", sans-serif;
      margin: 0;
      line-height: 33rem; }
      .subsite .subsite-content ul li:before {
        content: "\00a0";
        min-width: 25px;
        min-height: 25px;
        max-width: 25px;
        max-height: 25px;
        border-radius: 50%;
        display: flex;
        float: left;
        background-image: linear-gradient(#f4f5fa, #134b92);
        margin-top: 5px;
        margin-right: 20px; }
  .subsite .subsite-content img {
    max-width: 100%;
    height: auto !important; }

.subsite-tittle {
  height: 340px;
  padding-top: 50px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important; }
  .subsite-tittle h1 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
    letter-spacing: initial;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45rem;
    padding-top: 116px; }

.bread {
  margin-bottom: 30px;
  display: none !important; }
  .bread .breadcrumb {
    border-radius: 0px;
    background: #134b92;
    margin: 0; }
    .bread .breadcrumb li a {
      color: #ea4335; }
      .bread .breadcrumb li a:hover, .bread .breadcrumb li a:focus {
        transition: 0.2s;
        color: #7a9faf; }
    .bread .breadcrumb li + li:before {
      content: "/\00a0";
      color: #000;
      padding: 0px 5px; }
    .bread .breadcrumb .active {
      color: red; }
    .bread .breadcrumb .home .fas {
      color: #ea4335; }
      .bread .breadcrumb .home .fas:hover, .bread .breadcrumb .home .fas:focus {
        transition: 0.2s;
        color: #7a9faf; }

.tabelka-podstrony {
  display: flex;
  justify-content: center; }
  .tabelka-podstrony .table {
    border: 2px solid #134b92; }
    .tabelka-podstrony .table thead th {
      vertical-align: middle;
      padding: 10px;
      border: 2px solid #134b92;
      white-space: normal !important; }
      .tabelka-podstrony .table thead th p {
        margin-bottom: 0; }
      .tabelka-podstrony .table thead th h3 {
        margin: 0;
        color: #134b92; }
    .tabelka-podstrony .table tbody tr td {
      padding: 10px;
      border: 2px solid #134b92;
      white-space: normal; }
      .tabelka-podstrony .table tbody tr td h3 {
        margin-top: 0;
        color: #134b92; }
      .tabelka-podstrony .table tbody tr td ul {
        margin-left: 0; }
        .tabelka-podstrony .table tbody tr td ul li {
          white-space: nowrap;
          padding: 5px 0px 5px 0px;
          width: max-content;
          width: -moz-max-content; }
          .tabelka-podstrony .table tbody tr td ul li a {
            white-space: nowrap; }

.subsite-content .subsite-content-inner {
  text-align: left;
  color: #000;
  display: flow-root; }
  .subsite-content .subsite-content-inner .single-gallery {
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #fff;
    transition: 0.5s; }
    .subsite-content .subsite-content-inner .single-gallery .single-gallery-background {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transition: 0.5s;
      height: 275px;
      width: 100%;
      display: block; }
      .subsite-content .subsite-content-inner .single-gallery .single-gallery-background:hover, .subsite-content .subsite-content-inner .single-gallery .single-gallery-background:focus {
        filter: opacity(50%); }
    .subsite-content .subsite-content-inner .single-gallery .single-gallery-title {
      display: block;
      padding: 5px;
      color: #000;
      padding: 10px;
      margin: 0;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
  .subsite-content .subsite-content-inner #full-gallery {
    padding-top: 30px;
    background: #fff;
    display: flow-root; }
    .subsite-content .subsite-content-inner #full-gallery #site-inner #gallery .gallery-in {
      margin-bottom: 30px;
      height: 200px !important; }
      .subsite-content .subsite-content-inner #full-gallery #site-inner #gallery .gallery-in .example-image-link {
        display: block;
        width: 100%;
        height: 100%; }
        .subsite-content .subsite-content-inner #full-gallery #site-inner #gallery .gallery-in .example-image-link span {
          display: block;
          width: 100%;
          height: 100%;
          transition: all 2.0s;
          background-size: cover;
          background-position: center center; }
  .subsite-content .subsite-content-inner hr {
    border-top: 1px solid #bcbcbc !important; }
.subsite-content p {
  color: #555555;
  font-size: 16rem;
  line-height: 1.5em;
  margin-bottom: 20px; }
.subsite-content table tr td {
  color: #555555;
  font-size: 16rem;
  line-height: 1.5em;
  margin-bottom: 20px; }
.subsite-content table tr th {
  color: #134b92; }
.subsite-content a {
  font-size: 16rem; }
.subsite-content ul {
  margin-bottom: 30px;
  padding-left: 0px;
  list-style: none; }
  .subsite-content ul li {
    color: #555555;
    font-weight: 600;
    font-size: 16rem;
    padding: 10px 0px 10px 45px;
    background-position: left 15px top 8px;
    background-size: 22px;
    background-repeat: no-repeat;
    text-align: left; }
.subsite-content h1, .subsite-content h2, .subsite-content h3, .subsite-content h4, .subsite-content h5, .subsite-content h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #134b92;
  margin: 30px 0px 5px 0px; }

.gallery-category, .gallery-list {
  position: relative; }
  .gallery-category .single-gallery-title h4, .gallery-list .single-gallery-title h4 {
    margin-top: 20px;
    font-size: 23rem; }

#news-l-r-better {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative; }
  #news-l-r-better .one-news {
    margin-bottom: 30px; }
    #news-l-r-better .one-news .inner {
      display: flex;
      justify-content: space-between; }
      #news-l-r-better .one-news .inner .data-title {
        margin-bottom: 20px; }
        #news-l-r-better .one-news .inner .data-title h2 {
          text-align: left;
          text-transform: uppercase;
          background: transparent;
          color: #134b92;
          margin-top: 0px;
          font-weight: 600;
          padding-bottom: 0;
          margin-bottom: 0px; }
        #news-l-r-better .one-news .inner .data-title span {
          display: block;
          font-weight: "Commissioner", sans-serif;
          color: #134b92; }
      #news-l-r-better .one-news .inner .text {
        flex: 1 1 70%; }
        #news-l-r-better .one-news .inner .text p {
          text-align: left; }
      #news-l-r-better .one-news .inner .foto {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        flex: 1 1 30%; }
      #news-l-r-better .one-news .inner .text-button {
        text-align: right; }
        #news-l-r-better .one-news .inner .text-button .btn:hover, #news-l-r-better .one-news .inner .text-button .btn:focus {
          color: #fff; }
    #news-l-r-better .one-news:nth-child(odd) .inner .foto {
      margin-left: 20px; }
    #news-l-r-better .one-news:nth-child(even) .inner {
      flex-direction: row-reverse; }
      #news-l-r-better .one-news:nth-child(even) .inner .foto {
        margin-right: 20px; }
      #news-l-r-better .one-news:nth-child(even) .inner .data-title span {
        text-align: left; }

#news-carousel, #carousel-team {
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  #news-carousel .news-carousel-bg, #news-carousel .carousel-team-bg, #carousel-team .news-carousel-bg, #carousel-team .carousel-team-bg {
    padding-bottom: 80px; }
    #news-carousel .news-carousel-bg .offer-title, #news-carousel .carousel-team-bg .offer-title, #carousel-team .news-carousel-bg .offer-title, #carousel-team .carousel-team-bg .offer-title {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      padding-bottom: 30px;
      padding-top: 70px; }
      #news-carousel .news-carousel-bg .offer-title > h2, #news-carousel .carousel-team-bg .offer-title > h2, #carousel-team .news-carousel-bg .offer-title > h2, #carousel-team .carousel-team-bg .offer-title > h2 {
        font-size: 51rem;
        text-transform: uppercase;
        color: #134b92;
        font-weight: 600;
        font-family: "Commissioner", sans-serif;
        margin: 0;
        margin-bottom: 15px; }
      #news-carousel .news-carousel-bg .offer-title > p, #news-carousel .carousel-team-bg .offer-title > p, #carousel-team .news-carousel-bg .offer-title > p, #carousel-team .carousel-team-bg .offer-title > p {
        text-transform: uppercase;
        font-size: 30rem;
        color: #000000;
        font-weight: 300;
        font-family: "Commissioner", sans-serif;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto; }
    #news-carousel .news-carousel-bg .module-title, #news-carousel .carousel-team-bg .module-title, #carousel-team .news-carousel-bg .module-title, #carousel-team .carousel-team-bg .module-title {
      margin: 0;
      padding-top: 30px;
      padding-bottom: 30px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      font-size: 40rem;
      font-weight: 600;
      color: #3c415e; }
    #news-carousel .news-carousel-bg #news-carousel-inner .one-item, #news-carousel .news-carousel-bg #carousel-team-inner .one-item, #news-carousel .carousel-team-bg #news-carousel-inner .one-item, #news-carousel .carousel-team-bg #carousel-team-inner .one-item, #carousel-team .news-carousel-bg #news-carousel-inner .one-item, #carousel-team .news-carousel-bg #carousel-team-inner .one-item, #carousel-team .carousel-team-bg #news-carousel-inner .one-item, #carousel-team .carousel-team-bg #carousel-team-inner .one-item {
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #news-carousel .news-carousel-bg #news-carousel-inner .one-item .foto, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .foto, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .foto, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .foto, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .foto, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .foto, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .foto, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .foto {
        height: 135px;
        min-width: 155px;
        margin-right: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; }
        #news-carousel .news-carousel-bg #news-carousel-inner .one-item .foto img, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .foto img, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .foto img, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .foto img, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .foto img, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .foto img, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .foto img, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .foto img {
          width: auto;
          max-width: 100%;
          max-height: 100%;
          object-fit: cover; }
      #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text {
        background-color: #fff;
        flex: 1; }
        #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .text-inner, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .text-inner, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .text-inner, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .text-inner, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .text-inner, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .text-inner, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .text-inner, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner {
          padding: 0; }
          #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .text-inner .date, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .text-inner .date, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .text-inner .date, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .text-inner .date, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .text-inner .date, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .text-inner .date, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .text-inner .date, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner .date {
            padding-bottom: 10px;
            width: 100%; }
            #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .text-inner .date span, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .text-inner .date span, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .text-inner .date span, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .text-inner .date span, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .text-inner .date span, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .text-inner .date span, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .text-inner .date span, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner .date span {
              font-size: 17rem;
              color: #888888;
              display: block;
              font-family: "Commissioner", sans-serif; }
          #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .text-inner h3, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .text-inner h3, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .text-inner h3, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .text-inner h3, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .text-inner h3, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .text-inner h3, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .text-inner h3, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner h3 {
            font-size: 20rem;
            color: #134b92;
            font-weight: 700;
            font-family: "Commissioner", sans-serif;
            margin: 0;
            margin-bottom: 15px;
            text-transform: uppercase; }
          #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .text-inner p, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .text-inner p, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .text-inner p, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .text-inner p, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .text-inner p, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .text-inner p, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .text-inner p, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner p {
            font-size: 17rem;
            line-height: 1.5em;
            color: #888888;
            display: block;
            font-family: "Commissioner", sans-serif;
            text-align: left;
            margin-bottom: 0; }
      #news-carousel .news-carousel-bg #news-carousel-inner .one-item .buttons, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .buttons, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .buttons, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .buttons, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .buttons, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .buttons, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .buttons, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .buttons {
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
        flex: 1 1 100%; }
        #news-carousel .news-carousel-bg #news-carousel-inner .one-item .buttons a, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .buttons a, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .buttons a, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .buttons a, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .buttons a, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .buttons a, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .buttons a, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .buttons a {
          font-size: 19rem;
          color: #d01e25; }
      #news-carousel .news-carousel-bg #news-carousel-inner .one-item a:focus, #news-carousel .news-carousel-bg #carousel-team-inner .one-item a:focus, #news-carousel .carousel-team-bg #news-carousel-inner .one-item a:focus, #news-carousel .carousel-team-bg #carousel-team-inner .one-item a:focus, #carousel-team .news-carousel-bg #news-carousel-inner .one-item a:focus, #carousel-team .news-carousel-bg #carousel-team-inner .one-item a:focus, #carousel-team .carousel-team-bg #news-carousel-inner .one-item a:focus, #carousel-team .carousel-team-bg #carousel-team-inner .one-item a:focus {
        text-decoration: none;
        outline: none; }
    #news-carousel .news-carousel-bg .owl-nav .owl-prev, #news-carousel .carousel-team-bg .owl-nav .owl-prev, #carousel-team .news-carousel-bg .owl-nav .owl-prev, #carousel-team .carousel-team-bg .owl-nav .owl-prev {
      padding-right: 10px;
      position: absolute;
      left: -71px;
      top: calc(50% - 25px);
      border: 2px solid #f3f1f1;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
      #news-carousel .news-carousel-bg .owl-nav .owl-prev img, #news-carousel .carousel-team-bg .owl-nav .owl-prev img, #carousel-team .news-carousel-bg .owl-nav .owl-prev img, #carousel-team .carousel-team-bg .owl-nav .owl-prev img {
        width: 12px;
        transform: rotate(180deg); }
      #news-carousel .news-carousel-bg .owl-nav .owl-prev:hover img, #news-carousel .news-carousel-bg .owl-nav .owl-prev:focus img, #news-carousel .carousel-team-bg .owl-nav .owl-prev:hover img, #news-carousel .carousel-team-bg .owl-nav .owl-prev:focus img, #carousel-team .news-carousel-bg .owl-nav .owl-prev:hover img, #carousel-team .news-carousel-bg .owl-nav .owl-prev:focus img, #carousel-team .carousel-team-bg .owl-nav .owl-prev:hover img, #carousel-team .carousel-team-bg .owl-nav .owl-prev:focus img {
        width: 14px; }
    #news-carousel .news-carousel-bg .owl-nav .owl-next, #news-carousel .carousel-team-bg .owl-nav .owl-next, #carousel-team .news-carousel-bg .owl-nav .owl-next, #carousel-team .carousel-team-bg .owl-nav .owl-next {
      padding-left: 10px;
      position: absolute;
      right: -71px;
      top: calc(50% - 25px);
      border: 2px solid #f3f1f1;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
      #news-carousel .news-carousel-bg .owl-nav .owl-next img, #news-carousel .carousel-team-bg .owl-nav .owl-next img, #carousel-team .news-carousel-bg .owl-nav .owl-next img, #carousel-team .carousel-team-bg .owl-nav .owl-next img {
        width: 12px; }
      #news-carousel .news-carousel-bg .owl-nav .owl-next:hover img, #news-carousel .news-carousel-bg .owl-nav .owl-next:focus img, #news-carousel .carousel-team-bg .owl-nav .owl-next:hover img, #news-carousel .carousel-team-bg .owl-nav .owl-next:focus img, #carousel-team .news-carousel-bg .owl-nav .owl-next:hover img, #carousel-team .news-carousel-bg .owl-nav .owl-next:focus img, #carousel-team .carousel-team-bg .owl-nav .owl-next:hover img, #carousel-team .carousel-team-bg .owl-nav .owl-next:focus img {
        width: 14px; }
    #news-carousel .news-carousel-bg .carousel-wrapper, #news-carousel .carousel-team-bg .carousel-wrapper, #carousel-team .news-carousel-bg .carousel-wrapper, #carousel-team .carousel-team-bg .carousel-wrapper {
      padding-left: 95px;
      padding-right: 95px; }
    #news-carousel .news-carousel-bg .button, #news-carousel .carousel-team-bg .button, #carousel-team .news-carousel-bg .button, #carousel-team .carousel-team-bg .button {
      margin-top: 50px; }

#sekcje-sportowe {
  padding-bottom: 4.5vw;
  background-color: #f4f5fa;
  position: relative; }
  #sekcje-sportowe h2 {
    text-align: center;
    margin-top: 3.5vw;
    margin-bottom: 3vw; }
  #sekcje-sportowe .one-element {
    margin-bottom: 20px; }
    #sekcje-sportowe .one-element a {
      cursor: pointer;
      display: block;
      background-color: #fff;
      border-radius: 15px;
      padding: 35px 15px 30px 15px; }
      #sekcje-sportowe .one-element a .inner .foto {
        display: flex;
        justify-content: center;
        align-items: center; }
        #sekcje-sportowe .one-element a .inner .foto img {
          max-height: 100px; }
      #sekcje-sportowe .one-element a .inner h3 {
        font-size: 19rem;
        line-height: 26rem;
        font-weight: 500;
        text-align: center; }
      #sekcje-sportowe .one-element a .inner .text p {
        text-align: center; }
      #sekcje-sportowe .one-element a:hover, #sekcje-sportowe .one-element a:focus {
        box-shadow: 0px 0px 10px 3px #134b92; }

#carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner h3 {
  font-size: 20rem;
  color: #000;
  font-weight: 600;
  font-family: "Commissioner", sans-serif;
  text-align: center; }
#carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner p {
  font-size: 16rem;
  color: #000;
  font-weight: 400;
  font-family: "Commissioner", sans-serif;
  text-align: center; }

#clients {
  background-color: #f6f6f6;
  padding-bottom: 45px;
  padding-left: 60px;
  padding-right: 60px; }
  #clients .module-title {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-size: 40rem;
    font-weight: 600;
    color: #3c415e; }
  #clients #logo-carousel .one-logo {
    height: 110px;
    background-color: #fff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 15px solid #fff; }

.r-name {
  width: 2px;
  z-index: -999999;
  opacity: 0;
  position: absolute;
  left: 0px; }

#myNav {
  height: 100vh;
  left: 0;
  width: 100%;
  position: fixed;
  overflow: auto;
  overflow-y: hidden;
  z-index: 99999999;
  background-color: #fff;
  display: none; }
  #myNav .dropdown-backdrop {
    z-index: -1; }
  #myNav .overlay-content {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 116px; }
    #myNav .overlay-content > ul {
      list-style: none;
      padding: 0;
      text-align: center;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      width: 100%;
      padding-bottom: 10px; }
      #myNav .overlay-content > ul li {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        background-color: #134b92;
        border-top: 1px solid #f4f5fa; }
        #myNav .overlay-content > ul li a {
          text-align: left;
          padding: 10px 30px 10px 22px;
          text-transform: uppercase;
          font-size: 22rem;
          display: block;
          text-decoration: none;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          color: #fff; }
      #myNav .overlay-content > ul .myDropdown {
        transition: 0.3s;
        -webkit-transition: 0.3s; }
        #myNav .overlay-content > ul .myDropdown .myDropdown-menu {
          margin: 0;
          margin-left: auto;
          margin-right: auto;
          float: none;
          position: initial;
          width: auto;
          border: none;
          background: none;
          box-shadow: none;
          display: none;
          transform-origin: top;
          padding: 0; }
          #myNav .overlay-content > ul .myDropdown .myDropdown-menu li {
            background-color: #f4f5fa; }
            #myNav .overlay-content > ul .myDropdown .myDropdown-menu li a {
              font-size: 22rem;
              background-image: url(../img/right-arrow-red.svg);
              background-size: 8px;
              background-repeat: no-repeat;
              background-position: center left 22px;
              padding-left: 45px;
              color: #134b92;
              white-space: normal; }
            #myNav .overlay-content > ul .myDropdown .myDropdown-menu li:not(:last-child) {
              border-bottom-color: #134b92; }
        #myNav .overlay-content > ul .myDropdown .myDropdown-toggle {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 33px 10px 22px;
          text-transform: uppercase;
          color: #fff;
          font-size: 22rem; }
          #myNav .overlay-content > ul .myDropdown .myDropdown-toggle .caret {
            position: relative;
            right: calc((100% - 768px) / 2 + 54px);
            border: none;
            width: 15px;
            height: 10px;
            background-image: url(../img/down-arrow-white.svg);
            background-size: contain;
            background-repeat: no-repeat; }
    #myNav .overlay-content .socials {
      display: flex;
      justify-content: center; }
      #myNav .overlay-content .socials .social {
        width: 47px;
        height: 47px;
        background-color: #f4f5fa;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center; }
        #myNav .overlay-content .socials .social:first-child {
          margin-right: 30px; }
  #myNav.sticked {
    /*        transform: translateY(-134px);*/ }
    #myNav.sticked .telefon-belt {
      border-bottom: 0; }
    #myNav.sticked .row .left .navbar-brand {
      padding: 8px;
      padding-left: 0; }
      #myNav.sticked .row .left .navbar-brand img {
        width: 171px; }

.subsite-content .foto2 {
  width: 50%;
  height: auto;
  float: left;
  padding-right: 15px; }

.subsite-content-inner #gallery-simple {
  margin-top: 30px; }
  .subsite-content-inner #gallery-simple .one-foto {
    padding: 5px; }

.subsite-content-inner.double-column .inner {
  display: flex; }
  .subsite-content-inner.double-column .inner .one-column {
    flex: 1 1 50%; }
    .subsite-content-inner.double-column .inner .one-column .wrapper {
      float: right;
      width: 660px;
      padding-right: 60px;
      padding-top: 60px;
      padding-bottom: 60px; }
  .subsite-content-inner.double-column .inner .foto {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px; }

#videos .video {
  padding-top: 80px; }
  #videos .video .row {
    text-align: center; }
    #videos .video .row h2 {
      font-size: 39rem;
      color: #000;
      font-weight: 400;
      font-family: "Commissioner", sans-serif;
      margin: 0 auto;
      padding-bottom: 40px; }
    #videos .video .row .inner video {
      height: 80vh;
      max-width: 100%; }

#teamwork .offer-title {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
  padding-top: 45px;
  margin-bottom: 20px;
  margin-top: 20px; }
  #teamwork .offer-title > h2 {
    text-transform: uppercase;
    font-size: 47rem;
    color: #000000;
    font-weight: 600;
    font-family: "Commissioner", sans-serif;
    margin: 0;
    margin-bottom: 15px; }
  #teamwork .offer-title > p {
    text-transform: uppercase;
    font-size: 30rem;
    color: #000000;
    font-weight: 300;
    font-family: "Commissioner", sans-serif;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
#teamwork .two-column {
  display: flex;
  padding-bottom: 30px; }
  #teamwork .two-column .foto {
    flex: 1 1 50%;
    display: flex; }
    #teamwork .two-column .foto .inner {
      padding: 30px 100px;
      border: 5px solid grey;
      margin-right: 50px; }
      #teamwork .two-column .foto .inner img {
        width: 400px; }
  #teamwork .two-column .text {
    flex: 1 1 50%; }
    #teamwork .two-column .text .text-inner h3 {
      margin-top: 0px;
      margin-bottom: 10px; }
    #teamwork .two-column .text .text-inner h4 {
      margin-top: 0px;
      border-bottom: 1px solid black;
      padding-bottom: 5px; }

#mission-and-wizion .offer-title {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
  padding-top: 45px;
  margin-bottom: 20px;
  margin-top: 20px; }
  #mission-and-wizion .offer-title > h2 {
    text-transform: uppercase;
    font-size: 47rem;
    color: #000000;
    font-weight: 600;
    font-family: "Commissioner", sans-serif;
    margin: 0;
    margin-bottom: 15px; }
  #mission-and-wizion .offer-title > p {
    text-transform: uppercase;
    font-size: 30rem;
    color: #000000;
    font-weight: 300;
    font-family: "Commissioner", sans-serif;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
#mission-and-wizion .missions {
  display: flex;
  justify-content: space-between; }
  #mission-and-wizion .missions .mission {
    flex: 1 1 33%; }
    #mission-and-wizion .missions .mission .inner .foto {
      display: flex;
      justify-content: center; }
    #mission-and-wizion .missions .mission .inner .text {
      padding: 0 20px; }
      #mission-and-wizion .missions .mission .inner .text h3 {
        text-align: center; }
      #mission-and-wizion .missions .mission .inner .text p {
        text-align: left; }

.mini-icons-bar {
  list-style-type: none;
  display: flex;
  margin: 0;
  height: 70px;
  float: right;
  align-items: center;
  padding-left: 0; }
  .mini-icons-bar li a {
    margin-left: 10px;
    margin-right: 10px; }
    .mini-icons-bar li a img {
      height: 24px; }

.google-map-helper {
  height: 550px; }

.container-half {
  width: 585px; }

.dropdown-backdrop {
  z-index: -1 !important; }

@media (max-width: 767px) {
  header {
    height: 60px; }
    header.sticked {
      transform: translateY(-105px); }
      header.sticked #top-navbar .navbar .navbar-header .navbar-brand img {
        margin-top: 15px;
        transform: scale(1); }
      header.sticked #top-navbar .navbar .navbar-header .navbar-toggle {
        margin: 4px 5px; }

  #top-bar-2-c {
    height: 105px; }
    #top-bar-2-c .inner {
      flex-direction: column;
      justify-content: space-around;
      align-items: flex-end; }
      #top-bar-2-c .inner .text {
        padding-left: 0; }
        #top-bar-2-c .inner .text .kontrast {
          padding-left: 0;
          padding-top: 5px; }
      #top-bar-2-c .inner .urzedy {
        justify-content: flex-start; }
        #top-bar-2-c .inner .urzedy a:first-child img {
          width: 49px;
          height: 20px; }
        #top-bar-2-c .inner .urzedy a:last-child img {
          width: 83px;
          height: 17px; } }
@media (max-width: 767px) and (max-width: 500px) {
  #top-bar-2-c .inner .text .czcionka p {
    display: none; }
  #top-bar-2-c .inner .text .kontrast p {
    display: none; } }
@media (max-width: 767px) {
  #myNav .overlay-content > ul {
    width: 100%; }
    #myNav .overlay-content > ul li, #myNav .overlay-content > ul .myDropdown {
      font-size: 15rem; }
      #myNav .overlay-content > ul li a, #myNav .overlay-content > ul li .myDropdown-toggle, #myNav .overlay-content > ul .myDropdown a, #myNav .overlay-content > ul .myDropdown .myDropdown-toggle {
        font-size: 15rem; }
        #myNav .overlay-content > ul li a .caret, #myNav .overlay-content > ul li .myDropdown-toggle .caret, #myNav .overlay-content > ul .myDropdown a .caret, #myNav .overlay-content > ul .myDropdown .myDropdown-toggle .caret {
          right: auto; }
      #myNav .overlay-content > ul li .myDropdown-menu li a, #myNav .overlay-content > ul .myDropdown .myDropdown-menu li a {
        font-size: 15rem; }

  #top-navbar .navbar {
    height: 60px; }
    #top-navbar .navbar .navbar-header .navbar-brand {
      height: 60px;
      padding-left: 5px; }
      #top-navbar .navbar .navbar-header .navbar-brand img {
        width: 120px;
        margin-top: 2px; }
    #top-navbar .navbar .navbar-header .navbar-toggle {
      margin: 4px 7px; }
    #top-navbar .navbar .navbar-header .rekrutacja {
      height: 60px;
      margin-left: 10px; }
      #top-navbar .navbar .navbar-header .rekrutacja a {
        font-size: 13rem;
        padding: 13px 13px; }

  #layerslider {
    height: 450px; }
    #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner {
      width: 100vw;
      padding: 0;
      margin-top: 155px;
      height: 296px;
      background-size: 200% 100%; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h1, #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h2 {
          font-size: 20rem;
          line-height: 32rem;
          padding-bottom: 5px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper .text {
          font-size: 15rem;
          line-height: 23rem; }
    #layerslider .ls-bottom-nav-wrapper {
      bottom: 30px; }
      #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
        right: 0;
        left: 0;
        text-align: center; }
        #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
          width: 15px !important;
          height: 15px;
          border-color: #134b92aa !important; }

  #callouts-two .one-call .one-call-inner .callout-foto .callout-foto-inner span {
    height: 250px; }
  #callouts-two .one-call .one-call-inner .callout-tittle {
    text-align: center;
    float: none !important; }
  #callouts-two .one-call .one-call-inner .callout-foto {
    float: none !important; }
  #callouts-two .one-call .one-call-inner .callout-more {
    float: none !important;
    text-align: center; }

  #gallery-carousel .foto-carousel {
    padding-left: 15px;
    padding-right: 15px; }
    #gallery-carousel .foto-carousel .one-foto span {
      height: 220px; }
    #gallery-carousel .foto-carousel .one-foto .carousel-hover {
      height: 220px; }

  #news-l-r .one-news .news-header {
    margin-bottom: 15px; }
    #news-l-r .one-news .news-header .news-title {
      text-align: center; }
    #news-l-r .one-news .news-header .news-date {
      text-align: center; }
  #news-l-r .one-news .news-foto {
    margin-bottom: 20px; }
    #news-l-r .one-news .news-foto span {
      height: 250px; }
  #news-l-r .one-news .news-txt {
    clear: both; }
  #news-l-r .one-news .news-btn {
    position: initial;
    text-align: center; }

  #news-2-col .one-news {
    padding: 0px 15px 15px 15px; }
    #news-2-col .one-news .news-title {
      float: none !important;
      text-align: center; }
    #news-2-col .one-news .news-foto {
      width: 100%; }
      #news-2-col .one-news .news-foto span {
        height: 250px; }
    #news-2-col .one-news .news-btn {
      float: none !important;
      position: initial; }
      #news-2-col .one-news .news-btn .news-btn-inner {
        text-align: center;
        clear: both; }

  #gallery-simple .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #gallery-simple .row .one-foto {
      width: 300px; }
      #gallery-simple .row .one-foto .one-foto-inner a {
        height: 220px; }

  .gallery-category .row, .gallery-list .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .gallery-category .row .single-gallery, .gallery-list .row .single-gallery {
      margin-top: 10px !important;
      margin-bottom: 20px !important;
      width: 290px; }
      .gallery-category .row .single-gallery .single-gallery-title h4, .gallery-list .row .single-gallery .single-gallery-title h4 {
        font-size: 18rem;
        margin-top: 10px; }

  #info-block-full .one-block-full .wrapper .info-foto {
    max-width: 100%;
    padding-bottom: 20px; }
    #info-block-full .one-block-full .wrapper .info-foto img {
      max-height: auto;
      width: 100%; }
  #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner {
    max-width: 100vw;
    padding: 40px 15px 30px 15px; }
    #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner .info-title-inner h2 {
      text-align: center; }
    #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner p {
      font-size: 15rem; }
  #info-block-full.podstrona .one-block-full .wrapper {
    flex-direction: column; }

  #partnerzy .wrapper {
    justify-content: center;
    padding: 65px 5px  50px 5px;
    flex-wrap: wrap;
    align-items: flex-start; }
    #partnerzy .wrapper .one-element {
      padding-left: 10px;
      padding-right: 10px;
      width: auto;
      max-width: 33%; }
      #partnerzy .wrapper .one-element .inner {
        flex-direction: column;
        align-items: center; }
        #partnerzy .wrapper .one-element .inner .foto figure {
          height: 60px; }
        #partnerzy .wrapper .one-element .inner h3 {
          font-size: 16rem;
          padding-left: 0px;
          text-align: center; }
      #partnerzy .wrapper .one-element:first-child {
        width: 100%;
        max-width: 100%; }
        #partnerzy .wrapper .one-element:first-child .inner {
          display: block;
          text-align: center;
          padding-bottom: 30px; }
          #partnerzy .wrapper .one-element:first-child .inner h2 {
            font-size: 30rem;
            font-weight: 600; } }
@media (max-width: 767px) and (max-width: 500px) {
  #partnerzy .wrapper .one-element {
    width: 50%;
    max-width: none;
    display: flex;
    justify-content: center; }
    #partnerzy .wrapper .one-element:last-child {
      padding-top: 20px;
      width: 100%;
      max-width: none; }
      #partnerzy .wrapper .one-element:last-child .inner {
        width: fit-content;
        flex-direction: row;
        flex-wrap: nowrap; }
        #partnerzy .wrapper .one-element:last-child .inner h3 {
          max-width: 160px;
          padding-left: 10px;
          text-align: left; } }
@media (max-width: 767px) {
  #info-block-full-asymetria {
    padding-bottom: 15px; }
    #info-block-full-asymetria .info-title h2 {
      width: 100%;
      padding: 0px 15px 0px 15px; }
    #info-block-full-asymetria .info-foto {
      margin-bottom: 15px; }
      #info-block-full-asymetria .info-foto span {
        height: 300px; }
    #info-block-full-asymetria .info-title {
      text-align: center;
      float: none !important; }
    #info-block-full-asymetria .info-txt .info-txt-inner {
      width: 100%;
      padding-left: 15px; }
    #info-block-full-asymetria .info-btn {
      position: initial;
      float: none !important; }
      #info-block-full-asymetria .info-btn .info-btn-inner {
        text-align: center;
        float: none !important;
        position: initial;
        width: 100%; }

  #info-block .info-block-inner .info-foto {
    margin-bottom: 15px;
    padding-right: 15px; }
    #info-block .info-block-inner .info-foto span {
      height: 300px; }
  #info-block .info-block-inner .info-title {
    text-align: center;
    float: none !important; }
  #info-block .info-block-inner .info-btn {
    position: initial;
    text-align: center;
    float: none !important;
    padding-bottom: 15px; }
  #info-block .info-block-inner .info-txt p {
    padding-left: 15px; }

  #tiles .one-item:nth-child(even) {
    background-color: #fff; }
  #tiles .one-item .text .text-inner {
    font-size: 1.1em;
    width: 100%;
    height: auto;
    padding-bottom: 15px; }
    #tiles .one-item .text .text-inner .first {
      -webkit-animation-delay: 0s; }
    #tiles .one-item .text .text-inner .second {
      -webkit-animation-delay: 0s; }
    #tiles .one-item .text .text-inner .third {
      -webkit-animation-delay: 0s; }

  #contact-block .one-column .text {
    padding-left: 15px;
    padding-right: 15px; }
  #contact-block .contact-block-inner .contact-form {
    padding-left: 15px; }
    #contact-block .contact-block-inner .contact-form .contact-form-inner {
      padding: 0; }
      #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label {
        font-size: 14rem; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled {
          width: 20rem;
          height: 20rem; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled span {
            font-size: 16rem; }
  #contact-block .contact-block-inner .adress-info {
    text-align: center;
    padding-left: 15px; }
    #contact-block .contact-block-inner .adress-info .text .contact a {
      padding: 22px 25px 22px 25px;
      background-position: 10px; }
  #contact-block .contact-block-inner .send-btn {
    padding-top: 20px;
    float: none !important;
    text-align: center; }
    #contact-block .contact-block-inner .send-btn .btn {
      font-size: 14rem;
      padding: 11px 14px; }

  #google-map .google-map-helper {
    height: 400px; }

  #news-carousel .carousel-team-bg .offer-title {
    padding-top: 30px;
    padding-bottom: 15px; }
    #news-carousel .carousel-team-bg .offer-title > h2 {
      font-size: 22rem;
      margin-bottom: 5px; }
    #news-carousel .carousel-team-bg .offer-title > p {
      font-size: 17rem; }
  #news-carousel .carousel-team-bg .carousel-wrapper {
    padding: 0 15px; }
    #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .foto {
      min-width: 100%;
      height: 40vw; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .foto img {
        width: 100%; }
    #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text {
      flex-direction: column; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner .date {
        line-height: 29rem;
        text-align: center;
        justify-content: center;
        margin-top: 10px; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner h3 {
        font-size: 19rem;
        letter-spacing: 0px; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner p {
        font-size: 14rem; }
    #news-carousel .carousel-team-bg .carousel-wrapper .owl-nav .owl-prev {
      left: 5px;
      width: 40px;
      height: 40px;
      top: calc(40vw + 4px); }
    #news-carousel .carousel-team-bg .carousel-wrapper .owl-nav .owl-next {
      right: 5px;
      width: 40px;
      height: 40px;
      top: calc(40vw + 4px); }
  #news-carousel .carousel-team-bg .button .btn {
    font-size: 15rem;
    padding: 9px 30px; }

  #formularz-podstrony .container .row {
    flex-wrap: wrap; }
    #formularz-podstrony .container .row .left {
      flex: 1 1 100%; }
      #formularz-podstrony .container .row .left .inner h2 {
        font-size: 20rem;
        line-height: 29px; }
      #formularz-podstrony .container .row .left .inner ul li {
        padding-left: 15px; }
        #formularz-podstrony .container .row .left .inner ul li p {
          font-size: 16rem; }
        #formularz-podstrony .container .row .left .inner ul li:before {
          min-width: 20px;
          min-height: 20px;
          max-width: 20px;
          max-height: 20px;
          margin-right: 10px; }
    #formularz-podstrony .container .row .right {
      flex: 1 1 100%; }
      #formularz-podstrony .container .row .right .contact-form-inner {
        padding: 28px 15px 16px 15px; }
        #formularz-podstrony .container .row .right .contact-form-inner h3 {
          font-size: 20rem;
          line-height: 29px; }
        #formularz-podstrony .container .row .right .contact-form-inner .send-btn {
          text-align: center; }

  .sport-szkolny .table thead th h3 {
    font-size: 1em; }
  .sport-szkolny .table tbody tr td h3 {
    font-size: 1em; }
  .sport-szkolny .table tbody tr td ul li a {
    font-size: 15rem; }
  .sport-szkolny .table tbody tr td ul li:before {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px; }

  #bottom-navbar .navbar #bottom-collapse {
    border-top: 1px solid red; }
    #bottom-navbar .navbar #bottom-collapse .nav.navbar-nav {
      text-align: center;
      margin: 0px -15px; }
      #bottom-navbar .navbar #bottom-collapse .nav.navbar-nav li a {
        font-size: 1.2em;
        color: #000;
        background: yello;
        padding: 5px 15px; }
        #bottom-navbar .navbar #bottom-collapse .nav.navbar-nav li a:hover {
          color: #fff;
          background: #cc181e; }
      #bottom-navbar .navbar #bottom-collapse .nav.navbar-nav .dropup .dropdown-menu {
        border: none;
        text-align: center; }
        #bottom-navbar .navbar #bottom-collapse .nav.navbar-nav .dropup .dropdown-menu li a {
          font-size: 1.1em; }

  .subsite-content .foto2 {
    padding: 10px;
    width: 100%; }

  .subsite-tittle {
    height: 250px; }
    .subsite-tittle h1 {
      font-size: 18rem;
      padding-top: 115px; }

  footer {
    position: initial; }

  .container-half {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; }

  body {
    padding-bottom: 0px; }
    body h1 {
      font-size: 2em; }
    body h2 {
      font-size: 22rem; }
    body h3 {
      font-size: 1.6em; }
    body h4 {
      font-size: 1.5em; }
    body h5 {
      font-size: 1.4em; }
    body h6 {
      font-size: 1.3em; }

  .subsite .subsite-content h2 {
    text-align: center; }
  .subsite .subsite-content ul {
    max-width: fit-content;
    margin: 0 auto; }
    .subsite .subsite-content ul li {
      padding-left: 15px; }
      .subsite .subsite-content ul li p {
        font-size: 16rem; }
      .subsite .subsite-content ul li:before {
        min-width: 20px;
        min-height: 20px;
        max-width: 20px;
        max-height: 20px;
        margin-right: 10px; }
  .subsite .subsite-content img {
    max-width: 100%;
    height: auto !important; }

  .form-regulamin {
    height: 30px; }
    .form-regulamin .contact-checkbox-label {
      margin-right: 15px !important; }

  #news-l-r-better {
    margin-top: 30px;
    margin-bottom: 30px; }
    #news-l-r-better .one-news {
      margin-bottom: 30px; }
      #news-l-r-better .one-news .inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        #news-l-r-better .one-news .inner .data-title h2 {
          text-transform: uppercase; }
        #news-l-r-better .one-news .inner .data-title span {
          text-align: left;
          display: block;
          margin-bottom: 10px; }
        #news-l-r-better .one-news .inner .text {
          flex: 1 1 70%;
          padding-left: 15px;
          padding-right: 15px; }
          #news-l-r-better .one-news .inner .text .foto {
            height: 180px;
            margin-bottom: 15px; }
          #news-l-r-better .one-news .inner .text p {
            text-align: justify; }
        #news-l-r-better .one-news .inner .foto {
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          flex: 1 1 30%;
          margin-left: 0 !important;
          margin-right: 0 !important; }
        #news-l-r-better .one-news .inner .text-button {
          text-align: right; }
          #news-l-r-better .one-news .inner .text-button .btn:hover {
            color: #fff; }
      #news-l-r-better .one-news:nth-child(even) .inner {
        flex-direction: column; }
        #news-l-r-better .one-news:nth-child(even) .inner .data-title span {
          text-align: left; }

  #sekcje-sportowe h2 {
    padding-top: 30px;
    padding-bottom: 15px; }
  #sekcje-sportowe .one-element {
    padding: 0 10px; }
    #sekcje-sportowe .one-element a {
      padding: 15px 15px 10px 15px; }
      #sekcje-sportowe .one-element a .inner .foto img {
        max-height: 50px; }
      #sekcje-sportowe .one-element a .inner h3 {
        font-size: 15rem;
        line-height: 23rem; }

  #clients {
    padding-left: 15px;
    padding-right: 15px; }
    #clients .module-title {
      font-size: 30rem; }

  #footer {
    height: auto;
    padding-bottom: 15px;
    padding-top: 15px; }
    #footer .inner {
      margin-top: 5px;
      flex-direction: column;
      height: auto; }
      #footer .inner p {
        margin-bottom: 0px;
        font-size: 15rem; }
      #footer .inner .copyright {
        text-align: center;
        margin: 0;
        margin-bottom: 10px; }
      #footer .inner .additional-links {
        margin-bottom: 10px; }
      #footer .inner .author {
        text-align: center;
        margin: 0;
        margin-bottom: 10px; }
      #footer .inner .socials {
        margin-bottom: 10px; }

  .subsite-content-inner.double-column .inner {
    display: flex; }
    .subsite-content-inner.double-column .inner .one-column {
      flex: 1 1 100%; }
      .subsite-content-inner.double-column .inner .one-column .wrapper {
        float: right;
        width: 100%;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px; }
    .subsite-content-inner.double-column .inner .foto {
      display: none !important; }

  .subsite-content p {
    font-size: 15rem; }
  .subsite-content ul li {
    font-size: 15rem; }
  .subsite-content a {
    font-size: 15rem; }

  #videos .video {
    width: 100%;
    max-width: none;
    padding-top: 60px; }
    #videos .video .row h2 {
      font-size: 20rem; }
    #videos .video .row .inner {
      width: 100%; }
      #videos .video .row .inner video {
        max-height: 400px; } }
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-bottom: 70px; }

  header.sticked #top-navbar .navbar .navbar-header .navbar-brand img {
    margin-top: 14px;
    transform: scale(0.9); }

  #top-bar-2-c .inner .text .czcionka p {
    font-size: 13rem; }
  #top-bar-2-c .inner .text .czcionka a.mala {
    font-size: 15rem; }
  #top-bar-2-c .inner .text .czcionka a.srednia {
    font-size: 18rem; }
  #top-bar-2-c .inner .text .czcionka a.duza {
    font-size: 21rem; }
  #top-bar-2-c .inner .text .kontrast p {
    font-size: 13rem; }
  #top-bar-2-c .inner .text .kontrast a {
    width: 28px;
    height: 28px; }
    #top-bar-2-c .inner .text .kontrast a span {
      font-size: 14rem; }

  #top-navbar .navbar {
    height: 70px; }
    #top-navbar .navbar .navbar-header .navbar-brand {
      height: 70px; }
      #top-navbar .navbar .navbar-header .navbar-brand img {
        width: 150px;
        margin-top: 0px; }

  #layerslider {
    height: 400px; }
    #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner {
      margin-top: 116px;
      height: 264px; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper {
        max-width: 295px;
        padding-left: 10px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h1, #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h2 {
          font-size: 25rem;
          line-height: 37rem;
          padding-bottom: 5px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper .text {
          font-size: 16rem;
          line-height: 24rem; }
    #layerslider .ls-bottom-nav-wrapper {
      bottom: 40px; }
      #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
        right: 40px; }
        #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
          width: 18px !important;
          height: 18px; }

  #offer .offer-title {
    height: 150px; }
    #offer .offer-title > h2 {
      font-size: 35rem;
      margin-bottom: 5px; }
    #offer .offer-title > p {
      font-size: 21rem; }
  #offer > p {
    padding-left: 15px;
    padding-right: 15px; }
  #offer .inner .one-element {
    max-width: 340px; }
    #offer .inner .one-element .text {
      max-width: 340px; }
      #offer .inner .one-element .text h2 {
        font-size: 21rem; }
  #offer .inner .solo-element {
    flex: 1 1 100%; }
    #offer .inner .solo-element .div-flex .text {
      min-width: 340px; }

  #about {
    flex-direction: column; }
    #about .text {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      #about .text .wrapper {
        width: 100%; }
        #about .text .wrapper h2 {
          font-size: 35rem;
          text-align: center; }
        #about .text .wrapper .text-inner h3 {
          font-size: 23rem;
          text-align: center; }
        #about .text .wrapper .text-inner .about-text .foto1, #about .text .wrapper .text-inner .about-text .foto2, #about .text .wrapper .text-inner .about-text .foto3 {
          height: 108px;
          min-width: 108px; }
    #about .foto {
      height: 400px;
      flex: auto; }

  #carousel-team .carousel-team-bg {
    background-image: radial-gradient(circle at center 90px, #ffffff 135px, #ffffff00 185px); }
    #carousel-team .carousel-team-bg .offer-title {
      height: 150px; }
      #carousel-team .carousel-team-bg .offer-title > h2 {
        font-size: 35rem;
        margin-bottom: 5px; }
      #carousel-team .carousel-team-bg .offer-title > p {
        font-size: 21rem; }
    #carousel-team .carousel-team-bg .carousel-wrapper {
      padding: 0 80px; }

  #news-carousel .carousel-team-bg .offer-title {
    height: 150px; }
    #news-carousel .carousel-team-bg .offer-title > h2 {
      font-size: 35rem;
      margin-bottom: 5px; }
    #news-carousel .carousel-team-bg .offer-title > p {
      font-size: 21rem; }
  #news-carousel .carousel-team-bg .owl-nav .owl-prev {
    left: -66px; }
  #news-carousel .carousel-team-bg .owl-nav .owl-next {
    right: -66px; }
  #news-carousel .carousel-team-bg .carousel-wrapper {
    padding: 0 80px; }
    #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text {
      flex-direction: column; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .date {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        min-width: inherit;
        max-width: inherit;
        width: 100%;
        justify-content: space-between;
        padding: 0px 15px 5px 0px; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner h3 {
        font-size: 16rem;
        letter-spacing: 1px; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner p {
        font-size: 14rem; }

  #sekcje-sportowe .one-element a {
    padding: 25px 15px 20px 15px; }
    #sekcje-sportowe .one-element a .inner .foto img {
      max-height: 70px; }

  #callouts-two .one-call .one-call-inner .callout-foto .callout-foto-inner span {
    height: 250px; }
  #callouts-two .one-call .one-call-inner .callout-tittle {
    padding: 10px 30px 10px 15px; }
  #callouts-two .one-call .one-call-inner .callout-txt {
    padding: 10px 30px 10px 15px; }

  .sport-szkolny .table thead th h3 {
    font-size: 1em; }
  .sport-szkolny .table tbody tr td h3 {
    font-size: 1em; }
  .sport-szkolny .table tbody tr td ul li a {
    font-size: 15rem; }
  .sport-szkolny .table tbody tr td ul li:before {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px; }

  #three-columns .one-element .one-element-inner .element-img span, #three-columnspart2 .one-element .one-element-inner .element-img span {
    height: 200px; }
  #three-columns .one-element .one-element-inner .wrapper, #three-columnspart2 .one-element .one-element-inner .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px; }
    #three-columns .one-element .one-element-inner .wrapper .element-txt h2, #three-columnspart2 .one-element .one-element-inner .wrapper .element-txt h2 {
      padding-top: 0;
      padding-bottom: 15px; }
    #three-columns .one-element .one-element-inner .wrapper .element-txt p, #three-columnspart2 .one-element .one-element-inner .wrapper .element-txt p {
      padding-bottom: 10px; }
    #three-columns .one-element .one-element-inner .wrapper .element-more, #three-columnspart2 .one-element .one-element-inner .wrapper .element-more {
      padding-bottom: 0;
      padding-top: 0; }

  #gallery-carousel .foto-carousel .one-foto span {
    height: 220px; }
  #gallery-carousel .foto-carousel .one-foto .carousel-hover {
    height: 220px; }

  #news-l-r .one-news .title-data {
    float: none !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    #news-l-r .one-news .title-data .data {
      text-align: center;
      float: none !important;
      margin-left: auto;
      margin-right: auto; }
      #news-l-r .one-news .title-data .data span {
        width: 115px;
        margin-right: auto;
        margin-left: auto; }
  #news-l-r .one-news .foto {
    margin-bottom: 10px; }
    #news-l-r .one-news .foto span {
      height: 200px; }
  #news-l-r .one-news .news-foto span {
    height: 350px; }

  #news-2-col .one-news .news-foto span {
    height: 250px; }

  #gallery-simple .one-foto .one-foto-inner a {
    height: 240px; }

  .gallery-category .single-gallery, .gallery-list .single-gallery {
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
    .gallery-category .single-gallery .single-gallery-title h4, .gallery-list .single-gallery .single-gallery-title h4 {
      font-size: 18rem;
      margin-top: 10px; }

  #info-block-full .one-block-full .wrapper .info-foto {
    max-width: 100%;
    padding-bottom: 20px; }
    #info-block-full .one-block-full .wrapper .info-foto img {
      max-height: auto;
      width: 100%; }
  #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner {
    max-width: 100vw;
    padding: 50px 30px 30px 30px; }
    #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner .info-title-inner h2 {
      text-align: center; }
    #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner p {
      font-size: 17rem; }
  #info-block-full.podstrona .one-block-full .wrapper {
    flex-direction: column; }

  #partnerzy .wrapper {
    padding: 65px 5px  50px 5px;
    flex-wrap: wrap; }
    #partnerzy .wrapper .one-element {
      padding-left: 10px;
      padding-right: 10px; }
      #partnerzy .wrapper .one-element .inner .foto figure {
        height: 80px; }
      #partnerzy .wrapper .one-element .inner h3 {
        font-size: 18rem;
        padding-left: 10px; }
      #partnerzy .wrapper .one-element:first-child .inner {
        display: block;
        text-align: center;
        padding-bottom: 30px; }
        #partnerzy .wrapper .one-element:first-child .inner h2 {
          font-size: 35rem;
          font-weight: 600; }

  #info-block-full-asymetria .info-title h2 {
    width: calc( 375px + 10.9% ); }
  #info-block-full-asymetria .info-foto span {
    height: 300px; }
  #info-block-full-asymetria .info-txt .info-txt-inner {
    width: calc( 375px + 10.9% ); }
  #info-block-full-asymetria .info-btn .info-btn-inner {
    width: calc( 375px + 10.9% );
    text-align: right;
    padding-right: 15px; }

  #info-block .info-block-inner .info-foto span {
    height: 300px; }

  #tiles .one-item:nth-child(even) {
    background-color: #fff; }
  #tiles .one-item .text .text-inner {
    width: 100%;
    height: auto; }

  #google-map .google-map-helper {
    height: 400px; }

  #bottom-navbar .navbar .nav.navbar-nav li a {
    padding: 15px 25px; }

  .subsite .subsite-content h2 {
    font-size: 22rem; }
  .subsite .subsite-content .single-gallery .single-gallery-background {
    height: 250px; }

  .subsite-tittle {
    height: 230px; }
    .subsite-tittle h1 {
      font-size: 27rem;
      padding-top: 66px; }

  .container-half {
    width: 375px; }

  body h1 {
    font-size: 2.2em; }
  body h2 {
    font-size: 35rem; }
  body h3 {
    font-size: 1.8em; }
  body h4 {
    font-size: 1.6em; }
  body h5 {
    font-size: 1.5em; }
  body h6 {
    font-size: 1.4em; }

  #contact-block .contact-block-inner .adress-info .text .contact a {
    padding: 12px 35px 12px 65px;
    background-position: 25px; }
    #contact-block .contact-block-inner .adress-info .text .contact a span {
      font-size: 18rem; }
  #contact-block .contact-block-inner .contact-form .left-info {
    padding-left: 30px;
    padding-right: 30px; }
  #contact-block .contact-block-inner .send-btn .btn {
    font-size: 16rem;
    padding: 13px 16px; }

  .contact-checkbox-label {
    margin-right: 0px !important; }

  #formularz-podstrony .container .row .left .inner h2 {
    font-size: 22rem;
    line-height: 29rem; }
  #formularz-podstrony .container .row .left .inner ul li {
    padding-left: 15px; }
  #formularz-podstrony .container .row .right .contact-form-inner {
    padding: 28px 15px 16px 15px; }
    #formularz-podstrony .container .row .right .contact-form-inner h3 {
      font-size: 22rem;
      line-height: 29rem; }

  #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav li a {
    padding: 25px 25px; }

  #footer {
    height: 70px; }
    #footer .inner .tel a {
      padding: 22px 5px 22px 40px;
      background-position: 8px; }

  .subsite-content-inner.double-column .inner {
    display: flex; }
    .subsite-content-inner.double-column .inner .one-column {
      flex: 1 1 100%; }
      .subsite-content-inner.double-column .inner .one-column .wrapper {
        float: right;
        width: 100%;
        padding-right: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 30px; }

  #videos .video {
    padding-top: 60px; }
    #videos .video .row h2 {
      font-size: 31rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-bottom: 70px; }

  header.sticked {
    transform: translateY(-46px); }
    header.sticked #top-navbar .navbar .navbar-header .navbar-brand {
      height: 68px;
      transform: translateY(0px); }
      header.sticked #top-navbar .navbar .navbar-header .navbar-brand img {
        transform: scale(0.75);
        margin-top: -10px; } }
    @media (min-width: 992px) and (max-width: 1199px) and (max-width: 992px) {
      header.sticked #top-navbar .navbar .navbar-header .navbar-brand {
        height: 65px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    header.sticked #top-navbar .navbar .nav.navbar-nav > li:not(header.sticked #top-navbar .navbar .nav.navbar-nav > li:last-child) > a {
      padding-top: 22px;
      padding-bottom: 22px; }

  #top-navbar .navbar .navbar-header .navbar-toggle {
    margin: 17px 15px; }
  #top-navbar .navbar .navbar-header .navbar-brand {
    height: 86px; }
    #top-navbar .navbar .navbar-header .navbar-brand img {
      width: 200px; }
  #top-navbar .navbar .nav.navbar-nav li a {
    font-size: 15rem;
    padding: 30px 10px; }
  #top-navbar .navbar .nav.navbar-nav .rekrutacja {
    margin-left: 10px; }
    #top-navbar .navbar .nav.navbar-nav .rekrutacja a {
      font-size: 14rem;
      padding: 8px 13px; }

  #layerslider {
    height: 500px; }
    #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner {
      margin-top: 132px;
      height: 348px; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper {
        max-width: 375px;
        padding-left: 30px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h1, #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h2 {
          font-size: 30rem;
          line-height: 42rem; }
    #layerslider .ls-bottom-nav-wrapper {
      bottom: 60px; }
      #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
        right: 60px; }
        #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
          width: 21px !important;
          height: 21px; }

  #offer .offer-title {
    height: 170px;
    padding-top: 40px; }
    #offer .offer-title h2 {
      font-size: 45rem; }
    #offer .offer-title p {
      font-size: 28rem; }
  #offer .inner .one-element {
    max-width: 293.33px; }
    #offer .inner .one-element .div-flex .foto {
      max-height: 210px; }
    #offer .inner .one-element .div-flex .text {
      max-width: 293.33px; }
      #offer .inner .one-element .div-flex .text h2 {
        font-size: 20rem; }
      #offer .inner .one-element .div-flex .text p {
        font-size: 14rem; }

  #about .text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0; }
    #about .text .wrapper {
      width: auto; }
      #about .text .wrapper h2 {
        font-size: 30rem;
        padding-bottom: 15px; }
      #about .text .wrapper .text-inner p {
        padding-bottom: 10px; }
      #about .text .wrapper .button {
        padding-bottom: 10px;
        padding-top: 15px; }

  #callouts-two .one-call .one-call-inner .callout-foto .callout-foto-inner span {
    height: 250px; }
  #callouts-two .one-call .one-call-inner .callout-tittle {
    padding: 10px 30px 10px 15px; }
  #callouts-two .one-call .one-call-inner .callout-txt {
    padding: 10px 30px 10px 15px; }

  #three-columns .one-element .one-element-inner .element-img span, #three-columnspart2 .one-element .one-element-inner .element-img span {
    height: 200px; }
  #three-columns .one-element .one-element-inner .element-more .btn-callout, #three-columnspart2 .one-element .one-element-inner .element-more .btn-callout {
    padding: 9px 33px; }

  #gallery-carousel .foto-carousel .one-foto span {
    height: 220px; }
  #gallery-carousel .foto-carousel .one-foto .carousel-hover {
    height: 220px; }

  #news-l-r .one-news .news-foto span {
    height: 250px; }

  #news-2-col .one-news .news-foto span {
    height: 250px; }

  #gallery-simple .one-foto .one-foto-inner a {
    height: 220px; }

  .gallery-category .single-gallery, .gallery-list .single-gallery {
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
    .gallery-category .single-gallery .single-gallery-title h4, .gallery-list .single-gallery .single-gallery-title h4 {
      margin-top: 10px;
      font-size: 18rem; }

  #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner {
    padding: 50px 30px 30px 30px; }

  .sport-szkolny .table thead th h3 {
    font-size: 1.2em; }
  .sport-szkolny .table tbody tr td h3 {
    font-size: 1.2em; }

  #partnerzy .wrapper {
    padding: 65px 0px  50px 0px;
    flex-wrap: wrap; }
    #partnerzy .wrapper .one-element .inner .foto figure {
      height: 100px; }
    #partnerzy .wrapper .one-element .inner h3 {
      font-size: 21rem;
      padding-left: 20px; }
    #partnerzy .wrapper .one-element:first-child .inner {
      display: block;
      text-align: center;
      padding-bottom: 30px; }
      #partnerzy .wrapper .one-element:first-child .inner h2 {
        font-size: 45rem;
        font-weight: 600; }

  #info-block-full-asymetria .info-title h2 {
    width: calc( 485px + 10.9% ); }
  #info-block-full-asymetria .info-foto span {
    height: 300px; }
  #info-block-full-asymetria .info-txt .info-txt-inner {
    width: calc( 485px + 10.9% ); }
  #info-block-full-asymetria .info-btn .info-btn-inner {
    width: calc( 485px + 10.9% );
    text-align: right;
    padding-right: 15px; }

  #info-block .info-block-inner .info-foto span {
    height: 300px; }

  #tiles .one-item .text .text-inner {
    font-size: 1.2em;
    width: 468px; }

  #contact-block .contact-block-inner .send-btn .btn {
    font-size: 16rem;
    padding: 13px 16px; }

  #google-map .google-map-helper {
    height: 400px; }

  #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav li a {
    padding: 35px 25px; }

  #formularz-podstrony .container .row .left .inner h2 {
    font-size: 24rem; }
  #formularz-podstrony .container .row .right .contact-form-inner {
    padding: 28px 15px 16px 15px; }
    #formularz-podstrony .container .row .right .contact-form-inner h3 {
      font-size: 24rem; }

  .subsite .subsite-content h2 {
    text-align: center;
    font-size: 24rem; }
  .subsite .subsite-content .single-gallery .single-gallery-background {
    height: 350px; }

  .subsite-tittle {
    height: 260px; }
    .subsite-tittle h1 {
      font-size: 33rem;
      padding-top: 82px; }

  .container-half {
    width: 485px; }

  body h1 {
    font-size: 2.2em; }
  body h2 {
    font-size: 45rem; }
  body h3 {
    font-size: 1.8em; }
  body h4 {
    font-size: 1.6em; }
  body h5 {
    font-size: 1.5em; }
  body h6 {
    font-size: 1.4em; }

  #news-carousel .news-carousel-bg .owl-nav .owl-prev, #news-carousel .carousel-team-bg .owl-nav .owl-prev, #carousel-team .news-carousel-bg .owl-nav .owl-prev, #carousel-team .carousel-team-bg .owl-nav .owl-prev {
    left: -65px; }
  #news-carousel .news-carousel-bg .owl-nav .owl-next, #news-carousel .carousel-team-bg .owl-nav .owl-next, #carousel-team .news-carousel-bg .owl-nav .owl-next, #carousel-team .carousel-team-bg .owl-nav .owl-next {
    right: -65px; }
  #news-carousel .news-carousel-bg .carousel-wrapper, #news-carousel .carousel-team-bg .carousel-wrapper, #carousel-team .news-carousel-bg .carousel-wrapper, #carousel-team .carousel-team-bg .carousel-wrapper {
    padding-left: 80px;
    padding-right: 80px; }
  #news-carousel .news-carousel-bg .offer-title, #news-carousel .carousel-team-bg .offer-title, #carousel-team .news-carousel-bg .offer-title, #carousel-team .carousel-team-bg .offer-title {
    height: 170px;
    padding-top: 40px; }
    #news-carousel .news-carousel-bg .offer-title h2, #news-carousel .carousel-team-bg .offer-title h2, #carousel-team .news-carousel-bg .offer-title h2, #carousel-team .carousel-team-bg .offer-title h2 {
      font-size: 45rem; }
    #news-carousel .news-carousel-bg .offer-title p, #news-carousel .carousel-team-bg .offer-title p, #carousel-team .news-carousel-bg .offer-title p, #carousel-team .carousel-team-bg .offer-title p {
      font-size: 28rem; }
  #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .text-inner h3, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .text-inner h3, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .text-inner h3, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .text-inner h3, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .text-inner h3, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .text-inner h3, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .text-inner h3, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner h3 {
    font-size: 18rem; }

  #footer {
    height: 70px; }
    #footer .inner .tel a {
      padding: 22px 5px 22px 40px;
      background-position: 8px; }

  .subsite-content-inner.double-column .inner {
    display: flex; }
    .subsite-content-inner.double-column .inner .one-column {
      flex: 1 1 50%; }
      .subsite-content-inner.double-column .inner .one-column .wrapper {
        float: right;
        width: 460px;
        padding-right: 60px;
        padding-top: 60px;
        padding-bottom: 60px; }
    .subsite-content-inner.double-column .inner .foto {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }

  #videos .video {
    padding-top: 60px; }
    #videos .video .row h2 {
      font-size: 35rem; }

  #teamwork .offer-title {
    height: 170px;
    padding-top: 40px; }
    #teamwork .offer-title h2 {
      font-size: 45rem; }
    #teamwork .offer-title p {
      font-size: 28rem; }
  #teamwork .two-column .foto {
    justify-content: center; }
    #teamwork .two-column .foto .inner {
      padding: 2px;
      margin-right: 30px; }
  #teamwork .two-column .text .text-inner h4 {
    font-size: 21rem; }

  #mission-and-wizion .offer-title {
    height: 170px;
    padding-top: 40px; }
    #mission-and-wizion .offer-title h2 {
      font-size: 45rem; }
    #mission-and-wizion .offer-title p {
      font-size: 28rem; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  #news-carousel #news-carousel-inner .one-item .foto {
    height: 270px; }

  #sekcje-sportowe .one-element a .inner .foto img {
    max-height: 80px; }

  #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner {
    padding: 50px 30px 30px 30px; }

  #partnerzy .wrapper {
    padding: 65px 20px  50px 20px;
    flex-wrap: wrap; }
    #partnerzy .wrapper .one-element {
      width: 33%; }
      #partnerzy .wrapper .one-element:first-child {
        width: 100vw; }
        #partnerzy .wrapper .one-element:first-child .inner {
          display: block;
          text-align: center;
          padding-bottom: 30px; }
          #partnerzy .wrapper .one-element:first-child .inner h2 {
            font-size: 51rem;
            font-weight: 600; }

  header.sticked {
    transform: translateY(-46px); }
    header.sticked #top-navbar .navbar .navbar-header .navbar-brand {
      height: 86px;
      transform: translateY(-14px); }
      header.sticked #top-navbar .navbar .navbar-header .navbar-brand img {
        transform: scale(0.7);
        margin-top: 0px; } }
    @media (min-width: 1200px) and (max-width: 1599px) and (max-width: 992px) {
      header.sticked #top-navbar .navbar .navbar-header .navbar-brand {
        height: 65px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
    header.sticked #top-navbar .navbar .nav.navbar-nav > li:not(header.sticked #top-navbar .navbar .nav.navbar-nav > li:last-child) > a {
      padding-top: 30px;
      padding-bottom: 30px; }

  #top-navbar .navbar .navbar-header .navbar-brand img {
    width: 240px; }
  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 40px 5px;
    font-size: 15rem; }
  #top-navbar .navbar .nav.navbar-nav .rekrutacja a {
    padding: 10px 14px;
    font-size: 15rem; }

  #layerslider {
    height: 600px; }
    #layerslider .ls-layers .ls-wrapper .ls-layer {
      height: 600px; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner {
        margin-top: 152px;
        height: 428px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper {
          max-width: 440px;
          padding-left: 50px; }
          #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h1, #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h2 {
            font-size: 35rem;
            line-height: 47rem; }
    #layerslider .ls-bottom-nav-wrapper {
      bottom: 60px; }
      #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
        right: 60px; }
        #layerslider .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
          width: 21px !important;
          height: 21px; }

  #gallery-simple .one-foto .one-foto-inner a {
    height: 200px; }

  .subsite .subsite-content h2 {
    font-size: 30rem; }

  .subsite-content-inner.double-column .inner {
    display: flex; }
    .subsite-content-inner.double-column .inner .one-column {
      flex: 1 1 50%; }
      .subsite-content-inner.double-column .inner .one-column .wrapper {
        float: right;
        width: 500px;
        padding-right: 60px;
        padding-top: 60px;
        padding-bottom: 60px; }
    .subsite-content-inner.double-column .inner .foto {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }

  .subsite-tittle {
    height: 300px; }
    .subsite-tittle h1 {
      padding-top: 102px;
      font-size: 37rem; }

  .gallery-category .single-gallery-title h4, .gallery-list .single-gallery-title h4 {
    margin-top: 10px;
    font-size: 18rem; }

  #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav li a {
    padding: 40px 20px; }
  #bottom-navbar .navbar .container .navbar-collapse .contact {
    margin-left: 25px; } }
@media (min-width: 1600px) and (max-width: 1819px) {
  .container {
    width: 1540px; }

  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 46px 20px; }

  #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper {
    padding-left: 125px; }

  #info-block-full .one-block-full .wrapper .info-txt .info-txt-inner {
    max-width: 775px; }

  #partnerzy .wrapper {
    padding: 65px 20px  50px 20px; } }
@media (min-width: 1820px) {
  .container {
    width: 1780px; } }
/* MENU OVERWRITE */
@media (max-width: 1199px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  #top-navbar .navbar-collapse.collapse, #top-navbar .navbar-collapse.collapse.in {
    display: none !important; }
    #top-navbar .navbar-collapse.collapse .nav.navbar-nav, #top-navbar .navbar-collapse.collapse.in .nav.navbar-nav {
      display: none !important; }

  .nav.navbar-nav {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  .collapsing {
    overflow: hidden !important; } }
@media (max-width: 400px) {
  #three-columns .one-element .one-element-inner .element-img span {
    height: 200px; }
  #three-columns .one-element .one-element-inner .element-txt h2 {
    font-size: 23rem;
    padding: 20px 0; }
  #three-columns .one-element .one-element-inner .element-more .btn-callout {
    padding: 9px 33px; } }
.rodo {
  position: fixed;
  z-index: 99999999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fbfbfb !important;
  color: #000;
  height: auto;
  font-size: 16px;
  padding: 20px 0px;
  text-align: justify;
  max-height: 60vh;
  overflow-y: auto;
  border-top: 3px solid #ef7f07; }

.rodo-more {
  display: none;
  margin-top: 50px; }

.rodo-more-button {
  margin: 0 !important;
  padding: 5px 15px !important;
  -webkit-transition: 0.2s;
  -transition: 0.2s; }

.rodo-more-button:hover {
  background: transparent;
  color: #ef7f07;
  text-decoration: none;
  border-color: #ef7f07; }

.rodo-less-button {
  display: none;
  margin: 0 !important;
  padding: 5px 15px !important;
  -webkit-transition: 0.2s;
  -transition: 0.2s; }

.rodo-less-button:hover {
  background: transparent;
  color: #ef7f07;
  text-decoration: none;
  border-color: #ef7f07; }

.rodo-accept {
  background-color: #009ee3;
  border-color: #009ee3;
  padding: 5px 15px !important; }

.rodo-accept:hover {
  background-color: #ef7f07;
  border-color: #ef7f07; }

.rodo-info .btn-group {
  position: fixed;
  bottom: 26px; }

@media (max-width: 992px) {
  .rodo {
    padding: 20px; }

  .rodo-info {
    margin-bottom: 60px;
    background-color: #f2f0f6 !important; }

  .rodo-more {
    margin-bottom: 50px; }

  .rodo-info .btn-group {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f2f0f6 !important;
    margin: 0px;
    z-index: 1060;
    padding: 20px 0px; }

  .rodo-btn-group {
    width: 100%;
    text-align: center; }

  .rodo-btn-group button {
    float: none !important; }

  .rodo-accept {
    margin-left: -4px !important;
    margin-bottom: 0px !important; } }
.btn-modal {
  margin: 10px !important; }

@media (min-width: 768px) {
  .modal {
    text-align: center; }

  .modal:before {
    content: '';
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle; }

  .modal .modal-dialog {
    text-align: left;
    margin: 10px auto;
    display: inline-block;
    vertical-align: middle; } }

/*# sourceMappingURL=main.css.map */
