/*
	Theme Name: 	Divi Child
	Description:    
	Author: 	Mobility Soft sp. z o.o.
	Author URI:	http://mobilitysoft.pl
	Template:	Divi

	(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
	*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext");
@charset "UTF-8";
/* CDN - external sources */
/* GLOBAL - things you want to use all over website, for example main font for website, font color*/
.color--primary {
  color: #1e2951; }
.color--secondary {
  color: #b29a40; }
body {
  overflow-x: hidden; }
.nav-item--blocked {
  cursor: not-allowed !important; }
.nav-item--blocked a {
    pointer-events: none !important; }
/* PAGE BANNER */
.page-banner {
  background-color: #000;
  padding: 120px 0 40px 0;
  position: relative; }
.page-banner__content {
    position: relative;
    z-index: 2; }
.page-banner__title {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    text-shadow: 2px 2px 6px #000;
    margin: 0 0 1rem 0;
    color: #FFF; }
@media (min-width: 1200px) {
      .page-banner__title {
        width: 45%; } }
.page-banner__bg-image {
    opacity: .33;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
.page-banner__intro, .page-banner__intro p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED; }
.page-banner__intro p {
    margin: 0; }
.px-fiels-wrapper.ng-scope.active.ready {
  overflow: visible !important; }
.rl-gallery .rl-gallery-link {
  border: 5px solid transparent !important; }
.cf7-wiadomosc {
  color: #FFF; }
/* BUTTON CTA */
.et_pb_button.buttonCTA--small {
  font-size: 13px; }
.et_pb_button.buttonCTA--large {
  font-size: 18px; }
.et_pb_button.buttonCTA--big {
  font-size: 24px; }
.et_pb_button.buttonCTA--navy {
  border-color: #1e2951 !important;
  background-color: #1e2951 !important; }
.et_pb_button.buttonCTA--navy:hover {
    color: #FFF !important; }
.et_pb_button.buttonCTA--gold {
  border-color: #b29a40 !important;
  background-color: #b29a40 !important; }
.et_pb_button.buttonCTA--gold:hover {
    background: #b29a40 !important;
    box-shadow: 0 0 3px 1px #b29a40 !important;
    color: #FFF !important; }
.et_pb_button.buttonCTA--custom:hover {
  background-color: initial !important;
  color: inherit;
  text-shadow: 0 0 1px #FFF;
  box-shadow: inherit;
  border-style: solid;
  border-color: inherit; }
/* LAYOUT */
/************ CONTAINER ****************/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (max-width: 1199px) {
  .container {
    width: 970px; } }
@media (max-width: 991px) {
  .container {
    width: 750px; } }
@media (max-width: 767px) {
  .container {
    width: 80%;
    padding-right: 0;
    padding-left: 0; } }
/****************** GRID *******************/
.row:before,
.row:after {
  content: " ";
  display: table; }
.row:after {
  clear: both; }
[class^="col-"] {
  float: left !important;
  min-height: 1px; }
.col-1 {
  width: 8.334%; }
.col-2 {
  width: 16.667%; }
.col-3 {
  width: 25%; }
.col-4 {
  width: 33.33%; }
.col-5 {
  width: 41.667%; }
.col-6 {
  width: 50%; }
.col-7 {
  width: 58.334%; }
.col-8 {
  width: 66.667%; }
.col-9 {
  width: 75%; }
.col-10 {
  width: 83.334%; }
.col-11 {
  width: 91.667%; }
.col-12 {
  width: 100%; }
.col-offset-1 {
  margin-left: 8.334%; }
.col-offset-2 {
  margin-left: 16.667%; }
.col-offset-3 {
  margin-left: 25%; }
.col-offset-4 {
  margin-left: 33.33%; }
.col-offset-5 {
  margin-left: 41.667%; }
.col-offset-6 {
  margin-left: 50%; }
.col-offset-7 {
  margin-left: 58.334%; }
.col-offset-8 {
  margin-left: 66.667%; }
.col-offset-9 {
  margin-left: 75%; }
.col-offset-10 {
  margin-left: 83.334%; }
.col-offset-11 {
  margin-left: 91.667%; }
.col-offset-12 {
  margin-left: 100%; }
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33%; }
  .col-xl-2 {
    width: 16.66%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33%; }
  .col-xl-5 {
    width: 41.66%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33%; }
  .col-xl-8 {
    width: 66.66%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33%; }
  .col-xl-11 {
    width: 91.66%; }
  .col-xl-12 {
    width: 100%; }
  .col-offset-xl-1 {
    margin-left: 8.33%; }
  .col-offset-xl-2 {
    margin-left: 16.66%; }
  .col-offset-xl-3 {
    margin-left: 25%; }
  .col-offset-xl-4 {
    margin-left: 33.33%; }
  .col-offset-xl-5 {
    margin-left: 41.66%; }
  .col-offset-xl-6 {
    margin-left: 50%; }
  .col-offset-xl-7 {
    margin-left: 58.33%; }
  .col-offset-xl-8 {
    margin-left: 66.66%; }
  .col-offset-xl-9 {
    margin-left: 75%; }
  .col-offset-xl-10 {
    margin-left: 83.33%; }
  .col-offset-xl-11 {
    margin-left: 91.66%; }
  .col-offset-xl-12 {
    margin-left: 100%; } }
@media (max-width: 1199px) {
  .col-lg-1 {
    width: 8.33%; }
  .col-lg-2 {
    width: 16.66%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33%; }
  .col-lg-5 {
    width: 41.66%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33%; }
  .col-lg-8 {
    width: 66.66%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33%; }
  .col-lg-11 {
    width: 91.66%; }
  .col-lg-12 {
    width: 100%; }
  .col-offset-lg-1 {
    margin-left: 8.33%; }
  .col-offset-lg-2 {
    margin-left: 16.66%; }
  .col-offset-lg-3 {
    margin-left: 25%; }
  .col-offset-lg-4 {
    margin-left: 33.33%; }
  .col-offset-lg-5 {
    margin-left: 41.66%; }
  .col-offset-lg-6 {
    margin-left: 50%; }
  .col-offset-lg-7 {
    margin-left: 58.33%; }
  .col-offset-lg-8 {
    margin-left: 66.66%; }
  .col-offset-lg-9 {
    margin-left: 75%; }
  .col-offset-lg-10 {
    margin-left: 83.33%; }
  .col-offset-lg-11 {
    margin-left: 91.66%; }
  .col-offset-lg-12 {
    margin-left: 100%; } }
@media (max-width: 991px) {
  .col-md-1 {
    width: 8.33%; }
  .col-md-2 {
    width: 16.66%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33%; }
  .col-md-5 {
    width: 41.66%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33%; }
  .col-md-8 {
    width: 66.66%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33%; }
  .col-md-11 {
    width: 91.66%; }
  .col-md-12 {
    width: 100%; }
  .col-offset-md-1 {
    margin-left: 8.33%; }
  .col-offset-md-2 {
    margin-left: 16.66%; }
  .col-offset-md-3 {
    margin-left: 25%; }
  .col-offset-md-4 {
    margin-left: 33.33%; }
  .col-offset-md-5 {
    margin-left: 41.66%; }
  .col-offset-md-6 {
    margin-left: 50%; }
  .col-offset-md-7 {
    margin-left: 58.33%; }
  .col-offset-md-8 {
    margin-left: 66.66%; }
  .col-offset-md-9 {
    margin-left: 75%; }
  .col-offset-md-10 {
    margin-left: 83.33%; }
  .col-offset-md-11 {
    margin-left: 91.66%; }
  .col-offset-md-12 {
    margin-left: 100%; } }
@media (max-width: 767px) {
  .col-sm-1 {
    width: 8.33%; }
  .col-sm-2 {
    width: 16.66%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33%; }
  .col-sm-5 {
    width: 41.66%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33%; }
  .col-sm-8 {
    width: 66.66%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33%; }
  .col-sm-11 {
    width: 91.66%; }
  .col-sm-12 {
    width: 100%; }
  .col-offset-sm-1 {
    margin-left: 8.33%; }
  .col-offset-sm-2 {
    margin-left: 16.66%; }
  .col-offset-sm-3 {
    margin-left: 25%; }
  .col-offset-sm-4 {
    margin-left: 33.33%; }
  .col-offset-sm-5 {
    margin-left: 41.66%; }
  .col-offset-sm-6 {
    margin-left: 50%; }
  .col-offset-sm-7 {
    margin-left: 58.33%; }
  .col-offset-sm-8 {
    margin-left: 66.66%; }
  .col-offset-sm-9 {
    margin-left: 75%; }
  .col-offset-sm-10 {
    margin-left: 83.33%; }
  .col-offset-sm-11 {
    margin-left: 91.66%; }
  .col-offset-sm-12 {
    margin-left: 100%; } }
body, p, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif; }
strong {
  font-weight: 900; }
h1, h2, h3, h4, h5 {
  line-height: 1 !important; }
body, p {
  font-family: "Lato", sans-serif;
  line-height: 2;
  color: #1f1a17; }
h1 {
  font-size: 60px;
  font-weight: 300;
  font-family: "Lato", sans-serif; }
h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Lato", sans-serif; }
h3 {
  font-size: 30px;
  font-weight: 300;
  font-family: "Lato", sans-serif; }
h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Lato", sans-serif; }
h5 {
  font-size: 16px;
  font-family: "Lato", sans-serif; }
input[type=submit],
.et_pb_button {
  transition: all 0.2s;
  font-family: "Lato", sans-serif;
  background-color: #1e2951;
  color: #ffffff;
  border-style: solid;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border-color: #1e2951;
  border-radius: 0;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 2em;
  padding-right: 2em;
  min-width: 210px;
  min-height: 60px;
  width: 210px;
  height: 60px; }
input[type=submit]:hover,
.et_pb_button:hover {
  background-color: #1e2951 !important;
  color: #FFF;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 3px 1px #1e2951;
  border-style: solid;
  padding-top: 0.7em !important;
  padding-bottom: 0.7em !important;
  padding-left: 2em !important;
  padding-left: 2em !important; }
.et_pb_button--secondary {
  background-color: #FFF;
  color: #1f1a17;
  border-color: #FFF; }
.et_pb_button--secondary:hover {
  background-color: #FFF !important;
  color: #1f1a17 !important;
  text-shadow: 0 0 1px #1f1a17 !important;
  box-shadow: 0 0 3px 1px #FFF; }
.et_pb_button:before,
.et_pb_button:after {
  font-family: "Font Awesome 5 Free";
  color: #FFF; }
input[type=submit]:after,
.et_pb_button:after {
  display: none; }
/* IMPORTING PARTIALS */
/* NAV */
/* -- DESKTOP NAV */
#top-menu .nav-menu-item {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px; }
#top-menu .nav-menu-item a {
    color: #1f1a17 !important; }
/* -- MOBILE NAV */
#et_mobile_nav_menu span.mobile_menu_bar:before {
  color: #b29a40; }
#et_mobile_nav_menu #mobile_menu {
  border-color: #b29a40;
  background-color: rgba(0, 0, 0, 0.85); }
#et_mobile_nav_menu #mobile_menu a {
    color: #FFF;
    text-transform: uppercase !important; }
/* -- HOVER UNDERLINE NAV ITEM */
#et-top-navigation .nav-menu-item {
  position: relative; }
#et-top-navigation .nav-menu-item a::after {
    content: "";
    position: absolute;
    top: 23px;
    border-bottom: 2px solid #b29a40;
    left: 50%;
    right: 50%;
    transition: all 0.4s ease; }
@media (max-width: 991px) {
      #et-top-navigation .nav-menu-item a::after {
        bottom: 0; } }
#et-top-navigation .nav-menu-item a:hover::after {
    left: 0;
    right: 0;
    transition: all 0.4s ease; }
/* SOCIAL ICONS */
.nav-social-icons {
  padding-right: 12px !important;
  line-height: 25px;
  height: 20px; }
@media (max-width: 991px) {
    .nav-social-icons {
      display: inline; }
      .nav-social-icons a {
        float: left;
        margin-top: 10px;
        padding-right: 0 !important; } }
@media (max-width: 991px) {
  .nav-language {
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
    .nav-language .language-submenu {
      font-size: 20px; } }
.nav-social-icon {
  text-align: center;
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: 0.4s; }
@media (max-width: 991px) {
    .nav-social-icon {
      width: 37.5px;
      height: 37.5px;
      margin-bottom: 20px !important; } }
.nav-social-icon i {
    transition: 0.4s;
    flex: 1;
    color: #FFF;
    font-size: 14px; }
@media (max-width: 991px) {
      .nav-social-icon i {
        font-size: 21px; } }
.nav-social-icons .nav-social-icon--facebook {
  background-color: #3B5998;
  border: 1px solid #3B5998; }
.nav-social-icons .nav-social-icon--pinterest {
  background-color: #bd081c;
  border: 1px solid #bd081c; }
.nav-social-icons .nav-social-icon--instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  border: 0 solid #e4405f; }
.nav-social-icons a:hover {
  opacity: 1 !important; }
.nav-social-icons a:hover .nav-social-icon--facebook {
    box-shadow: 0 0 3px 1px #3B5998;
    background-color: #fff; }
.nav-social-icons a:hover .nav-social-icon--facebook i {
      color: #3B5998 !important; }
.nav-social-icons a:hover .nav-social-icon--pinterest {
    box-shadow: 0 0 3px 1px #bd081c;
    background-color: #fff; }
.nav-social-icons a:hover .nav-social-icon--pinterest i {
      color: #bd081c !important; }
.nav-social-icons a:hover .nav-social-icon--instagram {
    box-shadow: 0 0 5px 2px #527FA4;
    background: #fff; }
.nav-social-icons a:hover .nav-social-icon--instagram i {
      color: #527FA4 !important; }
.et_pb_svg_logo #logo {
  height: 50% !important;
  max-width: 250px !important; }
/* HEADER */
.landing-page-header {
  padding: 0 !important; }
.landing-page-header__title-row {
    z-index: 10; }
.landing-page-header__title h1 {
    color: #FFF;
    font-size: 60px;
    text-shadow: 1.439px 1.389px 2px rgba(0, 0, 0, 0.34); }
@media (max-width: 767px) {
      .landing-page-header__title h1 {
        font-size: 52px; } }
h2.et_pb_slide_title {
  color: #FFF !important;
  font-size: 60px !important;
  text-shadow: 1.439px 1.389px 2px rgba(0, 0, 0, 0.34) !important; }
@media (max-width: 767px) {
    h2.et_pb_slide_title {
      font-size: 52px !important; } }
/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */ }
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9; } }
/*

.landing-page-slider {
	&__row {
		padding: 0 !important;
		.et_pb_column, .et_pb_slider, .et_pb_slides, .et_pb_slide {
			height: 100% !important;
			min-height: 100% !important;
		}
		position: absolute;
		top: 0;
		bottom: 0;
	}
	&__slider .et_pb_slide_description, &__slider.et_pb_slider_fullwidth_off .et_pb_slide_description {
     	@include extraLarge { 
     		height: calc(100vh - 104px) !important; 
     		max-height: 600px !important;		
		}	

	}
}
*/
/* HEADER - Formularz rezerwacyjny */
.single-hotele .booking-form-amw {
  padding: 0 !important;
  z-index: 11 !important; }
.booking-form-amw {
  z-index: 11; }
.home .booking-form-amw {
  padding: 0 0; }
.home .booking-form-amw--in-home-header {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
@media (max-width: 767px) {
      .home .booking-form-amw--in-home-header {
        top: 60px; } }
.home .et_pb_slider_container_inner {
  padding-top: 180px;
  padding-right: 50%;
  padding-bottom: 60px; }
@media (max-width: 1236px) {
    .home .et_pb_slider_container_inner {
      padding-top: 260px; } }
@media (max-width: 991px) {
    .home .et_pb_slider_container_inner {
      padding-top: 480px;
      padding-right: 0; } }
.home .et_pb_slide_title, .home .et_pb_button_wrapper, .home .et_pb_slide_content {
  text-align: left; }
.home .et_pb_slide_content, .home .et_pb_slide_content p {
  color: #FFF; }
/* PROMOCJE */
.px-capf-wrapper.row.wide.ng-scope {
  overflow: visible; }
.promocje {
  background-color: #f4f4f3; }
.promocje__title h3 {
    font-size: 50px;
    letter-spacing: 3px;
    color: #b29a40;
    text-align: center;
    font-weight: 900; }
.promocje__first-col {
    position: relative; }
.promocje__first-col:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f104";
      font-size: 40px;
      color: #b29a40;
      position: absolute;
      left: -50px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
@media (max-width: 991px) {
        .promocje__first-col:before {
          display: none; } }
.promocje__last-col {
    position: relative; }
.promocje__last-col:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f105";
      font-size: 40px;
      color: #b29a40;
      position: absolute;
      right: -50px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
@media (max-width: 991px) {
        .promocje__last-col:before {
          display: none; } }
.promocje__image {
    margin-bottom: 0 !important;
    height: 200px; }
.promocje__image .et_pb_image_wrap {
      height: 100%;
      width: 100%; }
.promocje__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.promocje__image-subtitle {
    background-color: #1e2951;
    height: 50px; }
.promocje__image-subtitle .et_pb_text_inner, .promocje__image-subtitle p {
      line-height: 50px !important;
      padding-left: 10px; }
.promocje__image-subtitle p {
      color: #FFF; }
.promocje__icon-caret-right {
    float: right;
    padding-right: 20px; }
/* NASZE HOTELE */
@media (max-width: 767px) {
  .nasze-hotele__row {
    padding: 0 !important; } }
@media (max-width: 767px) {
  .nasze-hotele__row .et_pb_column {
    margin-bottom: 0 !important; } }
.nasze-hotele__title h3 {
  font-size: 50px;
  letter-spacing: 3px;
  text-align: center; }
@media (min-width: 1200px) {
    .nasze-hotele__title h3 {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); } }
@media (max-width: 767px) {
    .nasze-hotele__title h3 {
      margin-bottom: 40px !important; } }
.nasze-hotele__hotel .et_pb_blurb_content {
  text-align: left !important; }
.nasze-hotele__hotel .et_pb_main_blurb_image {
  margin-bottom: 20px;
  width: 100% !important; }
.nasze-hotele__hotel .et_pb_main_blurb_image img {
    width: 100% !important; }
.nasze-hotele__hotel .et_pb_module_header {
  padding-bottom: 0; }
.nasze-hotele__hotel .et_pb_blurb_description p {
  font-size: 16px;
  color: #8f8f8c;
  line-height: 1.5; }
@media (max-width: 991px) {
    .nasze-hotele__hotel .et_pb_blurb_description p {
      padding-bottom: 35px; } }
@media (max-width: 991px) {
  .nasze-hotele .et_pb_main_blurb_image, .nasze-hotele .et_pb_blurb_container {
    text-align: center !important; } }
.nasze-hotele .et_pb_image_wrap {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 0;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
.nasze-hotele .et_pb_image_wrap * {
  box-sizing: border-box;
  transition: all 0.45s ease; }
.nasze-hotele .et_pb_image_wrap:before,
.nasze-hotele .et_pb_image_wrap:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 40px solid rgba(0, 0, 0, 0.5);
  border-bottom: 40px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0; }
.nasze-hotele .et_pb_image_wrap:before {
  -webkit-transform: scaleY(2);
  transform: scaleY(2); }
.nasze-hotele .et_pb_image_wrap:after {
  -webkit-transform: scaleY(2);
  transform: scaleY(2); }
.nasze-hotele .et_pb_image_wrap img {
  vertical-align: top;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.nasze-hotele .et_pb_image_wrap figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0s; }
.nasze-hotele .et_pb_image_wrap h3 {
  color: #FFFB;
  text-shadow: -2px -2px 5px #000 !important;
  font-size: 0.6em;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  font-family: "Aller" !important; }
.nasze-hotele .et_pb_image_wrap h3 span {
  color: #FFF;
  display: block;
  text-transform: capitalize;
  font-size: 40px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-family: "Aller" !important;
  font-weight: normal;
  font-style: normal; }
.nasze-hotele .et_pb_image_wrap a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3; }
.nasze-hotele .et_pb_image_wrap:hover > img,
.nasze-hotele .et_pb_image_wrap.hover > img {
  opacity: 0.7; }
.nasze-hotele .et_pb_image_wrap:hover:before,
.nasze-hotele .et_pb_image_wrap.hover:before,
.nasze-hotele .et_pb_image_wrap:hover:after,
.nasze-hotele .et_pb_image_wrap.hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
.nasze-hotele .et_pb_image_wrap:hover figcaption,
.nasze-hotele .et_pb_image_wrap.hover figcaption {
  opacity: 1;
  transition-delay: 0.1s; }
/* LOGA HOTELI*/
.loga__title h3 {
  color: #FFF;
  text-align: center;
  line-height: 1.3 !important; }
.loga__row {
  margin-bottom: 35px; }
@media (max-width: 991px) {
    .loga__row {
      margin-bottom: 0;
      padding-top: 18px;
      padding-bottom: 18px; } }
.loga__row--col-2 {
    -webkit-transform: translateX(80px);
            transform: translateX(80px); }
.loga__ikona {
  text-align: center;
  margin: 0 !important; }
.loga .et_pb_column {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start; }
@media (max-width: 767px) {
    .loga .et_pb_column {
      flex-flow: column wrap;
      justify-content: space-around; } }
.loga .et_pb_module {
  padding-right: 30px;
  flex: 1; }
@media (max-width: 767px) {
    .loga .et_pb_module {
      padding-bottom: 40px; } }
.loga .et_pb_image_wrap img {
  transition: 0.4s; }
.loga .et_pb_image_wrap:hover img {
  -webkit-animation: pulse 1.8s ease infinite;
          animation: pulse 1.8s ease infinite; }
.loga .et_pb_image_wrap:active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  25% {
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
            transform: scale3d(1.06, 1.06, 1.06); }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02); }
  75% {
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
            transform: scale3d(1.06, 1.06, 1.06); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  25% {
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
            transform: scale3d(1.06, 1.06, 1.06); }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02); }
  75% {
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
            transform: scale3d(1.06, 1.06, 1.06); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
/* SUPER OFERTA */
.super-oferta {
  background-color: #f4f4f3;
  padding: 54px 0; }
@media (max-width: 767px) {
    .super-oferta {
      padding: 5px 0 !important; } }
.super-oferta__column {
    padding: 55px 80px;
    position: relative; }
@media (max-width: 991px) {
      .super-oferta__column {
        padding: 55px 40px; } }
@media (min-width: 981px) {
      .super-oferta__column .et_pb_module {
        margin-bottom: 10px !important; } }
.super-oferta__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
@media (max-width: 1199px) {
      .super-oferta__icon {
        position: static;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        text-align: center; } }
.super-oferta__text h4 {
    color: #FFF;
    line-height: 1.3 !important;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-wrap: none; }
@media (min-width: 1200px) {
      .super-oferta__text h4 {
        margin-left: 38%;
        white-space: nowrap; } }
@media (max-width: 1199px) {
      .super-oferta__text h4 {
        margin-left: 0;
        text-align: center; } }
@media (min-width: 1200px) {
    .super-oferta__button {
      margin-left: 38%; } }
@media (max-width: 1199px) {
    .super-oferta__button {
      text-align: center; } }
@media (max-width: 485px) {
    .super-oferta__button {
      min-width: 100% !important;
      width: 100% !important;
      text-align: center !important; } }
.super-oferta__button:hover, .super-oferta__button:active {
    color: #FFF !important;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.7) !important;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7) !important; }
.super-oferta__button--primary:hover, .super-oferta__button--primary:active {
    background-color: rgba(0, 0, 0, 0.25) !important; }
.super-oferta__button--secondary:hover, .super-oferta__button--secondary:active {
    background-color: rgba(0, 0, 0, 0.25) !important; }
.super-oferta__column-2 .super-oferta__icon {
    right: 80px; }
@media (min-width: 1200px) {
    .super-oferta__column-2 .super-oferta__text h4 {
      margin-left: 0;
      width: 210px;
      text-align: right !important; } }
@media (max-width: 1199px) {
    .super-oferta__column-2 .super-oferta__text h4 {
      margin-right: 0; } }
@media (min-width: 1200px) {
    .super-oferta__column-2 .super-oferta__button {
      margin-right: 50%;
      margin-left: 0 !important; } }
@media (max-width: 1199px) {
    .super-oferta .et_pb_button_module_wrapper {
      text-align: center; } }
/* PARTNERZY */
.partnerzy .et_pb_row {
  padding: 0 !important; }
.partnerzy .et_pb_column {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start; }
@media (max-width: 767px) {
    .partnerzy .et_pb_column {
      flex-flow: column wrap;
      justify-content: space-around; } }
.partnerzy .et_pb_module {
  padding-right: 30px; }
@media (max-width: 767px) {
    .partnerzy .et_pb_module {
      padding-bottom: 40px;
      padding-right: 0; } }
.partnerzy .et_pb_module, .partnerzy .et_pb_image, .partnerzy .partnerzy__logo, .partnerzy .et_pb_gutters3 {
  margin: 0 !important; }
/* FOOTER */
#main-footer {
  border-top: 1px solid #f4f4f3; }
.bottom-nav {
  padding: 25px 0;
  text-align: right; }
.bottom-nav .menu-item {
    font-weight: 400 !important;
    padding-right: 0;
    padding-left: 22px; }
@media (max-width: 991px) {
      .bottom-nav .menu-item {
        padding: 5px;
        display: block;
        text-align: center; } }
.bottom-nav .menu-item a {
      transition: 0.27s; }
.bottom-nav .menu-item a:hover, .bottom-nav .menu-item a:active {
      color: #b29a40 !important;
      text-shadow: 0 0 0.3px #b29a40 !important; }
.bottom-nav .menu-item a:active {
      text-shadow: 0 0 2px #b29a40 !important;
      text-decoration: underline; }
.bottom-nav--left {
    float: left;
    pointer-events: none;
    padding-left: 0 !important; }
@media (max-width: 991px) {
      .bottom-nav--left {
        float: none;
        margin-top: 20px !important;
        padding-top: 20px !important;
        border-top: 1px solid #f4f4f3; } }
.bottom-nav--active {
    font-weight: 700 !important;
    pointer-events: auto; }
#footer-bottom {
  padding: 0 !important; }
.error404 #et-main-area {
  background: url(https://amw-hotele.msdev.waw.pl/wp-content/uploads/02.header-background.jpg) center/cover no-repeat;
  background-color: #CCC; }
.error404 .message-404 {
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  text-align: center; }
@media (max-width: 991px) {
    .error404 .message-404 {
      padding-left: 20px;
      padding-right: 20px; } }
.error404 .message-404__title, .error404 .message-404__subtitle {
    color: #FFF;
    text-shadow: 1px 1px 5px #000; }
.error404 .message-404__title {
    padding-top: 50px;
    font-size: 100px; }
.error404 .message-404__subtitle {
    padding-top: 30px;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 1 !important; }
.error404 .message-404__link {
    display: inline-block; }
.error404 .message-404 .booking-form-amw {
    max-width: 100%;
    margin: 0 auto; }
.error404 .message-404 .et_pb_button {
    width: auto;
    height: auto;
    margin-bottom: 200px; }
.tnp.tnp-subscription label, .newsletter-profil label {
  font-weight: 300; }
.tnp.tnp-subscription .tnp-submit, .newsletter-profil .tnp-submit {
  margin: 0 auto; }
.tnp.tnp-subscription .tnp-submit:hover, .newsletter-profil .tnp-submit:hover {
  padding-left: 10px !important; }
.tnp.tnp-subscription .et_pb_text_inner p, .newsletter-profil .et_pb_text_inner p {
  text-align: center; }
.tnp.tnp-subscription .tnp-firstname, .tnp.tnp-subscription .tnp-email, .newsletter-profil .tnp-firstname, .newsletter-profil .tnp-email {
  background-color: #fcfcfc !important;
  border: 1px solid #1f1a17;
  border-radius: 2px; }
.newsletter-profil {
  max-width: 500px;
  margin: 0 auto; }
/* FORMULARZ REZERWACYJNY */
.formularz-rezerwacyjny__container {
  z-index: 999999999999999999999;
  margin: 0 auto;
  padding: 0 20px 20px;
  background-color: rgba(255, 255, 255, 0.502); }
@media (max-width: 991px) {
    .formularz-rezerwacyjny__container {
      max-width: 500px; } }
.formularz-rezerwacyjny {
  margin-right: -10px; }
@media (max-width: 991px) {
    .formularz-rezerwacyjny {
      margin-right: 0; } }
.formularz-rezerwacyjny__form {
    display: flex !important;
    flex-wrap: wrap; }
@media (max-width: 991px) {
      .formularz-rezerwacyjny__form {
        flex-direction: column; } }
.formularz-rezerwacyjny__input-group {
    margin-top: 20px;
    flex: 1;
    position: relative;
    height: 60px;
    background: #FFF;
    margin-right: 10px; }
.formularz-rezerwacyjny__input-group:first-child {
      min-width: 210px; }
.formularz-rezerwacyjny__input-group--dates {
      min-width: 160px; }
.formularz-rezerwacyjny__input-group--no-margin {
      margin-right: 1px; }
.formularz-rezerwacyjny__input-group--promocode {
      min-width: 155px;
      display: none; }
.formularz-rezerwacyjny__input-group--promocode.promocode-displayed {
      display: block; }
.formularz-rezerwacyjny__input-group--double-margin {
      min-width: 155px;
      margin-right: 10px; }
.formularz-rezerwacyjny__input-group--button {
      min-width: 220px;
      margin-right: 10px; }
@media (max-width: 991px) {
      .formularz-rezerwacyjny__input-group {
        margin-right: 0; } }
.formularz-rezerwacyjny__input-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    color: #b29a40;
    font-size: 20px;
    cursor: pointer; }
.formularz-rezerwacyjny__input-field::-webkit-input-placeholder {
    color: #8f8f8c; }
.formularz-rezerwacyjny__input-field:-ms-input-placeholder {
    color: #8f8f8c; }
.formularz-rezerwacyjny__input-field::-ms-input-placeholder {
    color: #8f8f8c; }
.formularz-rezerwacyjny__input-field::placeholder {
    color: #8f8f8c; }
.formularz-rezerwacyjny__input-field, .formularz-rezerwacyjny__select {
    cursor: pointer;
    height: 100%;
    width: 100%;
    border: none !important;
    padding: 0;
    margin: 0;
    height: 60px;
    padding: 20px !important;
    font-size: 16px;
    font-family: "Lato", sans-serif; }
.formularz-rezerwacyjny__select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.formularz-rezerwacyjny__select:invalid {
      color: #8f8f8c; }
.formularz-rezerwacyjny__liczba_osob {
    color: #8f8f8c; }
.formularz-rezerwacyjny__submit-button {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 60px;
    line-height: 60px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px !important;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-weight: bold;
    background-color: #b29a40;
    transition: 0.25s;
    cursor: pointer; }
.formularz-rezerwacyjny__submit-button:hover {
      text-shadow: 0 0 1px #FFF; }
/* FORMULARZ REZERWACYJNY - BOTTOM BAR */
.reservation-bottom-bar.formularz-rezerwacyjny__container {
  padding: 5px; }
.reservation-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999999999999999999;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  box-shadow: 0 0 3px 1px #666;
  background-color: #CCC;
  background-color: #DCC674 !important; }
.reservation-bottom-bar__mobile-header {
    display: none;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px !important;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
    cursor: pointer; }
@media (max-width: 991px) {
      .reservation-bottom-bar__mobile-header {
        display: block; } }
.reservation-bottom-bar--visible {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.reservation-bottom-bar__mobile-dismiss {
    position: absolute;
    right: 20px;
    opacity: 0;
    transition: 1s; }
.reservation-bottom-bar__mobile-dismiss--active {
      opacity: 1; }
.reservation-bottom-bar .formularz-rezerwacyjny__form {
    flex-wrap: nowrap; }
.reservation-bottom-bar .formularz-rezerwacyjny__input-group {
    margin-top: 0;
    min-width: 0; }
@media (max-width: 991px) {
      .reservation-bottom-bar .formularz-rezerwacyjny__input-group {
        margin-bottom: 2px; }
        .reservation-bottom-bar .formularz-rezerwacyjny__input-group:last-child {
          margin-bottom: 0; } }
@media (max-width: 991px) {
    .reservation-bottom-bar .formularz-rezerwacyjny {
      max-height: 0;
      overflow: hidden;
      transition: 1s; } }
@media (max-width: 991px) {
    .reservation-bottom-bar--mobile .formularz-rezerwacyjny {
      max-height: 500px; } }
.promocje-slider-item {
  overflow: hidden;
  position: relative;
  height: 250px;
  z-index: 1;
  margin-left: 10px;
  margin-right: 10px;
  /* PROMOCJE - WYGASZONE */ }
.promocje-slider-item__link {
    color: #FFF; }
.promocje-slider-item__image {
    min-height: 100%;
    max-width: 400px; }
.promocje-slider-item__image img {
      min-height: 250px;
      -o-object-fit: cover;
         object-fit: cover; }
.promocje-slider-item__content {
    width: 100%;
    max-width: 400px;
    background-color: #1e2951;
    height: 100%;
    position: absolute;
    top: 78%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 14px 20px; }
.promocje-slider-item__heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35 !important;
    bottom: 0;
    margin: 0;
    color: #FFF; }
.promocje-slider-item__text {
    position: relative;
    top: 140px;
    font-weight: 400;
    font-weight: 1em;
    color: #FFF; }
.promocje-slider-item__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1em;
    padding: 20px;
    color: #b29a40; }
.promocje-slider-item:hover .promocje-slider-item__content {
    top: 0;
    background-color: rgba(30, 41, 81, 0.7);
    transition: 0.55s; }
.promocje-slider-item:hover .promocje-slider-item__text {
    top: 0;
    transition: 0.55s; }
.promocje-slider-item:hover .promocje-slider-item__icon {
    transition: 0.55s;
    color: #FFF;
    text-shadow: 0 0 1px #FFF; }
.promocje-slider-item--expired {
    position: relative;
    pointer-events: none !important; }
.promocje-slider-item--expired-header {
      position: absolute;
      top: 40%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 9;
      text-align: center;
      text-shadow: 0 0 2px #000;
      color: #FFF;
      font-weight: bold;
      padding-left: 10px;
      padding-right: 10px; }
.promocje-slider-item--expired img {
      -webkit-filter: brightness(20%) grayscale(120%);
              filter: brightness(20%) grayscale(120%); }
.promocje-slider-item--expired .promocje-slider-item__content {
      background-color: #666 !important; }
.promocje-slider-item--expired .promocje-slider-item__heading {
      color: #DDD; }
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: transparent;
  font-size: 50px;
  color: rgba(178, 154, 64, 0.6);
  cursor: pointer;
  transition: 0.4s; }
.slick-arrow:hover {
    color: #b29a40;
    text-shadow: 3px 4px 6px #DDD; }
.slick-prev {
  left: -60px !important; }
.slick-next {
  right: -60px !important; }
/* IKONKI SPOŁECZNOŚCIOWE */
.the_champ_sharing_container, .the_champ_counter_container {
  padding: 10px 0; }
.the_champ_sharing_title, .the_champ_counter_title {
  margin-bottom: 15px;
  font-weight: 400 !important;
  font-family: "Lato", sans-serif !important;
  text-align: left !important; }
.theChampSharing {
  transition: 0.3s;
  position: relative; }
.theChampSharing:before {
    font-style: normal;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    transition: 0.3s; }
.theChampSharing:hover:before {
    font-size: 32px; }
.theChampSharing:hover {
    background-color: transparent !important; }
.theChampSharingSvg {
  display: none !important; }
.theChampFacebookBackground:before {
  content: "\f39e"; }
.theChampFacebookBackground:hover:before {
  color: #3C589A; }
.theChampTwitterBackground:before {
  content: "\f099"; }
.theChampTwitterBackground:hover:before {
  color: #55acee; }
.theChampGoogleplusBackground:before {
  content: "\f0d5"; }
.theChampGoogleplusBackground:hover:before {
  color: #dd4b39; }
.theChampPinterestBackground:before {
  content: "\f231"; }
.theChampPinterestBackground:hover:before {
  color: #CC2329; }
.theChampInstagramBackground:before {
  content: "\f16d"; }
.theChampInstagramBackground:hover:before {
  color: #527FA4; }
.theChampLinkedinBackground:before {
  content: "\f0e1"; }
.theChampLinkedinBackground:hover:before {
  color: #0077B5; }
.the_champ_google_plusone {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px); }
/* jQuery UI DATEPICKER */
/* Nigran Datepicker Skin */
.ui-widget {
  font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
  background: #29a2d9;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 1px 3px #252525; }
.ui-datepicker-header {
  border: none;
  border-bottom: 1px solid #2d97cb;
  background: transparent;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase; }
.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
.ui-datepicker .ui-datepicker-title {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold; }
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 1.7em;
  border: none; }
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -32px -32px;
  margin-top: 0;
  top: 0;
  font-weight: normal; }
.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px -32px; }
.ui-datepicker .ui-datepicker-prev-hover span {
  background-position: -96px -48px; }
.ui-datepicker .ui-datepicker-next-hover span {
  background-position: -32px -48px; }
.ui-datepicker table {
  margin: 0; }
.ui-datepicker th {
  padding: 2em 0;
  color: #FFF;
  font-size: 10px;
  font-weight: normal;
  text-shadow: 0 0 2px #DDD;
  text-transform: uppercase;
  border: none;
  border-top: 1px solid #FFF; }
.ui-datepicker td {
  border: none;
  padding: 0; }
.ui-datepicker-calendar tbody td a.ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 8px 0;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 11px;
  transition: 0.2s; }
.ui-datepicker-calendar tbody td a.ui-state-active,
.ui-datepicker-calendar tbody td a.ui-state-hover {
  background: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #b29a40; }
/* My additional styles for datepicker */
.ui-datepicker-unselectable .ui-state-default {
  font-size: 11px !important; }
.ui-datepicker td.ui-datepicker-unselectable span {
  text-align: center !important;
  padding: 8px 0;
  border-radius: 4px; }
.ui-datepicker {
  font-family: "Encode Sans", sans-serif;
  padding: 0;
  font-size: 120% !important; }
.ui-datepicker-header {
    background-color: #b29a40;
    border-bottom: 1px solid #FFF; }
.ui-datepicker-calendar {
    background-color: #b29a40; }
.ui-datepicker-title {
    color: #FFF; }
.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none !important; }
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  font-size: 16px;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center; }
.ui-state-hover {
  transition: 0.3s;
  text-shadow: 0 0 2px #EEE; }
.ui-datepicker-prev:before {
  content: "\f137" !important; }
.ui-datepicker-next:before {
  content: "\f138" !important; }
#et_pb_contact_form_0 .et_pb_contact_submit.et_pb_button {
  color: #FFF;
  text-shadow: 0 0 1px #1e2951;
  border-color: #1e2951;
  margin-top: 10px; }
#et_pb_contact_form_0 .et_pb_contact_submit.et_pb_button:hover {
    color: #FFF;
    text-shadow: 0 0 3px #FFF;
    border-color: #FFF;
    background-color: #1e2951 !important; }
@media (max-width: 430px) {
    #et_pb_contact_form_0 .et_pb_contact_submit.et_pb_button {
      width: 80%;
      min-width: 80%; } }
.kontakt {
  font-family: "Lato", sans-serif; }
.kontakt__intro_to_section {
    margin-left: 0 !important; }
.kontakt__intro_to_section h1 {
      color: #FFF;
      font-weight: 900;
      font-size: 50px;
      padding-bottom: 40px; }
.kontakt__title h3 {
    color: #FFF;
    font-weight: 900; }
@media (max-width: 991px) {
      .kontakt__title h3 {
        text-align: center; } }
.kontakt__text p {
    color: #FFF;
    padding-bottom: 10px;
    line-height: 1.6;
    font-size: 16px; }
@media (max-width: 991px) {
      .kontakt__text p {
        text-align: center; } }
.kontakt .et_pb_contact_form p {
    color: #FFF; }
.kontakt .et_pb_contact_form input, .kontakt .et_pb_contact_form textarea, .kontakt .et_pb_contact_form .et_pb_contact_select {
    background-color: transparent;
    font-family: "Lato", sans-serif;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    transition: 0.3s;
    color: #FFF; }
.kontakt .et_pb_contact_form input:focus, .kontakt .et_pb_contact_form textarea:focus, .kontakt .et_pb_contact_form .et_pb_contact_select:focus {
      border-color: #FFF; }
.kontakt .et_pb_contact_form input::-webkit-input-placeholder, .kontakt .et_pb_contact_form textarea::-webkit-input-placeholder, .kontakt .et_pb_contact_form .et_pb_contact_select::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
.kontakt .et_pb_contact_form input:-ms-input-placeholder, .kontakt .et_pb_contact_form textarea:-ms-input-placeholder, .kontakt .et_pb_contact_form .et_pb_contact_select:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
.kontakt .et_pb_contact_form input::-ms-input-placeholder, .kontakt .et_pb_contact_form textarea::-ms-input-placeholder, .kontakt .et_pb_contact_form .et_pb_contact_select::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
.kontakt .et_pb_contact_form input::placeholder, .kontakt .et_pb_contact_form textarea::placeholder, .kontakt .et_pb_contact_form .et_pb_contact_select::placeholder {
      color: rgba(255, 255, 255, 0.7); }
.kontakt .et_pb_contact_form .et_pb_contact_select {
    color: rgba(255, 255, 255, 0.7); }
.kontakt .et_pb_contact_form .et_pb_contact_select option {
      color: #1e2951; }
.kontakt .et_pb_contact_form label {
    padding-left: 40px;
    position: relative; }
.kontakt .et_pb_contact_form label i {
      position: absolute;
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); }
.kontakt-page.nasze-hotele .et_pb_blurb_description p, .kontakt-page.nasze-hotele .et_pb_blurb_description {
  margin-top: 10px !important;
  font-size: 14px !important;
  color: #8f8f8c;
  line-height: 1.4; }
@media (max-width: 767px) {
    .kontakt-page.nasze-hotele .et_pb_blurb_description p, .kontakt-page.nasze-hotele .et_pb_blurb_description {
      margin-bottom: 40px !important; } }
.formularz-container {
  border: solid 3px #b29a40;
  max-width: 768px;
  position: relative;
  padding: 40px; }
@media (max-width: 767px) {
    .formularz-container {
      padding: 0;
      border: none; } }
.formularz-kontaktowy {
  display: inline-block;
  padding: 40px;
  background-color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
@media (max-width: 767px) {
    .formularz-kontaktowy {
      padding: 30px; } }
.formularz-kontaktowy__title {
    color: #b29a40;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 25px; }
.formularz-kontaktowy__underline {
    border-bottom: solid 2px #b29a40;
    margin: -0.512em auto;
    width: 80px; }
.formularz-kontaktowy__icon_wrapper {
    margin: 50px auto 0;
    width: 100%; }
.formularz-kontaktowy__icon_wrapper .icon {
      display: block;
      fill: #b29a40;
      height: 50px;
      margin: 0 auto;
      width: 50px; }
.formularz-kontaktowy__form {
    padding: 37.5px;
    margin: 50px 0; }
.formularz-kontaktowy__name {
    float: left;
    width: 45%; }
@media (max-width: 767px) {
      .formularz-kontaktowy__name {
        width: 100%; } }
.formularz-kontaktowy__email {
    float: right;
    width: 45%; }
@media (max-width: 767px) {
      .formularz-kontaktowy__email {
        width: 100%; } }
.formularz-kontaktowy__telephone {
    width: 100%; }
.formularz-kontaktowy__subject {
    width: 100%; }
.formularz-kontaktowy__message {
    float: none; }
.formularz-kontaktowy__acceptance {
    color: #b29a40;
    font-size: 12px;
    line-height: 1.4;
    text-align: justify; }
.formularz-kontaktowy__acceptance label, .formularz-kontaktowy__acceptance input {
      cursor: pointer; }
.formularz-kontaktowy__submit {
    text-align: right; }
.formularz-kontaktowy__submit .wpcf7-submit {
      cursor: pointer; }
.formularz-kontaktowy__submit .bttn-submitted {
      transition: 0.25s all;
      pointer-events: none;
      cursor: default;
      border: 2px solid #CCC !important;
      color: #CCC !important; }
@media (max-width: 767px) {
      .formularz-kontaktowy__submit input {
        min-width: 15px !important;
        width: 100% !important; } }
.formularz-kontaktowy input[type='text'], .formularz-kontaktowy input[type="tel"], .formularz-kontaktowy [type='email'], .formularz-kontaktowy select, .formularz-kontaktowy textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #b29a40;
    color: #b29a40;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s; }
.formularz-kontaktowy select {
    text-transform: uppercase; }
.formularz-kontaktowy input[type='text']:focus, .formularz-kontaktowy [type='email']:focus, .formularz-kontaktowy textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0; }
.formularz-kontaktowy select {
    background: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png") no-repeat right;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.formularz-kontaktowy select::-ms-expand {
    display: none; }
.formularz-kontaktowy textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%; }
.formularz-kontaktowy ::-webkit-input-placeholder {
    color: #b29a40;
    border-color: #b29a40 !important; }
.formularz-kontaktowy :-ms-input-placeholder {
    color: #b29a40;
    border-color: #b29a40 !important; }
.formularz-kontaktowy ::-ms-input-placeholder {
    color: #b29a40;
    border-color: #b29a40 !important; }
.formularz-kontaktowy ::placeholder {
    color: #b29a40;
    border-color: #b29a40 !important; }
.formularz-kontaktowy input[type="submit"] {
    margin-top: 20px;
    background-color: #FFF;
    border: 2px solid #b29a40;
    color: #b29a40;
    transition: 0.25s all; }
.formularz-kontaktowy input[type="submit"]:hover {
      background-color: #b29a40 !important;
      color: #FFF;
      text-shadow: 0 0 1px #FFF;
      box-shadow: 0 0 3px 1px #b29a40; }
@media screen and (max-width: 768px) {
    .formularz-kontaktowy .formularz-container {
      margin: 20px auto;
      width: 95%; } }
@media screen and (max-width: 480px) {
    .formularz-kontaktowy .formularz-kontaktowy__title {
      font-size: 26px; }
    .formularz-kontaktowy .formularz-kontaktowy__underline {
      width: 68px; } }
@media screen and (max-width: 420px) {
    .formularz-kontaktowy .formularz-kontaktowy__title {
      font-size: 18px; }
    .formularz-kontaktowy .icon {
      height: 35px;
      width: 35px; }
    .formularz-kontaktowy .formularz-kontaktowy__underline {
      width: 53px; }
    .formularz-kontaktowy input[type='text'], .formularz-kontaktowy [type='email'], .formularz-kontaktowy select, .formularz-kontaktowy textarea {
      font-size: 0.875em; } }
.formularz-kontaktowy .formularz-kontaktowy__label {
    color: #b29a40;
    white-space: nowrap;
    position: relative;
    top: 30px;
    text-transform: uppercase !important;
    -webkit-transform: translateY(50px) !important;
            transform: translateY(50px) !important;
    transition: 0.4s; }
.formularz-kontaktowy label.input-on-focus {
    top: 0px;
    left: -10px;
    font-size: 10px; }
.formularz-kontaktowy .formularz-kontaktowy__acceptance {
    padding-left: 10px;
    padding-bottom: 10px; }
.formularz-kontaktowy .formularz-kontaktowy__acceptance input {
      position: absolute;
      left: -15px; }
.formularz-kontaktowy .wpcf7-response-output {
    font-family: "Lato", sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px; }
.formularz-kontaktowy .wpcf7-validation-errors {
    border-color: #e74c3c; }
.formularz-kontaktowy .wpcf7-mail-sent-ok {
    border-color: #2ecc71;
    margin-top: 9px;
    display: none !important; }
.kontakt__kolumna-info .et_pb_module.et_pb_text {
  margin-bottom: 100px;
  margin-left: 50px; }
.kontakt__kolumna-info h3, .kontakt__kolumna-info h4, .kontakt__kolumna-info p {
  font-family: "Lato", sans-serif;
  color: #FFF; }
.kontakt__kolumna-info h3 {
  font-size: 26px;
  font-weight: 900;
  margin-left: -50px;
  line-height: 1.2 !important; }
.kontakt__kolumna-info h4 {
  padding-top: 32px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px; }
.kontakt__kolumna-info h4 i {
    position: absolute;
    left: -50px; }
.kontakt__kolumna-info p {
  line-height: 1.6;
  font-size: 15px;
  color: #BBB; }
.kontakt__kolumna-info a {
  color: #b29a40; }
.kontakt-baner .et_pb_row_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
.kontakt-baner h1 {
  text-shadow: 0 0 2px #000;
  letter-spacing: 0;
  color: #FFF;
  padding-left: 0;
  padding-bottom: 40px;
  font-weight: 700; }
.kontakt-baner p {
  text-shadow: 0 0 1px #000;
  color: #FFF;
  font-size: 16px;
  line-height: 1.6 !important;
  padding-left: 2px; }
@media (min-width: 1200px) {
    .kontakt-baner p {
      width: 30%; } }
.kontakt-baner__link {
  text-align: center;
  font-size: 50px; }
.kontakt-baner__link i {
    text-shadow: 0 0 2px #000;
    color: #DDD;
    opacity: 0.55;
    transition: 0.3s;
    cursor: pointer; }
.kontakt-baner__link i:hover {
      color: #FFF;
      opacity: 1; }
.blog {
  padding-top: 20px;
  font-family: "Raleway", sans-serif;
  background-color: #f4f4f3; }
.blog-single-content h2, .blog-single-content h3, .blog-single-content h4, .blog-single-content h5, .blog-single-content h6 {
  text-align: left; }
.hotele-wydarzenia__kod .blog {
  background-color: #FFF;
  padding-top: 0; }
.blog-header {
  color: #b29a40;
  text-align: center;
  font-weight: 900;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  padding-bottom: 50px; }
@media (max-width: 1199px) {
    .blog-header {
      font-size: 42px; } }
.blog-header__fullwidth-image {
    height: 300px;
    margin-bottom: 50px; }
.blog-header__fullwidth-image img {
      max-width: 100%;
      max-height: 100%;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.blog-container {
  padding: 15px; }
@media (max-width: 767px) {
  .blog-item-container {
    padding: 15px 0; } }
@media (max-width: 767px) {
  #blog > .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0; } }
.blog-item {
  overflow: hidden;
  position: relative;
  height: 300px;
  z-index: 1;
  background-color: #666; }
.blog-item__link {
  color: #FFF; }
.blog-item__image {
  min-height: 100%;
  -webkit-filter: brightness(45%) grayscale(120%);
  filter: brightness(45%) grayscale(120%); }
.blog-item__image > img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover; }
.blog-item--is-sticky {
  /* DLA POSTÓW KTÓRE MAJĄ ZAZNACZONE "Przyklej do strony głównej" */ }
.blog-item--is-sticky .blog-item__image {
    -webkit-filter: brightness(45%) grayscale(0%);
            filter: brightness(45%) grayscale(0%);
    transition: 0.55s; }
.blog-item--is-sticky:hover .blog-item__image {
    -webkit-filter: brightness(45%) grayscale(50%);
            filter: brightness(45%) grayscale(50%); }
.blog-item__content {
  width: 100%;
  background-color: rgba(1, 132, 82, 0);
  height: 100%;
  position: absolute;
  top: 65%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 25px; }
.blog-item__heading {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.35 !important;
  bottom: 0;
  margin: 0;
  color: #FFF; }
.blog-item__text {
  position: relative;
  top: 140px;
  font-weight: 400;
  font-weight: 1em;
  color: #FFF; }
.blog-item__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2em;
  padding: 10px;
  color: #DDD; }
.blog-item:hover .blog-item__content {
  top: 0;
  background-color: rgba(178, 154, 64, 0.4);
  transition: 0.55s; }
.blog-item:hover .blog-item__text {
  top: 0;
  transition: 0.55s; }
.blog-item:hover .blog-item__icon {
  transition: 0.55s;
  color: #FFF;
  text-shadow: 0 0 1px #FFF; }
.blog-single-post {
  padding-bottom: 100px; }
.blog-single-post h1 {
    font-size: 40px; }
@media (max-width: 991px) {
      .blog-single-post h1 {
        font-size: 34px; } }
@media (max-width: 767px) {
      .blog-single-post h1 {
        font-size: 28px; } }
.blog-single-post h2 {
    font-size: 30px; }
@media (max-width: 991px) {
      .blog-single-post h2 {
        font-size: 26px; } }
@media (max-width: 767px) {
      .blog-single-post h2 {
        font-size: 22px; } }
.blog-single-post h3 {
    font-size: 24px; }
@media (max-width: 991px) {
      .blog-single-post h3 {
        font-size: 22px; } }
@media (max-width: 767px) {
      .blog-single-post h3 {
        font-size: 20px; } }
.blog-single-post h4 {
    font-size: 20px; }
@media (max-width: 991px) {
      .blog-single-post h4 {
        font-size: 18px; } }
@media (max-width: 767px) {
      .blog-single-post h4 {
        font-size: 16px; } }
.blog-single-post .blog-header {
  margin-top: 25px; }
.blog-single-post .et_pb_widget {
  display: none; }
.blog-single-data {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-style: italic;
  padding-bottom: 30px;
  margin-bottom: 30px; }
.blog-single-content .wp-block-image:first-child {
  float: left;
  position: relative;
  max-width: 60%;
  height: auto;
  margin: 0 25px 35px 0; }
.blog-single-content .wp-block-image:first-child figcaption {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
.blog-single-content .wp-block-image figure.alignleft {
  margin-right: 25px; }
.blog-single-content .wp-block-image figure.alignright {
  margin-left: 25px; }
.blog-single-content img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image:first-child {
  margin-top: 0;
  margin-left: 0; }
.blog-single-data a {
  color: #b29a40; }
.blog-single-content {
  text-align: justify;
  line-height: 1.5;
  padding-bottom: 30px; }
.blog-single-content a {
  color: #b29a40; }
.blog-button {
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #b29a40;
  border: 1px solid #b29a40 !important;
  transition: .2s all;
  font-size: 14px;
  color: #FFF !important;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 20px; }
.blog-button a {
  color: #ffffff !important; }
.blog-button:hover {
  background: #eeeeef;
  border: 1px solid #b29a40 !important; }
.blog-button:hover a {
  color: #757575 !important; }
.blog-button--disabled {
  cursor: pointer; }
.blog-hr {
  margin: 100px; }
#mySidebar-blog {
  list-style: none;
  padding-left: 50px;
  margin-top: 10px; }
#mySidebar-blog .widget {
    margin-bottom: 50px; }
#mySidebar-blog .widgettitle {
    text-align: right;
    font-weight: bold;
    color: #b29a40;
    text-transform: uppercase;
    font-size: 20px; }
#mySidebar-blog .widgettitle:after {
    content: "";
    display: block;
    width: 100%;
    margin: 10px 0 10px auto;
    box-shadow: 0 0 1px 1px #b29a40; }
#mySidebar-blog #searchform {
    text-align: right; }
#mySidebar-blog #searchform [type="text"] {
      width: 80%; }
#mySidebar-blog #searchform #searchsubmit {
    display: block;
    position: static;
    min-height: 30px;
    height: 30px;
    min-width: 100px;
    width: 100px;
    background: #b29a40;
    color: #ffffff !important;
    border: 1px solid #b29a40 !important;
    margin-right: 0;
    margin-left: auto;
    margin: 10px 0 10px auto; }
#mySidebar-blog #searchform #searchsubmit:hover {
    background-color: #b29a40 !important;
    box-shadow: 0 0 3px 1px #b29a40;
    padding-left: 0.7em !important; }
#mySidebar-blog [id^="recent-posts-"] {
    text-align: right; }
#mySidebar-blog [id^="recent-posts-"] ul li {
    padding: 10px 0;
    line-height: 1.4; }
#mySidebar-blog [id^="recent-posts-"] ul li a {
    color: black;
    font-weight: 300;
    font-size: 18px; }
#mySidebar-blog [id^="recent-posts-"] ul li a:hover {
    color: #b29a40;
    font-weight: 400; }
#mySidebar-blog .tagcloud {
    text-align: right; }
#mySidebar-blog .tagcloud a {
      color: #b29a40; }
.event-table__row {
  display: flex; }
@media (max-width: 991px) {
    .event-table__row {
      display: block; } }
.event-table__col-3, .event-table__col-6 {
  padding: 0 10px;
  margin-bottom: 30px; }
.event-table__col-3 {
  flex: 1; }
.event-table__col-6 {
  flex: 2; }
.event-table p, .event-table li {
  line-height: 1.4;
  padding: 0;
  text-transform: uppercase; }
.event-table i {
  color: #1e2951;
  padding-right: 5px; }
.event-table__date, .event-table__city {
  font-size: 18px;
  font-weight: 900;
  color: #1e2951; }
.event-table__time, .event-table__place {
  font-size: 13px;
  opacity: 0.7; }
.event-table__subtitle {
  font-weight: 300;
  padding-bottom: 10px !important; }
.event-table__hotels a {
  color: #4A557E;
  font-weight: bold; }
.event-table__hotels a:hover {
    transition: 0.3s;
    color: #1e2951;
    text-decoration: underline; }
/* AKTUALNOŚCI */
.aktualnosci-baner__title {
  text-shadow: 2px 2px 6px #555; }
.podstrona-aktualnosci-text p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: justify; }
.aktualnosci .et_pb_post:before {
  margin-bottom: 50px;
  content: "";
  border-radius: 1px;
  display: block;
  border: 1px solid #1e2951;
  background-color: #1e2951;
  box-shadow: 0 0 3px 0.5px #1e2951; }
.aktualnosci .et_pb_post:before:first-child {
  display: none; }
.aktualnosci .entry-featured-image-url {
  max-width: 330px;
  padding: 0 20px 20px 0;
  float: left; }
.aktualnosci .entry-title {
  font-size: 22px; }
.aktualnosci .post-meta {
  padding-bottom: 20px;
  font-size: 12px; }
.aktualnosci .post-meta a, .aktualnosci .post-meta .published {
    color: #1e2951 !important;
    font-weight: 700;
    font-style: italic; }
.aktualnosci .post-content p {
  line-height: 1.6 !important; }
/* HOTELE */
/* HOTELE - tytuły poszczególnych sekcji */
.hotele-zdjecia-obiektu__title, .hotele-wyposazenie__title, .hotele-nasze-pokoje__title, .hotele-sale-konferencyjne__title, .hotele-gastronomia__title, .hotele-kontakt__title, .hotele-dojazd__title, .hotele-atrakcje__title, .hotele-ciekawostki__title {
  padding: 5px 0 8px; }
@media (max-width: 767px) {
    .hotele-zdjecia-obiektu__title, .hotele-wyposazenie__title, .hotele-nasze-pokoje__title, .hotele-sale-konferencyjne__title, .hotele-gastronomia__title, .hotele-kontakt__title, .hotele-dojazd__title, .hotele-atrakcje__title, .hotele-ciekawostki__title {
      padding: 0 0 10px 0; } }
@media (max-width: 991px) {
    .hotele-zdjecia-obiektu__title h3, .hotele-wyposazenie__title h3, .hotele-nasze-pokoje__title h3, .hotele-sale-konferencyjne__title h3, .hotele-gastronomia__title h3, .hotele-kontakt__title h3, .hotele-dojazd__title h3, .hotele-atrakcje__title h3, .hotele-ciekawostki__title h3 {
      text-align: center;
      padding-top: 20px; } }
.hotele__button--sale {
  background-color: #1e2951 !important;
  padding-top: 10px !important; }
.single-hotele .et_pb_button {
  background-color: #1e2951 !important;
  padding: 10px 20px !important;
  width: auto;
  border-color: #1e2951; }
.single-hotele .et_pb_button:hover {
    padding: 10px 20px !important; }
.single-hotele .et_pb_button--secondary {
  background-color: #b29a40 !important;
  border-color: #b29a40 !important; }
.single-hotele .et_pb_button--secondary:hover {
    box-shadow: 0 0 5px 1px #b29a40; }
/* HOTELE -- HEADER */
.hotele-header__titles-module {
  margin-bottom: 5px !important; }
.hotele-header__title {
  color: #FFF;
  font-weight: 300; }
.hotele-header__subtitle {
  color: #FFF;
  font-weight: 900; }
.hotele-header__divider {
  max-width: 400px;
  height: 1px !important;
  margin-bottom: 8px !important; }
.hotele-header__divider:before {
    border-top-color: #FFF !important; }
.hotele-header__data {
  font-size: 18px; }
.hotele-header__data a {
    color: #FFF;
    font-size: 18px; }
.hotele-header__data i {
    color: #b29a40;
    padding-right: 2px; }
.hotele-header__data--single {
    padding-right: 20px; }
.hotele-header__data--break-for-mobiles {
    display: none; }
@media (max-width: 767px) {
      .hotele-header__data--break-for-mobiles {
        display: block; } }
/* HOTELE -- OPIS OBIEKTU */
.hotele-opis-obiektu {
  padding-bottom: 10px !important; }
.hotele-opis-obiektu__row {
    display: flex; }
@media (max-width: 991px) {
      .hotele-opis-obiektu__row {
        display: block; } }
.hotele-opis-obiektu__col-2 .et_pb_code, .hotele-opis-obiektu__col-2 .et_pb_code_inner, .hotele-opis-obiektu__col-2 .et_pb_image_wrap {
    display: block !important;
    height: 100% !important;
    width: 100% !important; }
.hotele-opis-obiektu__col-2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 200px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.hotele-opis-obiektu__text, .hotele-opis-obiektu__text p {
    font-size: 18px;
    color: #1f1a17;
    line-height: 1.4; }
.hotele-opis-obiektu__text strong, .hotele-opis-obiektu__text p strong {
      font-weight: 700; }
@media (max-width: 991px) {
      .hotele-opis-obiektu__text, .hotele-opis-obiektu__text p {
        text-align: justify; } }
.hotele-opis-obiektu__hotel-logo {
    margin: 0 auto !important; }
.hotele-opis-obiektu__hotel-logo svg path {
      fill: red !important; }
.hotele-opis-obiektu__hotel-logo--mobile {
      display: block;
      margin: 0 auto 50px !important; }
.hotele-opis-obiektu__hotel-logo--mobile .et_pb_code_inner {
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 200px; }
/* HOTELE -- ZDJĘCIA OBIEKTU */
.hotele-zdjecia-obiektu {
  padding-top: 0 !important;
  padding-bottom: 30px !important; }
@media (max-width: 767px) {
    .hotele-zdjecia-obiektu {
      padding-bottom: 40px !important; } }
.hotele-zdjecia-obiektu .et_pb_row {
    padding: 0 !important; }
.hotele-zdjecia-obiektu .rl-gallery-link {
    display: block; }
.hotele-zdjecia-obiektu .rl-gallery-link:before {
      -webkit-transform: translate(-22px, -25px);
              transform: translate(-22px, -25px);
      font-size: 50px; }
.hotele-zdjecia-obiektu .rl-gallery-link:after {
      background-color: rgba(178, 154, 64, 0.8) !important; }
/* HOTELE -- WYPOSAŻENIE OBIEKTU */
.hotele-wyposazenie {
  padding-top: 0 !important;
  padding-bottom: 30px !important; }
@media (max-width: 767px) {
    .hotele-wyposazenie {
      padding-bottom: 50px !important; } }
.hotele-wyposazenie .et_pb_row {
    padding: 0 !important; }
.hotele-wyposazenie__wyposazenie-row {
    display: flex;
    flex-wrap: wrap; }
.hotele-wyposazenie__element {
    font-size: 18px;
    line-height: 1.4 !important;
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 20px;
    margin-bottom: 15px;
    position: relative; }
.hotele-wyposazenie__element i::before {
      position: absolute;
      left: -18px;
      font-size: 18px;
      color: #1e2951; }
/* HOTELE -- NASZE POKOJE */
.hotele-nasze-pokoje {
  padding-top: 0 !important;
  padding-bottom: 30px !important; }
.hotele-nasze-pokoje .et_pb_row {
    padding: 0 !important; }
.hotele-nasze-pokoje__box-col {
    background-color: #f4f4f3;
    padding: 50px; }
.hotele-nasze-pokoje__box-title h4 {
    color: #1e2951;
    font-weight: 700; }
@media (max-width: 767px) {
      .hotele-nasze-pokoje__box-title h4 {
        text-align: center; } }
.hotele-nasze-pokoje__box-text .et_pb_text_inner, .hotele-nasze-pokoje__box-text p {
    font-size: 18px;
    line-height: 1.6 !important;
    padding-bottom: 0; }
@media (max-width: 991px) {
      .hotele-nasze-pokoje__box-text .et_pb_text_inner, .hotele-nasze-pokoje__box-text p {
        text-align: justify; } }
.hotele-nasze-pokoje__box-text li {
    padding: 4px 0;
    position: relative;
    left: 25px;
    line-height: 1.3 !important; }
.hotele-nasze-pokoje__box-text li:before {
    font-family: "Font Awesome 5 Free";
    /* updated font-family */
    font-weight: 900;
    /* regular style/weight */
    content: "\f111";
    color: #1e2951;
    font-size: 8px;
    position: absolute;
    left: -25px;
    -webkit-transform: translateY(6.2px);
            transform: translateY(6.2px); }
.hotele-nasze-pokoje__liczba-pokoi {
    margin-top: 20px !important;
    font-size: 18px; }
.hotele-nasze-pokoje__liczba-pokoi i::before {
      position: relative;
      left: -18px;
      font-size: 20px;
      color: #1e2951; }
/* HOTELE -- SALE KONFERENCYJNE */
.hotele-sale-konferencyjne {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 30px !important; }
.hotele-sale-konferencyjne .et_pb_row {
    padding: 0 !important; }
.hotele-sale-konferencyjne__text .et_pb_text_inner, .hotele-sale-konferencyjne__text p {
    font-size: 18px;
    line-height: 1.6 !important;
    padding-bottom: 0; }
@media (max-width: 991px) {
      .hotele-sale-konferencyjne__text .et_pb_text_inner, .hotele-sale-konferencyjne__text p {
        text-align: justify; } }
.hotele-sale-konferencyjne__text li {
    padding: 4px 0;
    position: relative;
    left: 25px;
    line-height: 1.3 !important; }
.hotele-sale-konferencyjne__text li:before {
    font-family: "Font Awesome 5 Free";
    /* updated font-family */
    font-weight: 900;
    /* regular style/weight */
    content: "\f111";
    color: #3a7d85;
    font-size: 8px;
    position: absolute;
    left: -25px;
    -webkit-transform: translateY(6.2px);
            transform: translateY(6.2px); }
/* HOTELE -- GASTRONOMIA */
.hotele-gastronomia {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 30px !important; }
.hotele-gastronomia .et_pb_row {
    padding: 0 !important; }
.hotele-gastronomia__text .et_pb_text_inner, .hotele-gastronomia__text p {
    font-size: 18px;
    line-height: 1.6 !important;
    padding-bottom: 0; }
@media (max-width: 991px) {
      .hotele-gastronomia__text .et_pb_text_inner, .hotele-gastronomia__text p {
        text-align: justify; } }
.hotele-gastronomia__text li {
    padding: 4px 0;
    position: relative;
    left: 25px;
    line-height: 1.3 !important; }
.hotele-gastronomia__text li:before {
    font-family: "Font Awesome 5 Free";
    /* updated font-family */
    font-weight: 900;
    /* regular style/weight */
    content: "\f111";
    color: #3a7d85;
    font-size: 8px;
    position: absolute;
    left: -25px;
    -webkit-transform: translateY(6.2px);
            transform: translateY(6.2px); }
/* HOTELE -- KONTAKT */
.hotele-kontakt {
  background-color: #1e2951 !important;
  margin-top: 50px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
@media (max-width: 991px) {
    .hotele-kontakt {
      padding-bottom: 50px !important; } }
.hotele-kontakt__row {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
.hotele-kontakt__col-1 {
    padding-top: 50px !important; }
.hotele-kontakt__map .acf-map {
    width: 100%;
    height: 460px;
    text-align: center; }
.hotele-kontakt__map .acf-map img {
      max-width: inherit !important; }
.hotele-kontakt__map .marker {
    font-family: "Lato", sans-serif; }
.hotele-kontakt__map .marker__logo {
      padding-bottom: 20px;
      max-width: 125px;
      max-height: 125px; }
.hotele-kontakt__map .marker__title {
      font-weight: 300;
      font-size: 22px; }
.hotele-kontakt__map .marker__text {
      line-height: 1.4 !important;
      font-weight: 700; }
.hotele-kontakt__map .marker__links {
      padding: 0 !important; }
.hotele-kontakt__map .marker__links a {
        color: #1e2951 !important; }
.hotele-kontakt__map .marker .fa-envelope-square {
      padding-left: 20px; }
.hotele-kontakt__title h3 {
    font-size: 30px !important;
    color: #FFF; }
.hotele-kontakt__address .et_pb_text_inner, .hotele-kontakt__address p {
    color: #FFF;
    font-size: 18px;
    line-height: 1.6 !important;
    padding-bottom: 0; }
@media (max-width: 991px) {
      .hotele-kontakt__address .et_pb_text_inner, .hotele-kontakt__address p {
        text-align: center; } }
.hotele-kontakt__data {
    font-size: 18px; }
@media (max-width: 991px) {
      .hotele-kontakt__data p {
        text-align: center; } }
.hotele-kontakt__data a {
      color: #FFF;
      font-size: 18px; }
.hotele-kontakt__data i {
      padding-right: 2px; }
.hotele-kontakt__data--single {
      padding-right: 20px; }
/* HOTELE -- DOJAZD */
.hotele-dojazd {
  padding-top: 10px !important;
  padding-bottom: 30px !important; }
.hotele-dojazd__row {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
.hotele-dojazd__row .et_pb_column {
      padding-bottom: 20px !important; }
.hotele-dojazd__icon {
    margin-bottom: 20px !important; }
.hotele-dojazd__text i::before {
    margin: 0 !important;
    color: #1e2951;
    font-size: 22px; }
.hotele-dojazd__text h5 {
    font-weight: 700;
    font-size: 18px !important;
    padding-top: 15px;
    padding-bottom: 10px; }
@media (max-width: 991px) {
      .hotele-dojazd__text h5 {
        text-align: center; } }
.hotele-dojazd__text .et_pb_text_inner, .hotele-dojazd__text p {
    font-size: 14px;
    padding: 0;
    line-height: 150%; }
@media (max-width: 991px) {
      .hotele-dojazd__text .et_pb_text_inner, .hotele-dojazd__text p {
        text-align: center; } }
/* HOTELE -- ATRAKCJE */
.hotele-atrakcje {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }
@media (max-width: 767px) {
    .hotele-atrakcje {
      padding-bottom: 50px !important; } }
.hotele-atrakcje .et_pb_row {
    padding: 0 !important; }
.hotele-atrakcje__title {
    padding: 20px 0; }
.hotele-atrakcje__text .et_pb_text_inner, .hotele-atrakcje__text p {
    font-size: 18px;
    line-height: 1.6 !important;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 5px;
    position: relative; }
.hotele-atrakcje__text p:before {
    font-family: "Font Awesome 5 Free";
    /* updated font-family */
    font-weight: 900;
    /* regular style/weight */
    content: "\f00c";
    color: #1e2951;
    font-size: 12px;
    position: absolute;
    left: -15px;
    top: 3px; }
.hotele-atrakcje__text a {
    color: #b29a40; }
/* HOTELE -- CIEKAWOSTKI */
.hotele-ciekawostki {
  padding-top: 0 !important;
  padding-bottom: 10px !important; }
@media (max-width: 767px) {
    .hotele-ciekawostki {
      padding-bottom: 40px !important; } }
.hotele-ciekawostki .et_pb_row {
    padding: 0 !important; }
.hotele-ciekawostki__title {
    padding: 5px 0 20px; }
.hotele-ciekawostki__ciekawostki-col {
    margin-bottom: 30px !important; }
.hotele-ciekawostki__image, .hotele-ciekawostki .et_pb_image {
    margin: 0 auto 20px !important; }
.hotele-ciekawostki__text {
    font-size: 14px; }
.hotele-ciekawostki__text .et_pb_text_inner, .hotele-ciekawostki__text p {
      line-height: 1.4 !important; }
@media (max-width: 991px) {
        .hotele-ciekawostki__text .et_pb_text_inner, .hotele-ciekawostki__text p {
          text-align: justify; } }
/* HOTELE -- PROMOCJE */
.hotele-promocje-item {
  height: 230px;
  border-radius: 3px;
  margin-right: 5%;
  margin-top: 6%;
  position: relative;
  box-shadow: 0px 0px 1px #b2b2b2; }
@media (max-width: 767px) {
    .hotele-promocje-item {
      margin: 3% auto;
      max-width: 350px; } }
.hotele-promocje-item__upper-part {
    height: 170px; }
.hotele-promocje-item__link {
    height: 100% !important;
    width: 100% !important;
    position: relative;
    display: block; }
.hotele-promocje-item__link:hover .hotele-promocje-item__overlay {
    opacity: 1; }
.hotele-promocje-item__link:hover .hotele-promocje-item__overlay-icon {
      -webkit-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%); }
.hotele-promocje-item__link:hover .hotele-promocje-item__overlay-text {
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
.hotele-promocje-item__overlay {
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(196, 171, 28, 0.7); }
.hotele-promocje-item__overlay-icon {
      transition: 0.3s;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 28px;
      color: #FFF; }
.hotele-promocje-item__overlay-text {
      transition: 0.3s;
      color: #FFF;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 200%);
              transform: translate(-50%, 200%); }
.hotele-promocje-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%; }
.hotele-promocje-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 60px; }
.hotele-promocje-item__heading {
    padding: 10px 10px 0;
    color: #424242;
    font-size: 18px; }
/* PROMOCJE */
/* PROMOCJE - strona główna promocji */
.px-capf-wrapper .featImg.ng-scope {
  height: auto !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  max-width: 500px !important;
  max-height: 300px !important; }
.px-capf-wrapper .block-view.lscf-title.ng-binding {
  text-align: center !important; }
.px-capf-wrapper .row.block-row {
  height: auto !important; }
.px-capf-wrapper .post-list.columns-4 {
  height: auto !important; }
@media (min-width: 1180px) {
  .px-capf-wrapper .caption-container {
    height: 60px !important; } }
.px-capf-wrapper a.list-view.lscf-title.ng-binding {
  display: block !important;
  text-align: center; }
.px-capf-wrapper a.block-view.lscf-title.ng-binding {
  display: none !important; }
/* PODSTRONA PROMOCJA - WYCENTROWANIE DLA DUŻYCH MONITORÓW*/
@media (min-width: 1921px) {
  .px-capf-wrapper {
    margin: 0 auto !important; } }
.block-featuredImage::after {
  display: none; }
.promotion-expired .block-featuredImage {
  position: relative; }
.promotion-expired .block-featuredImage::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 1.25;
    color: #fff; }
.promotion-expired img {
  -webkit-filter: brightness(20%) grayscale(120%);
          filter: brightness(20%) grayscale(120%); }
/* PROMOCJA - SINGLE*/
/* PROMOCJA LEFT SIDE INFO*/
.promocja {
  font-family: "Lato", sans-serif;
  padding-top: 25px;
  padding-bottom: 25px; }
@media (max-width: 991px) {
  .promocja-container {
    margin: 0;
    width: 100%; } }
.promocja-info {
  border-right: 1px dashed #b29a40;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }
.promocja-info:first-child {
    margin-top: 50px; }
.promocja-info__divider {
    margin: 20px auto;
    min-height: 2px;
    background-color: #b29a40;
    border-radius: 1px;
    box-shadow: 0 0 1px 1px #b29a40; }
.promocja-info__icon {
    text-align: center;
    color: #b29a40;
    font-size: 50px; }
.promocja-info__content {
    text-align: center; }
.promocja-info__content p {
      margin: 10px;
      font-weight: 900;
      padding-bottom: 0; }
.promocja-info__content a {
      color: #1e2951 !important;
      text-decoration: underline;
      transition: 0.3s; }
.promocja-info__content a:hover {
      color: #b29a40 !important; }
.promocja-info__content .meta-data {
      margin: 0 5px;
      padding: 0;
      padding-bottom: 10px;
      font-weight: 400;
      word-wrap: break-word; }
.promocja-info__content--price .price--new-price {
      font-size: 50px;
      line-height: 0 !important;
      padding: 10px; }
.promocja-info__content--price .price--old-price {
      text-decoration: line-through;
      font-size: 20px; }
.promocja-info__organizator-logo {
    max-width: 200px; }
.promocje_zarezerwuj-popup_trigger {
  height: auto; }
@media (max-width: 980px) {
  /* PROMOCJA LEFT SIDE INFO*/
  .promocja-info {
    border-right: none;
    min-height: 100px; }
    .promocja-info:first-child {
      margin-top: 20px; }
    .promocja-info__divider {
      width: 80%; } }
/* EVENT RIGHT SIDE - DESCRIPTION*/
.promocja-description {
  text-align: center;
  float: left; }
.promocja-description__image {
    padding-top: 50px; }
.promocja-description__image img {
      min-width: 60%;
      max-width: 80%; }
.promocja-description__content {
    padding: 20px 50px; }
@media (max-width: 991px) {
      .promocja-description__content {
        padding: 20px 0; } }
.promocja-description__skorzystaj-z-promocji {
    margin-top: 30px; }
.promocja-description__skorzystaj-z-promocji button {
      width: auto; }
.promocje-zarezerwuj {
  margin: 0 auto;
  max-width: 800px; }
.promocje-zarezerwuj__single-item {
    padding: 20px 20px !important;
    transition: 0.4s; }
.promocje-zarezerwuj__single-item:hover {
      box-shadow: 0 0 5px 2px #666;
      background-color: #F4F4F4; }
.promocje-zarezerwuj__single-item-link {
    display: block;
    min-width: 100%; }
.promocje-zarezerwuj__single-item-logo-container {
    height: 120px;
    text-align: center; }
.promocje-zarezerwuj__single-item-logo-container img {
      height: 120px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
@media (max-width: 991px) {
        .promocje-zarezerwuj__single-item-logo-container img {
          width: 70%; } }
@media (max-width: 767px) {
        .promocje-zarezerwuj__single-item-logo-container img {
          width: 100%; } }
.promocje-zarezerwuj__single-item-hotel-name {
    text-align: center;
    color: #1f1a17;
    line-height: 1.4 !important; }
.flex-row {
  display: flex;
  flex-wrap: wrap; }
.flex-item {
  flex: 25%; }
@media (min-width: 1200px) {
    .flex-item {
      flex: 20%;
      max-width: 20%; } }
@media (max-width: 1199px) {
    .flex-item {
      flex: 25%;
      max-width: 25%; } }
@media (max-width: 991px) {
    .flex-item {
      flex: 33%;
      max-width: 33%; } }
@media (max-width: 767px) {
    .flex-item {
      flex: 50%;
      max-width: 50%; } }
.promocje_zarezerwuj-button--expired {
  opacity: 0.5;
  cursor: not-allowed; }
