:root {
  font-size: 10px;
}


* {
  margin: 0;
  padding: 0;
  color: #fff;
  color: #000;
}



@font-face {
  font-family: OSLight;
  src: url(../fonts/OpenSansCondensed-Light.ttf);
}
@font-face {
  font-family: galeriaFont;
  src: url(../fonts/MonotypeCorsiva.ttf);
}

.galstl {
  color: #000;
    font-family: RobotoLight, sans-serif;
    font-size: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0px;
    background: rgba(255,255,255,.9);
    padding: 10px 30px;
    box-sizing: border-box;
    text-transform: uppercase;
}

@font-face {
  font-family: MR;
  src: url(../fonts/Miniver-Regular.ttf);
}

@font-face {
  font-family: Meslight;
  src: url(../fonts/meslight-webfont.woff);
}


@font-face {
  font-family: RobotoLight;
  src: url('../fonts/Roboto-Thin.ttf');
}





a {
  text-decoration: none;
}

body {
  width: 100%;
  height: 100%;
  /* min-height: 100vh; */
  background: #ffffff;

}

.container {
  margin: 0 120px;
}
.mapa {
  position: relative;
}
.mapa:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(201, 171, 129, 0.2); /* Using RGBA color for opacity */
    pointer-events: none; /* Ensures the overlay doesn't interfere with clicks */
}

.gridLine {
  position: fixed;
    display: block;
    top: 0;
    width: 0;
    height: 100vh;
    border-left: 1px solid #c9ab8140;
    z-index: 100;
}

.gridLine.left {
  left: 120px;
}

.gridLine.right {
  right: 120px;
}

.btnScrollTop {
  position: fixed;
    right: 33px;
    bottom: 33px;
    margin: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s ease, visibility 0s .15s;
    -o-transition: opacity .15s ease, visibility 0s .15s;
    transition: opacity .15s ease, visibility 0s .15s;
    cursor: pointer;
}

.btnScrollTop circle, 
.btnScrollTop polyline {
  stroke-width: 1.4;
}

