@charset "UTF-8";
/*! 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/css?family=Exo+2:400,400i,700,700i");
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; }

/*

1.  USTAWIENIA OG├ôLNE
2.  USTAWIENIA NAG┼ü├ôWK├ôW H1,H2,H3,H4,H5,H6
3.  USTAWIENIA BUTTON├ôW
4.  USTAWIENIA TOP-BAR-2-C
5.  USTAWIENIA NAWIGACJA G├ôRNA - MENU
6.  USTAWIENIA NEWS TWO COLUMNS
7.  USTAWIENIA INFO BLOCK FULL ASYMETRIA
8.  USTAWIENIA GALLERY SIMPLE
9.  USTAWIENIA GOOGLE MAPS
10. USTAWIENIA NAWIGACJA DOLNA - MENU
11. USTAWIENIA CALLOUTS TWO COLUMNS
12. USTAWIENIA GALLERY carousel
13. USTAWIENIA NEWS LEFT AND RIGHT
14. USTAWIENIA INFO BLOCK FULL
15. USTAWIENIA INFO BLOCK
16. USTAWIENIA CONTACT BLOCK
17. USTAWIENIA SUBSITE TITTLE
18. USTAWIENIA BREADCRUMBS
19. USTAWIENIA SUBSITE CONTENT

*/
figure {
  margin: 0; }

body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font: 150% "Exo 2", sans-serif;
  color: #000;
  padding-bottom: 60px;
  background-color: #fff; }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: 'Exo 2', sans-serif; }
  body h1 {
    color: #000;
    font-size: 2.5em;
    font-family: "Exo 2", sans-serif;
    text-shadow: none;
    text-transform: initial;
    font-style: initial;
    font-weight: initial; }
  body h2 {
    color: #000;
    font-size: 2.2em;
    font-family: "Exo 2", sans-serif;
    text-shadow: none;
    text-transform: initial;
    font-style: initial;
    font-weight: initial; }
  body h3 {
    color: #000;
    font-size: 2em;
    font-family: "Exo 2", sans-serif;
    text-shadow: none;
    text-transform: initial;
    font-style: initial;
    font-weight: initial; }
  body h4 {
    color: #000;
    font-size: 1.8em;
    font-family: "Exo 2", sans-serif;
    text-shadow: none;
    text-transform: initial;
    font-style: initial;
    font-weight: initial; }
  body h5 {
    color: #000;
    font-size: 1.6em;
    font-family: "Exo 2", sans-serif;
    text-shadow: none;
    text-transform: initial;
    font-style: initial;
    font-weight: initial; }
  body h6 {
    color: #000;
    font-size: 1.5em;
    font-family: "Exo 2", sans-serif;
    text-shadow: none;
    text-transform: initial;
    font-style: initial;
    font-weight: initial; }
  body b, body strong {
    font-weight: bold; }
  body a {
    z-index: 100;
    color: #000; }
    body a:hover {
      color: #25ae88;
      text-decoration: none;
      transition: 0.2s; }
  body p {
    z-index: 100; }

*,
*: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; }

.btn-callout {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 5px 25px 5px 25px;
  text-transform: initial; }
  .btn-callout:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s; }

.btn-news {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 5px 25px 5px 25px;
  text-transform: initial; }
  .btn-news:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s; }

.btn-infos {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 5px 25px 5px 25px;
  text-transform: initial; }
  .btn-infos:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s; }

.btn-send {
  background-color: #bcbcbc;
  border-radius: 15px;
  padding: 5px 25px 5px 25px;
  text-transform: initial; }
  .btn-send:hover {
    background-color: #fff;
    transition: 0.3s; }

header {
  position: initial;
  z-index: 10;
  width: 100%; }

#top-bar-2-c {
  background-color: #e5e5e5;
  margin: 0px; }
  #top-bar-2-c p {
    color: #000;
    margin-bottom: 0px;
    padding: 10px 0px; }
  #top-bar-2-c a {
    color: #000;
    padding: 10px 0px; }
    #top-bar-2-c a:hover {
      color: #25ae88;
      text-decoration: none; }
  #top-bar-2-c span a {
    color: initial; }
    #top-bar-2-c span a .fab {
      font-size: 1.8em;
      padding: 5px 0px; }
    #top-bar-2-c span a .fa-facebook-square {
      color: #133783; }
    #top-bar-2-c span a .fa-twitter-square {
      color: #0084b4; }
    #top-bar-2-c span a .fa-youtube-square {
      color: #cc181e; }
    #top-bar-2-c span a .fa-linkedin {
      color: #0077b5; }
    #top-bar-2-c span a .fa-instagram {
      color: #8a3ab9; }

