/*! 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=Muli:400,400i,700");
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; }

/* Zmienne */
.grey {
  color: #a1a1a1; }

.light-grey {
  color: #f4f4f4; }

.dark-grey {
  color: #333; }

.blue {
  color: #313c7e; }

.light-blue {
  color: #1db1e5; }

.gold {
  color: #f3e3cd; }

.red {
  color: #d2031d; }

.white {
  color: #fff; }

.black {
  color: #000; }

body {
  font: 150% "Muli", sans-serif;
  color: #000; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  height: 100%;
  box-sizing: border-box; }

body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0;
  min-height: 100%;
  padding-bottom: 69px;
  overflow-x: hidden; }
  body a {
    z-index: 100; }
  body p {
    z-index: 100; }

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

.uppercase {
  text-transform: uppercase; }

figure {
  margin: 0; }

header .navbar {
  border-radius: 0px;
  border: none;
  background-color: #e9ecfd;
  margin-bottom: 0px;
  border-bottom: 1px solid #000;
  min-height: 1px; }
  header .navbar #main-navbar {
    padding-left: 0px;
    padding-right: 0px; }
    header .navbar #main-navbar .nav.navbar-nav li a {
      color: #000;
      font-weight: bold;
      padding-top: 13px;
      padding-bottom: 13px; }
      header .navbar #main-navbar .nav.navbar-nav li a:hover {
        color: #d2031d;
        transition: 0.2s; }
    header .navbar #main-navbar .nav.navbar-nav li:first-child a {
      padding-left: 0px; }
    header .navbar #main-navbar .nav.navbar-nav .active a {
      background: none;
      color: #d2031d; }
header #head-box {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 15px solid #f3e3cd; }
  header #head-box #logo {
    z-index: 1000;
    max-height: 80px; }
    header #head-box #logo img {
      float: left;
      padding-right: 10px;
      max-height: 85px; }
    header #head-box #logo h1 {
      margin-top: 0px;
      font-size: 3em;
      margin-bottom: 5px;
      font-weight: bold; }
    header #head-box #logo h2 {
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 1.4em;
      font-weight: bold;
      position: relative;
      left: 92px; }
  header #head-box #social-media {
    padding-top: 20px;
    z-index: 1000; }
    header #head-box #social-media img {
      width: 32px;
      height: 32px;
      border: 2px solid #fff;
      border-radius: 50%; }
    header #head-box #social-media a:hover img {
      border: 5px solid #f3e3cd;
      transition: 0.5s;
      background: #f3e3cd;
      filter: grayscale(100%); }
  header #head-box #banner .banner-inner {
    position: absolute;
    z-index: 10;
    top: -15px;
    right: 0px; }
    header #head-box #banner .banner-inner img {
      /*                    border-right: 2px solid #fff;
                          border-left: 2px solid #fff;
                          border-bottom: 2px solid #fff;*/
      margin: 18px 0; }

#main-slider {
  position: relative; }
  #main-slider .holder {
    height: 593px;
    overflow: hidden; }
    #main-slider .holder img {
      height: auto !important; }
  #main-slider .news-carausel .carausel-element {
    text-align: center; }
    #main-slider .news-carausel .carausel-element .slider-background {
      height: 593px;
      width: 1923px;
      overflow-x: hidden;
      margin-left: auto;
      margin-right: auto;
      float: none; }
  #main-slider .slider-desc {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
    padding: 15px;
    text-align: left; }
    #main-slider .slider-desc .slider-desc-inner {
      background-color: #313c7e;
      width: 50%;
      padding: 15px 25px;
      padding-right: 190px; }
      #main-slider .slider-desc .slider-desc-inner h2 {
        margin-top: 0px;
        font-weight: bold;
        font-size: 2.4em; }
      #main-slider .slider-desc .slider-desc-inner h3 {
        font-weight: bold;
        font-size: 1.4em; }
  #main-slider .jolanta {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    z-index: 10; }
    #main-slider .jolanta img {
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px;
      width: 785px;
      position: relative;
      left: 50px;
      z-index: 10; }
  #main-slider .tekst {
    position: absolute;
    z-index: 1000000;
    right: 30px;
    top: 48%;
    text-align: left; }
    #main-slider .tekst h4 {
      font-size: 5em;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
      color: #fff;
      font-weight: bold; }
      #main-slider .tekst h4 span {
        font-size: 1.3em; }
    #main-slider .tekst h5 {
      color: #fff;
      font-size: 2em;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
      font-weight: bold; }
      #main-slider .tekst h5 span {
        color: #29235c;
        text-shadow: none; }
    #main-slider .tekst h6 {
      font-size: 1.5em;
      color: #fff;
      font-weight: bold;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7); }
      #main-slider .tekst h6 img {
        width: 32px;
        float: left; }
      #main-slider .tekst h6 span {
        color: #29235c;
        float: left;
        text-shadow: none;
        margin-right: 5px; }
  #main-slider .grupa {
    position: absolute;
    z-index: 300000;
    right: 70px;
    top: 20px; }
  #main-slider .left-side {
    position: absolute;
    z-index: 100000;
    bottom: 2px;
    left: 2px;
    margin: 0; }
  #main-slider .owl-stage-outer {
    overflow: visible; }

