/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,400i,600,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,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; }

body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font: 150% "Muli", sans-serif;
  color: #fff;
  background-color: #000; }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: 'Muli', 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: #dfdfdf;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    body a:hover {
      color: #fff;
      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 {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.btn-callout {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 5px 25px 5px 25px;
  text-transform: initial; }
  .btn-callout:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s; }

.btn-news {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 5px 25px 5px 25px;
  text-transform: initial; }
  .btn-news:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s; }

.btn-infos {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 5px 25px 5px 25px;
  text-transform: initial; }
  .btn-infos:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s; }

.btn-send {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 5px 25px 5px 25px;
  text-transform: initial; }
  .btn-send:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s; }

.btn-transparent {
  color: #000; }

.buttons-hidden {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px; }
  .buttons-hidden .btn-more {
    color: #03755c;
    font-size: 15px;
    font-weight: 500; }
    .buttons-hidden .btn-more.open img {
      transform: rotate(180deg); }
    .buttons-hidden .btn-more img {
      width: 13px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    .buttons-hidden .btn-more:hover {
      color: #03755c; }

.text-mobile {
  display: none !important; }

.hidden-element {
  position: relative;
  max-height: 45px;
  overflow: hidden;
  transition: 1s;
  -webkit-transition: 1s; }
  .hidden-element .transparentny {
    transition: 1s;
    -webkit-transition: 1s;
    pointer-events: none; }
  .hidden-element.open {
    max-height: 1000px; }
    .hidden-element.open .transparentny {
      height: 0; }
  .hidden-element .white {
    background-image: linear-gradient(180deg, transparent, #ffffff); }

.logo-md {
  display: none !important; }

#fb-root {
  display: none; }

.transparentny {
  height: 45px;
  background-image: linear-gradient(180deg, transparent, #f4f4f4);
  position: absolute;
  width: 100%;
  bottom: 0; }

#rodo {
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  margin-left: 10px; }
  #rodo .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 7px !important; }
  #rodo .rodo-less-button {
    display: none; }
  #rodo #close-rodo {
    position: absolute;
    margin-top: 0px;
    padding: 0px !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 10px; }
  #rodo .wrapper {
    width: 760px;
    bottom: 0;
    left: 0;
    background-color: #ffffff !important;
    color: #000;
    height: auto;
    font-size: 16px;
    padding: 20px 0px;
    text-align: justify;
    max-height: 60vh;
    overflow-y: auto;
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0px 3px 0px black;
    position: relative; }

#header-slub {
  background-color: #fff; }
  #header-slub #top-navbar {
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0; }
    #header-slub #top-navbar .navbar .nav.navbar-nav li a {
      color: #03755c;
      padding-top: 35px;
      padding-bottom: 35px; }
      #header-slub #top-navbar .navbar .nav.navbar-nav li a:after {
        display: block;
        content: " ";
        width: 0px;
        height: 3px;
        background-image: linear-gradient(90deg, #03755c 0%, #01a2c6 100%);
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      #header-slub #top-navbar .navbar .nav.navbar-nav li a:hover:after {
        width: 100%; }
    #header-slub #top-navbar .navbar .navbar-header .navbar-toggle span {
      background: #03755c; }

#footer-slub {
  background-color: #fff; }
  #footer-slub #footer p {
    color: #171414; }
  #footer-slub #footer a {
    color: #171414; }
    #footer-slub #footer a:hover {
      color: #03755c; }