#top-navbar .navbar {
  background: #fff;
  margin: 0px;
  border: none;
  border-radius: 0px; }
  #top-navbar .navbar .navbar-header .navbar-toggle {
    border: 1px solid #000;
    border-radius: 5px;
    background: yellow;
    margin: 10px 15px; }
    #top-navbar .navbar .navbar-header .navbar-toggle:hover {
      transition: 0.2s;
      border: 1px solid yellow;
      background: #000; }
      #top-navbar .navbar .navbar-header .navbar-toggle:hover span {
        background: yellow; }
    #top-navbar .navbar .navbar-header .navbar-toggle:focus {
      border: 1px solid yellow;
      background: #000; }
      #top-navbar .navbar .navbar-header .navbar-toggle:focus span {
        background: yellow; }
    #top-navbar .navbar .navbar-header .navbar-toggle span {
      background: #000; }
  #top-navbar .navbar .nav.navbar-nav li a {
    color: #000;
    background: yellow;
    padding: 15px 25px;
    font-size: 1.1em;
    text-transform: uppercase; }
    #top-navbar .navbar .nav.navbar-nav li a:hover {
      color: #fff;
      background: #cc181e;
      transition: 0.3s; }
  #top-navbar .navbar .nav.navbar-nav .dropdown > a:active {
    background: #cc181e;
    color: #fff; }
  #top-navbar .navbar .nav.navbar-nav .dropdown > a:focus {
    color: #fff;
    background: #cc181e; }
  #top-navbar .navbar .nav.navbar-nav .dropdown .dropdown-menu {
    background: yellow;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-top: 3px solid #cc181e;
    padding: 5px 0px;
    left: 0px;
    right: auto; }
    #top-navbar .navbar .nav.navbar-nav .dropdown .dropdown-menu li a {
      padding: 10px 25px;
      font-size: 1em; }

#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: 70px;
        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: 70px;
      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); }

#callouts-two .one-call {
  margin-bottom: 30px; }
  #callouts-two .one-call .one-call-inner {
    background-color: #e5e5e5; }
    #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 {
          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: justify; }
    #callouts-two .one-call .one-call-inner .callout-more {
      text-align: right;
      padding: 10px 30px 10px 30px; }

#gallery-carousel {
  background-color: #e5e5e5;
  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: #000;
      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: #fff;
        font-size: 3em; }
    #gallery-carousel .foto-carousel .one-foto:hover .carousel-hover {
      opacity: 0.7;
      transition: 0.3s; }

#news-l-r .one-news {
  background-color: #e5e5e5;
  padding: 15px 15px;
  position: relative;
  margin-bottom: 30px; }
  #news-l-r .one-news .news-header {
    margin-bottom: 15px; }
    #news-l-r .one-news .news-header .news-title h2 {
      margin: 0; }
  #news-l-r .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-l-r .one-news .news-txt {
    text-align: justify; }
  #news-l-r .one-news .news-btn {
    position: absolute;
    bottom: 15px;
    right: 15px; }
#news-l-r .news-left .news-btn {
  right: 35%; }

#news-2-col .one-news {
  padding: 30px 30px;
  margin-bottom: 30px;
  background: #e5e5e5;
  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: justify; }
  #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 {
        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: #000;
    background: #bcbcbc;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .pagination a:hover {
      background: #000;
      color: #fff;
      text-decoration: none; }
  .pagination .active {
    background: #000;
    color: #fff;
    text-decoration: none; }

#gallery-simple {
  margin-bottom: 30px;
  position: relative;
  display: flow-root;
  background: #e5e5e5; }
  #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 span {
        height: 230px;
        display: block;
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important; }
      #gallery-simple .one-foto .one-foto-inner .carousel-hover {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 230px;
        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 {
        opacity: 0.7;
        transition: 0.3s; }

