.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.center-h {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.center-v {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.center-hv {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spin {
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.imgs {
  padding: 0;
}
figure {
  position: relative;
  overflow: hidden;
  margin: 5px auto;
  max-width: 730px;
  width: 48%;
  height: auto;
  text-align: center;
  cursor: pointer;
  z-index: 1029;
}
@media (min-width: 768px) {
  figure {
    min-width: 320px;
    max-height: 360px;
  }
}
@media (max-width: 768px) {
  figure {
    width: 100%;
  }
}
figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
@media (max-width: 768px) {
  figure img {
    opacity: 1.0;
  }
}
figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
figure.effect-apollo figcaption::before {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-apollo h2 {
  text-align: left;
}
figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#do_dyspozycji {
  background-color: #492e22 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#do_dyspozycji2 {
  padding-right: 0!important;
  margin-bottom: -10px !important;
  margin-top: -10px !important;
  padding-left: 0!important;
  z-index: 10!important;
}
#bgvid {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -20;
}
#p_deluxe {
  padding-left: 25px;
}
@media (max-width: 768px) {
  #bgvid {
    display: none;
  }
  .img-shadow {
    box-shadow: none !important;
  }
  #p_deluxe {
    padding-left: 15px !important;
  }
}
.brown {
  background-color: #492e22;
  color: white;
}
.img-shadow {
  box-shadow: 2px 4px 6px 3px grey;
}
.white {
  background-color: #ffffff;
  color: #492e22 !important;
}
.gallery_flower {
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 50px !important;
  width: auto !important;
  margin-top: 0 !important;
}
body {
  position: relative;
  overflow-x: hidden;
}
#menu.affix-top {
  position: fixed;
  top: -62px;
  visibility: visible;
}
@media (max-width: 767px) {
  #zapraszamy h1 {
    display: none;
  }
}
.mobile_header {
  position: fixed;
  top: 5px;
  left: 50%;
  font-size: 3em;
  margin-left: -97px;
  font-family: "Great Vibes";
}
@media (min-width: 768px) {
  .mobile_header {
    display: none;
  }
}
#top-navbar.affix {
  top: -210px;
  transition: all 0.7s ease 0s;
}
@media (max-width: 768px) {
  #top-navbar.affix {
    top: 0 !important;
  }
}
#top-navbar.affix-top {
  top: 0;
  transition: all 0.7s ease 0s;
}
@media (max-width: 768px) {
  #menu {
    display: none;
  }
}
#menu {
  visibility: hidden;
  border-bottom: 1px solid #ffffff;
  z-index: 1311;
}
#menu.affix {
  visibility: visible;
  position: fixed;
  top: 0;
  transition: all 0.7s ease 0s;
}
#menu div {
  margin-top: 10px;
  text-align: center;
}
#menu div ul {
  padding-left: 0;
}
#menu div ul li {
  float: none;
  display: inline;
  margin-left: 10px;
}
#menu div ul li a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-family: 'Merienda One', cursive;
}
#menu div ul li a:hover {
  color: #cbc6c3;
}
#menu div ul li.active a {
  color: #cbc6c3;
}
#menu div ul .zosia {
  font-family: "Great Vibes" !important;
  font-size: 2em;
}
#header {
  text-align: center;
  margin: 15px auto;
  border-bottom: 1px solid #000000;
}
@media (max-width: 768px) {
  #header {
    display: none;
  }
}
#header div:nth-child(1) {
  font-family: "Great Vibes";
  font-size: 6em;
  line-height: 0.9em;
  color: #492e22;
}
#header div:nth-child(2) {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #492e22;
}
#top-navigation ul {
  margin: 0 auto;
}
nav {
  background-color: rgba(255, 255, 255, 0.5) !important;
  min-height: 180px !important;
  border-width: 0 !important;
}
@media (min-width: 768px) {
  nav {
    text-align: center;
  }
}
@media (max-width: 767px) {
  nav {
    background-color: #492e22 !important;
    border-bottom: 1px solid #ffffff !important;
  }
}
nav .navbar-wrapper {
  height: 180px;
}
@media (min-width: 769px) {
  nav .navbar-wrapper {
    display: inline-block;
  }
}
nav .navbar-header {
  height: 100%;
}
nav .navbar-header .navbar-brand {
  padding: 0;
  height: 100%;
}
nav .navbar-header .navbar-brand img {
  width: auto;
  height: 100%;
}
nav .navbar-nav li a {
  color: #000000;
  font-family: 'Merienda One', cursive;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 15px;
  margin: 10px 2px;
}
nav .navbar-nav li.active a,
nav .navbar-nav li:hover a {
  background-color: #492e22;
  color: white;
}
@media screen and (min-width: 992px) {
  .navbar-header .navbar-brand {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 992px) {
  nav {
    min-height: 180px !important;
  }
  nav .navbar-wrapper {
    height: 180px;
  }
  nav .navbar-nav li a {
    margin: 10px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  nav {
    min-height: 70px !important;
  }
  nav .navbar-wrapper {
    height: 70px;
  }
  nav .navbar-nav {
    margin-top: -5px;
    background-color: rgba(255, 255, 255, 0.9);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    border-bottom: 2px solid #492e22;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  }
  nav .navbar-nav li a {
    text-align: center;
  }
  nav .navbar-toggle {
    margin-top: 15px;
    background-color: #492e22;
  }
  nav .navbar-toggle.collapsed {
    background-color: #492e22;
  }
  nav .navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 27px !important;
    height: 4px !important;
  }
}
.extra-bold {
  font-family: 'Merienda One', cursive, sans-serif;
}
.section {
  padding-bottom: 45px;
}
.section .section-title {
  font-size: 52px;
  padding-bottom: 25px;
  position: relative;
}
.section .section-title h2 {
  font-size: 52px;
}
.section .section-subtitle {
  position: relative;
  font-family: 'AvenirNext UltraLight', sans-serif;
  font-weight: 300;
  font-size: 35px;
  margin-top: 25px;
}
.section .section-subtitle .additional-text {
  position: absolute;
  font-size: 28px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section p {
  font-size: 14px;
}
.section ul {
  text-align: left;
}
.section li {
  font-size: 14px;
}
.section h1 {
  font-size: 60px;
  font-family: "Great Vibes";
}
.section h2 {
  font-family: "Baskerville";
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
.section h3,
.section h4 {
  font-family: "Baskerville";
  font-weight: bold;
  font-style: italic;
}
.section.green {
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75), 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75), 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.75), 0 0 2px rgba(255, 255, 255, 0.75);
  background-color: #ffffff;
  color: #000000;
}
#galeria {
  background-color: #cbc6c3 !important;
  padding-top: 0 !important;
  color: #492e22 !important;
}
#galeria img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 4px 4px 5px grey;
  border-radius: 3%;
}
.top-space-45 {
  margin-top: 45px;
}
.spinner {
  font-size: 60px;
}
.btn.btn-hydro {
  font-weight: 300;
  color: #492e22;
  background-color: transparent;
  font-family: 'AvenirNext Regular', sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 15px;
  font-size: 21px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border: 2px solid #cd7145;
}
.btn.btn-hydro.active,
.btn.btn-hydro:hover {
  background-color: #cd7145;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#home #head_motto {
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Baskerville";
  font-style: italic;
  font-weight: bold;
  font-size: 1.5em;
  color: #492e22;
}
@media (max-width: 809px) {
  #home #head_motto {
    font-size: 1.4em;
  }
}
@media (max-width: 768px) {
  #home #head_motto {
    display: none;
  }
}
#home #top {
  position: relative;
  min-height: 96vh;
  background-size: cover;
}
@media (max-width: 768px) {
  #home #top {
    min-height: 55px !important;
  }
}
#home #top .motto {
  padding: 0px 20px;
  width: 100%;
  color: #cd7145;
  min-height: 185px;
  position: absolute;
  left: 0;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
  -webkit-box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.25);
}
#home #top .motto .bold-text {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.95);
  font-family: 'Merienda One';
  font-weight: 500;
  font-size: 38px;
  font-weight: bolder;
}
#home #top .motto .thin-text {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.95);
  font-family: 'Merienda One';
  font-size: 80px;
}
#home #top .motto .thin-text h1 {
  font-size: 58px;
}
#home #top .motto .smaller-motto .bold-text {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.95);
  font-family: 'Merienda One';
  font-weight: 500;
  font-size: 28px;
  font-weight: bolder;
}
#home #top .motto .smaller-motto .thin-text {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.95);
  font-family: 'Merienda One';
}
#home #top .motto .smaller-motto .thin-text h1 {
  font-size: 28px;
}
#panorama .motto {
  padding: 10px;
  color: #cd7145;
  background-color: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8));
  -webkit-box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.25);
}
#panorama .motto .bold-text {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.95);
  font-family: 'Merienda One', cursive;
  font-weight: 500;
  font-size: 24px;
  font-weight: bolder;
}
#pokoje {
  background-image: url('../images/bg1.png');
  background-size: cover;
  background-position: center center;
  padding-top: 0;
}
#pokoje .pokoj {
  margin-bottom: 25px;
  padding: 10px;
}
#pokoje .pokoj h1 {
  background-color: rgba(205, 113, 69, 0.1);
  margin-top: 0px;
}
#pokoje .pokoj-img {
  height: 200px;
  border: 1px solid white;
  background-size: cover;
  background-position: center center;
}
#pokoje p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#cennik li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
}
#regulamin li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
}
#kontakt .google-maps {
  position: relative;
  padding: 0;
  height: 350px;
}
#kontakt .google-maps iframe {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#kontakt .google-maps.loaded iframe {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in 1s;
  -moz-transition: opacity 0.5s ease-in 1s;
  -ms-transition: opacity 0.5s ease-in 1s;
  -o-transition: opacity 0.5s ease-in 1s;
}
#kontakt .google-maps.loaded .loading-indicator {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in 1s;
  -moz-transition: opacity 0.5s ease-in 1s;
  -ms-transition: opacity 0.5s ease-in 1s;
  -o-transition: opacity 0.5s ease-in 1s;
}
#kontakt .contact-data a {
  color: white;
  text-decoration: none;
}
#kontakt p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer a {
  color: #ffffff;
  font-size: 13px;
  padding: 9px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
footer a:hover {
  text-decoration: none;
  background-color: #492e22;
  color: #cd7145;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  #home #top .motto {
    min-height: 50px;
  }
  #home #top .motto .bold-text {
    font-size: 3vw;
  }
  #home #top .motto .thin-text {
    font-size: 8vw;
  }
  .section .section-subtitle .additional-text {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #home #top {
    min-height: 400px;
  }
  #home #top .motto .bold-text {
    font-size: 4vw;
  }
  #home #top .motto .thin-text {
    font-size: 10vw;
  }
  #offer .product-list {
    display: block;
  }
  #offer .catalog-column {
    -webkit-border-top-left-radius: 25vw;
    -moz-border-radius-topleft: 25vw;
    border-top-left-radius: 25vw;
    -webkit-border-top-right-radius: 25vw;
    -moz-border-radius-topright: 25vw;
    border-top-right-radius: 25vw;
  }
  .section .section-subtitle {
    font-size: 5vw;
  }
}
@media screen and (max-width: 350px) {
  .circle-shadow img {
    width: 70vw;
    height: auto;
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media(max-width: 768px){
  #bgvid {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 71px;
    }
}