#kamerzysta-i-fotograf-slubny {
  background-color: #fff; }
  #kamerzysta-i-fotograf-slubny #movie-modal {
    overflow: auto; }
    #kamerzysta-i-fotograf-slubny #movie-modal .video-nav button {
      opacity: 0.5;
      width: 30px; }
  #kamerzysta-i-fotograf-slubny h1 {
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: #03755c;
    margin-top: 0;
    font-family: "Josefin Sans", sans-serif; }
  #kamerzysta-i-fotograf-slubny h2 {
    color: #03755c;
    font-size: 41px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif; }
  #kamerzysta-i-fotograf-slubny h3 {
    color: #03755c;
    font-size: 26px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif; }
  #kamerzysta-i-fotograf-slubny p, #kamerzysta-i-fotograf-slubny ul li {
    font-size: 17px;
    line-height: 26px;
    color: rgba(8, 8, 8, 0.6);
    font-weight: 400;
    text-align: justify;
    font-family: "Poppins", sans-serif; }
    #kamerzysta-i-fotograf-slubny p a, #kamerzysta-i-fotograf-slubny ul li a {
      color: #03755c; }
  #kamerzysta-i-fotograf-slubny a, #kamerzysta-i-fotograf-slubny ul li, #kamerzysta-i-fotograf-slubny ol li, #kamerzysta-i-fotograf-slubny button {
    font-family: "Poppins", sans-serif; }
  #kamerzysta-i-fotograf-slubny .subsite-tittle {
    background: url("/img/full-background.jpg") no-repeat center !important; }
    #kamerzysta-i-fotograf-slubny .subsite-tittle h1 {
      text-shadow: none;
      opacity: 1;
      font-weight: 700; }
  #kamerzysta-i-fotograf-slubny .album a span h2 {
    background-color: #ffffffed;
    font-size: 26px;
    font-weight: 500;
    padding: 20px 10px; }
  #kamerzysta-i-fotograf-slubny .btn-back {
    color: #4a4a4a;
    transition: 0.2s;
    font-size: 17px;
    font-weight: 600;
    min-width: 289px;
    height: 50px;
    border-radius: 35px;
    background-color: #ededed;
    border: 2px solid #4a4a4a;
    background-image: url(../img/left-arrow-slub.svg); }
    #kamerzysta-i-fotograf-slubny .btn-back:hover {
      background-image: url(../img/left-arrow-hover-slub.svg);
      border-color: #03755c;
      color: #03755c; }
  #kamerzysta-i-fotograf-slubny .btn-slub1 {
    color: #4a4a4a;
    transition: 0.2s;
    font-size: 17px;
    font-weight: 600;
    min-width: 289px;
    height: 53px;
    border-radius: 35px;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #4a4a4a; }
    #kamerzysta-i-fotograf-slubny .btn-slub1:hover {
      transform: scale(0.93);
      border-color: #03755c;
      color: #03755c; }
  #kamerzysta-i-fotograf-slubny .btn-slub2 {
    color: #4a4a4a;
    transition: 0.2s;
    font-size: 17px;
    font-weight: 600;
    min-width: 289px;
    height: 53px;
    border-radius: 35px;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #4a4a4a; }
    #kamerzysta-i-fotograf-slubny .btn-slub2:hover {
      transform: scale(0.93);
      border-color: #03755c;
      color: #03755c; }
  #kamerzysta-i-fotograf-slubny .container-mini {
    max-width: 1130px; }
  #kamerzysta-i-fotograf-slubny .bg-slub {
    background-color: #efefefb3; }
  #kamerzysta-i-fotograf-slubny .br-10 {
    border-radius: 35px; }
  #kamerzysta-i-fotograf-slubny .br-20 {
    border-radius: 35px; }
  #kamerzysta-i-fotograf-slubny .full-video {
    margin-bottom: 3vw;
    position: relative; }
    #kamerzysta-i-fotograf-slubny .full-video .buttons-center {
      position: absolute;
      width: 100%;
      top: 45%;
      display: flex;
      justify-content: center; }
    #kamerzysta-i-fotograf-slubny .full-video video {
      max-width: 100%;
      width: 100%;
      object-fit: cover; }
    #kamerzysta-i-fotograf-slubny .full-video .scroll-bottom {
      position: absolute;
      width: 100%;
      bottom: 15px;
      display: flex;
      justify-content: center; }
      #kamerzysta-i-fotograf-slubny .full-video .scroll-bottom a img {
        height: 50px;
        width: 50px;
        background-color: rgba(255, 255, 255, 0.55);
        border-radius: 50%;
        border: 2px solid #ffffff78;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        z-index: 1;
        padding: 8px; }
      #kamerzysta-i-fotograf-slubny .full-video .scroll-bottom a:hover {
        transform: scale(0.9); }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video {
    margin-bottom: 3vw; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .wrapper {
      display: flex;
      flex-wrap: wrap; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .text {
      width: 50%;
      display: flex;
      align-items: center;
      padding-bottom: 93px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .text-inner {
      padding: 0 35px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .foto {
      width: 50%; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .foto .buttons {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos {
      position: relative;
      padding: 0 40px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-stage-outer {
        overflow-x: hidden;
        z-index: 1;
        border-radius: 35px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-stage {
        display: flex;
        position: relative; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        height: 100%;
        width: calc(100% - 80px);
        top: 0; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-prev {
        width: 40px;
        height: calc(100% - 50px);
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: relative;
        right: 40px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-prev img {
          width: 23px;
          transform: rotate(180deg);
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-prev:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-prev:hover img {
            width: 18px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-next {
        width: 40px;
        height: calc(100% - 50px);
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: relative;
        left: 40px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-next img {
          width: 23px;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-next:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .carousel-videos .owl-next:hover img {
            width: 18px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .movie {
      height: 410px;
      border-radius: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .openMovie {
      height: 100%;
      transform: perspective(300px) rotateX(0deg) rotateY(0deg);
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .openMovie .style {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90px;
        min-height: max-content;
        height: 90px;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0.7;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .openMovie .style img {
          width: 36px;
          height: 36px;
          position: relative;
          left: 3px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto {
    padding-top: 5vw;
    padding-bottom: 5vw; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .wrapper {
      display: flex;
      flex-wrap: wrap; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .text {
      width: 50%;
      display: flex;
      align-items: flex-start;
      padding-bottom: 0; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .text-inner {
      padding: 0 35px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .foto {
      width: 50%; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .foto .buttons {
        display: flex;
        justify-content: center;
        margin-top: 20px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto {
      position: relative;
      padding: 0 40px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-stage-outer {
        overflow-x: hidden;
        z-index: 1;
        border-radius: 35px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-stage {
        display: flex;
        position: relative; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        height: 100%;
        width: calc(100% - 80px);
        top: 0; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-prev {
        width: 40px;
        height: calc(100% - 50px);
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: relative;
        right: 40px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-prev img {
          width: 23px;
          transform: rotate(180deg);
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-prev:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-prev:hover img {
            width: 18px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-next {
        width: 40px;
        height: calc(100% - 50px);
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: relative;
        left: 40px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-next img {
          width: 23px;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-next:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .owl-next:hover img {
            width: 18px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .one-foto {
        height: 410px;
        border-radius: 35px; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .one-foto img {
          object-position: center;
          object-fit: cover;
          height: 100%;
          width: 100%;
          border-radius: 35px; }
  #kamerzysta-i-fotograf-slubny .foto-block-contain {
    padding-top: 4vw;
    padding-bottom: 4vw; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain h2:first-child {
      margin-top: 0; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .wrapper {
      display: flex;
      flex-wrap: wrap; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .text {
      width: 50%;
      display: flex;
      align-items: center; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .text-inner {
      padding-right: 65px; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .buttons {
      display: flex;
      margin-top: 20px; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .foto {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #kamerzysta-i-fotograf-slubny .foto-block-contain .foto img {
        object-fit: contain;
        max-height: 100%;
        max-width: 100%;
        border-radius: 35px; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain.reverse .wrapper {
      flex-direction: row-reverse; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain.reverse .text-inner {
      padding-left: 65px;
      padding-right: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini {
    padding: 3vw 0; }
    #kamerzysta-i-fotograf-slubny .foto-block-mini .wrapper {
      display: flex;
      flex-wrap: wrap; }
    #kamerzysta-i-fotograf-slubny .foto-block-mini .text {
      width: 70%;
      display: flex;
      align-items: center; }
    #kamerzysta-i-fotograf-slubny .foto-block-mini .text-inner {
      padding-right: 65px; }
    #kamerzysta-i-fotograf-slubny .foto-block-mini .foto {
      width: 30%;
      display: flex;
      justify-content: center; }
      #kamerzysta-i-fotograf-slubny .foto-block-mini .foto img {
        object-fit: cover;
        max-height: 100%;
        max-width: 100%;
        border-radius: 35px; }
    #kamerzysta-i-fotograf-slubny .foto-block-mini.reverse .wrapper {
      flex-direction: row-reverse; }
    #kamerzysta-i-fotograf-slubny .foto-block-mini.reverse .text-inner {
      padding-left: 65px;
      padding-right: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-absolute-text {
    position: relative;
    margin-bottom: 6vw; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text h2:first-child {
      margin-top: 0; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto {
      display: flex;
      justify-content: flex-start;
      width: 50%; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto img {
        width: 100%;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto video {
        width: 100%;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text {
      position: absolute;
      display: flex;
      align-items: center;
      top: 0;
      height: 100%;
      width: 100%; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text .container {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text-inner {
      width: 50%;
      background-color: #fff;
      padding: 40px 75px;
      border-radius: 35px;
      margin-right: 10%; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .buttons {
      display: flex;
      justify-content: flex-start;
      margin-top: 30px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .foto {
      justify-content: flex-end;
      margin-left: auto; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .foto img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .text .container {
      justify-content: flex-start; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .text-inner {
      margin-left: 10%;
      margin-right: 0%; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto {
      position: relative;
      padding: 0 40px;
      max-width: 100%;
      width: 100%; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-stage-outer {
        overflow-x: hidden;
        z-index: 1;
        border-radius: 35px; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-stage {
        display: flex;
        position: relative; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        height: 100%;
        width: calc(100% - 80px);
        top: 0; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev {
        height: 50px;
        width: 50px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        border: 2px solid #ffffff78;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 125px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        z-index: 1; }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev img {
          width: 23px;
          position: relative;
          right: 2px;
          transform: rotate(180deg);
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev:hover {
          background-color: #ededed78; }
          #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev:hover img {
            width: 18px; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next {
        height: 50px;
        width: 50px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        border: 2px solid #ffffff78;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: -5px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        z-index: 1; }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next img {
          width: 23px;
          position: relative;
          left: 2px;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next:hover {
          background-color: #ededed78; }
          #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next:hover img {
            width: 18px; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .one-foto img {
        object-position: center;
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 35px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion {
    padding-top: 4vw;
    padding-bottom: 4vw; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .container {
      max-width: 1100px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion h2 {
      text-align: center;
      margin-top: 0;
      margin-bottom: 20px;
      font-size: 30px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .one-opinion {
      display: flex;
      flex-wrap: wrap;
      padding-right: 30px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .text {
      width: calc(100% - 334px);
      display: flex;
      align-items: center; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .text-inner {
      padding: 0 35px; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .author {
      text-align: right;
      color: black;
      font-weight: 600; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .foto {
      height: 334px;
      width: 334px;
      border-radius: 50%;
      background-color: #03755c;
      padding: 0px 5px 4px 0px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .foto img {
        object-position: center;
        object-fit: cover;
        height: 100%;
        border-radius: 50%;
        width: 100%; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion {
      position: relative;
      padding: 0 40px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-stage-outer {
        overflow-x: hidden;
        z-index: 1; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-stage {
        display: flex;
        position: relative; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        height: 100%;
        width: calc(100% - 80px);
        top: 0; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-prev {
        width: 40px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: relative;
        right: 40px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-prev img {
          width: 23px;
          transform: rotate(180deg);
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-prev:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-prev:hover img {
            width: 18px; }
      #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-next {
        width: 40px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: relative;
        left: 40px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-next img {
          width: 23px;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-next:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-next:hover img {
            width: 18px; }
  #kamerzysta-i-fotograf-slubny .news {
    padding-top: 4vw;
    padding-bottom: 4vw; }
    #kamerzysta-i-fotograf-slubny .news h2 {
      text-align: center;
      margin-top: 0;
      margin-bottom: 3vw;
      font-size: 35px; }
    #kamerzysta-i-fotograf-slubny .news .one-news {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    #kamerzysta-i-fotograf-slubny .news .text {
      width: 100%;
      padding: 10px 20px; }
    #kamerzysta-i-fotograf-slubny .news h3 {
      text-align: center;
      padding: 20px 10px;
      margin: 0;
      background-color: #ffffffed;
      position: absolute;
      bottom: 0;
      width: 100%; }
    #kamerzysta-i-fotograf-slubny .news p {
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical; }
    #kamerzysta-i-fotograf-slubny .news .author {
      text-align: right;
      color: #03755c;
      font-weight: 600; }
    #kamerzysta-i-fotograf-slubny .news .foto {
      height: 400px;
      width: 100%;
      position: relative; }
      #kamerzysta-i-fotograf-slubny .news .foto img {
        object-position: center;
        object-fit: cover;
        height: 100%;
        width: 100%; }
    #kamerzysta-i-fotograf-slubny .news .carousel-news {
      position: relative;
      padding: 0 40px; }
      #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-item:hover a {
        transform: scale(0.95); }
      #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-stage-outer {
        overflow-x: hidden;
        z-index: 1; }
      #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-stage {
        display: flex;
        position: relative; }
      #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-nav {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-prev {
        width: 40px;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px; }
        #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-prev img {
          width: 23px;
          transform: rotate(180deg);
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-prev:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-prev:hover img {
            width: 18px; }
      #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-next {
        width: 40px;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: absolute;
        top: 0;
        right: 0px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; }
        #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-next img {
          width: 23px;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-next:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-next:hover img {
            width: 18px; }
  #kamerzysta-i-fotograf-slubny .full-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center; }
    #kamerzysta-i-fotograf-slubny .full-background .wrapper {
      max-width: 620px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 22vw;
      padding: 20px 0; }
    #kamerzysta-i-fotograf-slubny .full-background h2 {
      margin-bottom: 30px; }
    #kamerzysta-i-fotograf-slubny .full-background .buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 20px; }
      #kamerzysta-i-fotograf-slubny .full-background .buttons .btn {
        margin: 0 10px 20px 10px; }
    #kamerzysta-i-fotograf-slubny .full-background p {
      text-align: center; }
  #kamerzysta-i-fotograf-slubny .mini-logo .wrapper {
    display: flex;
    justify-content: center;
    padding: 2vw 0; }
    #kamerzysta-i-fotograf-slubny .mini-logo .wrapper a {
      padding: 10px;
      margin: 0 20px;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      #kamerzysta-i-fotograf-slubny .mini-logo .wrapper a img {
        filter: invert(54%) sepia(9%) saturate(17%) hue-rotate(6deg) brightness(99%) contrast(84%);
        max-height: 40px;
        max-width: 40px;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      #kamerzysta-i-fotograf-slubny .mini-logo .wrapper a:hover img {
        filter: invert(33%) sepia(99%) saturate(375%) hue-rotate(117deg) brightness(89%) contrast(102%); }
  #kamerzysta-i-fotograf-slubny .fotografia-slubna .carousel-foto .one-foto img {
    object-position: center top; }

#oferta-slubna .oferta .premium .ikonki {
  background-color: #ebd7cc36; }
#oferta-slubna .img-premium {
  display: flex;
  justify-content: center;
  padding-bottom: 74px; }
  #oferta-slubna .img-premium img {
    max-width: 405px; }
#oferta-slubna h1 {
  margin-bottom: 0;
  font-weight: 700; }
#oferta-slubna h2 {
  font-weight: 700; }
#oferta-slubna .sam-text .wrapper {
  border-top: 3px solid #03755c;
  border-bottom: 3px solid #03755c;
  padding: 2vw 0;
  margin: 2vw 0; }
#oferta-slubna .sam-text p {
  text-align: center; }
#oferta-slubna .text .premium-photo {
  display: none; }
#oferta-slubna .contact-foto .wrapper {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto; }
#oferta-slubna .contact-foto .text {
  width: 50%; }
#oferta-slubna .contact-foto .foto {
  max-width: 100%;
  width: 50%;
  padding-right: 2vw; }
  #oferta-slubna .contact-foto .foto img {
    border-radius: 35px;
    width: 100%; }
#oferta-slubna .contact-foto a {
  font-weight: 500;
  color: #03755c; }
#oferta-slubna #faqAccordion .panel-default > .panel-heading {
  background-color: #efefefb3; }
  #oferta-slubna #faqAccordion .panel-default > .panel-heading h4 {
    font-size: 22px;
    color: #03755c;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    background-image: url("/img/down-arrow-slub.svg"); }
#oferta-slubna #faqAccordion .panel-default:hover {
  border-color: #03755c; }
#oferta-slubna #faqAccordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: #efefefb3; }
  #oferta-slubna #faqAccordion .panel-default > .panel-heading + .panel-collapse > .panel-body p {
    font-size: 17px;
    color: rgba(8, 8, 8, 0.6);
    font-weight: 400;
    text-align: justify;
    font-family: "Poppins", sans-serif; }
#oferta-slubna h2 {
  font-size: 35px; }
#oferta-slubna .form h2 {
  text-align: center; }
#oferta-slubna form label {
  font-size: 17px;
  font-weight: 500;
  color: rgba(8, 8, 8, 0.6);
  font-family: "Poppins", sans-serif;
  padding-left: 20px; }
#oferta-slubna form input[type="text"], #oferta-slubna form input[type="email"], #oferta-slubna form textarea, #oferta-slubna form select, #oferta-slubna form input[type="date"] {
  font-size: 17px;
  line-height: 26px;
  color: #03755c;
  font-weight: 400;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  background-color: #efefefb3;
  border: 2px solid #b1b1b1;
  padding: 3px 20px;
  height: 44px; }
  #oferta-slubna form input[type="text"]::placeholder, #oferta-slubna form input[type="email"]::placeholder, #oferta-slubna form textarea::placeholder, #oferta-slubna form select::placeholder, #oferta-slubna form input[type="date"]::placeholder {
    color: rgba(8, 8, 8, 0.6); }
  #oferta-slubna form input[type="text"]:active, #oferta-slubna form input[type="text"]:focus, #oferta-slubna form input[type="email"]:active, #oferta-slubna form input[type="email"]:focus, #oferta-slubna form textarea:active, #oferta-slubna form textarea:focus, #oferta-slubna form select:active, #oferta-slubna form select:focus, #oferta-slubna form input[type="date"]:active, #oferta-slubna form input[type="date"]:focus {
    border-color: #03755c; }
#oferta-slubna form .form-group-data {
  display: flex;
  align-items: center; }
  #oferta-slubna form .form-group-data label {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 10px; }
#oferta-slubna form select {
  width: 100%;
  padding: 8px 14px;
  border-radius: 5px;
  color: rgba(8, 8, 8, 0.6); }
#oferta-slubna form input[type="date"] {
  color: rgba(8, 8, 8, 0.6);
  padding-right: calc(100% - 284px); }
#oferta-slubna form .send-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
#oferta-slubna form .contact-checkbox {
  position: absolute;
  opacity: 0; }
#oferta-slubna form .contact-checkbox-label {
  cursor: pointer;
  font-size: 17px;
  line-height: 26px;
  color: rgba(8, 8, 8, 0.6);
  font-weight: 400;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: flex-start; }
  #oferta-slubna form .contact-checkbox-label .d-block {
    text-align: left;
    display: block; }
  #oferta-slubna form .contact-checkbox-label .contact-checkbox {
    display: none; }
  #oferta-slubna form .contact-checkbox-label .checkbox-styled {
    min-width: 30px;
    height: 30px;
    border: 2px solid #03755c;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px; }
    #oferta-slubna form .contact-checkbox-label .checkbox-styled span {
      color: #ffffff00;
      position: relative;
      font-size: 24px;
      bottom: 0px;
      left: 4px; }
  #oferta-slubna form .contact-checkbox-label .checkbox-styled.checked {
    background-color: #03755c; }
    #oferta-slubna form .contact-checkbox-label .checkbox-styled.checked span {
      color: #fff; }
  #oferta-slubna form .contact-checkbox-label a {
    color: #03755c; }
    #oferta-slubna form .contact-checkbox-label a:hover {
      color: #000; }
#oferta-slubna .full-background .wrapper {
  min-height: 16vw; }
#oferta-slubna .oferta {
  padding: 2vw 0; }
  #oferta-slubna .oferta h2 {
    margin-top: 0; }
  #oferta-slubna .oferta .wrapper {
    display: flex;
    justify-content: center; }
  #oferta-slubna .oferta .pakiet-full {
    max-width: 1000px; }
  #oferta-slubna .oferta .ikonki {
    padding: 35px;
    border-radius: 10px;
    padding-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    #oferta-slubna .oferta .ikonki p {
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 100px;
      padding-left: 10px; }
      #oferta-slubna .oferta .ikonki p span {
        display: inline-block; }
      #oferta-slubna .oferta .ikonki p:last-child {
        margin-bottom: 0; }
    #oferta-slubna .oferta .ikonki .ikonka {
      display: flex;
      align-items: center;
      padding-bottom: 30px; }
    #oferta-slubna .oferta .ikonki .foto img {
      width: 100px; }
  #oferta-slubna .oferta .cena-pakietu {
    border-top: 2px solid #b1b1b1;
    padding: 5px;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(3, 117, 92, 0.1);
    width: 100%; }
    #oferta-slubna .oferta .cena-pakietu p {
      min-height: unset !important;
      margin-bottom: 0;
      text-align: center;
      color: #03755c;
      font-size: 20px;
      line-height: initial; }
  #oferta-slubna .oferta strong {
    color: #03755c; }
  #oferta-slubna .oferta.reverse .wrapper {
    flex-direction: row-reverse; }

#movie-modal {
  z-index: -999;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8); }
  #movie-modal .modal-inner:hover .close-modal {
    opacity: 1; }
  #movie-modal .modal-inner:hover .video-nav button {
    opacity: 0.7; }
  #movie-modal .video-nav {
    width: 0%;
    height: 0%;
    display: flex;
    justify-content: space-between; }
    #movie-modal .video-nav button {
      background-color: transparent;
      border: none;
      width: 50px;
      height: calc(100% - 100px);
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 50px;
      opacity: 0;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      #movie-modal .video-nav button img {
        height: 50px;
        width: 50px;
        background-color: rgba(0, 0, 0, 0.55);
        border-radius: 50%;
        border: 2px solid #ffffff78;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        z-index: 1; }
      #movie-modal .video-nav button.prev {
        left: 0;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px; }
        #movie-modal .video-nav button.prev img {
          transform: rotate(180deg);
          left: 12px;
          padding: 11px 9px 11px 13px; }
      #movie-modal .video-nav button.next {
        right: 0;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px; }
        #movie-modal .video-nav button.next img {
          right: 12px;
          padding: 11px 9px 11px 13px; }
  #movie-modal .modal-inner {
    position: relative;
    transform: scale(0);
    transform-origin: right;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: hidden;
    margin: 30px;
    width: 80%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #movie-modal .modal-inner .close-modal {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0px;
      right: 0px;
      background-color: #efefef;
      z-index: 9999;
      box-shadow: none;
      border: none;
      color: #03755c;
      font-size: 200%;
      opacity: 0;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    #movie-modal .modal-inner .movie-container {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center; }
      #movie-modal .modal-inner .movie-container .wideo {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
        height: fit-content;
        height: -moz-fit-content;
        width: auto;
        border-radius: 15px 0px 15px 15px;
        position: relative; }
  #movie-modal.open {
    z-index: 999;
    opacity: 1; }
    #movie-modal.open .modal-inner {
      transform: scale(1); }
  #movie-modal iframe {
    max-width: 100vw; }

body {
  padding-bottom: 50px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  transform: none !important;
  -webkit-transform: none !important; }

header {
  position: initial;
  z-index: 10;
  width: 100%; }

.facebook-chat {
  position: fixed;
  bottom: 0px;
  height: 100vh; }

.yt-movie {
  margin-bottom: 20px;
  height: calc(100vh - 180px); }

.btn-back {
  border: 1px solid #9e9e9e;
  padding: 10px 45px 10px 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url("../img/left-arrow.svg");
  background-repeat: no-repeat;
  background-position: left 25px center;
  background-size: 22px; }
  .btn-back:hover {
    color: #fff;
    border: 1px solid #fff;
    background-image: url("../img/left-arrow-hover.svg");
    background-position: left 15px center; }

#top-bar-2-c {
  background-color: #fff;
  margin: 0; }
  #top-bar-2-c p {
    color: #000;
    margin-bottom: 0px;
    padding: 10px 0px; }
  #top-bar-2-c a {
    color: #blue;
    padding: 10px 0px; }
    #top-bar-2-c a:hover {
      color: red;
      text-decoration: none; }
  #top-bar-2-c span a {
    color: initial; }
    #top-bar-2-c span a .fab {
      font-size: 1.5em;
      padding: 2px; }
    #top-bar-2-c span a .fa-facebook-square {
      color: blue; }
    #top-bar-2-c span a .fa-twitter-square {
      color: blue; }
    #top-bar-2-c span a .fa-youtube-square {
      color: red; }
    #top-bar-2-c span a .fa-linkedin {
      color: blue; }
    #top-bar-2-c span a .fa-instagram {
      color: blue; }