#layerslider {
  height: 720px; }

main {
  position: relative;
  z-index: 0;
  background: #fff;
  border-top: 15px solid #f3e3cd;
  border-bottom: 15px solid #f3e3cd; }
  main #content .nostyle {
    color: #313c7e; }
    main #content .nostyle:hover, main #content .nostyle:focus {
      color: #313c7e;
      text-decoration: none; }
  main #content .sub {
    color: #e23113;
    font-weight: bold; }
  main #content .margin {
    margin: 50px 30px 40px;
    padding-bottom: 10px;
    transition: all .3s ease-out;
    border-bottom: solid transparent 5px;
    text-decoration: none; }
  main #content .margin:hover .slider {
    width: 10%; }
  main #content .margin:hover .slider {
    background-color: #313c7e; }
  main #content .slider {
    position: relative;
    display: block;
    left: 0;
    top: 10px;
    margin: 0 auto;
    float: left;
    height: 2px;
    background-color: #313c7e;
    width: 0%;
    transition: width 1s ease; }
  main #content .sub-content {
    padding-top: 30px;
    margin-bottom: 50px;
    background: #f3e3cd69;
    transition: 1.5s;
    display: flow-root; }
  main #content .sub-content:hover {
    background: #f3e3cdc7; }
  main #content .sub-content-inner {
    padding-bottom: 30px;
    padding-right: calc(15px + 0.67em);
    padding-left: calc(15px + 0.67em); }
  main #content .sub-content-gallery {
    padding-right: 0px;
    padding-left: 0px; }
  main #content .owl-slide {
    background-color: #f3e3cd69;
    padding-bottom: 15px;
    margin: 10px; }
    main #content .owl-slide .owl-image {
      display: block;
      max-width: 100%;
      height: auto; }
      main #content .owl-slide .owl-image .helper {
        display: inline-block;
        height: 180px;
        width: 100%;
        margin: 20px 0;
        transition: 0.5s; }
        main #content .owl-slide .owl-image .helper:hover {
          opacity: 0.5; }
    main #content .owl-slide .owl-title {
      margin: 0px;
      font-size: 18px;
      color: #313c7e;
      font-weight: bold;
      padding-bottom: 7px;
      text-transform: uppercase; }
  main #information-box .info-box {
    min-height: 250px;
    max-height: 400px;
    overflow: hidden; }
    main #information-box .info-box .news-single .info-box-content .info-box-header {
      padding: 20px; }
      main #information-box .info-box .news-single .info-box-content .info-box-header .info-box-title h2 {
        margin-top: 0px;
        font-weight: bold; }
      main #information-box .info-box .news-single .info-box-content .info-box-header .info-box-date p {
        text-align: right;
        font-weight: bold;
        font-size: 1.3em;
        padding-top: 5px; }
  main #information-box .info-box-grey {
    background-color: #faf3ea; }
  main #information-box .spacer {
    height: 30px;
    display: block;
    background: transparent; }

footer {
  height: 70px; }
  footer #backToTop {
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    padding: 7px;
    margin: 14px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #313c7ecc;
    cursor: pointer;
    border: 1px solid #313c7e4d;
    border-radius: 2px;
    text-decoration: none;
    transition: 0.4s ease-out;
    opacity: 0; }
  footer #backToTop:hover {
    background: #3d4ba2; }
  footer #backToTop.show {
    opacity: 1; }
  footer #content {
    height: 2000px; }
  footer #copyright {
    color: #313c7e;
    line-height: 70px;
    text-align: center;
    font-weight: bold; }
    footer #copyright a {
      color: #313c7e; }

#full-gallery #site-inner #gallery .gallery-in {
  margin-bottom: 30px;
  height: 300px !important; }
  #full-gallery #site-inner #gallery .gallery-in .example-image-link {
    display: block;
    width: 100%;
    height: 100%; }
    #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: top center; }

.form-horizontal .formularz-zamowienie #form_lastname {
  width: calc(100% - 20px); }