.btnScrollTop circle.eltdf-popout {
  stroke-dashoffset: 101;
  stroke-dasharray: 101;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.btnScrollTop:hover .eltdf-popout {
  stroke-dashoffset: 0;
  stroke-dasharray: 101;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.btnScrollTop.active {
  opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

header {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  border-bottom: 1px solid #c9ab8140;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;

  background: #ffffff;
  transition: .4s ease all;
  
  position: relative;
  min-height: 90px;
    height: 100%;
    flex-direction: column;
}

header.scrolled {
  height: 70px;
  transition: .4s ease all;
  background: #0b1315;
  background: #082b31;
  background: #e7cca5;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100%;
  border-right: 1px solid #715b3e;
  
  height: auto;
    border: none;
    width: 220px;
    padding: 20px 0;
}

.logo img {
  max-height: 90%;
  width: auto;
  height: 100%;
  
  width: 100%;
}

.nav_mobile {
  height: 100%;
  width: 120px;
  border-left: 1px solid #715b3e;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.menu_link {
  position: relative;
  font-family: OSLight;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  margin: 0 20px
}

.menu_link:after,
.menu_link:before {
  content: '';
  display: block;
  position: absolute;
  left: -.1em;
  bottom: -.7em;
  width: 100%;
  height: 1px;
  border-top: 1px solid #c9ab81;
  border-color: #b89f45;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
  -o-transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
  transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
  transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s, -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
}

.menu_link:after {
  transition-delay: .2s;

}

.menu_link:before  {
  padding-bottom: 4px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89);
    -o-transition: transform .4s cubic-bezier(.48, .57, .33, .89);
    transition: transform .4s cubic-bezier(.48, .57, .33, .89);
    transition: transform .4s cubic-bezier(.48, .57, .33, .89), -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
}


.menu_link:hover:after,
.menu_link:hover:before,
.menu_link.active:after,
.menu_link.active:before  {
  -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.nav_mobile {
  display: flex;
  align-items: center;
  justify-content: right;
}


/* BURGER */
.menu-btn {
  display: none;
  margin: 0;
  padding: 5px;
  overflow: visible;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: 0;
  text-transform: none;
  cursor: pointer;
}
.menu-btn .menu-btn__inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-btn .menu-btn__inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.menu-btn .menu-btn__inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-btn.is-active .menu-btn__inner {
  transform: rotate(45deg);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.12s;
}
.menu-btn.is-active .menu-btn__inner::before {
  top: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  opacity: 0;
}
.menu-btn.is-active .menu-btn__inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn__block {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 25px;
}

.menu-btn__inner {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.menu-btn__inner, .menu-btn__inner::before, .menu-btn__inner::after {
  position: absolute;
  width: 36px;
  height: 2px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  background-color: #dfe469;
  background-color: #b89f45;
}
.menu-btn__inner::before, .menu-btn__inner::after {
  content: "";
  display: block;
}
.menu-btn__inner::before {
  top: -11px;
}
.menu-btn__inner::after {
  bottom: -11px;
}
/* BURGER END */


/* SLIDER */
.slide {
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;


 
}

/* .owl-itm {
  -webkit-transform: translate3d(0,0,0)!important;
  -webkit-backface-visibility: hidden!important;
} */

.slide_title {
  font-family: MR;
  color: rgb(201, 171, 129);
  font-size: 25px;
  letter-spacing: 1.5px;
}
.slide_heading {
  position: relative;
  font-family: Meslight;
  text-transform: uppercase;
  color: rgb(201, 171, 129);
  font-size: 80px;
  padding: 40px 0;
  letter-spacing: 10px;
}


.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot {
  position: relative;
  margin: 0 15px;
  padding: 0 5px!important;
  color: rgb(201, 171, 129);
  font-family: Meslight;
  outline: none!important;
}
.owl-theme .owl-dots .owl-dot.active:after {
  content: '';
  width: 100%;
  height: 2px;
  padding: 0 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(201, 171, 129);
}

.owl-theme .owl-dots .owl-dot.active {
  transform: translateY(-5px);
  transition: .4s ease all;
}
.sliderAr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  color: #c9ab81;
  cursor: pointer;

  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.3s;
}

.sliderArLeft {
  left: 0;
  transform: translateY(-50%);
}

.sliderArRight {
  right: 0;
  transform: translateY(-50%)rotate(180deg);
}

.sliderAr svg {
    transform: translateX(0) scaleX(-1);
    max-height: 100%;
    width: auto;
    stroke-width: 1px;
    transform: translateX(0);
}

.sliderAr svg .eltdf-popout {
  stroke-dashoffset: 43;
  stroke-dasharray: 43;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  transform: rotateX(180deg);
  transform-origin: center center;
  transition: stroke-dashoffset .5s cubic-bezier(0.48, 0.57, 0.33, 0.89);
}

.sliderAr:hover svg .eltdf-popout {
  transform: translateX(0) rotateX(180deg);
  stroke-dashoffset: 0;
  stroke-dasharray: 43;
  transition: stroke-dashoffset .5s cubic-bezier(0.48, 0.57, 0.33, 0.89);
}

.sliderAr polyline {
  stroke: #c9ab81;
}


.owl-dot span {
  display: none!important;
}

.owl-theme .owl-nav {
  display: none!important;
}

.owl-item.active .slide_heading:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 40px;
  background-image: url(../obrazki/slider-h-cstm.png);
  background-repeat: no-repeat;
  background-position: center;

  -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1s;

}

.owl-item.active .slide_heading:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 40px;
  background-image: url(../obrazki/slider-h-cstm.png);
  background-repeat: no-repeat;
  background-position: center;

  -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1s;
}

.owl-item.active  .slide_heading {
  -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .4s;
}
.owl-item.active  .slide_title {
  -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .6s;
}
.owl-item.active  .slide_descript {
  -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .8s;
}

.owl-dots {
  counter-reset: dots;
}
.owl-dot:before {
  counter-increment:dots;
  content: counter(dots);
}

.slide_descript {
  font-size: 23px;
  font-family: RobotoLight;
  line-height: 1.5;
}

.slide .wrap {
  width: 80%;
  margin: 0 auto;
}
/* SLIDER END */


.section {
  padding: 75px 0;
}

.heading_section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #c9ab81;
  text-transform: uppercase;
  text-align: center;
  font-family: Meslight;
  font-size: 48px;
  letter-spacing: 3px;
}