#top-navbar {
  margin-top: 35px;
  margin-bottom: 35px; }
  #top-navbar .navbar {
    background: none;
    margin: 0;
    border: none;
    border-radius: 0px; }
    #top-navbar .navbar .navbar-header .navbar-brand img {
      width: 284px; }
    #top-navbar .navbar .navbar-header .navbar-toggle {
      border: 0px solid #000;
      border-radius: 5px;
      background: transparent;
      margin: 18px 15px; }
      #top-navbar .navbar .navbar-header .navbar-toggle:hover {
        transition: 0.2s;
        border: 0px solid yellow;
        background: transparent; }
        #top-navbar .navbar .navbar-header .navbar-toggle:hover span {
          background: #fff; }
      #top-navbar .navbar .navbar-header .navbar-toggle:focus {
        border: 0px solid yellow;
        background: transparent; }
        #top-navbar .navbar .navbar-header .navbar-toggle:focus span {
          background: #fff; }
      #top-navbar .navbar .navbar-header .navbar-toggle span {
        background: #fff;
        width: 35px;
        margin-top: 8px;
        margin-bottom: 8px; }
    #top-navbar .navbar .nav.navbar-nav li a {
      color: #dfdfdf;
      background: transparent;
      padding: 45px 30px;
      font-size: 1.2em;
      text-transform: uppercase;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #top-navbar .navbar .nav.navbar-nav li a:hover {
        color: #fff;
        background: transparent; }
    #top-navbar .navbar .nav.navbar-nav .dropdown > a:active {
      background: transparent;
      color: #fff; }
    #top-navbar .navbar .nav.navbar-nav .dropdown > a:focus {
      color: white;
      background: transparent; }
    #top-navbar .navbar .nav.navbar-nav .dropdown .dropdown-menu {
      background: rgba(0, 0, 0, 0.85);
      border: none;
      border-radius: 0px;
      box-shadow: none;
      border-top: 0px solid #cc181e;
      padding: 5px 0px;
      left: 0px;
      right: auto; }
      #top-navbar .navbar .nav.navbar-nav .dropdown .dropdown-menu li a {
        padding: 10px 25px;
        font-size: 1em; }
  #top-navbar .social-media {
    position: relative;
    top: -3px; }
    #top-navbar .social-media a {
      padding-left: 5px !important;
      padding-right: 5px !important; }
      #top-navbar .social-media a span {
        width: 28px;
        height: 28px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 12px;
        background-color: #fff;
        border-radius: 50%; }