#info-block-full {
  background-color: #e5e5e5;
  margin-bottom: 30px;
  position: relative; }
  #info-block-full .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 .info-txt {
    text-align: justify; }
    #info-block-full .info-txt .info-txt-inner {
      padding-right: 50px; }
  #info-block-full .info-btn {
    position: absolute;
    bottom: 15px;
    right: 50px; }

#info-block-full-asymetria {
  background-color: #e5e5e5;
  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: justify; }
    #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: #e5e5e5;
    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: justify; }
      #info-block .info-block-inner .info-txt p {
        padding-right: 15px; }
    #info-block .info-block-inner .info-btn {
      position: absolute;
      bottom: 15px;
      right: 0px; }

#contact-block {
  margin-bottom: 30px; }
  #contact-block .contact-block-inner {
    position: relative;
    background-color: #e5e5e5;
    display: flow-root; }
    #contact-block .contact-block-inner .contact-form {
      padding-left: 0px; }
      #contact-block .contact-block-inner .contact-form .contact-form-inner {
        background-color: #cfcfcf;
        display: flow-root; }
    #contact-block .contact-block-inner .adress-info {
      padding-left: 30px; }
    #contact-block .contact-block-inner .send-btn {
      padding-bottom: 15px; }
    #contact-block .contact-block-inner .form-group .form-control {
      border-radius: 15px;
      height: 50px;
      background-color: #fff;
      color: #000; }
      #contact-block .contact-block-inner .form-group .form-control:focus {
        box-shadow: inset 2px 2px 2px #000;
        border-color: #000; }
    #contact-block .contact-block-inner .form-group .form-text-area {
      height: 140px; }

#google-map {
  margin-bottom: 30px; }
  #google-map .google-map-helper {
    width: 100%;
    height: 400px; }

#bottom-navbar .navbar {
  background: #fff;
  margin: 0px;
  border: none;
  border-radius: 0px; }
  #bottom-navbar .navbar .navbar-header .navbar-toggle {
    border: 1px solid #000;
    border-radius: 5px;
    background: yellow;
    margin: 10px 15px; }
    #bottom-navbar .navbar .navbar-header .navbar-toggle:hover {
      transition: 0.2s;
      border: 1px solid yellow;
      background: #000; }
      #bottom-navbar .navbar .navbar-header .navbar-toggle:hover span {
        background: yellow; }
    #bottom-navbar .navbar .navbar-header .navbar-toggle:focus {
      border: 1px solid yellow;
      background: #000; }
      #bottom-navbar .navbar .navbar-header .navbar-toggle:focus span {
        background: yellow; }
    #bottom-navbar .navbar .navbar-header .navbar-toggle span {
      background: #000; }
  #bottom-navbar .navbar .nav.navbar-nav li a {
    color: #000;
    background: yellow;
    padding: 15px 25px;
    font-size: 1.1em;
    text-transform: uppercase; }
    #bottom-navbar .navbar .nav.navbar-nav li a:hover {
      color: #fff;
      background: #cc181e;
      transition: 0.3s; }
  #bottom-navbar .navbar .nav.navbar-nav .dropup > a:active {
    background: #cc181e;
    color: #fff; }
  #bottom-navbar .navbar .nav.navbar-nav .dropup > a:focus {
    color: #fff;
    background: #cc181e; }
  #bottom-navbar .navbar .nav.navbar-nav .dropup .dropdown-menu {
    background: yellow;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-top: 3px solid #cc181e;
    padding: 5px 0px;
    left: 0px;
    right: auto; }
    #bottom-navbar .navbar .nav.navbar-nav .dropup .dropdown-menu li a {
      padding: 10px 25px;
      font-size: 1em; }

#footer {
  height: 60px;
  padding-top: 22px;
  background-color: #f5f5f5; }
  #footer p {
    margin-bottom: 0px; }

.subsite .subsite-content img {
  max-width: 100%;
  height: auto !important; }

.subsite-tittle {
  height: 250px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important; }
  .subsite-tittle h1 {
    color: #fff;
    text-transform: initial;
    text-shadow: 2px 2px 2px #000;
    letter-spacing: initial;
    background: none;
    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: 3.8em; }