.heading_section:before,
.heading_section:after  {
  content: '';
  display: inline-block;
  width: 45px;
  height: 30px;
  background-image: url(../obrazki/slider-h-cstm.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 15px;
}

.onas-descript,
.rezerw_wrap > p {
  text-align: center;
  font-family: RobotoLight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
}

.onas_images {
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onas_images_inr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  max-width: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 500px;
}

.onas_images_inrs {
  margin: 0 30px;
}
.onas_images_inrs svg {
  height: 100%;
}


.onas_images_inrs path {
  stroke-dashoffset: 770;
  stroke-dasharray: 770;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.onas_images_inrs.active path {
  stroke-dashoffset: 0;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}




#how {
  padding-top: 100px;
}

#kontakt {
  padding-top: 40px;
  text-align: center;
}

#kontakt .container {
  display: flex;
  justify-content: space-between;
}

.contact_left,
.contact_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  width: 100%;
  margin-top: 50px;
  padding: 0 30px;
  box-sizing: border-box;
}

.contact_title {
  font-size: 19px;
  color: #c9ab81;
  margin-bottom: 15px;
  font-family: MR;
}

/* #kontakt input,
#kontakt textarea */

.contact_name, 
.contact_email,
.input_msg,
.contact_tel {
  position: relative;
    width: 100%;
    margin: 0 0 28px;
    padding: 7px 23px 3px;
    font-family: inherit;
    font-size: 19px;
    font-weight: inherit;
    line-height: calc(50px - (14px - 2px));
    color: #000000;
    background-color: transparent;
    border: 1px solid #715b3e;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    resize: none;
    font-family: RobotoLight, sans-serif;
}

.rodo_chck {
  display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 10px;
}

.rodo_chck span {
  padding-left: 15px;
}

#kontakt textarea {
  height: 200px;
}

.btn_contact {
  margin-top: 20px;
  color: #fff;
    background-color: transparent;
    border: 1px solid #c9ab81;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: open sans condensed, sans-serif;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .36em;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 9px 39px;
    cursor: pointer;
    font-weight: 300;
    font-family: RobotoLight, sans-serif;
}
.btn_contact .eltdf-btn-after-line, 
.btn_contact .eltdf-btn-before-line {
  width: 1px;
    display: inline-block;
    background-color: #c9ab81;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(72deg) scale(1, 0);
    -ms-transform: rotate(72deg) scale(1, 0);
    transform: rotate(72deg) scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.63, .25, .25, 1);
    -o-transition: transform .4s cubic-bezier(.63, .25, .25, 1);
    transition: transform .4s cubic-bezier(.63, .25, .25, 1);
    transition: transform .4s cubic-bezier(.63, .25, .25, 1), -webkit-transform .4s cubic-bezier(.63, .25, .25, 1);
    will-change: transform;
}

.btn_contact:hover {
  border-color: #c9ab81!important;
}
.btn_contact .eltdf-btn-after-line {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  top: -2px;
}
/*22714*/
.btn_contact:hover .eltdf-btn-after-line, 
.btn_contact:hover .eltdf-btn-before-line {
  -webkit-transform: rotate(72deg) scale(1, 1);
  -ms-transform: rotate(72deg) scale(1, 1);
  transform: rotate(72deg) scale(1, 1);
}
a {
  cursor: pointer;
}
a:hover {
  -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    color: #c9ab81;
    color: #b89f45;
}

.contact_city {
  color: #c9ab81;
  text-transform: uppercase;
  font-family: Meslight;
  font-size: 25px;
  margin-bottom: 20px;
}

.contact_adr {
  font-weight: 300;
  font-family: RobotoLight, sans-serif;
  line-height: 1.8;
  font-size: 16px;
}


#aktualnosci {
  margin-top: 200px;
}

#aktualnosci article {
  margin: 50px 80px 100px;
}

.article_preview {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.article_heading {
  display: block;
  margin: 30px 0 20px;
  font-weight: 700;
    text-transform: uppercase;
    color: #c9ab81;
    font-size: 35px;
    font-family: OSLight;
    letter-spacing: 3px;
}

.article_dscr {
  margin: 20px 0;
  font-size: 16px;
  font-family: RobotoLight, sans-serif;
}

.article_more {
  padding: 0!important;
    color: #fff;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
    line-height: 2.3em;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: auto;
      margin: 0;
      font-family: OSLight;
      font-size: 14px;
      line-height: 2em;
      letter-spacing: .36em;
      text-transform: uppercase;
      outline: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
      -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
      transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
      padding: 9px 39px;
      cursor: pointer;
}
.article_more:after, 
.article_more:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: auto;
  height: 3px;
  background-color: transparent;
  border-bottom: 1px solid #c9ab81;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.article_more:after {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.article_more .eltdf-btn-text {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 4px;
}