#movie-column {
  margin-bottom: 60px;
  overflow-x: hidden; }
  #movie-column .container {
    position: relative; }
  #movie-column .inner {
    overflow: hidden;
    height: 570px;
    position: relative; }
    #movie-column .inner .video {
      width: 100%;
      position: absolute; }
    #movie-column .inner .columns {
      display: flex;
      height: 100%; }
      #movie-column .inner .columns .belt {
        background-color: #261d18;
        height: 100%;
        width: 30px;
        z-index: 1; }
      #movie-column .inner .columns a {
        flex: 1 1 24%;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #movie-column .inner .columns a:hover .one-column {
          background-color: rgba(0, 0, 0, 0); }
          #movie-column .inner .columns a:hover .one-column .onhover {
            opacity: 1; }
          #movie-column .inner .columns a:hover .one-column h2 {
            color: #fff; }
      #movie-column .inner .columns .onhover {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
        display: flex;
        position: absolute;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      #movie-column .inner .columns .one-column {
        display: flex;
        height: 100%;
        align-items: flex-end;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative; }
        #movie-column .inner .columns .one-column h2 {
          background-color: rgba(0, 0, 0, 0.7);
          color: #dfdfdf;
          text-transform: uppercase;
          padding: 15px;
          margin: 0;
          width: 100%;
          text-align: center;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          z-index: 2; }

#text-columns {
  margin-bottom: 30px; }
  #text-columns .one-column p {
    color: #dfdfdf;
    font-size: 1.2em;
    line-height: 24px;
    text-align: justify; }

#layerslider {
  height: 600px;
  position: relative; }
  #layerslider .ls-layers .ls-wrapper .ls-layer {
    width: 100vw !important; }
    #layerslider .ls-layers .ls-wrapper .ls-layer .container {
      display: flex;
      align-items: center;
      height: 600px; }
    #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner {
      width: 35%;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 10px 15px; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner h2 {
        color: #000;
        font-size: 2.5em; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner p {
        white-space: pre-wrap;
        color: #000;
        font-size: 1.2em;
        line-height: 1.4em; }
      #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .layer-buttons {
        padding-bottom: 20px; }
        #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .layer-buttons .btn {
          border-radius: 15px;
          width: 150px;
          background-color: #fff;
          color: #000;
          font-size: 1.2em; }
          #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .layer-buttons .btn:nth-child(2) {
            margin-left: 20px; }
          #layerslider .ls-layers .ls-wrapper .ls-layer .layer-container-inner .layer-buttons .btn:hover {
            background-color: #008bd2;
            color: #fff !important; }

#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 .one-element {
  margin-bottom: 30px;
  z-index: 100; }
  #three-columns .one-element .element-img .image-holder {
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  #three-columns .one-element .element-img span {
    display: block;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s; }
  #three-columns .one-element h2 {
    background-color: #fbfbfb;
    margin: 0;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #25ae88;
    padding-bottom: 8px;
    padding-top: 8px;
    font-weight: bold;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  #three-columns .one-element h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold; }
  #three-columns .one-element ul {
    margin: 0;
    padding: 0; }
    #three-columns .one-element ul li {
      list-style: none;
      background-image: url(../img/check.png);
      background-position: left center;
      background-size: 16px;
      background-repeat: no-repeat;
      padding-left: 30px;
      margin-bottom: 10px; }
  #three-columns .one-element:hover .element-img .image-holder span {
    transition: 1s;
    transform: scale(1.2, 1.2); }

#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 !important;
    background: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #fff;
    opacity: 0.8; }
    .pagination a:hover {
      background: #000;
      color: #009b53 !important;
      text-decoration: none !important;
      border: 1px solid #009b53;
      opacity: 1; }
  .pagination .active {
    background: #000;
    color: #009b53 !important;
    text-decoration: none;
    border: 1px solid #009b53;
    opacity: 1; }

#gallery-simple {
  margin-bottom: 30px;
  position: relative;
  display: flow-root;
  background: #fff; }
  #gallery-simple .one-foto {
    padding: 1px; }
    #gallery-simple .one-foto .one-foto-inner {
      position: relative;
      display: block;
      overflow: hidden; }
      #gallery-simple .one-foto .one-foto-inner span {
        height: 230px;
        display: block;
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important; }
      #gallery-simple .one-foto .one-foto-inner .carousel-hover {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 230px;
        background-color: #000;
        width: 100%;
        text-align: center;
        opacity: 0; }
        #gallery-simple .one-foto .one-foto-inner .carousel-hover .fas {
          height: 100%;
          padding: 0;
          margin: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-size: 3em; }
      #gallery-simple .one-foto .one-foto-inner:hover .carousel-hover {
        opacity: 0.7;
        transition: 0.3s; }

#info-block-full {
  background-color: #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; }

#contact-block {
  margin-bottom: 30px; }
  #contact-block .contact-block-inner {
    position: relative;
    background-color: transparent;
    display: flow-root; }
    #contact-block .contact-block-inner .contact-form {
      padding-left: 0px; }
      #contact-block .contact-block-inner .contact-form .contact-form-inner {
        background-color: transparent;
        display: flow-root;
        float: left;
        width: 100%; }
    #contact-block .contact-block-inner .contact-checkbox {
      position: relative;
      top: 2px;
      margin-right: 10px; }
    #contact-block .contact-block-inner .adress-info {
      padding-left: 30px; }
      #contact-block .contact-block-inner .adress-info p:nth-child(3) {
        font-size: 24px; }
        #contact-block .contact-block-inner .adress-info p:nth-child(3) a {
          text-decoration: underline; }
      #contact-block .contact-block-inner .adress-info p:nth-child(4) {
        font-size: 24px; }
        #contact-block .contact-block-inner .adress-info p:nth-child(4) a {
          text-decoration: underline; }
    #contact-block .contact-block-inner .send-btn {
      padding-bottom: 15px; }
    #contact-block .contact-block-inner .form-group .form-control {
      border-radius: 15px;
      height: 50px;
      background-color: #fff;
      color: #000; }
      #contact-block .contact-block-inner .form-group .form-control:focus {
        box-shadow: inset 2px 2px 2px #000;
        border-color: #000; }
    #contact-block .contact-block-inner .form-group .form-text-area {
      height: 140px; }

#google-map {
  margin-bottom: 30px; }
  #google-map .google-map-helper {
    width: 100%;
    height: 400px; }

#bottom-navbar .navbar {
  background: #fff;
  margin: 0px;
  border: none;
  border-radius: 0px; }
  #bottom-navbar .navbar .navbar-header .navbar-toggle {
    border: 1px solid #000;
    border-radius: 5px;
    background: yellow;
    margin: 10px 15px; }
    #bottom-navbar .navbar .navbar-header .navbar-toggle:hover {
      transition: 0.2s;
      border: 1px solid yellow;
      background: #000; }
      #bottom-navbar .navbar .navbar-header .navbar-toggle:hover span {
        background: yellow; }
    #bottom-navbar .navbar .navbar-header .navbar-toggle:focus {
      border: 1px solid yellow;
      background: #000; }
      #bottom-navbar .navbar .navbar-header .navbar-toggle:focus span {
        background: yellow; }
    #bottom-navbar .navbar .navbar-header .navbar-toggle span {
      background: #000; }
  #bottom-navbar .navbar .nav.navbar-nav li a {
    color: #000;
    background: yellow;
    padding: 15px 25px;
    font-size: 1.1em;
    text-transform: uppercase; }
    #bottom-navbar .navbar .nav.navbar-nav li a:hover {
      color: #fff;
      background: #cc181e;
      transition: 0.3s; }
  #bottom-navbar .navbar .nav.navbar-nav .dropup > a:active {
    background: #cc181e;
    color: #fff; }
  #bottom-navbar .navbar .nav.navbar-nav .dropup > a:focus {
    background: #cc181e;
    color: #fff; }
  #bottom-navbar .navbar .nav.navbar-nav .dropup .dropdown-menu {
    background: yellow;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-top: 3px solid #cc181e;
    padding: 5px 0px;
    left: 0px;
    right: auto; }
    #bottom-navbar .navbar .nav.navbar-nav .dropup .dropdown-menu li a {
      padding: 10px 25px;
      font-size: 1em; }

footer {
  background-color: rgba(0, 0, 0, 0.4); }

#footer {
  height: 80px;
  display: flex;
  align-items: center; }
  #footer .contact-footer {
    display: flex;
    justify-content: flex-end; }
    #footer .contact-footer > a {
      font-size: 20px;
      margin-right: 10px; }
    #footer .contact-footer ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex; }
      #footer .contact-footer ul li {
        margin-left: 5px;
        margin-right: 5px; }
        #footer .contact-footer ul li a span {
          width: 28px;
          height: 28px;
          display: block;
          background-color: #fff;
          background-size: 12px;
          background-position: center center;
          background-repeat: no-repeat;
          border-radius: 50%; }
  #footer p {
    margin-bottom: 0px;
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #dfdfdf; }
  #footer .author p a {
    color: #dfdfdf; }
    #footer .author p a:hover {
      text-decoration: underline; }

.subsite .subsite-content h2 {
  font-size: 2.3em; }
.subsite .subsite-content h3 {
  color: #fff;
  font-weight: 600; }
.subsite .subsite-content img {
  max-width: 100%;
  height: auto !important; }

.subsite-content-inner p {
  line-height: 28px;
  font-size: 18px; }
  .subsite-content-inner p iframe {
    max-width: 100%; }

.subsite-tittle {
  height: 250px;
  margin-bottom: 60px; }
  .subsite-tittle h1 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
    letter-spacing: initial;
    background: none;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0.7;
    font-weight: bold; }

.parallax-window {
  min-height: 400px;
  background: transparent; }