.bread {
  margin-bottom: 30px; }
  .bread .breadcrumb {
    border-radius: 0px;
    background: #e5e5e5;
    margin: 0; }
    .bread .breadcrumb li a {
      color: #000; }
      .bread .breadcrumb li a:hover {
        transition: 0.2s;
        color: #25ae88; }
    .bread .breadcrumb li + li:before {
      content: "/ ";
      color: #000;
      padding: 0px 5px; }
    .bread .breadcrumb .active {
      color: red; }
    .bread .breadcrumb .home .fas {
      color: #000; }
      .bread .breadcrumb .home .fas:hover {
        transition: 0.2s;
        color: #25ae88; }

.subsite-content {
  margin-bottom: 30px; }
  .subsite-content .subsite-content-inner {
    background: #e5e5e5;
    padding: 15px;
    text-align: justify;
    color: #000;
    display: flow-root; }
    .subsite-content .subsite-content-inner .single-gallery {
      padding-bottom: 5px;
      margin-bottom: 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: 250px;
        width: 100%;
        display: block; }
        .subsite-content .subsite-content-inner .single-gallery .single-gallery-background:hover {
          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 h1, .subsite-content h2, .subsite-content h3, .subsite-content h4, .subsite-content h5, .subsite-content h6 {
    text-transform: initial;
    font-weight: initial;
    background-color: #e5e5e5;
    color: #000;
    padding: 10px 0px; }

#top-navbar {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10; }
  #top-navbar .top-contact {
    padding-top: 10px; }
    #top-navbar .top-contact a {
      font-size: 1.4em;
      position: relative;
      top: 4px; }
    #top-navbar .top-contact img {
      padding-right: 10px; }
  #top-navbar .navigation ul {
    display: flex;
    justify-content: space-around;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 42px;
    background-image: url(../img/nav.png);
    background-repeat: no-repeat;
    background-size: cover; }
    #top-navbar .navigation ul li {
      list-style: none; }
      #top-navbar .navigation ul li a {
        font-size: 1.4em;
        color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-transition: 0.3s; }
        #top-navbar .navigation ul li a:hover {
          color: #000;
          transition: 0.3s; }

#static-banner {
  padding-top: 100px; }
  #static-banner .banner-txt {
    margin-top: 50px; }
    #static-banner .banner-txt h1 {
      color: #25ae88;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 4em;
      margin-bottom: 0; }
    #static-banner .banner-txt p {
      font-size: 1.5em; }
      #static-banner .banner-txt p span {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.4em; }
  #static-banner .banner-list {
    margin-top: 40px; }
    #static-banner .banner-list h3 {
      text-transform: uppercase;
      margin: 0; }
    #static-banner .banner-list h4 {
      background-color: #fff;
      border-radius: 5px;
      margin: 0;
      font-size: 1.4em;
      width: 240px;
      margin-left: auto;
      margin-right: auto;
      float: none;
      padding-top: 8px;
      padding-bottom: 8px;
      margin-top: 15px; }
    #static-banner .banner-list .arrow {
      margin-top: 15px; }
    #static-banner .banner-list:last-child img {
      position: relative;
      top: -3px; }
    #static-banner .banner-list .btn-send {
      font-size: 1em;
      padding: 10px 25px; }

.background {
  display: block;
  position: absolute;
  width: 100%;
  height: 1420px;
  background-image: url(../img/tlo1.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px; }

.btn-send {
  background-color: #25ae88;
  color: #fff;
  border-radius: 15px;
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 1.4em;
  border: 2px solid #25ae88;
  margin-top: 30px; }
  .btn-send:hover {
    color: #25ae88 !important; }

#three-columns {
  margin-top: 60px; }
  #three-columns .one-element .element-img .image-holder {
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  #three-columns .one-element .element-img span {
    display: block;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s; }
  #three-columns .one-element h2 {
    background-color: #fbfbfb;
    margin: 0;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #25ae88;
    padding-bottom: 8px;
    padding-top: 8px;
    font-weight: bold;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  #three-columns .one-element h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold; }
  #three-columns .one-element ul {
    margin: 0;
    padding: 0; }
    #three-columns .one-element ul li {
      list-style: none;
      background-image: url(../img/check.png);
      background-position: left center;
      background-size: 16px;
      background-repeat: no-repeat;
      padding-left: 30px;
      margin-bottom: 10px; }
  #three-columns .one-element:hover .element-img .image-holder span {
    transition: 1s;
    transform: scale(1.2, 1.2); }