.article_more .eltdf-btn-first-line, 
.article_more .eltdf-btn-second-line {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  height: 3px;
  background-color: transparent;
  border-top: 1px solid #c9ab81;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.article_more .eltdf-btn-second-line {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.article_more:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform .7s cubic-bezier(.48, .57, .33, .89) .3s;
  -o-transition: transform .7s cubic-bezier(.48, .57, .33, .89) .3s;
  transition: transform .7s cubic-bezier(.48, .57, .33, .89) .3s;
  transition: transform .7s cubic-bezier(.48, .57, .33, .89) .3s, -webkit-transform .7s cubic-bezier(.48, .57, .33, .89) .3s;
}

.article_more:hover:after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .7s cubic-bezier(.48, .57, .33, .89);
  -o-transition: transform .7s cubic-bezier(.48, .57, .33, .89);
  transition: transform .7s cubic-bezier(.48, .57, .33, .89);
  transition: transform .7s cubic-bezier(.48, .57, .33, .89), -webkit-transform .7s cubic-bezier(.48, .57, .33, .89);
}

.article_more:hover .eltdf-btn-first-line {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.48, .57, .33, .89) .2s;
  -o-transition: transform .5s cubic-bezier(.48, .57, .33, .89) .2s;
  transition: transform .5s cubic-bezier(.48, .57, .33, .89) .2s;
  transition: transform .5s cubic-bezier(.48, .57, .33, .89) .2s, -webkit-transform .5s cubic-bezier(.48, .57, .33, .89) .2s;
}

.article_more:hover .eltdf-btn-second-line {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.48, .57, .33, .89);
  -o-transition: transform .5s cubic-bezier(.48, .57, .33, .89);
  transition: transform .5s cubic-bezier(.48, .57, .33, .89);
  transition: transform .5s cubic-bezier(.48, .57, .33, .89), -webkit-transform .5s cubic-bezier(.48, .57, .33, .89);
}






.gallery_blck {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 80px 0;
}

.gallery_bitm {
  position: relative;
  cursor: pointer;
  width: 30%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 270px;
  margin: 10px;
}
.gallery_kma:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(201, 171, 129, 0.5);
    pointer-events: none;
    z-index:1;
}

.eltdf-pli-title.entry-title {
  color: #000000;
  font-family: RobotoLight, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
}


.gallery_bitm .eltdf-pli-text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 35px;
  top: 35px;
  right: 35px;
  bottom: 35px;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.8;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .2s cubic-bezier(.48, .57, .33, .89);
  -o-transition: .2s cubic-bezier(.48, .57, .33, .89);
  transition: .2s cubic-bezier(.48, .57, .33, .89);
  z-index:2;
}