.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 {
  margin-bottom: 30px; }
  .subsite-content .subsite-content-inner {
    padding: 15px;
    color: #fff;
    font-size: 1.1em;
    display: flow-root; }
    .subsite-content .subsite-content-inner a {
      color: #3CBC8D; }
      .subsite-content .subsite-content-inner a:hover {
        color: #3CBC8D;
        text-decoration: underline; }
    .subsite-content .subsite-content-inner .single-gallery {
      padding-bottom: 5px;
      margin-bottom: 30px;
      background: #fff;
      transition: 0.5s; }
      .subsite-content .subsite-content-inner .single-gallery .single-gallery-background {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: 0.5s;
        height: 250px;
        width: 100%;
        display: block; }
        .subsite-content .subsite-content-inner .single-gallery .single-gallery-background:hover {
          filter: opacity(50%); }
      .subsite-content .subsite-content-inner .single-gallery .single-gallery-title {
        display: block;
        padding: 5px;
        color: #000;
        padding: 10px;
        margin: 0;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center; }
    .subsite-content .subsite-content-inner #full-gallery {
      padding-top: 30px;
      background: #fff;
      display: flow-root; }
      .subsite-content .subsite-content-inner #full-gallery #site-inner #gallery .gallery-in {
        margin-bottom: 30px;
        height: 200px !important; }
        .subsite-content .subsite-content-inner #full-gallery #site-inner #gallery .gallery-in .example-image-link {
          display: block;
          width: 100%;
          height: 100%; }
          .subsite-content .subsite-content-inner #full-gallery #site-inner #gallery .gallery-in .example-image-link span {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 2.0s;
            background-size: cover;
            background-position: center center; }
    .subsite-content .subsite-content-inner hr {
      border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
      margin-top: 45px;
      margin-bottom: 45px; }

#teledyski .one-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px; }
  #teledyski .one-item .media {
    margin-bottom: 10px;
    overflow: visible; }
    #teledyski .one-item .media a {
      height: 100%; }
      #teledyski .one-item .media a:hover span .play {
        opacity: 1; }
    #teledyski .one-item .media span {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 345px;
      height: 100%; }
    #teledyski .one-item .media p {
      padding: 5px 15px; }
  #teledyski .one-item .text {
    padding-top: 60px;
    padding-bottom: 90px; }
    #teledyski .one-item .text span {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      height: 250px;
      margin-bottom: 15px;
      margin-top: 15px; }
    #teledyski .one-item .text h2 {
      font-size: 2em; }
    #teledyski .one-item .text a {
      color: #fff; }
    #teledyski .one-item .text p {
      text-align: justify;
      color: #dfdfdf;
      font-size: 1.2em; }
  #teledyski .one-item .one-column {
    flex: 1; }
  #teledyski .one-item .inner {
    display: flex; }
    #teledyski .one-item .inner .play {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 90px;
      min-height: max-content;
      height: 90px;
      border: 2px solid #fff;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0.7;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #teledyski .one-item .inner .play img {
        width: 36px;
        height: 36px;
        position: relative;
        left: 3px; }
  #teledyski .one-item:nth-child(odd) .inner {
    flex-direction: row-reverse; }
  #teledyski .one-item:nth-child(odd) .text-under {
    float: left; }
  #teledyski .one-item:last-child {
    border: none; }
#teledyski .text-under {
  float: right; }
  #teledyski .text-under p {
    padding-top: 10px;
    color: #dfdfdf;
    font-size: 1.3em; }

.uniq-bg {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

#gallery-v2 .inner {
  display: flex;
  flex-wrap: wrap; }
  #gallery-v2 .inner .one-foto {
    flex: 1 1 31%;
    margin: 10px;
    max-width: 528px; }
    #gallery-v2 .inner .one-foto a span {
      display: flex;
      justify-content: center;
      align-items: center;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 400px; }

#photography #news-l-r .one-news {
  background-color: transparent; }
  #photography #news-l-r .one-news .inner {
    display: flex; }
    #photography #news-l-r .one-news .inner .text-container {
      flex: 1 1 31%; }
      #photography #news-l-r .one-news .inner .text-container .btn-grey {
        padding: 0; }
        #photography #news-l-r .one-news .inner .text-container .btn-grey:hover {
          color: #fff; }
    #photography #news-l-r .one-news .inner .foto {
      display: flex;
      flex: 1 1 65%; }
      #photography #news-l-r .one-news .inner .foto a {
        flex: 1;
        margin: 5px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #photography #news-l-r .one-news .inner .foto a:hover span h4 {
          opacity: 1; }
      #photography #news-l-r .one-news .inner .foto span {
        min-height: 355px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #photography #news-l-r .one-news .inner .foto span h4 {
          margin: 0;
          font-size: 18px;
          opacity: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          #photography #news-l-r .one-news .inner .foto span h4 span {
            border: 1px solid #fff;
            color: #fff;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
    #photography #news-l-r .one-news .inner .one-column {
      margin-left: 10px;
      margin-right: 10px; }
  #photography #news-l-r .one-news:nth-child(odd) .inner {
    flex-direction: row-reverse; }

.album a span {
  position: relative; }
  .album a span h2 {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    text-align: center; }

#logo-slider {
  margin-bottom: 45px; }
  #logo-slider .inner #owl-logo .one-logo img {
    height: 85px;
    width: auto; }

.container-half {
  width: 585px; }

#news-l-r-better {
  margin-top: 30px;
  margin-bottom: 30px; }
  #news-l-r-better .one-news {
    margin-bottom: 30px;
    margin-bottom: 60px; }
    #news-l-r-better .one-news .inner {
      display: flex;
      justify-content: space-between; }
      #news-l-r-better .one-news .inner .data-title h2 {
        text-transform: uppercase;
        margin-bottom: 20px; }
        #news-l-r-better .one-news .inner .data-title h2 a {
          color: rgba(255, 255, 255, 0.8); }
          #news-l-r-better .one-news .inner .data-title h2 a:hover {
            color: white; }
      #news-l-r-better .one-news .inner .data-title span {
        text-align: right;
        display: block; }
      #news-l-r-better .one-news .inner .text {
        flex: 1 1 55%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-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 45%;
        margin-left: 50px;
        margin-right: 15px; }
        #news-l-r-better .one-news .inner .foto a {
          width: 100%;
          height: 100%;
          display: block;
          background-position: center center;
          background-size: 65px;
          background-repeat: no-repeat; }
          #news-l-r-better .one-news .inner .foto a:hover {
            background-color: rgba(0, 0, 0, 0.2);
            background-image: url("../img/enter.svg"); }
      #news-l-r-better .one-news .inner .text-button {
        text-align: right; }
        #news-l-r-better .one-news .inner .text-button .btn {
          font-size: 16px;
          color: #fff;
          border-radius: 8px;
          padding: 10px 35px;
          opacity: 0.8;
          border: 1px solid #fff; }
          #news-l-r-better .one-news .inner .text-button .btn:hover {
            color: #fff;
            opacity: 1; }
    #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-left: 15px;
        margin-right: 50px; }
      #news-l-r-better .one-news:nth-child(even) .inner .data-title span {
        text-align: left; }

.panel-default > .panel-heading {
  color: white;
  background-color: black;
  cursor: pointer;
  font-weight: bold; }
  .panel-default > .panel-heading h4 {
    font-size: 22px; }