#howitworks {
  margin-top: 30px; }
  #howitworks h2 {
    font-size: 3em; }
    #howitworks h2 span {
      font-weight: bold; }
  #howitworks .inner {
    background-image: url(../img/tlo2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 10px; }
    #howitworks .inner .one-step {
      margin-bottom: 30px; }
      #howitworks .inner .one-step .one-step-inner {
        background-color: rgba(255, 255, 255, 0.9);
        display: flow-root;
        height: 180px; }
        #howitworks .inner .one-step .one-step-inner .number {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%; }
          #howitworks .inner .one-step .one-step-inner .number span {
            color: #25ae88;
            font-size: 5em;
            border: 3px solid #25ae88;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            display: flex;
            justify-content: center; }
        #howitworks .inner .one-step .one-step-inner .txt {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          height: 100%;
          padding-top: 40px;
          padding-bottom: 40px; }

#contact-form-simple h2 {
  border-bottom: 2px solid #52943e;
  padding-bottom: 10px;
  margin-bottom: 30px; }
#contact-form-simple .contact-form .contact-form-inner .form-control {
  background-color: #f9f6f4;
  color: #000;
  border: none;
  height: 60px;
  border-radius: 20px;
  padding-left: 30px; }
  #contact-form-simple .contact-form .contact-form-inner .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(37, 174, 136, 0.75), 0 0 8px rgba(37, 174, 136, 0.75); }
#contact-form-simple .contact-form .contact-form-inner .form-text-area {
  height: 120px;
  padding-top: 20px; }
#contact-form-simple .contact-form .contact-form-inner .rules p {
  display: flex;
  justify-content: space-around;
  align-items: baseline; }
  #contact-form-simple .contact-form .contact-form-inner .rules p .checkboxform {
    margin-right: 20px; }
#contact-form-simple .contact-form .contact-form-inner .send-btn .btn-send {
  margin-bottom: 30px;
  margin-top: 10px; }

.btn-pink {
  color: #fff;
  background-color: red; }
  .btn-pink:hover {
    color: #fff; }

.btn-violet {
  color: #fff;
  background-color: green; }
  .btn-violet:hover {
    color: #fff; }

.regulamin-btn {
  font-size: 1.4em;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s;
  z-index: 100;
  background: none;
  border: none;
  padding-top: 2px;
  padding-bottom: 15px; }
  .regulamin-btn:hover {
    color: #000; }

#myModal .modal-dialog {
  line-height: 1.8em;
  width: 1170px;
  overflow: auto;
  max-height: 90vh; }
  #myModal .modal-dialog ul {
    list-style: lower-alpha; }
    #myModal .modal-dialog ul ul {
      list-style: lower-roman; }
  #myModal .modal-dialog .liczba {
    list-style: decimal; }
    #myModal .modal-dialog .liczba ul {
      list-style: lower-alpha; }
  #myModal .modal-dialog li {
    text-align: justify; }

#regulamin .modal-dialog {
  line-height: 1.8em;
  width: 1170px;
  overflow: auto;
  max-height: 90vh; }
  #regulamin .modal-dialog ul {
    list-style: lower-alpha; }
    #regulamin .modal-dialog ul ul {
      list-style: lower-roman; }
  #regulamin .modal-dialog .liczba {
    list-style: decimal; }
    #regulamin .modal-dialog .liczba ul {
      list-style: lower-alpha; }
  #regulamin .modal-dialog li {
    text-align: justify; }

#regulamin .modal-dialog {
  line-height: 1.8em;
  width: 1170px;
  overflow: auto;
  max-height: 90vh; }
  #regulamin .modal-dialog ul {
    list-style: lower-alpha; }
    #regulamin .modal-dialog ul ul {
      list-style: lower-roman; }
  #regulamin .modal-dialog .liczba {
    list-style: decimal; }
    #regulamin .modal-dialog .liczba ul {
      list-style: lower-alpha; }
  #regulamin .modal-dialog li {
    text-align: justify; }