.gallery_bitm .eltdf-pli-text-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.gallery_bitm .eltdf-pli-text {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.gallery_bitm .eltdf-pli-text .eltdf-pli-title {
  margin: 0;
}

.gallery_bitm .eltdf-pli-text-holder .eltdf-pli-category-holder, 
.gallery_bitm .eltdf-pli-text-holder .eltdf-pli-title {
  opacity: 0;
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
}


.gallery_bitm:hover .eltdf-pli-text-holder {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: .4s cubic-bezier(.48, .57, .33, .89);
  -o-transition: .4s cubic-bezier(.48, .57, .33, .89);
  transition: .4s cubic-bezier(.48, .57, .33, .89);
}


@-webkit-keyframes eltdfFadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30%, 0);
      transform: translate3d(0, 30%, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes eltdfFadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30%, 0);
      transform: translate3d(0, 30%, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.gallery_bitm:hover .eltdf-pli-text-holder .eltdf-pli-title {
  -webkit-animation: .4s eltdfFadeInUp forwards .2s;
  animation: .4s eltdfFadeInUp forwards .2s;
}



.copyright {
  margin-top: 100px;
  padding: 30px 0;
  font-size: 13px;
  font-family: RobotoLight, sans-serif;
  text-align: center;
}

input[name="daterange"] {
  padding: 7px 23px 3px;
    font-weight: inherit;
    color: #fff;
        font-family: RobotoLight, sans-serif;
    background-color: transparent;
    border: 1px solid #c9ab81;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
  display: block;
  max-width: 300px;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 8px;
    border-color: #715b3e;
    font-family: inherit;
    line-height: inherit;
    font-size: 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: transparent;
    border: 1px solid #c9ab81;
    font-family: RobotoLight, sans-serif;
    padding: 13px 23px;
}
.daterangepicker {
  background: transparent!important;
  border: none!important;
}
.daterangepicker.show-calendar .drp-buttons {
  display: none!important;
}

.daterangepicker td.active,
.daterangepicker td.end-date.active.in-range.available,
.daterangepicker td.active:hover {
    /* background-color: #c9ab81!important;
    border-color: transparent;*/
    color: #000000!important;
    background-color: transparent!important;
}

.daterangepicker td.in-range {
  /* background-color: rgba(201, 171, 129, .6)!important; */
  color: #000000!important;
  background-color: transparent!important;
}

.daterangepicker td.off.disabled {
  background: rgba(191, 29, 51, 0.4)!important;
    color: #FFF!important;
}

.daterangepicker td.off.ends.available {
  background: #0f1d24!important;
  background: #e2bb81!important;
  background: #ffffff!important;
  color: rgba(0,0,0,.8)!important;
}

.daterangepicker td.available:hover {
  background-color: rgba(201, 171, 129, .6)!important;
    color: #fff!important;
}

.drp-buttons,
.drp-calendar.right,
.drp-calendar.left {
      background: rgba(201, 171, 129, 0.5) !important
}

.daterangepicker .drp-buttons {
  border-color: #c9ab81!important;
}

.daterangepicker.ltr.show-calendar.opensleft{
  border-color: #c9ab81!important;
}

.daterangepicker .drp-calendar.right .calendar-table {
  border-color: #c9ab81!important;
}

.applyBtn.btn.btn-sm.btn-primary {
  background: rgba(52, 99, 52, .4)!important;
  border-color: #c9ab81!important;
}
.applyBtn.btn.btn-sm.btn-primary:hover {
  background: rgba(52, 99, 52, 1)!important;
}
.cancelBtn.btn.btn-sm.btn-default {
  background: rgba(191, 29, 51, 0.4)!important;
  border-color: #c9ab81!important;
}
.cancelBtn.btn.btn-sm.btn-default:hover {
  background: rgba(191, 29, 51, 1)!important;
}
    

.daterangepicker .drp-calendar.left .calendar-table,
.daterangepicker.ltr.show-calendar.opensright {
  border-color: #c9ab81!important;
}
.daterangepicker:after {
  border-bottom-color: #c9ab81!important;
  display: none!important;
}
.daterangepicker.opensleft:before {
  display: none!important;
}
/* input[name="daterange"] {
  max-height: .1px!important;
  width: .1px!important;
  opacity:0!important;
  overflow: hidden!important;
} */
.daterangepicker th.available {
     background-color: rgba(201, 171, 129, .6)!important;
    border-color: transparent;
    color: #fff!important;
}
.daterangepicker th.available:hover {
  background-color: rgba(201, 171, 129, 1)!important;
}

.daterangepicker .calendar-table .next span, 
.daterangepicker .calendar-table .prev span {
  border-color: #000;
}

.daterangepicker .calendar-table .next:hover span, 
.daterangepicker .calendar-table .prev:hover span {
  border-color: #fff;
}

.daterangepicker.ltr.show-calendar.opensright,
.daterangepicker .drp-calendar.left .calendar-table,
.daterangepicker .drp-calendar.right .calendar-table {

  background: #ffffff!important;
}

.rezerw-kma, .daterangepicker
{
  font-family: RobotoLight, sans-serif!important;
}
.rezerw_wrap {

  align-items: center;
  padding: 30px 0 0;
}
.rezerw_wrap > * {
    width: 100%;
    box-sizing: border-box;
    
}

.daterangepicker.opensright:before {
  display: none!important;
}

.rezerw_wrap p {
  padding: 30px;
}

 .rezerw form {
  display: flex;
  align-items: center;
  justify-content: center;
} 
.rezerw form button {
  margin-left: 25px;
}
/* .daterangepicker.ltr.show-calendar {
  position: static!important;
  display: block!important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
} */

#how iframe {
  width: 100%!important;
  height: 450px!important;
}

