/*! 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=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400,600,700&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; }

figure {
  margin: 0; }

.hr-grey {
  border-top: 1px solid #e4e4e4;
  width: 100%;
  margin-bottom: 20px; }

body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font: 150% "Montserrat", sans-serif;
  color: #fff;
  background-color: #000; }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: "Montserrat", sans-serif; }
  body h1 {
    color: #fff;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h2 {
    color: #fff;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h3 {
    color: #fff;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h4 {
    color: #fff;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h5 {
    color: #fff;
    text-shadow: none;
    text-transform: initial;
    font-style: normal;
    font-weight: normal; }
  body h6 {
    color: #fff;
    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: #6fd82b;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    body a:hover {
      color: #14c675;
      text-decoration: none; }
  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 {
  border-radius: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.btn-callout {
  border-radius: 0px;
  background-color: #6fd82b;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  font-family: "Raleway";
  padding: 9px 66px; }
  .btn-callout:hover {
    border-color: black; }

.btn-news {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 15px 30px 15px 30px;
  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: 15px 30px 15px 30px;
  text-transform: initial; }
  .btn-infos:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s; }

.btn-send {
  border-radius: 12px;
  background-color: white;
  text-transform: uppercase;
  font-size: 19px;
  color: #000;
  font-weight: 400;
  font-family: "Raleway";
  padding: 8px 28px 8px 28px;
  border: 2px solid grey; }
  .btn-send:hover {
    color: #000;
    transition: 0.3s;
    border-color: black; }

.btn-blue {
  background-color: #1c498d;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 30px;
  border-radius: 10px; }
  .btn-blue:hover {
    background-color: #5888ce;
    color: #fff; }

.btn-red {
  font-family: "Raleway";
  font-size: 14px;
  background-color: #ed1b23;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 47px;
  border-radius: 0; }
  .btn-red:hover {
    background-color: #ffb53d;
    color: #252321; }

.btn-yellow {
  font-family: "Raleway";
  font-size: 14px;
  background-color: #ffb53d;
  color: #252321;
  text-transform: uppercase;
  padding: 11px 67px;
  border-radius: 0; }
  .btn-yellow:hover {
    background-color: #ed1b23;
    color: #fff; }

.btn-skew {
  border-right: 10px solid #14c675;
  transform: skewX(15deg);
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  background-color: #6fd82b;
  min-width: 150px;
  overflow: hidden; }
  .btn-skew .txt {
    transform: skewX(-15deg); }

body {
  padding-bottom: 90px; }

header {
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  header.sticked {
    transform: translateY(-50px);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4); }
    header.sticked #top-navbar .navbar .navbar-header .navbar-brand img {
      width: 167px; }
    header.sticked #top-navbar .navbar .navbar-header .navbar-brand span {
      font-size: 20px; }
    header.sticked #top-navbar .navbar .nav.navbar-nav li a {
      padding: 32px 25px; }

.green-title {
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  background-image: url("../img/title.png"); }

#top-bar-2-c {
  background-color: #2f2a2a; }
  #top-bar-2-c .contact a {
    font-size: 24px;
    color: #fff;
    font-weight: 500; }
    #top-bar-2-c .contact a span {
      margin-left: 10px;
      display: inline-block; }
  #top-bar-2-c .socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: auto; }
    #top-bar-2-c .socials li {
      margin-left: 10px; }
      #top-bar-2-c .socials li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #6fd82b; }
        #top-bar-2-c .socials li a img {
          height: 18px; }
        #top-bar-2-c .socials li a:hover {
          background-color: #14c675; }
  #top-bar-2-c .inner {
    align-items: center;
    display: flex;
    height: 50px; }

#top-navbar {
  background-color: #000; }
  #top-navbar .navbar {
    background: none;
    margin: 0;
    border: none;
    border-radius: 0px; }
    #top-navbar .navbar .navbar-header {
      transition: 0.5s;
      -webkit-transition: 0.5s; }
      #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: #fff;
          width: 38px;
          margin-top: 7px;
          margin-bottom: 7px; }
      #top-navbar .navbar .navbar-header .navbar-brand {
        padding: 0;
        margin: 0;
        margin-top: 19px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        transform-origin: left;
        display: flex;
        align-items: center;
        height: auto; }
        #top-navbar .navbar .navbar-header .navbar-brand img {
          width: 276px;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          transform-origin: left; }
        #top-navbar .navbar .navbar-header .navbar-brand span {
          font-size: 28px;
          font-weight: 700;
          font-style: italic;
          color: #fff;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
    #top-navbar .navbar .nav.navbar-nav {
      display: flex;
      justify-content: space-between; }
      #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 {
        text-transform: uppercase;
        font-size: 17px;
        line-height: 26px;
        font-weight: 400;
        text-align: left;
        color: #fff;
        font-style: italic;
        padding: 49px 43px; }
        #top-navbar .navbar .nav.navbar-nav li a:hover {
          color: #6fd82b; }
      #top-navbar .navbar .nav.navbar-nav li:last-child a {
        padding-right: 0 !important; }
      #top-navbar .navbar .nav.navbar-nav li.active {
        background-color: transparent; }
        #top-navbar .navbar .nav.navbar-nav li.active a {
          background-color: transparent; }
      #top-navbar .navbar .nav.navbar-nav .dropdown.open a {
        background-color: #000; }
      #top-navbar .navbar .nav.navbar-nav .dropdown > a:active {
        background: #000;
        color: #6fd82b; }
      #top-navbar .navbar .nav.navbar-nav .dropdown > a:focus {
        color: #6fd82b;
        background: #000; }
      #top-navbar .navbar .nav.navbar-nav .dropdown .dropdown-menu {
        color: #fff;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        border-top: 3px solid #6fd82b;
        padding: 5px 0px;
        left: 0px;
        right: auto;
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
        background-color: #000; }
        #top-navbar .navbar .nav.navbar-nav .dropdown .dropdown-menu li a {
          padding: 10px 25px;
          font-size: 1em; }
          #top-navbar .navbar .nav.navbar-nav .dropdown .dropdown-menu li a:hover {
            background-color: #000; }

#main-banner {
  display: flex;
  background-color: #2f2a2a; }
  #main-banner .text {
    flex: 1 1 50%;
    min-width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #main-banner .text .one-box {
      clear: both;
      margin-bottom: 30px; }
    #main-banner .text h2 {
      text-transform: uppercase; }
    #main-banner .text p {
      line-height: 22px;
      text-align: justify; }
    #main-banner .text .inner {
      width: 738px;
      float: right;
      padding-right: 65px; }
  #main-banner .slider {
    overflow: hidden !important;
    flex: 1 1 50%; }

#layerslider {
  height: 600px;
  position: relative;
  z-index: 0;
  flex: 1 1 50%; }
  #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 {
      max-width: calc(100% - 30px);
      width: 100%;
      height: fit-content;
      margin-top: 125px;
      background-image: url(/img/slaider-bg.png);
      background-size: 100% 100%;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      position: relative;
      top: 300px; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper {
        background-color: #fff;
        padding: 41px 39px 27px 41px;
        margin-left: 220px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper .text {
          font-size: 28px;
          color: #2c2c2c;
          font-weight: 400;
          text-align: center;
          font-family: "Raleway";
          margin-bottom: 25px;
          white-space: initial;
          text-transform: uppercase;
          padding-bottom: 8px;
          margin: 0; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h2 {
          font-size: 41px;
          color: #2c2c2c;
          font-weight: 600;
          font-family: "Raleway";
          text-align: center;
          white-space: pre-wrap;
          margin-bottom: 20px;
          text-transform: uppercase;
          padding-bottom: 30px;
          margin: 0; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .layer-buttons {
        text-align: center;
        font-size: 20px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .layer-buttons .btn:nth-child(2) {
          margin-left: 20px; }

main {
  margin-top: 174px; }

#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: #fff; }
    #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; }

#three-columns, #three-columnspart2 {
  padding-top: 60px; }
  #three-columns .one-element, #three-columnspart2 .one-element {
    z-index: 100;
    padding: 10px;
    padding-bottom: 15px; }
    #three-columns .one-element .one-element-inner, #three-columnspart2 .one-element .one-element-inner {
      background-color: #2f2a2a;
      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; }
      #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: 34px;
        font-weight: 500;
        margin: 0;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        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: 15px;
        text-align: justify;
        padding-bottom: 30px;
        margin: 0;
        line-height: 22px; }
      #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-columnspart2 .one-element .one-element-inner:hover .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: #fff;
  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: #fff;
      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 {
      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: justify; }
    #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: #fff;
  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: #fff;
    background: #5888ce;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .pagination a:hover {
      background: #1c498d;
      color: #fff;
      text-decoration: none; }
  .pagination .active {
    background: #1c498d;
    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 span {
        height: 275px;
        display: block;
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: top center !important; }
      #gallery-simple .one-foto .one-foto-inner .carousel-hover {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 275px;
        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; }

.double-layout {
  display: flex; }
  .double-layout .content {
    flex: 1 1 50%; }
  .double-layout .photo {
    margin-left: 45px;
    flex: 1 1 50%; }

#info-block-full {
  background-color: #fff;
  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: #fff;
  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: #fff;
    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; }

#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: justify;
    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; }

.modal-header {
  border: none; }

.modal-content {
  background-color: #000;
  border: 1px solid #6fd82b;
  color: #fff !important; }
  .modal-content .close {
    color: #fff !important;
    opacity: 1; }

.modal-footer {
  border: none; }

.modal-title {
  color: #fff !important; }

#contact-block {
  margin-bottom: 30px; }
  #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: #6fd82b;
        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: 24px; }
  #contact-block .contact-block-inner {
    position: relative;
    display: flow-root; }
    #contact-block .contact-block-inner .contact-form {
      padding-left: 0px; }
      #contact-block .contact-block-inner .contact-form .contact-form-inner {
        display: flow-root;
        float: left;
        width: 100%;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        float: none; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner h3 {
          color: #fff;
          font-weight: 600; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox {
          position: absolute;
          opacity: 0; }
        #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled {
            width: 30px;
            height: 30px;
            border: 2px solid #fff;
            border-radius: 4px;
            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: transparent;
              font-size: 24px; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled.checked {
            background-color: #14c675;
            border-color: grey; }
            #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label .checkbox-styled.checked span {
              color: #fff; }
          #contact-block .contact-block-inner .contact-form .contact-form-inner .contact-checkbox-label a {
            margin-left: 5px; }
    #contact-block .contact-block-inner .adress-info .text {
      display: flex;
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      padding-top: 20px;
      width: fit-content;
      margin: 0 auto; }
      #contact-block .contact-block-inner .adress-info .text .contact:first-child {
        margin-right: 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; }
      #contact-block .contact-block-inner .form-group .form-control:focus {
        box-shadow: inset 2px 2px 2px rgba(37, 143, 247, 0.5);
        border-color: #5888ce; }
    #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 {
          transition: 0.2s;
          border: 1px solid yellow;
          background: #000; }
          #bottom-navbar .navbar .container .navbar-header .navbar-toggle:hover 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: 17px;
            color: #000;
            font-weight: 400;
            background: transparent;
            padding: 40px 25px;
            text-transform: uppercase; }
            #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav li a:hover {
              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: 1em;
              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: 19px;
            line-height: 42px;
            color: #ffffff;
            font-weight: 600;
            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 {
              color: #000; }
              #bottom-navbar .navbar .container .navbar-collapse .contact a:hover span {
                border-color: #c7e1cf; }

#footer {
  height: 90px;
  border-top: 1px solid #9c8661; }
  #footer .right ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer .right ul .dropdown-menu {
      background-color: #000;
      bottom: 100%;
      top: auto; }
      #footer .right ul .dropdown-menu li a {
        padding: 10px 15px; }
    #footer .right ul li {
      display: inline-block; }
      #footer .right ul li a {
        display: block;
        color: #fff;
        text-transform: uppercase;
        padding: 36px 30px;
        font-style: italic; }
        #footer .right ul li a:hover {
          background-color: transparent;
          color: #6fd82b; }
      #footer .right ul li:last-child a {
        padding-right: 0; }
  #footer p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px; }
  #footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px; }
    #footer .inner .copyright p {
      color: #fff;
      font-size: 16px; }
    #footer .inner .socials a {
      padding-right: 30px;
      display: inline-block; }
    #footer .inner .additional-links {
      display: flex;
      align-items: center; }
      #footer .inner .additional-links img {
        width: 74px;
        margin-right: 20px; }
    #footer .inner .author a {
      color: #6fd82b; }
      #footer .inner .author a:hover {
        color: #14c675; }
    #footer .inner .author p {
      color: #fff;
      font-size: 16px; }

.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: #6fd82b;
    color: #000;
    padding: 30px;
    border: 1px solid #6fd82b; }
    .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: 29px;
          color: #000;
          font-weight: 600;
          font-family: "Montserrat", 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: 21px;
              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: 27px;
          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: 20px;
          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: 20px;
          color: #ffffff;
          font-weight: 400; }

.subsite .subsite-content {
  margin-top: 30px;
  margin-bottom: 30px; }
  .subsite .subsite-content p {
    text-align: justify; }
  .subsite .subsite-content ul {
    list-style: none outside none;
    padding: 0; }
    .subsite .subsite-content ul li {
      white-space: pre-wrap;
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      margin: 0;
      line-height: 33px; }
      .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(#6fd82b, #14c675);
        margin-top: 5px;
        margin-right: 20px; }
  .subsite .subsite-content img {
    max-width: 100%;
    height: auto !important; }

.subsite-tittle {
  height: 250px;
  padding-top: 0px;
  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: 45px;
    padding-top: 0px; }

.bread {
  margin-bottom: 30px;
  display: none !important; }
  .bread .breadcrumb {
    border-radius: 0px;
    background: #fff;
    margin: 0; }
    .bread .breadcrumb li a {
      color: #ea4335; }
      .bread .breadcrumb li a:hover {
        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 {
        transition: 0.2s;
        color: #7a9faf; }

.subsite-content .subsite-content-inner {
  text-align: justify;
  color: #fff;
  display: flow-root; }
  .subsite-content .subsite-content-inner .single-gallery {
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    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: 400px;
      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;
    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: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px; }
.subsite-content a {
  font-size: 16px; }
.subsite-content ul {
  margin-bottom: 30px;
  padding-left: 0px;
  list-style: none; }
  .subsite-content ul li {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    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: initial;
  font-weight: 600;
  color: #fff;
  margin: 30px 0px 5px 0px; }

#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;
      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-transform: uppercase;
          background: transparent;
          color: #1c498d;
          margin-top: 0px;
          font-weight: 600;
          padding-bottom: 0;
          margin-bottom: 0px; }
        #news-l-r-better .one-news .inner .data-title span {
          text-align: right;
          display: block;
          color: #1c498d; }
      #news-l-r-better .one-news .inner .text {
        flex: 1 1 70%; }
        #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%; }
      #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(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; }

#about {
  display: flex;
  border-top: 1px solid #9c8661; }
  #about .btn-skew {
    padding: 10px 45px; }
  #about .text {
    flex: 1 1 50%;
    padding-right: 60px;
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 45px; }
    #about .text .wrapper {
      width: 678px;
      float: right; }
      #about .text .wrapper h2 {
        font-size: 42px;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin: 0; }
      #about .text .wrapper .text-inner p {
        font-size: 15px;
        font-weight: 400;
        text-align: justify;
        margin: 0;
        padding-bottom: 25px;
        line-height: 22px; }
      #about .text .wrapper .button {
        padding-top: 25px;
        padding-bottom: 30px; }
  #about .foto {
    flex: 1 1 50%;
    position: relative; }
    #about .foto .top-bg {
      background-image: url("../img/about-bg-top.png");
      background-size: cover;
      background-position: top center;
      position: absolute;
      display: flex;
      align-items: flex-end;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px; }
      #about .foto .top-bg .cooperation {
        width: 100%;
        background-color: #258ff7;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px; }
        #about .foto .top-bg .cooperation h3 {
          color: #fff;
          margin: 0;
          font-weight: 600; }
        #about .foto .top-bg .cooperation img {
          width: 100px;
          margin-right: 30px; }

.about-icon {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .about-icon .icon {
    min-width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #9c8661;
    margin-right: 20px;
    padding: 30px;
    box-sizing: border-box; }
    .about-icon .icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .about-icon h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .about-icon p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 15px; }

#news-carousel, #carousel-team {
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #2f2a2a; }
  #news-carousel .news-carousel-bg, #news-carousel .carousel-team-bg, #carousel-team .news-carousel-bg, #carousel-team .carousel-team-bg {
    padding-bottom: 50px; }
    #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;
      height: 150px;
      padding-top: 45px; }
      #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: 47px;
        text-transform: uppercase;
        font-weight: 600;
        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: 30px;
        font-weight: 300;
        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: 40px;
      font-weight: 600; }
    #news-carousel .news-carousel-bg h3, #news-carousel .carousel-team-bg h3, #carousel-team .news-carousel-bg h3, #carousel-team .carousel-team-bg h3 {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 17px;
      margin-top: 0;
      margin-bottom: 30px; }
    #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: #343434; }
      #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: 395px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; }
      #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 {
        display: flex;
        background-color: #343434; }
        #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .one-column, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .one-column, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .one-column, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .one-column, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .one-column, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .one-column, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .one-column, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .one-column {
          flex: 1; }
        #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .date, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .date, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .date, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .date, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .date, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .date, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .date, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .date {
          background-color: #6fd82b;
          display: flex;
          min-width: 85px;
          max-width: 85px;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .date span, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .date span, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .date span, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .date span, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .date span, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .date span, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .date span, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .date span {
            color: #fff;
            display: block;
            font-size: 20px;
            letter-spacing: 3px;
            font-weight: 500; }
            #news-carousel .news-carousel-bg #news-carousel-inner .one-item .text .date span strong, #news-carousel .news-carousel-bg #carousel-team-inner .one-item .text .date span strong, #news-carousel .carousel-team-bg #news-carousel-inner .one-item .text .date span strong, #news-carousel .carousel-team-bg #carousel-team-inner .one-item .text .date span strong, #carousel-team .news-carousel-bg #news-carousel-inner .one-item .text .date span strong, #carousel-team .news-carousel-bg #carousel-team-inner .one-item .text .date span strong, #carousel-team .carousel-team-bg #news-carousel-inner .one-item .text .date span strong, #carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .date span strong {
              font-size: 30px;
              color: #fff;
              letter-spacing: normal; }
        #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: 30px 40px 40px 25px; }
          #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: 20px;
            letter-spacing: 3px;
            font-weight: 500;
            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: 14px;
            letter-spacing: 2px;
            font-weight: 400;
            line-height: 20px;
            text-align: justify;
            color: #fff; }
      #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: -68px;
      top: calc(50% - 25px);
      border: 1px solid #9c8661;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      background-color: transparent;
      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-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: -68px;
      top: calc(50% - 25px);
      border: 1px solid #9c8661;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: transparent; }
      #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 .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: 120px;
      padding-right: 120px; }
    #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; }

#carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  font-family: "Raleway";
  text-align: center; }
#carousel-team .carousel-team-bg #carousel-team-inner .one-item .text .text-inner p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: "Raleway";
  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: 40px;
    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 {
  z-index: -999999;
  opacity: 0;
  position: absolute;
  left: 0px; }

#myNav {
  height: 0%;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  overflow-y: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 99999999;
  background-color: #000; }
  #myNav .btn-close {
    position: absolute;
    top: 30px;
    right: 23px;
    font-size: 22px; }
  #myNav .div-flex {
    height: 70px;
    top: 33px;
    position: relative;
    background-color: #000; }
  #myNav .navbar-brand {
    padding-left: 15px; }
    #myNav .navbar-brand img {
      width: 140px; }
  #myNav .dropdown-backdrop {
    z-index: -1; }
  #myNav .navbar-toggle {
    border: none;
    border-radius: 5px;
    background: transparent;
    margin: 9px 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    right: calc((100% - 768px) / 2 + 24px); }
    #myNav .navbar-toggle:hover {
      border: none;
      background: transparent; }
    #myNav .navbar-toggle:focus {
      border: none;
      background: transparent; }
    #myNav .navbar-toggle span {
      background-color: #888;
      width: 38px;
      margin-top: 7px;
      margin-bottom: 7px; }
  #myNav .overlay-content {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%; }
    #myNav .overlay-content ul {
      list-style: none;
      margin-top: 20%;
      padding: 0;
      text-align: center;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      margin-top: 60px;
      width: 100%; }
      #myNav .overlay-content ul li {
        transition: 0.3s;
        -webkit-transition: 0.3s; }
        #myNav .overlay-content ul li a {
          text-align: left;
          padding: 10px 30px 10px 22px;
          text-transform: uppercase;
          font-size: 22px;
          display: block;
          text-decoration: none;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          border-bottom: 1px solid #9c8661;
          color: #fff; }
          #myNav .overlay-content ul li a:hover {
            color: #6fd82b; }
        #myNav .overlay-content ul li:last-child {
          border-bottom: none; }
      #myNav .overlay-content ul .dropdown {
        transition: 0.3s;
        -webkit-transition: 0.3s; }
        #myNav .overlay-content ul .dropdown .dropdown-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;
          transition: 0.5s;
          -webkit-transition: 0.5s; }
          #myNav .overlay-content ul .dropdown .dropdown-menu li a {
            font-size: 22px;
            background-image: url(../img/right-arrow-green.svg);
            background-size: 10px;
            background-repeat: no-repeat;
            background-position: center left 22px;
            padding-left: 45px;
            color: #fff;
            white-space: normal;
            border-bottom: 1px solid #9c8661; }
        #myNav .overlay-content ul .dropdown .dropdown-toggle {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 33px 10px 22px;
          text-transform: uppercase;
          color: #000;
          font-size: 22px; }
          #myNav .overlay-content ul .dropdown .dropdown-toggle .caret {
            position: relative;
            right: calc((100% - 768px) / 2 + 54px);
            border: none;
            width: 14px;
            height: 10px;
            background-image: url(../img/down-arrow-orange.svg);
            background-size: contain;
            background-repeat: no-repeat; }
        #myNav .overlay-content ul .dropdown.open .dropdown-menu {
          display: block; }
  #myNav.sticked .btn-close {
    top: 3px; }
  #myNav.sticked .navbar-brand {
    padding: 6px 15px;
    margin-top: 0px; }
  #myNav.sticked .div-flex {
    top: 0px; }

.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: 39px;
      color: #000;
      font-weight: 400;
      font-family: "Montserrat", 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: 47px;
    color: #000000;
    font-weight: 600;
    font-family: "Raleway";
    margin: 0;
    margin-bottom: 15px; }
  #teamwork .offer-title > p {
    text-transform: uppercase;
    font-size: 30px;
    color: #000000;
    font-weight: 300;
    font-family: "Raleway";
    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: 47px;
    color: #000000;
    font-weight: 600;
    font-family: "Raleway";
    margin: 0;
    margin-bottom: 15px; }
  #mission-and-wizion .offer-title > p {
    text-transform: uppercase;
    font-size: 30px;
    color: #000000;
    font-weight: 300;
    font-family: "Raleway";
    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: justify; }

.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.sticked #top-navbar .navbar .navbar-header .navbar-brand {
    margin-top: 5px; }
    header.sticked #top-navbar .navbar .navbar-header .navbar-brand img {
      width: 130px; }
  header.sticked #top-navbar .navbar .navbar-header .navbar-toggle {
    margin: 0px 15px; }

  .double-layout .photo {
    display: none; }

  #myNav .navbar-brand {
    margin-top: 18px; }
    #myNav .navbar-brand img {
      width: 120px; }
  #myNav .overlay-content ul {
    margin-top: 60px; }
    #myNav .overlay-content ul li a {
      font-size: 17px; }
    #myNav .overlay-content ul .dropdown .dropdown-toggle {
      font-size: 17px; }
      #myNav .overlay-content ul .dropdown .dropdown-toggle .caret {
        right: -6px; }
    #myNav .overlay-content ul .dropdown .dropdown-menu li {
      display: flex;
      justify-content: center; }
      #myNav .overlay-content ul .dropdown .dropdown-menu li a {
        white-space: pre-wrap;
        font-size: 17px;
        width: 100%; }

  #top-navbar .navbar .navbar-header .navbar-brand {
    margin-top: 5px;
    margin-top: 9px;
    padding-left: 15px; }
    #top-navbar .navbar .navbar-header .navbar-brand img {
      width: 160px; }
    #top-navbar .navbar .navbar-header .navbar-brand span {
      display: none; }
  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 40px 15px; }

  main {
    margin-top: 120px; }

  #layerslider {
    height: 320px; }

  #main-banner {
    flex-direction: column; }
    #main-banner .text {
      order: 2; }
      #main-banner .text .inner {
        width: 100%;
        float: left;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px; }
    #main-banner .slider {
      order: 1; }

  #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 span {
        height: 290px; }
      #gallery-simple .row .one-foto .one-foto-inner .carousel-hover {
        height: 290px; }

  #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; }

  #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 .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 {
    float: none !important;
    text-align: center; }

  #google-map .google-map-helper {
    height: 400px; }

  #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: 35px;
          text-align: center; }
        #about .text .wrapper .text-inner h3 {
          font-size: 23px;
          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; }

  .about-icon {
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .about-icon h3 {
      font-size: 20px;
      margin-bottom: 5px;
      margin-left: 0px; }
    .about-icon p {
      font-size: 14px;
      line-height: 20px;
      padding: 0 !important;
      text-align: center !important; }
    .about-icon .icon {
      width: 80px;
      height: 80px;
      min-width: 80px;
      padding: 20px;
      margin-right: 0px; }

  #carousel-team .carousel-team-bg .offer-title {
    height: 130px;
    padding-top: 30px; }
    #carousel-team .carousel-team-bg .offer-title > h2 {
      font-size: 25px;
      margin-bottom: 5px; }
    #carousel-team .carousel-team-bg .offer-title > p {
      font-size: 17px; }
  #carousel-team .carousel-team-bg .carousel-wrapper {
    padding: 0 15px; }
    #carousel-team .carousel-team-bg .carousel-wrapper #carousel-team-inner .one-item .foto {
      height: 350px; }
    #carousel-team .carousel-team-bg .carousel-wrapper #carousel-team-inner .one-item .text .text-inner h3 {
      font-size: 19px;
      letter-spacing: 0px; }
    #carousel-team .carousel-team-bg .carousel-wrapper .owl-nav .owl-prev {
      left: 5px;
      width: 40px;
      height: 40px; }
    #carousel-team .carousel-team-bg .carousel-wrapper .owl-nav .owl-next {
      right: 5px;
      width: 40px;
      height: 40px; }
  #carousel-team .carousel-team-bg .button .btn {
    font-size: 16px; }

  #footer .right {
    display: none; }
  #footer .left {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    #footer .left .author {
      text-align: right;
      flex: 1 1 100%;
      text-align: center; }
    #footer .left .copyright {
      text-align: center;
      flex: 1 1 100%; }

  #news-carousel .carousel-team-bg .offer-title {
    height: 130px;
    padding-top: 30px; }
    #news-carousel .carousel-team-bg .offer-title > h2 {
      font-size: 25px;
      margin-bottom: 5px; }
    #news-carousel .carousel-team-bg .offer-title > p {
      font-size: 17px; }
  #news-carousel .carousel-team-bg .carousel-wrapper {
    padding: 0 15px; }
    #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .foto {
      height: 290px; }
    #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: 5px 15px; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner {
        padding: 20px 10px 20px 10px; }
        #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner h3 {
          font-size: 19px;
          letter-spacing: 0px;
          text-align: center; }
        #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner p {
          font-size: 14px; }
    #news-carousel .carousel-team-bg .carousel-wrapper .owl-nav .owl-prev {
      left: 5px;
      width: 40px;
      height: 40px;
      top: 305px; }
    #news-carousel .carousel-team-bg .carousel-wrapper .owl-nav .owl-next {
      right: 5px;
      width: 40px;
      height: 40px;
      top: 305px; }
  #news-carousel .carousel-team-bg .button .btn {
    font-size: 16px; }

  #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: 20px;
        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: 16px; }
        #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: 20px;
          line-height: 29px; }
        #formularz-podstrony .container .row .right .contact-form-inner .send-btn {
          text-align: center; }

  #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; }

  #footer {
    padding-bottom: 15px;
    padding-top: 15px; }
    #footer p {
      margin-bottom: 0px;
      font-size: 15px; }
    #footer .author {
      text-align: center; }
    #footer .copyrights {
      text-align: center; }

  .subsite-content .foto2 {
    padding: 10px;
    width: 100%; }

  .subsite-content .subsite-content-inner .single-gallery .single-gallery-background {
    height: 280px; }

  .subsite-tittle {
    height: 120px; }
    .subsite-tittle h1 {
      font-size: 24px; }

  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.3em; }
    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: 16px; }
      .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; }

  #news-carousel .red-line {
    display: none; }
  #news-carousel > h2 {
    font-size: 30px;
    margin: 0;
    padding-top: 20px; }
  #news-carousel > h3 {
    font-size: 15px; }

  #news-carousel .owl-nav .owl-next {
    right: -10px;
    border: none; }
  #news-carousel .owl-nav .owl-prev {
    left: -10px;
    border: none; }
  #news-carousel .carousel-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  #news-carousel #news-carousel-inner .one-item .foto {
    height: 200px; }
  #news-carousel #news-carousel-inner .one-item .text {
    flex-direction: column; }
    #news-carousel #news-carousel-inner .one-item .text .one-column h3 {
      text-align: center;
      font-size: 1.3em; }
    #news-carousel #news-carousel-inner .one-item .text .one-column p {
      font-size: 14px; }
    #news-carousel #news-carousel-inner .one-item .text .date {
      display: flex;
      flex-direction: row;
      min-width: inherit;
      max-width: inherit;
      width: 100%;
      justify-content: space-between;
      padding: 5px 15px;
      margin-bottom: 10px; }

  #news-carousel .module-title {
    font-size: 30px; }
  #news-carousel #news-carousel-inner .one-item .foto {
    height: 220px; }
  #news-carousel #news-carousel-inner .one-item .text {
    flex-direction: column; }
    #news-carousel #news-carousel-inner .one-item .text .one-column h3 {
      font-size: 1.3em; }
    #news-carousel #news-carousel-inner .one-item .text .one-column p {
      font-size: 14px; }
    #news-carousel #news-carousel-inner .one-item .text .date {
      display: flex;
      flex-direction: row;
      min-width: inherit;
      max-width: inherit;
      width: 100%;
      justify-content: space-between;
      padding: 5px 15px; }

  #about {
    flex-direction: column; }
    #about .foto .top-bg {
      display: block;
      position: initial; }
      #about .foto .top-bg .cooperation img {
        width: 54px;
        margin-right: 10px; }
      #about .foto .top-bg .cooperation h3 {
        font-size: 15px; }
    #about .text {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      #about .text .wrapper {
        width: 100%; }
        #about .text .wrapper .desc p {
          font-size: 15px;
          padding-left: 10px;
          padding-right: 10px; }
        #about .text .wrapper > p {
          font-size: 18px; }
        #about .text .wrapper h1 {
          text-align: center;
          font-size: 30px; }
        #about .text .wrapper .text-inner p {
          font-size: 15px; }

  #footer .inner {
    margin-top: 5px;
    flex-direction: column;
    height: 50px; }

  #clients {
    padding-left: 15px;
    padding-right: 15px; }
    #clients .module-title {
      font-size: 30px; }

  #footer {
    height: auto; }
    #footer .inner .copyright {
      margin: 0;
      margin-bottom: 10px; }
    #footer .inner .additional-links {
      margin-bottom: 10px; }
    #footer .inner .author {
      margin: 0;
      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: 15px; }
  .subsite-content ul li {
    font-size: 15px; }
  .subsite-content a {
    font-size: 15px; }

  #videos .video {
    width: 100%;
    max-width: none;
    padding-top: 60px; }
    #videos .video .row h2 {
      font-size: 20px; }
    #videos .video .row .inner {
      width: 100%; }
      #videos .video .row .inner video {
        max-height: 400px; }

  #teamwork .offer-title {
    height: 130px;
    padding-top: 30px; }
    #teamwork .offer-title > h2 {
      font-size: 25px;
      margin-bottom: 5px; }
    #teamwork .offer-title > p {
      font-size: 17px; }
  #teamwork .two-column {
    flex-wrap: wrap; }
    #teamwork .two-column .foto {
      justify-content: center;
      flex: 1 1 100%;
      margin-bottom: 15px; }
      #teamwork .two-column .foto .inner {
        padding: 0;
        border: none;
        margin-right: 0; }
        #teamwork .two-column .foto .inner img {
          border: 5px solid #c7e1cf;
          padding: 2px; }
    #teamwork .two-column .text {
      flex: 1 1 100%; }
      #teamwork .two-column .text .text-inner h3 {
        text-align: center;
        font-size: 21px; }
      #teamwork .two-column .text .text-inner h4 {
        font-size: 19px;
        line-height: 28px;
        text-align: center; }

  #mission-and-wizion .offer-title {
    height: 130px;
    padding-top: 30px; }
    #mission-and-wizion .offer-title > h2 {
      font-size: 25px;
      margin-bottom: 5px; }
    #mission-and-wizion .offer-title > p {
      font-size: 17px; }
  #mission-and-wizion .missions {
    flex-wrap: wrap; }
    #mission-and-wizion .missions .mission {
      flex: 1 1 100%; }
      #mission-and-wizion .missions .mission .inner .text h3 {
        font-size: 21px; }
      #mission-and-wizion .missions .mission .inner .text p {
        text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-bottom: 92px; }

  header.sticked #top-navbar .navbar .navbar-header .navbar-brand img {
    width: 200px; }

  #top-bar-2-c {
    width: 100%; }

  main {
    margin-top: 123.33px; }

  #main-banner {
    flex-direction: column; }
    #main-banner .text {
      order: 2; }
    #main-banner .slider {
      order: 1; }

  .double-layout {
    display: flex; }
    .double-layout .content {
      flex: 1 1 70%; }
    .double-layout .photo {
      margin-left: 30px;
      flex: 1 1 30%; }

  #top-navbar .navbar .navbar-header .navbar-brand {
    margin-top: 5px; }
    #top-navbar .navbar .navbar-header .navbar-brand img {
      width: 200px; }
    #top-navbar .navbar .navbar-header .navbar-brand span {
      display: none; }
  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 40px 15px; }

  #layerslider {
    height: 500px; }

  #offer .offer-title {
    height: auto; }
    #offer .offer-title > h2 {
      font-size: 35px;
      margin-bottom: 30px; }
    #offer .offer-title > p {
      font-size: 21px; }
  #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: 21px; }
  #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: 35px;
          text-align: center; }
        #about .text .wrapper .text-inner h3 {
          font-size: 23px;
          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; }

  .about-icon {
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .about-icon h3 {
      font-size: 20px;
      margin-bottom: 5px;
      margin-left: 0px; }
    .about-icon p {
      font-size: 14px;
      line-height: 20px;
      padding: 0 !important;
      text-align: center !important; }
    .about-icon .icon {
      width: 80px;
      height: 80px;
      min-width: 80px;
      padding: 20px;
      margin-right: 0px; }

  #carousel-team .carousel-team-bg .offer-title {
    height: auto; }
    #carousel-team .carousel-team-bg .offer-title > h2 {
      font-size: 35px;
      margin-bottom: 30px; }
    #carousel-team .carousel-team-bg .offer-title > p {
      font-size: 21px; }
  #carousel-team .carousel-team-bg .carousel-wrapper {
    padding: 0 80px; }

  #news-carousel .carousel-team-bg .offer-title {
    height: auto; }
    #news-carousel .carousel-team-bg .offer-title > h2 {
      font-size: 35px;
      margin-bottom: 30px; }
    #news-carousel .carousel-team-bg .offer-title > p {
      font-size: 21px; }
  #news-carousel .carousel-team-bg .carousel-wrapper {
    padding: 0 80px; }
    #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .foto {
      height: 260px; }
    #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: 5px 15px; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner h3 {
        font-size: 1.3em;
        letter-spacing: 1px;
        text-align: center; }
      #news-carousel .carousel-team-bg .carousel-wrapper #news-carousel-inner .one-item .text .text-inner p {
        font-size: 14px; }

  #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 .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 span {
    height: 350px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 350px; }

  #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; }

  #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; }

  #footer .right {
    display: none; }
  #footer .left {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    #footer .left .author {
      text-align: right; }

  .subsite .subsite-content .single-gallery .single-gallery-background {
    height: 250px; }

  .subsite-tittle {
    height: 180px; }
    .subsite-tittle h1 {
      font-size: 36px; }

  .container-half {
    width: 375px; }

  body h1 {
    font-size: 2.2em; }
  body h2 {
    font-size: 2.0em; }
  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 span {
    font-size: 22px; }

  .contact-checkbox-label {
    margin-right: 0px !important; }

  #formularz-podstrony .container .row .left .inner h2 {
    font-size: 22px;
    line-height: 29px; }
  #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: 22px;
      line-height: 29px; }

  #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav li a {
    padding: 25px 25px; }

  #footer {
    height: 92px; }
    #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: 31px; }

  #teamwork .offer-title {
    height: auto; }
    #teamwork .offer-title > h2 {
      font-size: 35px;
      margin-bottom: 30px; }
    #teamwork .offer-title > p {
      font-size: 21px; }
  #teamwork .two-column .foto {
    justify-content: center; }
    #teamwork .two-column .foto .inner {
      padding: 0;
      border: none;
      margin-right: 20px; }
      #teamwork .two-column .foto .inner img {
        border: 5px solid #c7e1cf;
        padding: 2px; }
  #teamwork .two-column .text .text-inner h4 {
    font-size: 21px;
    text-align: left;
    line-height: 28px; }

  #mission-and-wizion .offer-title {
    height: auto; }
    #mission-and-wizion .offer-title > h2 {
      font-size: 35px;
      margin-bottom: 30px; }
    #mission-and-wizion .offer-title > p {
      font-size: 21px; }
  #mission-and-wizion .missions {
    flex-wrap: wrap; }
    #mission-and-wizion .missions .mission {
      flex: 1 1 100%; }
      #mission-and-wizion .missions .mission .inner .text p {
        text-align: center; } }
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-bottom: 92px; }

  main {
    margin-top: 156px; }

  header.sticked #top-navbar .navbar .nav.navbar-nav li a {
    padding: 32px 15px; }

  #main-banner .text {
    padding-top: 2%; }
    #main-banner .text h2 {
      font-size: 22px; }
    #main-banner .text p {
      font-size: 14px;
      line-height: 20px; }
    #main-banner .text .inner {
      width: 455px; }

  #top-navbar .navbar .navbar-header .navbar-brand img {
    width: 200px; }
  #top-navbar .navbar .navbar-header .navbar-brand span {
    display: none; }
  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 40px 15px; }
  #top-navbar .navbar .nav.navbar-nav .contact a {
    background-size: 24px;
    background-position: left 12px center;
    padding: 22px 12px 22px 40px; }
    #top-navbar .navbar .nav.navbar-nav .contact a span {
      font-size: 24px; }

  #layerslider {
    height: 570px; }
    #layerslider .ls-layers .ls-wrapper .ls-layer {
      height: 500px; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner {
        top: 100px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper {
          margin-left: 50px;
          margin-right: 50px; }
          #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper .text {
            font-size: 25px; }
          #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h2 {
            font-size: 30px; }
    #layerslider .ls-bottom-nav-wrapper {
      bottom: 40px; }

  #offer .offer-title {
    height: 170px;
    padding-top: 40px; }
    #offer .offer-title h2 {
      font-size: 45px; }
    #offer .offer-title p {
      font-size: 28px; }
  #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: 20px; }
      #offer .inner .one-element .div-flex .text p {
        font-size: 14px; }

  #about .foto .top-bg {
    background-position: top right 65%; }
  #about .text .wrapper {
    width: 425px; }
    #about .text .wrapper h2 {
      font-size: 28px; }

  .about-icon {
    margin-bottom: 10px; }
    .about-icon h3 {
      font-size: 20px;
      margin-bottom: 5px; }
    .about-icon p {
      font-size: 14px;
      line-height: 20px;
      padding: 0 !important; }
    .about-icon .icon {
      width: 80px;
      height: 80px;
      min-width: 80px;
      padding: 20px; }

  #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 span {
    height: 225px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 225px; }

  #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; }

  #tiles .one-item .text .text-inner {
    font-size: 1.2em;
    width: 468px; }

  #contact-block .one-column .foto {
    height: 275px; }

  #google-map .google-map-helper {
    height: 400px; }

  #bottom-navbar .navbar .container .navbar-collapse .nav.navbar-nav li a {
    padding: 35px 25px; }

  #footer .right ul li a {
    padding: 36px 20px; }

  #formularz-podstrony .container .row .left .inner h2 {
    font-size: 24px; }
  #formularz-podstrony .container .row .right .contact-form-inner {
    padding: 28px 15px 16px 15px; }
    #formularz-podstrony .container .row .right .contact-form-inner h3 {
      font-size: 24px; }

  .subsite .subsite-content h2 {
    text-align: center;
    font-size: 24px; }
  .subsite .subsite-content .single-gallery .single-gallery-background {
    height: 350px; }

  .subsite-tittle {
    height: 200px; }
    .subsite-tittle h1 {
      font-size: 38px; }

  .container-half {
    width: 485px; }

  body h1 {
    font-size: 2.2em; }
  body h2 {
    font-size: 2.0em; }
  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 .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: 45px; }
    #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: 28px; }
  #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: 1.4em; }

  #footer {
    height: 92px; }
    #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: 35px; }

  #teamwork .offer-title {
    height: 170px;
    padding-top: 40px; }
    #teamwork .offer-title h2 {
      font-size: 45px; }
    #teamwork .offer-title p {
      font-size: 28px; }
  #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: 21px; }

  #mission-and-wizion .offer-title {
    height: 170px;
    padding-top: 40px; }
    #mission-and-wizion .offer-title h2 {
      font-size: 45px; }
    #mission-and-wizion .offer-title p {
      font-size: 28px; } }
@media (min-width: 1200px) and (max-width: 1595px) {
  header.sticked #top-navbar .navbar .nav.navbar-nav li a {
    padding: 32px 15px; }

  #main-banner .text {
    padding-top: 2%; }
    #main-banner .text .inner {
      width: 555px; }

  #news-carousel #news-carousel-inner .one-item .foto {
    height: 270px; }

  #top-navbar .navbar .navbar-header .navbar-brand img {
    width: 264px; }
  #top-navbar .navbar .navbar-header .navbar-brand span {
    font-size: 24px; }
  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 48px 15px; }
  #top-navbar .navbar .nav.navbar-nav .contact a {
    background-size: 24px;
    background-position: left 12px center;
    padding: 22px 12px 22px 40px; }
    #top-navbar .navbar .nav.navbar-nav .contact a span {
      font-size: 24px; }

  #layerslider {
    height: 600px;
    max-width: 100%;
    overflow: hidden !important; }
    #layerslider .ls-layers .ls-wrapper .ls-layer {
      height: 600px; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner {
        top: 180px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper {
          margin-left: 150px; }
          #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .wrapper h2 {
            font-size: 35px; }
    #layerslider .ls-bottom-nav-wrapper {
      bottom: 40px; }

  #offer .inner .one-element {
    max-width: 360px; }
    #offer .inner .one-element .div-flex .text {
      max-width: 360px; }
  #offer .inner .solo-element {
    max-width: 100%; }

  #about .foto .top-bg {
    background-position: top right 65%; }
  #about .text .wrapper {
    width: 500px; }
    #about .text .wrapper h2 {
      font-size: 32px; }

  .about-icon .icon {
    width: 90px;
    height: 90px;
    min-width: 90px; }

  .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; }

  #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: 1596px) {
  .container {
    width: 1536px; }

  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 49px 25px; }
  #top-navbar .navbar .nav.navbar-nav .contact {
    margin-left: 20px; }
    #top-navbar .navbar .nav.navbar-nav .contact a {
      padding: 22px 45px 22px 75px;
      background-position: 35px; }

  #gallery-simple .one-foto .one-foto-inner span {
    height: 332px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 332px; } }
/* 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; } }
@media (max-width: 400px) {
  #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-txt h2, #three-columnspart2 .one-element .one-element-inner .element-txt h2 {
    font-size: 23px;
    padding: 20px 0; }
  #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; } }

/*# sourceMappingURL=main.css.map */