.panel-default {
  border-color: #383838; }

.seo-text h3 {
  font-size: 28px; }
.seo-text p {
  font-size: 18px; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: black; }
  .panel-default > .panel-heading + .panel-collapse > .panel-body p {
    font-size: 18px; }

.panel-default {
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .panel-default:hover {
    border-color: #fff; }

.panel-heading .panel-title {
  background-image: url(../img/down-arrow.svg);
  background-size: 20px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  padding-right: 45px; }

#partners {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  #partners li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    flex: 1 1 12%;
    text-align: center;
    max-width: 206.42px;
    height: 150px; }
    #partners li img {
      max-width: 100%;
      max-height: 100%; }

@media (max-width: 767px) {
  .logo-md {
    display: block !important; }

  .logo-lg {
    display: none !important; }

  .text-mobile {
    display: block !important; }

  .text-desktop {
    display: none !important; }

  #rodo-flex {
    display: flex;
    justify-content: center;
    align-items: center; }

  #kamerzysta-i-fotograf-slubny .album a span h2 {
    font-size: 17px;
    padding: 10px 10px; }
  #kamerzysta-i-fotograf-slubny .container {
    padding-right: 25px;
    padding-left: 25px; }
  #kamerzysta-i-fotograf-slubny h1 {
    font-size: 21px; }
  #kamerzysta-i-fotograf-slubny h2 {
    font-size: 23px;
    text-align: center; }
  #kamerzysta-i-fotograf-slubny h3 {
    font-size: 19px; }
  #kamerzysta-i-fotograf-slubny p {
    font-size: 15px;
    line-height: 22px; }
  #kamerzysta-i-fotograf-slubny .btn-slub1 {
    font-size: 14px;
    min-width: 200px;
    height: 40px; }
  #kamerzysta-i-fotograf-slubny .btn-slub2 {
    font-size: 14px;
    min-width: 200px;
    height: 40px; }
  #kamerzysta-i-fotograf-slubny .full-video video {
    height: 33vw; }
  #kamerzysta-i-fotograf-slubny .full-video .scroll-bottom {
    display: none; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .wrapper {
    flex-direction: column; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .text {
    padding-bottom: 0;
    width: 100%; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .foto {
    width: 100%; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .text-inner {
    padding: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .movie {
    height: 50vw; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .openMovie img {
    width: 24px;
    height: 24px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .openMovie .style {
    width: 60px;
    height: 60px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .wrapper {
    flex-direction: column-reverse; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .one-foto {
    height: 50vw; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto h2 {
    margin-top: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .text {
    padding-bottom: 0;
    width: 100%; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .foto {
    width: 100%; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .text-inner {
    padding: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini .wrapper {
    flex-direction: column-reverse; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini .foto {
    width: 100%;
    margin: 25px 0; }
    #kamerzysta-i-fotograf-slubny .foto-block-mini .foto img {
      object-fit: cover;
      max-height: 456px; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini .text {
    width: 100%; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini .text-inner {
    padding-right: 0px; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini.reverse .wrapper {
    flex-direction: column-reverse; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini.reverse .text-inner {
    padding-left: 0px; }
  #kamerzysta-i-fotograf-slubny #movie-modal iframe {
    width: 90vw !important;
    height: 50vw !important;
    max-height: 80vh; }
  #kamerzysta-i-fotograf-slubny #movie-modal .modal-inner .close-modal {
    width: 25px;
    height: 25px;
    opacity: 0.5;
    font-size: 150%; }
  #kamerzysta-i-fotograf-slubny #movie-modal .video-nav button {
    opacity: 0.5;
    width: 30px; }
    #kamerzysta-i-fotograf-slubny #movie-modal .video-nav button img {
      height: 40px;
      width: 40px; }
    #kamerzysta-i-fotograf-slubny #movie-modal .video-nav button:hover {
      opacity: 1; }
  #kamerzysta-i-fotograf-slubny .foto-block-absolute-text {
    display: flex;
    flex-direction: column;
    margin-top: 20px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto {
      width: 100%;
      margin-bottom: 25px;
      padding: 0 15px; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto img {
        object-fit: cover;
        border-radius: 35px; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto video {
        border-radius: 35px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text {
      position: relative;
      width: 100%; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text-inner {
      width: 100%;
      padding: 0;
      margin-right: 0; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .buttons {
      justify-content: center; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .text-inner {
      padding: 0;
      margin-left: 0; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .foto {
      margin-bottom: 25px; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .foto img {
        border-radius: 35px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto {
      margin-top: 25px; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev {
        width: 40px;
        height: calc(100% - 50px);
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: relative;
        left: auto;
        right: 40px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev img {
          width: 23px;
          transform: rotate(180deg);
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev:hover img {
            width: 23px; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next {
        width: 40px;
        height: calc(100% - 50px);
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: transparent;
        position: relative;
        left: 40px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next img {
          width: 23px;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next:hover {
          background-color: rgba(0, 0, 0, 0.1); }
          #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next:hover img {
            width: 23px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.absolute-carousel .foto {
      height: fit-content;
      height: -moz-fit-content; }
  #kamerzysta-i-fotograf-slubny .foto-block-contain {
    padding-top: 40px; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .wrapper {
      flex-direction: column-reverse; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .text {
      width: 100%; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .foto {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .text-inner {
      padding-right: 0px; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain .buttons {
      justify-content: center; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain.reverse .wrapper {
      flex-direction: column-reverse; }
    #kamerzysta-i-fotograf-slubny .foto-block-contain.reverse .text-inner {
      padding-left: 0px; }
  #kamerzysta-i-fotograf-slubny .news h2 {
    font-size: 20px; }
  #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-prev, #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-next {
    height: 50vw; }
  #kamerzysta-i-fotograf-slubny .news .foto {
    height: 50vw; }
  #kamerzysta-i-fotograf-slubny .full-background .wrapper {
    max-width: 300px; }
  #kamerzysta-i-fotograf-slubny .full-background p {
    font-weight: 700;
    text-shadow: 0 0 black, 0 0 2px white, 0 0 4px white, 0 0 6px white, 0 0 8px white, 0 0 10px white; }
  #kamerzysta-i-fotograf-slubny .full-background-xs {
    background: none !important;
    position: relative; }
    #kamerzysta-i-fotograf-slubny .full-background-xs h2 {
      z-index: 100; }
    #kamerzysta-i-fotograf-slubny .full-background-xs .foto {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
      #kamerzysta-i-fotograf-slubny .full-background-xs .foto img {
        opacity: 0.4;
        width: auto;
        height: 100%; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .container {
    padding-right: 15px;
    padding-left: 15px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion h2 {
    font-size: 20px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .one-opinion {
    padding-right: 0;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .text {
    width: calc(100%); }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .text-inner {
    padding: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .foto {
    height: 200px;
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    justify-content: center;
    margin: 20px auto 0 auto; }
    #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .foto img {
      width: 200px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-next:hover, #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .carousel-opinion .owl-prev:hover {
    background-color: transparent; }
  #kamerzysta-i-fotograf-slubny .mini-logo .wrapper a img {
    max-height: 30px;
    max-width: 30px; }

  #oferta-slubna .oferta .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #oferta-slubna .oferta .text h2 {
      font-weight: 500;
      font-size: 30px;
      width: 100%;
      text-align: center; }
      #oferta-slubna .oferta .text h2 span {
        font-weight: 700; }
    #oferta-slubna .oferta .text .premium-photo {
      display: flex;
      justify-content: center; }
      #oferta-slubna .oferta .text .premium-photo img {
        width: 100%; }
  #oferta-slubna .img-premium {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 15px; }
    #oferta-slubna .img-premium img {
      max-width: 70%; }
  #oferta-slubna h1 {
    font-size: 18px; }
  #oferta-slubna .contact-foto .wrapper {
    flex-direction: column;
    align-items: center; }
  #oferta-slubna .contact-foto .foto {
    margin-top: 25px;
    padding-right: 0;
    max-width: 350px;
    width: 100%; }
  #oferta-slubna .contact-foto .text {
    width: 100%; }
  #oferta-slubna form .form-group-data label {
    white-space: normal;
    font-size: 14px; }
  #oferta-slubna form input[type="date"], #oferta-slubna form input[type="text"], #oferta-slubna form input[type="email"], #oferta-slubna form textarea {
    padding: 2px 15px;
    display: flex;
    align-items: center; }
  #oferta-slubna form textarea {
    min-height: 100px; }
  #oferta-slubna form select {
    padding: 2px 9px; }
  #oferta-slubna form .form-regulamin {
    flex-direction: row; }
  #oferta-slubna form .contact-checkbox-label {
    font-size: 12px; }
  #oferta-slubna .oferta h2 {
    margin-top: 25px; }
  #oferta-slubna .oferta .ikonki {
    padding: 15px; }
    #oferta-slubna .oferta .ikonki .ikonka {
      flex-direction: column;
      justify-content: center; }
    #oferta-slubna .oferta .ikonki p {
      width: 100%;
      padding-top: 10px;
      text-align: center; }
  #oferta-slubna .oferta .wrapper {
    flex-direction: column; }
  #oferta-slubna .oferta.reverse .wrapper {
    flex-direction: column; }
  #oferta-slubna .sam-text {
    margin-top: 25px; }
  #oferta-slubna #accordion .panel-default > .panel-heading h4 {
    font-size: 17px; }
  #oferta-slubna #accordion .panel-body p {
    font-size: 14px !important; }

  header {
    position: initial; }

  #top-bar-2-c {
    text-align: center;
    padding-bottom: 10px; }
    #top-bar-2-c .right-side {
      text-align: center; }

  #movie-column {
    margin-bottom: 15px; }
    #movie-column .inner {
      height: auto; }
      #movie-column .inner .columns {
        flex-wrap: wrap; }
        #movie-column .inner .columns a {
          flex: 1 1 95%; }
          #movie-column .inner .columns a:hover .one-column .onhover {
            opacity: 1; }
        #movie-column .inner .columns .one-column {
          margin: 15px;
          height: 220px; }
          #movie-column .inner .columns .one-column .onhover {
            opacity: 0.9; }
          #movie-column .inner .columns .one-column h2 {
            font-size: 1.5em; }

  #footer {
    height: 165px; }
    #footer .contact-footer {
      flex-direction: column;
      align-items: center;
      margin-top: 10px; }
      #footer .contact-footer > a {
        margin-right: 0; }
      #footer .contact-footer ul {
        margin-top: 10px;
        margin-bottom: 10px; }

  #top-navbar {
    margin-top: 10px;
    margin-bottom: 10px; }
    #top-navbar .navbar .navbar-header .navbar-toggle {
      margin: 5px 15px; }
    #top-navbar .navbar .navbar-header .navbar-brand {
      padding-top: 0px; }
      #top-navbar .navbar .navbar-header .navbar-brand img {
        width: 205px; }
    #top-navbar .navbar #top-collapse {
      border-top: 1px solid red; }
      #top-navbar .navbar #top-collapse .nav.navbar-nav {
        text-align: center;
        margin: 0px -15px; }
        #top-navbar .navbar #top-collapse .nav.navbar-nav li a {
          font-size: 1.2em;
          color: #000;
          background: yellow;
          padding: 5px 15px; }
          #top-navbar .navbar #top-collapse .nav.navbar-nav li a:hover {
            color: #fff;
            background: #cc181e; }
        #top-navbar .navbar #top-collapse .nav.navbar-nav .dropdown .dropdown-menu {
          border: none;
          text-align: center; }
          #top-navbar .navbar #top-collapse .nav.navbar-nav .dropdown .dropdown-menu li a {
            font-size: 1.1em; }

  #callouts-two .one-call .one-call-inner .callout-foto .callout-foto-inner span {
    height: 250px; }
  #callouts-two .one-call .one-call-inner .callout-tittle {
    text-align: center;
    float: none !important; }
  #callouts-two .one-call .one-call-inner .callout-foto {
    float: none !important; }
  #callouts-two .one-call .one-call-inner .callout-more {
    float: none !important;
    text-align: center; }

  #gallery-carousel .foto-carousel {
    padding-left: 15px;
    padding-right: 15px; }
    #gallery-carousel .foto-carousel .one-foto span {
      height: 220px; }
    #gallery-carousel .foto-carousel .one-foto .carousel-hover {
      height: 220px; }

  #news-l-r .one-news .news-header {
    margin-bottom: 15px; }
    #news-l-r .one-news .news-header .news-title {
      text-align: center; }
    #news-l-r .one-news .news-header .news-date {
      text-align: center; }
  #news-l-r .one-news .news-foto {
    margin-bottom: 20px; }
    #news-l-r .one-news .news-foto span {
      height: 250px; }
  #news-l-r .one-news .news-txt {
    clear: both; }
  #news-l-r .one-news .news-btn {
    position: initial;
    text-align: center; }

  #news-2-col .one-news {
    padding: 0px 15px 15px 15px; }
    #news-2-col .one-news .news-title {
      float: none !important;
      text-align: center; }
    #news-2-col .one-news .news-foto {
      width: 100%; }
      #news-2-col .one-news .news-foto span {
        height: 250px; }
    #news-2-col .one-news .news-btn {
      float: none !important;
      position: initial; }
      #news-2-col .one-news .news-btn .news-btn-inner {
        text-align: center;
        clear: both; }

  #gallery-simple .one-foto .one-foto-inner span {
    height: 230px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 230px; }

  #info-block-full {
    padding-bottom: 15px; }
    #info-block-full .info-foto {
      margin-bottom: 15px; }
      #info-block-full .info-foto span {
        height: 300px; }
    #info-block-full .info-title {
      text-align: center;
      float: none !important; }
    #info-block-full .info-btn {
      position: initial;
      float: none !important; }
      #info-block-full .info-btn .info-btn-inner {
        text-align: center;
        float: none !important; }

  #info-block-full-asymetria {
    padding-bottom: 15px; }
    #info-block-full-asymetria .info-title h2 {
      width: 100%;
      padding: 0px 15px 0px 15px; }
    #info-block-full-asymetria .info-foto {
      margin-bottom: 15px; }
      #info-block-full-asymetria .info-foto span {
        height: 300px; }
    #info-block-full-asymetria .info-title {
      text-align: center;
      float: none !important; }
    #info-block-full-asymetria .info-txt .info-txt-inner {
      width: 100%;
      padding-left: 15px; }
    #info-block-full-asymetria .info-btn {
      position: initial;
      float: none !important; }
      #info-block-full-asymetria .info-btn .info-btn-inner {
        text-align: center;
        float: none !important;
        position: initial;
        width: 100%; }

  #info-block .info-block-inner .info-foto {
    margin-bottom: 15px;
    padding-right: 15px; }
    #info-block .info-block-inner .info-foto span {
      height: 300px; }
  #info-block .info-block-inner .info-title {
    text-align: center;
    float: none !important; }
  #info-block .info-block-inner .info-btn {
    position: initial;
    text-align: center;
    float: none !important;
    padding-bottom: 15px; }
  #info-block .info-block-inner .info-txt p {
    padding-left: 15px; }

  #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 .contact-block-inner .contact-form {
    padding-left: 15px; }
  #contact-block .contact-block-inner .adress-info {
    text-align: center;
    padding-left: 15px; }
  #contact-block .contact-block-inner .send-btn {
    float: none !important;
    text-align: center; }

  #google-map .google-map-helper {
    height: 400px; }

  #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; }
    #footer .author {
      text-align: center; }
    #footer .copyrights {
      text-align: center; }

  .subsite-tittle {
    height: 150px; }
    .subsite-tittle h1 {
      font-size: 24px;
      padding-left: 15px;
      padding-right: 15px; }

  footer {
    position: initial; }

  .container-half {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; }

  body {
    padding-bottom: 0px; }
    body h1 {
      font-size: 2em; }
    body h2 {
      font-size: 1.8em; }
    body h3 {
      font-size: 1.6em; }
    body h4 {
      font-size: 1.5em; }
    body h5 {
      font-size: 1.4em; }
    body h6 {
      font-size: 1.3em; }

  .subsite .subsite-content img {
    max-width: 100%;
    height: auto !important; }

  #oferta-slubna form .form-regulamin {
    height: auto; }
    #oferta-slubna form .form-regulamin .d-block {
      text-align: left; }

  .form-regulamin {
    height: 30px; }
    .form-regulamin .contact-checkbox-label {
      margin-right: 0px !important;
      padding-left: 0 !important; }

  #text-columns .one-column h2 {
    font-size: 1.4em;
    text-align: center; }
  #text-columns .one-column p {
    font-size: 1em; }

  #footer .copyrights p {
    font-size: 1em; }
  #footer .author p {
    font-size: 1em; }

  .subsite .subsite-content hr {
    margin-top: 25px;
    margin-bottom: 25px; }
  .subsite .subsite-content h2 {
    font-size: 1.6em;
    text-align: center; }
  .subsite .subsite-content img {
    margin: 10px 0px; }

  #teledyski .one-item .text {
    padding-top: 0px;
    padding-bottom: 0px; }
    #teledyski .one-item .text h2 {
      font-size: 1.4em;
      text-align: center; }
    #teledyski .one-item .text p {
      font-size: 1.1em; }
    #teledyski .one-item .text span {
      height: 155px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #teledyski .one-item .text span .play {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90px;
        min-height: max-content;
        height: 90px;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0.8;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #teledyski .one-item .text span .play img {
          width: 36px;
          height: 36px;
          position: relative;
          left: 3px; }

  #gallery-v2 .inner .one-foto {
    max-width: 100%;
    flex: 98%; }
    #gallery-v2 .inner .one-foto a span {
      height: 200px; }

  .subsite-tittle {
    margin-bottom: 10px;
    background-position: center center !important; }

  .form-regulamin {
    display: flex;
    flex-direction: row-reverse; }

  #photography #news-l-r .one-news .inner {
    flex-direction: column-reverse; }
    #photography #news-l-r .one-news .inner .foto {
      flex-direction: column; }
      #photography #news-l-r .one-news .inner .foto span {
        min-height: 180px; }
  #photography #news-l-r .one-news:nth-child(odd) .inner {
    flex-direction: column-reverse; }

  .album a span h2 {
    font-size: 17px; }

  #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%; }
        #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; }

  body .rodo {
    padding-left: 0px;
    padding-right: 0px; }
    body .rodo .rodo-info span {
      font-size: 15px; }

  .panel-default > .panel-heading h4 {
    font-size: 18px; }

  .panel-default > .panel-heading + .panel-collapse > .panel-body p {
    font-size: 16px; }

  .seo-text h3 {
    text-align: center; }

  #partners {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    #partners li {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px;
      flex: 1 1 38%;
      text-align: center;
      max-width: 50%; }
      #partners li img {
        max-width: 100%; }

  .special-button img {
    max-width: 100%; }

  .subsite-content {
    margin-bottom: 0px; }

  .panel-heading .panel-title {
    background-size: 16px;
    background-position: right 0px center;
    padding-right: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .logo-md {
    display: block !important; }

  .logo-lg {
    display: none !important; }

  #rodo-flex {
    display: flex;
    justify-content: center;
    align-items: center; }

  #kamerzysta-i-fotograf-slubny h1 {
    font-size: 22px;
    margin-bottom: 10px; }
  #kamerzysta-i-fotograf-slubny h2 {
    font-size: 20px; }
  #kamerzysta-i-fotograf-slubny h3 {
    font-size: 17px; }
  #kamerzysta-i-fotograf-slubny p {
    font-size: 15px;
    line-height: 22px; }
  #kamerzysta-i-fotograf-slubny .btn-slub1 {
    font-size: 15px;
    min-width: 250px;
    height: 45px; }
  #kamerzysta-i-fotograf-slubny .btn-slub2 {
    font-size: 15px;
    min-width: 250px;
    height: 45px; }
  #kamerzysta-i-fotograf-slubny .full-video video {
    height: 250px; }
  #kamerzysta-i-fotograf-slubny .full-video .openMovie {
    width: 90px;
    height: 90px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .text {
    padding-bottom: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .text-inner {
    padding: 0 20px 0 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .movie {
    height: 200px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .foto {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .foto {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .one-foto {
    height: 200px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto h2 {
    margin-top: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .text {
    padding-bottom: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .text-inner {
    padding: 0 0 0 20px; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini .foto img {
    object-fit: cover; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini .text-inner {
    padding-right: 30px; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini.reverse .text-inner {
    padding-left: 30px; }
  #kamerzysta-i-fotograf-slubny .foto-block-absolute-text {
    display: flex;
    align-items: center; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto img {
        object-fit: cover; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text {
      position: relative;
      width: 50%; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text-inner {
      width: 100%;
      padding: 0 15px 0 20px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse {
      flex-direction: row-reverse; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .text-inner {
        padding: 0 20px 0 15px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev {
      width: 40px;
      height: calc(100% - 50px);
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      background-color: transparent;
      position: relative;
      left: auto;
      right: 40px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev img {
        width: 23px;
        transform: rotate(180deg);
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev:hover {
        background-color: rgba(0, 0, 0, 0.1); }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev:hover img {
          width: 23px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next {
      width: 40px;
      height: calc(100% - 50px);
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      background-color: transparent;
      position: relative;
      left: 40px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next img {
        width: 23px;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next:hover {
        background-color: rgba(0, 0, 0, 0.1); }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next:hover img {
          width: 23px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.absolute-carousel .foto {
      height: fit-content;
      height: -moz-fit-content; }
  #kamerzysta-i-fotograf-slubny .foto-block-contain .text-inner {
    padding-right: 30px; }
  #kamerzysta-i-fotograf-slubny .foto-block-contain.reverse .text-inner {
    padding-left: 30px; }
  #kamerzysta-i-fotograf-slubny .news h2 {
    font-size: 20px; }
  #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-prev, #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-next {
    height: 240px; }
  #kamerzysta-i-fotograf-slubny .news .foto {
    height: 240px; }
  #kamerzysta-i-fotograf-slubny .full-background .wrapper {
    max-width: 300px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion h2 {
    font-size: 20px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .text {
    width: calc(100% - 200px); }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion .foto {
    height: 200px;
    width: 200px; }

  #oferta-slubna .oferta .img-premium {
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    margin-bottom: 0px; }
    #oferta-slubna .oferta .img-premium img {
      max-width: 50%; }
  #oferta-slubna .oferta .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #oferta-slubna .oferta .text h2 {
      font-weight: 500;
      font-size: 35px;
      width: 360px;
      text-align: center; }
      #oferta-slubna .oferta .text h2 span {
        font-weight: 700; }
    #oferta-slubna .oferta .text .premium-photo {
      display: flex;
      justify-content: center; }
      #oferta-slubna .oferta .text .premium-photo img {
        width: 100%; }
  #oferta-slubna .oferta .wrapper {
    flex-direction: column; }
  #oferta-slubna .oferta.reverse .wrapper {
    flex-direction: column; }
  #oferta-slubna #accordion .panel-default > .panel-heading h4 {
    font-size: 19px; }

  #movie-column .inner {
    height: auto; }
    #movie-column .inner .columns {
      flex-wrap: wrap; }
      #movie-column .inner .columns a {
        flex: 1 1 45%; }
        #movie-column .inner .columns a:hover .one-column .onhover {
          opacity: 1; }
      #movie-column .inner .columns .one-column {
        margin: 15px;
        height: 300px; }
        #movie-column .inner .columns .one-column .onhover {
          opacity: 0.9; }
        #movie-column .inner .columns .one-column h2 {
          font-size: 1.5em; }

  #top-navbar {
    margin-top: 15px;
    margin-bottom: 15px; }
    #top-navbar .navbar .navbar-brand {
      padding-top: 0px; }
    #top-navbar .navbar .nav.navbar-nav li a {
      padding: 15px 25px; }
    #top-navbar .social-media-container {
      text-align: center;
      display: flex;
      justify-content: center;
      margin-bottom: 30px; }
      #top-navbar .social-media-container li a {
        text-align: center; }

  #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 h2 {
    margin-bottom: 7px; }

  #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: 230px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 230px; }

  #info-block-full .info-foto span {
    height: 300px; }
  #info-block-full .info-txt .info-txt-inner {
    padding-right: 35px; }
  #info-block-full .info-btn {
    right: 35px; }

  #info-block-full-asymetria .info-title h2 {
    width: calc( 375px + 10.9% ); }
  #info-block-full-asymetria .info-foto span {
    height: 300px; }
  #info-block-full-asymetria .info-txt .info-txt-inner {
    width: calc( 375px + 10.9% ); }
  #info-block-full-asymetria .info-btn .info-btn-inner {
    width: calc( 375px + 10.9% );
    text-align: right;
    padding-right: 15px; }

  #info-block .info-block-inner .info-foto span {
    height: 300px; }

  #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 {
    height: auto; }

  .subsite-tittle {
    height: 250px; }
    .subsite-tittle h1 {
      font-size: 30px; }

  .container-half {
    width: 375px; }

  body {
    padding-bottom: 80px; }
    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-checkbox-label {
    margin-right: 0px !important; }

  #teledyski .one-item .inner .play {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    min-height: max-content;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #teledyski .one-item .inner .play img {
      width: 36px;
      height: 36px;
      position: relative;
      left: 3px; }
  #teledyski .one-item .text {
    padding-top: 0px;
    padding-bottom: 0px; }
    #teledyski .one-item .text span {
      justify-content: center;
      align-items: center; }
    #teledyski .one-item .text h2 {
      text-align: center; }

  #gallery-v2 .inner .one-foto {
    max-width: 355px;
    flex: 47%; }
    #gallery-v2 .inner .one-foto a span {
      height: 240px; }

  #photography #news-l-r .one-news .inner {
    flex-direction: column-reverse; }
  #photography #news-l-r .one-news:nth-child(odd) .inner {
    flex-direction: column-reverse; }

  .album a span h2 {
    font-size: 20px; }

  #partners {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    #partners li {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px;
      flex: 1 1 18%;
      text-align: center;
      max-width: 152.5px; }
      #partners li img {
        max-width: 100%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .logo-md {
    display: block !important; }

  .logo-lg {
    display: none !important; }

  #kamerzysta-i-fotograf-slubny h1 {
    font-size: 23px;
    margin-bottom: 10px; }
  #kamerzysta-i-fotograf-slubny h2 {
    font-size: 22px; }
  #kamerzysta-i-fotograf-slubny h3 {
    font-size: 19px; }
  #kamerzysta-i-fotograf-slubny p {
    font-size: 16px;
    line-height: 24px; }
  #kamerzysta-i-fotograf-slubny .full-video video {
    height: 325px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .movie {
    height: 334px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .text-inner {
    padding: 0 20px 0 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .one-foto {
    height: 334px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto h2 {
    margin-top: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .text {
    padding-bottom: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .text-inner {
    padding: 0 0 0 20px; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini .text-inner {
    padding-right: 30px; }
  #kamerzysta-i-fotograf-slubny .foto-block-mini.reverse .text-inner {
    padding-left: 30px; }
  #kamerzysta-i-fotograf-slubny .foto-block-absolute-text {
    display: flex;
    align-items: center; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto {
      width: 50%; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .foto img {
        object-fit: cover; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text {
      position: relative;
      width: 50%; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text-inner {
      width: 100%;
      padding: 0 15px 0 20px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse {
      flex-direction: row-reverse; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .text-inner {
        padding: 0 20px 0 15px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev {
      width: 40px;
      height: calc(100% - 50px);
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      background-color: transparent;
      position: relative;
      left: auto;
      right: 40px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev img {
        width: 23px;
        transform: rotate(180deg);
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev:hover {
        background-color: rgba(0, 0, 0, 0.1); }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev:hover img {
          width: 23px; }
    #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next {
      width: 40px;
      height: calc(100% - 50px);
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      background-color: transparent;
      position: relative;
      left: 40px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next img {
        width: 23px;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next:hover {
        background-color: rgba(0, 0, 0, 0.1); }
        #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-next:hover img {
          width: 23px; }
  #kamerzysta-i-fotograf-slubny .foto-block-contain .text-inner {
    padding-right: 30px; }
  #kamerzysta-i-fotograf-slubny .foto-block-contain.reverse .text-inner {
    padding-left: 30px; }
  #kamerzysta-i-fotograf-slubny .news h2 {
    font-size: 22px; }
  #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-prev, #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-next {
    height: 300px; }
  #kamerzysta-i-fotograf-slubny .news .foto {
    height: 300px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion h2 {
    font-size: 25px; }
  #kamerzysta-i-fotograf-slubny .full-background .wrapper {
    max-width: 530px; }

  #movie-column .inner {
    height: 340px; }
    #movie-column .inner .columns .one-column h2 {
      font-size: 1.3em; }

  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 45px 16px; }

  #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 h2 {
    font-size: 1.4em; }

  #gallery-carousel .foto-carousel .one-foto span {
    height: 220px; }
  #gallery-carousel .foto-carousel .one-foto .carousel-hover {
    height: 220px; }

  #news-l-r .one-news .news-foto span {
    height: 250px; }

  #news-2-col .one-news .news-foto span {
    height: 250px; }

  #gallery-simple .one-foto .one-foto-inner span {
    height: 230px; }
  #gallery-simple .one-foto .one-foto-inner .carousel-hover {
    height: 230px; }

  #info-block-full .info-foto span {
    height: 300px; }

  #info-block-full-asymetria .info-title h2 {
    width: calc( 485px + 10.9% ); }
  #info-block-full-asymetria .info-foto span {
    height: 300px; }
  #info-block-full-asymetria .info-txt .info-txt-inner {
    width: calc( 485px + 10.9% ); }
  #info-block-full-asymetria .info-btn .info-btn-inner {
    width: calc( 485px + 10.9% );
    text-align: right;
    padding-right: 15px; }

  #info-block .info-block-inner .info-foto span {
    height: 300px; }

  #tiles .one-item .text .text-inner {
    font-size: 1.2em;
    width: 468px; }

  #google-map .google-map-helper {
    height: 400px; }

  #bottom-navbar .navbar .nav.navbar-nav li a {
    padding: 15px 25px; }

  .subsite-tittle {
    height: 250px; }
    .subsite-tittle h1 {
      font-size: 34px; }

  .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; }

  #teledyski .one-item .text {
    padding-top: 20px;
    padding-bottom: 45px; }

  #gallery-v2 .inner .one-foto {
    max-width: 465px;
    flex: 47%; }
    #gallery-v2 .inner .one-foto a span {
      height: 320px; }

  #photography #news-l-r .one-news .inner {
    flex-direction: column-reverse; }
  #photography #news-l-r .one-news:nth-child(odd) .inner {
    flex-direction: column-reverse; }

  .album a span h2 {
    font-size: 22px; }

  #partners {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    #partners li {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px;
      flex: 1 1 18%;
      text-align: center;
      max-width: 207.5px; }
      #partners li img {
        max-width: 100%; } }