.nav_social {
  display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
    align-items: center;
    width: 100%;
}
.nav_ico {
  margin: 0 1px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #dfe469;
  border-color: #b89f45;
  border-radius: 9px;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease all;
}

.nav_ico svg {
  height: 100%;
  fill: #dfe469;
  fill: #b89f45;
  transition: .3s ease all;
}
.insta_ico svg {
  height: 90%;
  
}

.nav_ico:hover {
  background-color: #dfe469;
  background-color: #b89f45;
}
.nav_ico:hover svg {
  fill: #0b1315;
  fill: #fff;
}


.rodo {
  padding-bottom: 10px;
  max-width: 500px;
  opacity: .7;
  padding-left: 10px;
  padding-right: 10px;
}



/* .fb_ico {
  background-image: url('../obrazki/fb.png');
}
.insta_ico {
  background-image: url('../obrazki/insta.png');
} */

#rezerw .onas-descript,
.rezerw_wrap > p {
  text-align: left;
}
.daterangepicker.openscenter:before {
  display: none!important;
}

.brdcrmbs {
  font-family: OSLight;
  font-size: 13px;
  text-align: center;
  padding-top: 20px;
  text-transform: uppercase;
}

a.gallery_bitm:before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-image: url(http://cateringambrozja.pl/assets/obrazki/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
}
  .daterangepicker .drp-calendar.left,
  .daterangepicker .drp-calendar.right {
    padding: 0px!important;
}
@media (max-width: 1652px) {
  .daterangepicker .drp-calendar.left .calendar-table,
  .daterangepicker .drp-calendar.right .calendar-table {
    border: 1px solid #c9ab81!important;
    padding-right: 0!important;
  }
  .daterangepicker .drp-calendar.right {
    padding-right: 0!important;
  }
}

@media(max-width: 1600px) {
  .gallery_bitm {
    height: 400px;
  }
}

@media(max-width: 1367px) {
  .slide_title {
    font-size: 20px;
  }
  .slide_heading {
    font-size: 60px;
  }
  .slide_descript,
  .onas-descript,
  .rezerw_wrap > p {
    font-size: 14px;
  }
  .onas_images_inr {
    height: 350px;
  }
}

@media(max-width: 1300px) {
 .logo {
   width: 180px;
 }
}

@media (max-width: 1270px) {
  .gallery_bitm {
    width: 46%;
  }
}

@media (max-width: 1240px) {
  .daterangepicker {
    border: none!important;
    background: transparent!important;
  }
  .daterangepicker .calendar-table {
    border: 1px solid #c9ab81!important;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0!important;
  }

}

@media(max-width: 1200px) {
  .owl-item.active .slide_heading:after,
  .owl-item.active .slide_heading:before {
    display: none;
  }
  .sliderAr {
    display: none;
  }
  .owl-dots {
    display: none!important;
  }
}