#myModalContact .modal-dialog {
  line-height: 1.8em;
  width: 1170px;
  overflow: auto;
  max-height: 90vh; }
  #myModalContact .modal-dialog ul {
    list-style: lower-alpha; }
    #myModalContact .modal-dialog ul ul {
      list-style: lower-roman; }
  #myModalContact .modal-dialog .liczba {
    list-style: decimal; }
    #myModalContact .modal-dialog .liczba ul {
      list-style: lower-alpha; }
  #myModalContact .modal-dialog li {
    text-align: justify; }

.one {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s; }

.two {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.2s; }

.three {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.4s; }

.four {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.6s; }

.five {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.8s; }

.six {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s; }

.seven {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2.2s; }

.eight {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2.4s; }

.nine {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2.6s; }

.banner-txt {
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s; }

.ten {
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.6s; }

.eleven {
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.8s; }

.twelve {
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 2s; }

.container-half {
  width: 585px; }

@media (max-width: 767px) {
  header {
    position: initial; }

  #top-bar-2-c {
    text-align: center;
    padding-bottom: 10px; }
    #top-bar-2-c .right-side {
      text-align: center; }

  #top-navbar .navbar #top-collapse {
    border-top: 1px solid red; }
    #top-navbar .navbar #top-collapse .nav.navbar-nav {
      text-align: center;
      margin: 0px -15px; }
      #top-navbar .navbar #top-collapse .nav.navbar-nav li a {
        font-size: 1.2em;
        color: #000;
        background: yellow;
        padding: 5px 15px; }
        #top-navbar .navbar #top-collapse .nav.navbar-nav li a:hover {
          color: #fff;
          background: #cc181e; }
      #top-navbar .navbar #top-collapse .nav.navbar-nav .dropdown .dropdown-menu {
        border: none;
        text-align: center; }
        #top-navbar .navbar #top-collapse .nav.navbar-nav .dropdown .dropdown-menu li a {
          font-size: 1.1em; }

  #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 .one-foto .one-foto-inner span {
    height: 230px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 230px; }

  #info-block-full {
    padding-bottom: 15px; }
    #info-block-full .info-foto {
      margin-bottom: 15px; }
      #info-block-full .info-foto span {
        height: 300px; }
    #info-block-full .info-title {
      text-align: center;
      float: none !important; }
    #info-block-full .info-btn {
      position: initial;
      float: none !important; }
      #info-block-full .info-btn .info-btn-inner {
        text-align: center;
        float: none !important; }

  #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; }

  #contact-block .contact-block-inner .contact-form {
    padding-left: 15px; }
  #contact-block .contact-block-inner .adress-info {
    text-align: center;
    padding-left: 15px; }
  #contact-block .contact-block-inner .send-btn {
    float: none !important;
    text-align: center; }

  #google-map .google-map-helper {
    height: #e5e5e5; }

  #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: yellow;
        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; }

  #footer {
    padding-bottom: 15px;
    padding-top: 15px; }
    #footer p {
      margin-bottom: 0px; }
    #footer .author {
      text-align: center; }
    #footer .copyrights {
      text-align: center; }

  #top-navbar .top-contact {
    margin-bottom: 10px;
    padding-left: auto;
    padding-right: auto;
    float: none;
    text-align: center; }
  #top-navbar .navigation {
    padding-left: 0px;
    padding-right: 0px; }
    #top-navbar .navigation ul {
      background-image: none;
      background-color: #25ae88;
      padding-bottom: 15px;
      padding-top: 15px; }
      #top-navbar .navigation ul li {
        padding-top: 10px; }

  #howitworks .inner {
    background-image: url(../img/tlo2xs.jpg); }
    #howitworks .inner .one-step .one-step-inner {
      height: auto; }
      #howitworks .inner .one-step .one-step-inner .number {
        text-align: center;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 15px; }
        #howitworks .inner .one-step .one-step-inner .number span {
          display: block;
          margin-left: auto;
          margin-right: auto; }
      #howitworks .inner .one-step .one-step-inner .txt {
        display: block;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px; }

  header {
    background-image: url(../img/tlo1xs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px; }

  #three-columns {
    margin-top: 10px; }
    #three-columns .one-element .element-txt:last-child p {
      text-align: center; }

  .background {
    background-image: none; }

  #static-banner {
    font-size: 0.7em; }

  .one {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s; }

  .two {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s; }

  .three {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s; }

  .four {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s; }

  .five {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s; }

  .six {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s; }

  .seven {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s; }

  .eight {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s; }

  .nine {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s; }

  .banner-txt {
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 0.7s; }

  .ten {
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 0.5s; }

  .eleven {
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 0.5s; }

  .twelve {
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 0.5s; }

  .subsite-tittle {
    height: 250px; }
    .subsite-tittle h2 {
      font-size: 2.5em; }

  .modal-dialog {
    width: 95%;
    float: none;
    margin-left: auto;
    margin-right: auto; }

  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: 1.8em; }
    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 img {
    max-width: 100%;
    height: auto !important; }

  #myModal .modal-dialog {
    line-height: 1.8em;
    width: auto;
    max-width: 100%;
    overflow: auto;
    max-height: 90vh;
    margin: 10px; }
    #myModal .modal-dialog ul {
      list-style: lower-alpha; }
      #myModal .modal-dialog ul ul {
        list-style: lower-roman; }
    #myModal .modal-dialog .liczba {
      list-style: decimal; }
      #myModal .modal-dialog .liczba ul {
        list-style: lower-alpha; }
    #myModal .modal-dialog li {
      text-align: justify; }

  #regulamin .modal-dialog {
    line-height: 1.8em;
    width: auto;
    max-width: 100%;
    overflow: auto;
    max-height: 90vh;
    margin: 10px; }
    #regulamin .modal-dialog ul {
      list-style: lower-alpha; }
      #regulamin .modal-dialog ul ul {
        list-style: lower-roman; }
    #regulamin .modal-dialog .liczba {
      list-style: decimal; }
      #regulamin .modal-dialog .liczba ul {
        list-style: lower-alpha; }
    #regulamin .modal-dialog li {
      text-align: justify; }

  #myModalContact .modal-dialog {
    line-height: 1.8em;
    width: auto;
    max-width: 100%;
    overflow: initial;
    max-height: 90vh;
    margin: 10px; }
    #myModalContact .modal-dialog .modal-body {
      max-height: 70vh;
      overflow-y: auto; }
    #myModalContact .modal-dialog ul {
      list-style: lower-alpha; }
      #myModalContact .modal-dialog ul ul {
        list-style: lower-roman; }
    #myModalContact .modal-dialog .liczba {
      list-style: decimal; }
      #myModalContact .modal-dialog .liczba ul {
        list-style: lower-alpha; }
    #myModalContact .modal-dialog li {
      text-align: justify; }

  .number span {
    font-size: 2em !important;
    line-height: 60px !important;
    width: 70px !important;
    height: 70px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 15px 25px; }
  #top-navbar .navigation ul {
    padding-top: 32px;
    padding-bottom: 51px; }

  #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; }

  #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 span {
    height: 230px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 230px; }

  #info-block-full .info-foto span {
    height: 300px; }
  #info-block-full .info-txt .info-txt-inner {
    padding-right: 35px; }
  #info-block-full .info-btn {
    right: 35px; }

  #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; }

  #google-map .google-map-helper {
    height: #e5e5e5; }

  #bottom-navbar .navbar .nav.navbar-nav li a {
    padding: 15px 25px; }

  #static-banner .banner-txt {
    margin-top: -17px; }

  #three-columns .one-element {
    margin-bottom: 12px; }
    #three-columns .one-element h2 {
      margin-bottom: 7px; }

  .modal-dialog {
    width: 750px; }

  .subsite-tittle {
    height: 250px; }
    .subsite-tittle h2 {
      font-size: 3em; }

  .container-half {
    width: 375px; }

  body h1 {
    font-size: 2.2em; }
  body h2 {
    font-size: 2em; }
  body h3 {
    font-size: 1.8em; }
  body h4 {
    font-size: 1.6em; }
  body h5 {
    font-size: 1.5em; }
  body h6 {
    font-size: 1.4em; }

  #myModal .modal-dialog {
    line-height: 1.8em;
    width: 750px;
    overflow: auto;
    max-height: 90vh; }
    #myModal .modal-dialog ul {
      list-style: lower-alpha; }
      #myModal .modal-dialog ul ul {
        list-style: lower-roman; }
    #myModal .modal-dialog .liczba {
      list-style: decimal; }
      #myModal .modal-dialog .liczba ul {
        list-style: lower-alpha; }
    #myModal .modal-dialog li {
      text-align: justify; }

  #regulamin .modal-dialog {
    line-height: 1.8em;
    width: 750px;
    overflow: auto;
    max-height: 90vh; }
    #regulamin .modal-dialog ul {
      list-style: lower-alpha; }
      #regulamin .modal-dialog ul ul {
        list-style: lower-roman; }
    #regulamin .modal-dialog .liczba {
      list-style: decimal; }
      #regulamin .modal-dialog .liczba ul {
        list-style: lower-alpha; }
    #regulamin .modal-dialog li {
      text-align: justify; }

  #myModalContact .modal-dialog {
    line-height: 1.8em;
    width: 750px;
    overflow: auto;
    max-height: 90vh; }
    #myModalContact .modal-dialog ul {
      list-style: lower-alpha; }
      #myModalContact .modal-dialog ul ul {
        list-style: lower-roman; }
    #myModalContact .modal-dialog .liczba {
      list-style: decimal; }
      #myModalContact .modal-dialog .liczba ul {
        list-style: lower-alpha; }
    #myModalContact .modal-dialog li {
      text-align: justify; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 15px 25px; }

  #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; }

  #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 span {
    height: 230px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 230px; }

  #info-block-full .info-foto span {
    height: 300px; }

  #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; }

  #google-map .google-map-helper {
    height: #e5e5e5; }

  #bottom-navbar .navbar .nav.navbar-nav li a {
    padding: 15px 25px; }

  #top-navbar .navigation ul {
    padding-bottom: 68px; }

  #three-columns .one-element h2 {
    font-size: 1.4em; }

  #howitworks .inner .one-step .one-step-inner .number span {
    width: 83px;
    height: 83px;
    font-size: 4em; }

  .subsite-tittle {
    height: 250px; }
    .subsite-tittle h2 {
      font-size: 3.5em; }

  .modal-dialog {
    width: 970px; }

  .container-half {
    width: 485px; }

  body h1 {
    font-size: 2.2em; }
  body h2 {
    font-size: 2em; }
  body h3 {
    font-size: 1.8em; }
  body h4 {
    font-size: 1.6em; }
  body h5 {
    font-size: 1.5em; }
  body h6 {
    font-size: 1.4em; }

  #myModal .modal-dialog {
    line-height: 1.8em;
    width: 970px;
    overflow: auto;
    max-height: 90vh; }
    #myModal .modal-dialog ul {
      list-style: lower-alpha; }
      #myModal .modal-dialog ul ul {
        list-style: lower-roman; }
    #myModal .modal-dialog .liczba {
      list-style: decimal; }
      #myModal .modal-dialog .liczba ul {
        list-style: lower-alpha; }
    #myModal .modal-dialog li {
      text-align: justify; }

  #regulamin .modal-dialog {
    line-height: 1.8em;
    width: 970px;
    overflow: auto;
    max-height: 90vh; }
    #regulamin .modal-dialog ul {
      list-style: lower-alpha; }
      #regulamin .modal-dialog ul ul {
        list-style: lower-roman; }
    #regulamin .modal-dialog .liczba {
      list-style: decimal; }
      #regulamin .modal-dialog .liczba ul {
        list-style: lower-alpha; }
    #regulamin .modal-dialog li {
      text-align: justify; }

  #myModalContact .modal-dialog {
    line-height: 1.8em;
    width: 970px;
    overflow: auto;
    max-height: 90vh; }
    #myModalContact .modal-dialog ul {
      list-style: lower-alpha; }
      #myModalContact .modal-dialog ul ul {
        list-style: lower-roman; }
    #myModalContact .modal-dialog .liczba {
      list-style: decimal; }
      #myModalContact .modal-dialog .liczba ul {
        list-style: lower-alpha; }
    #myModalContact .modal-dialog li {
      text-align: justify; } }
/* MENU OVERWRITE */
/*
@media (max-width: 991px) {
    .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);
    }
    .navbar-collapse.collapse {
        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;
    }

    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-collapse.collapse.in { display: block!important; }
}
*/

/*# sourceMappingURL=main.css.map */