@media (min-width: 1200px) and (max-width: 1715px) {
  .logo-md {
    display: none !important; }

  #kamerzysta-i-fotograf-slubny h1 {
    font-size: 22px;
    margin-bottom: 10px; }
  #kamerzysta-i-fotograf-slubny h2 {
    font-size: 30px; }
  #kamerzysta-i-fotograf-slubny h3 {
    font-size: 22px; }
  #kamerzysta-i-fotograf-slubny .full-video video {
    height: 390px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-video .movie {
    height: 334px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .text {
    padding-bottom: 0; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-foto .carousel-foto .one-foto {
    height: 334px; }
  #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .carousel-foto .owl-prev {
    left: 80px; }
  #kamerzysta-i-fotograf-slubny .foto-block-absolute-text .text-inner {
    padding: 40px 30px 40px 60px; }
  #kamerzysta-i-fotograf-slubny .foto-block-absolute-text.reverse .text-inner {
    padding: 40px 60px 40px 30px; }
  #kamerzysta-i-fotograf-slubny .news h2 {
    font-size: 30px; }
  #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-prev, #kamerzysta-i-fotograf-slubny .news .carousel-news .owl-next {
    height: 300px; }
  #kamerzysta-i-fotograf-slubny .news .foto {
    height: 300px; }
  #kamerzysta-i-fotograf-slubny .foto-block-carousel-opinion h2 {
    font-size: 25px; }

  #oferta-slubna form .form-group-data label {
    white-space: normal; }

  #movie-column .inner {
    height: 425px; }
    #movie-column .inner .columns .one-column h2 {
      font-size: 1.6em; }

  #gallery-v2 .inner .one-foto {
    max-width: 370px; }
    #gallery-v2 .inner .one-foto a span {
      height: 250px; }

  #top-navbar .navbar .nav.navbar-nav li a {
    padding: 45px 8px; }

  .album a span h2 {
    font-size: 24px; }

  #partners {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    #partners li {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px;
      flex: 1 1 14%;
      text-align: center;
      max-width: 165px; }
      #partners li img {
        max-width: 100%; } }