@media(max-width: 1024px) {
  #oferta .cennik
  {
    display: block !important;
  }
  .oferta_right {
    margin-top: 50px;
  }
  .gallery_bitm .eltdf-pli-text-holder {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .gallery_bitm {
    color: #c9ab81;
  }
  .gallery_bitm .eltdf-pli-text-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  .gallery_bitm .eltdf-pli-text-holder .eltdf-pli-title {
    -webkit-animation: .4s eltdfFadeInUp forwards .2s;
    animation: .4s eltdfFadeInUp forwards .2s;
  }
  .rezerw_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #rezerw .onas-descript,
  .rezerw_wrap > p {
    width: 100%;
    text-align: center;
  }
  .gallery_blck {
    margin-left: 0;
    margin-right: 0;
  }
  #aktualnosci, #oferta {
    margin-top: 40px !important;
  }
  #aktualnosci article {
    margin: 50px 0 100px;
  }
  .article_dscr {
    font-size: 14px;
  }
  .article_preview {
    height: 400px;
  }
  .contact_form {
    padding: 0;
  }
  #kontakt input, 
  #kontakt textarea {
    font-size: 14px;
  }
  .onas_images_inrl,
  .onas_images_inrs {
    display: none;
  }
  .onas_images_inr {
    max-width: 100%;
    width: 100%;
  }
  .onas_wrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .logo,
  .nav_mobile {
    border: none;
  }
  .logo {
    position: absolute;
    left: 25px;
    padding: 0;
    top: 5px;
    width: auto;
    height: 80px;
    
    width: 105.75px;
    max-width: 105.75px;
    min-width: 105.75px;
    max-height: 72px;
    height: 72px;
    min-height: 72px;
    
  }
  .logo img {
    
  }
  .nav_mobile {
    width: 160px;
  }
  .menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
  }
  .menu-btn {
    display: inline-block;
  }
  .gridLine {
    display: none;
  } 
  .slide .container,
  .container {
    margin: 0 40px;
  }
  header,
  .container {
    padding: 0 25px;
  }
  .slide .wrap {
    width: 90%;
  }

  header {
    overflow: hidden;
    transition: .4s ease all;
    background: #ffffff!important;

  }
  header.active {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  -webkit-animation-name: bounceNav;
  animation-name: bounceNav;
  }
  /*animation*/
  @keyframes bounceNav {
    0%, 100% {
      height: 390px;
    }
    50% {
      height: 420px;
    }
  }
  .nav_mobile {
    position: absolute;
    right: 25px;
    top: 10px;
    height: 70px;
    flex-direction: row-reverse;
  }
  .menu_link {
    margin: 10px 0;
  }
  .menu_link:before,
  .menu_link:after {
    display: none;
  }
}

@media (max-width: 768px) {
  
  .slide .container,
  .container  {
    margin: 0;
  }
  .slide_title {
    font-size: 14px;
  }
  .slide_heading {
    font-size: 45px;
    padding: 25px 0;
  }
  .menu-btn {
    display: inline-block;
  }
  .slide_descript {
    font-size: 13px;
  }
  #kontakt .container {
    flex-direction: column;
  }
  .contact_right {
    margin-top: 60px;
  }
  .gallery_bitm {
    width: 100%;
  }
}

@media(max-width: 600px) {
  .gallery_bitm {
    height: 300px!important;
  }
  .article_heading {
    font-size: 30px;
  }
  .article_preview {
    height: 300px!important;
  }
  #how iframe {
    height: 300px!important;
  }
  .section {
    padding: 40px 0;
  }
  .slide_heading {
    font-size: 30px;
  }
  .heading_section {
    font-size: 25px;
  }
  .copyright {
    margin-top: 50px;
    font-size: 10px;
  }
  .onas_images {
    padding-top: 40px;
  }
  .onas_images_inr {
    height: 300px;
  }
  .oferta_image {
    height: 300px !important;
    background-position: inherit;
}
}

.accordion {
  padding: 20px 40px;
  margin-bottom: 40px;
}

#accordion-button-1 {
      display: flex;
    align-items: center;
    justify-content: space-between;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #c9ab81;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover span, .accordion button:focus span {
  cursor: pointer;
  color: #c9ab81;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #c9ab81;
  border: 1px solid #c9ab81;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  /* position: absolute;
  top: 18px;
  right: 0; */
  position: relative;
  min-width: 22px;
  min-height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
  
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
  
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0;
      padding: 0 20px;
}

.accordion-title {
  font-size: 20px;
}

#oferta
{
  margin-top: 200px;
  text-align: center;
}
#oferta .cennik
{
  display: flex;
  justify-content: space-between;
}
#oferta li
{
  list-style: circle inside;
}
#oferta li::marker
{
  color: #c9ab81;
}
.oferta_left,
.oferta_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oferta_box
{
  text-align: center;
  font-family: RobotoLight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 40px;
}
.oferta_image
{
  display: block;
  width: 90%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 50px auto 50px;
}
.oferta-top {
    text-align: center;
    font-family: RobotoLight, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.oferta_cena {
    color: #c9ab81;
    text-transform: uppercase;
    font-family: Meslight;
    font-size: 25px;
    margin-bottom: 20px;
}
.oferta_sub_h {
    color: #c9ab81;
    text-transform: uppercase;
    font-family: RobotoLight, sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}
.oferta_dodatkowe
{
    margin-top: 50px;
}