.form-horizontal .btn-blue {
  background: #313c7e;
  color: #fff; }

.news-text h2 {
  margin-top: 0px; }

.pagination {
  width: 100%;
  text-align: center; }

.pagination a {
  background-image: url(../img/nav-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  margin: 3px; }

.pagination a:hover {
  background: #cdcdcd; }

.single-news {
  position: relative;
  background: #f3e3cd69;
  margin: 30px auto; }
  .single-news .news-img {
    display: block;
    width: 100%;
    height: 333px;
    transition: 0.5s; }
    .single-news .news-img:hover {
      opacity: 0.7; }

.single-post {
  background: #edecec;
  border-top: 20px solid #fff; }

.col-bg-4 {
  padding: 0 !important; }

.news-text {
  padding: 20px 40px;
  min-height: 333px; }

.czytaj {
  position: absolute;
  bottom: 40px;
  transition: 0.5s;
  color: #313c7e;
  font-weight: bold;
  border: 2px solid #313c7e; }

.czytaj:hover {
  background: #313c7e;
  color: #edecec; }

.no-underline {
  text-decoration: none !important; }

.pull-down {
  position: absolute;
  bottom: 0px;
  right: -30px; }

a#pdf-link {
  background: url(/img/pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 20px;
  font-size: 18px;
  color: #003896; }

main #content .owl-slide {
  padding-bottom: 0px; }

main #content .owl-slide .owl-image .helper {
  margin: 20px 0 0 0; }

main #content .owl-slide .owl-title {
  padding: 20px 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; }

@media (max-width: 767px) {
  header .navbar {
    padding-left: 15px;
    padding-right: 15px; }
    header .navbar .navbar-header .navbar-toggle {
      border-color: #313c7e; }
      header .navbar .navbar-header .navbar-toggle span {
        background-color: #313c7e; }
    header .navbar .navbar-header .navbar-toggle:hover, header .navbar .navbar-header .navbar-toggle:active, header .navbar .navbar-header .navbar-header:focus {
      background-color: #313c7e; }
      header .navbar .navbar-header .navbar-toggle:hover span, header .navbar .navbar-header .navbar-toggle:active span, header .navbar .navbar-header .navbar-header:focus span {
        background-color: #fff; }
    header .navbar #main-navbar .nav.navbar-nav {
      margin: 7.5px 0px; }
      header .navbar #main-navbar .nav.navbar-nav li {
        text-align: center; }
        header .navbar #main-navbar .nav.navbar-nav li a {
          font-size: 1.3em;
          padding-bottom: 7px;
          padding-top: 7px; }
      header .navbar #main-navbar .nav.navbar-nav li:first-child a {
        padding-left: 15px; }
  header #head-box #logo {
    text-align: center;
    max-height: none; }
    header #head-box #logo h1 {
      font-size: 2.6em; }
    header #head-box #logo h2 {
      position: initial; }
    header #head-box #logo img {
      float: none;
      margin-left: auto;
      margin-right: auto; }
  header #head-box #social-media {
    text-align: center; }

  #main-slider .holder {
    height: auto !important; }
  #main-slider .news-carausel .carausel-element .slider-background {
    width: 100%;
    height: auto;
    min-width: 645px;
    min-height: 250px; }
  #main-slider .slider-desc {
    width: 100%;
    position: initial;
    padding: 0px; }
    #main-slider .slider-desc .slider-desc-inner {
      padding-right: 15px;
      width: 100%;
      padding-left: 15px;
      text-align: center;
      z-index: 10; }
      #main-slider .slider-desc .slider-desc-inner h2 {
        font-size: 2.2em; }
  #main-slider .jolanta {
    z-index: 5; }
    #main-slider .jolanta img {
      width: 36%;
      left: 140px;
      bottom: auto;
      top: -143px; } }
@media (max-width: 767px) and (min-width: 499px) {
  #main-slider .jolanta img {
    width: 36%;
    left: 140px;
    bottom: auto;
    top: -119px; } }
@media (max-width: 767px) {
  #main-slider .jolanta2 {
    z-index: 5; }
    #main-slider .jolanta2 img {
      width: 36%;
      left: 140px;
      bottom: 129px;
      top: auto; } }
@media (max-width: 767px) and (min-width: 351px) {
  #main-slider .jolanta img {
    bottom: 107px; } }
@media (max-width: 767px) and (min-width: 667px) {
  #main-slider .jolanta img {
    bottom: 84px; } }
@media (max-width: 767px) {
  #main-slider .tekst {
    left: 40px;
    right: auto;
    top: 10%; }
    #main-slider .tekst h4 {
      font-size: 3em; }
      #main-slider .tekst h4 span {
        font-size: 1.3em; }
    #main-slider .tekst h5 {
      font-size: 1.1em; }
    #main-slider .tekst h6 {
      font-size: 1em; }
      #main-slider .tekst h6 img {
        width: 22px; }
  #main-slider .grupa {
    right: 15px;
    top: 15px;
    width: 45px; }
  #main-slider .owl-stage-outer {
    overflow: hidden; } }
@media (max-width: 767px) and (max-width: 498px) {
  #main-slider .news-carausel #jolanta img {
    width: 200px;
    top: -142px; } }