@media (min-width: 1716px) {
  .container {
    width: 1645px; } }
@media (min-width: 1200px) {
  #oferta-slubna .oferta .cena-pakietu p {
    font-size: 25px; } }
/* MENU OVERWRITE */
@media (max-width: 1199px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .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; } }
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-y: hidden;
  transition: 0.5s; }
  .overlay .social-media-box {
    float: left;
    text-align: center;
    display: flex;
    justify-content: center; }
  .overlay .social-link {
    text-align: center; }
  .overlay ul li a {
    background-color: transparent;
    color: #fff; }

.overlay-content {
  position: relative;
  top: 8%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }
  .overlay-content .social-media-container {
    display: flex;
    justify-content: center; }
  .overlay-content li {
    list-style: none; }
    .overlay-content li ul {
      position: relative;
      float: none;
      background-color: transparent; }
      .overlay-content li ul li {
        text-align: center; }
        .overlay-content li ul li a {
          background-color: transparent;
          color: #fff;
          font-size: 1.4em; }
          .overlay-content li ul li a:hover {
            background-color: transparent;
            color: #fff; }
    .overlay-content li a {
      font-size: 25px; }
    .overlay-content li .btn-red {
      color: #fff !important;
      width: 200px;
      margin: 0;
      font-size: 1.2em;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      float: none; }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase; }

.overlay a:hover, .overlay a:focus {
  color: #fff; }
  .overlay a:hover .caret, .overlay a:focus .caret {
    color: #fff; }

.overlay .closebtn {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 35px; }

/*# sourceMappingURL=main.css.map */