@media (max-width: 767px) {
  .info-box-img {
    margin-bottom: 10px; }

  .single-news h2 {
    margin-bottom: 20px; }

  .news-text {
    padding: 20px 5%;
    margin-bottom: 70px;
    min-height: auto; }

  .czytaj {
    width: 90%;
    bottom: 20px;
    left: 5%; }

  .btn.btn-secondary.pull-left.czytaj {
    left: 5% !important; }

  .sub {
    text-align: center;
    margin: 20px; }

  .gallery-in {
    height: 400px !important; }

  .pull-down {
    position: initial; }
    .pull-down .img-responsive {
      margin-top: 0px;
      float: none;
      margin: 0 auto;
      margin-bottom: -30px; }

  .carousel .owl-stage {
    width: 100% !important;
    overflow-x: hidden; }
  .carousel .cloned {
    display: none; }

  .subsite-content {
    text-align: justify; }
    .subsite-content h2 {
      font-size: 1.7em; }

  #copyright {
    line-height: 30px !important;
    margin: 10px !important; }
    #copyright div p {
      text-align: center !important;
      float: none !important; }

  .sub-content-inner img {
    max-width: 100%;
    height: auto !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  #main-slider .holder {
    height: 300px; }
  #main-slider .news-carausel .carausel-element .slider-background {
    width: 1002px;
    height: 300px; }
  #main-slider .slider-desc {
    width: 750px;
    top: 15%; }
    #main-slider .slider-desc .slider-desc-inner {
      padding-right: 15px;
      width: 70%; }
  #main-slider .slider2-inner .slider-desc-inner {
    padding-right: 32px; }
  #main-slider .jolanta img {
    width: 370px;
    left: 200px; }
  #main-slider .tekst {
    left: 40px;
    right: auto;
    top: 60%; }
    #main-slider .tekst h4 {
      font-size: 3em; }
      #main-slider .tekst h4 span {
        font-size: 1.3em; }
    #main-slider .tekst h5 {
      font-size: 1.5em; }
    #main-slider .tekst h6 {
      font-size: 1.3em; }
      #main-slider .tekst h6 img {
        width: 28px; }
  #main-slider .grupa {
    right: 15px;
    top: 20px;
    width: 95px; }

  header #head-box #social-media {
    text-align: center; }
  header #head-box #banner .banner-inner img {
    width: 120px; }

  .news-single .info-box-content .info-box-header {
    padding: 20px; }
    .news-single .info-box-content .info-box-header .info-box-title h2 {
      margin-top: 0px;
      font-weight: bold; }
    .news-single .info-box-content .info-box-header .info-box-date p {
      text-align: right;
      font-weight: bold;
      font-size: 1.3em;
      padding-top: 5px; }
  .news-single .info-box-img {
    margin-top: 30px; }

  #form_lastname {
    width: 100% !important; }

  .pull-down {
    position: initial; }
    .pull-down .img-responsive {
      margin-top: 0px;
      float: none;
      margin: 0 auto;
      width: 100%;
      margin-bottom: -30px; }

  .nav > li > a {
    padding: 10px !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #main-slider .holder {
    height: 420px; }
  #main-slider .news-carausel .carausel-element .slider-background {
    width: 1203px;
    height: 420px; }
  #main-slider .slider-desc {
    width: 970px; }
    #main-slider .slider-desc .slider-desc-inner {
      padding-right: 90px; }
  #main-slider .jolanta img {
    width: 570px; }
  #main-slider .tekst {
    right: 30px;
    top: 48%; }
    #main-slider .tekst h4 {
      font-size: 3em; }
      #main-slider .tekst h4 span {
        font-size: 1.3em; }
    #main-slider .tekst h5 {
      font-size: 1.5em; }
    #main-slider .tekst h6 {
      font-size: 1.3em; }
      #main-slider .tekst h6 img {
        width: 28px; }
  #main-slider .grupa {
    right: 70px;
    top: 20px;
    width: 130px; }
  #main-slider .left-side {
    bottom: 2px;
    left: 2px; }

  .info-box {
    margin-left: 0px !important; }
    .info-box .news-single {
      padding: 0px; }
      .info-box .news-single .info-box-content .info-box-header {
        padding: 20px; }
        .info-box .news-single .info-box-content .info-box-header .info-box-title h2 {
          margin-top: 0px;
          font-weight: bold; }
        .info-box .news-single .info-box-content .info-box-header .info-box-date p {
          text-align: right;
          font-weight: bold;
          font-size: 1.3em;
          padding-top: 5px; }

  .pull-down {
    position: initial; }
    .pull-down .img-responsive {
      float: right;
      max-height: 300px;
      margin-top: -80px;
      margin-right: -50px;
      margin-bottom: -30px; } }
@media (min-width: 1200px) {
  #main-slider .slider-desc {
    width: 1170px; } }
/* 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 */
