/* ==================================================== Układ =============================================== */
/*#CONTAINER {
  width: auto;
}*/
/* ==================================================== Elementy ============================================ */
/* ------- Mobilne menu - przycisk --------- */ 
#mobile-menu-button {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 25px;
  border: solid 0.075em #fff; /* dalej nie zmieniaj ;) */
  
  height: 1.15em;
  width: 0;
  padding-left: 1.30em;
  border-radius: 0.2em;
  cursor: pointer;
}
#mobile-menu-button:before {
  background: #fff;
  box-shadow: 
    0 0.25em 0 0 #fff,
    0 0.5em 0 0 #fff; /* dalej nie zmieniaj ;) */
 
  content: "";
  position: absolute;
  left: 0.15em;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
}
#mobile-menu-button:after {
  content:'MENU';
  position: absolute;
  right:125%;
  color:#fff;
  top:-5px;
}
.sticked #mobile-menu-button:after {
  display:none;
}
.sticked #mobile-menu-button {
  border: solid 0.075em #555859; /* dalej nie zmieniaj ;) */
}
.sticked #mobile-menu-button:before {
  background: #555859;
  box-shadow: 
    0 0.25em 0 0 #555859,
    0 0.5em 0 0 #555859; /* dalej nie zmieniaj ;) */
}
/* ------------ Mobilne menu ------------- */ 

#mobile-menu-close {
  text-align: center;
	width:20px;
  height:20px !important;
	background: #0E0603;
	float:right;
	position:fixed;
	top:0;
	right:0;
}
.scroll-lock { /*blokowanie przewijania strony w tle */
  position: fixed;
}
.pop-up-menu {
	position: fixed;
	top:0;left:0;right:0;bottom:0;
	background:rgba(0, 0, 0, 0.8);
	display:none;
  z-index:1;
}
body.scroll-lock .pop-up-menu {
	display: block;
}
body.scroll-lock #mobile-menu-button {
	display:block;
  opacity: 0;
}
nav.mobile-menu #mobile-menu-close {
	display:none;
}
nav.mobile-menu #mobile-menu-close i {
	color:#fff;
}
nav.mobile-menu.show-me, nav.mobile-menu.show-me #mobile-menu-close {
  display: block;
	margin-left:0;
}
nav.mobile-menu.show-me #mobile-menu-close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 12px 12px 12px 15px;
    margin: 0;
    background:#fff;
}

nav.mobile-menu {
  display: block;
  /*position: fixed;*/
  /*right: 2.5%; top: 50px;*/
  position: fixed;
  left: 0;
  top: 0;
	bottom:0;
  max-height: 100%;
  width: 300px;
  max-width: 80%;
  
  margin-left: -100%;
  padding: 0;
  float: none;
  z-index: 10000;
  overflow-y: auto;
  background: #fff; /* e */
	
	transition: all 800ms;
 }
nav.mobile-menu ul {
  display: block;
  overflow: auto;
  position: relative;
  top:0;left:0;right:0;bottom:0;
/*  margin: 0;
  padding: 0;
  width: 100%;*/
padding-bottom:2em;
}
nav.mobile-menu ul li {
  margin: 0;
  display: block;
	padding:10px 25px 5px 10px !important;
	border-bottom:1px solid #F1F1F1;
}
nav.mobile-menu ul li a, #mobile-menu-close {
  padding: 1em 1em; /* e */
  height: auto;
  text-decoration: none;
	font-weight:300 !important;
  font-size: 1.1em; /* e */
  color: #666 !important; /* e */
}
nav.mobile-menu ul li a span:before {
	display: none;
}
nav.mobile-menu ul a:hover span {
  transform: none;
}
nav.mobile-menu ul li a:hover, #mobile-menu-close {
	color: #666 !important;
}
nav.mobile-menu ul li ul { 
  display: none !important;
  width:100%;
}
nav.mobile-menu ul li ul li {
  background:#eee;
}
nav.mobile-menu ul li ul.visible { 
  display: block !important;
}
nav.mobile-menu ul li ul.visible li {
  animation-name:FadeIn;
  animation-duration:1s;
  animation-delay: 500ms;
  
}
#nav-addons {
  display:none;
}
nav.mobile-menu #nav-addons {
  display:block;
}
#nav-addons {
  float: none;
  margin: 0;
  background: #eee;
  padding: 10px 15px;
}
#nav-addons > div {
  margin:0 !important;
}

#nav-addons .header-links li {
  width:100%;
  padding:0px;
}
#nav-addons .header-links li a {
  padding:2px;
}
#nav-addons .flags {
  background:#ddd;
  overflow: visible;
  padding:5px;
  height:20px;
  position: relative;
}
#nav-addons .flags .current_lang {
  float:left;
}
#nav-addons .flags #choose_lang {
  left:0;
  top:100%;
  width:80px;
  bottom:auto;
  right:auto;
  position:absolute;
}
#nav-addons .flags #choose_lang ul {
  margin:0 !important;
  padding:0 !important;
}
#nav-addons .flags #choose_lang ul li {
  padding:0 !important;
}
#nav-addons .flags #choose_lang ul li a {
  padding:5px !important;
}
#nav-addons .social_links ul li {
  display:inline-block;
  padding:2px !important;
}
/* ==================================================== Media Queries ======================================= */
/* -------------------------------------------------------------- */
@media screen and (max-width: 1650px) {
  #TOP-MINI.sticked .booking-button {
    top: 55px;
    right: 0;
  }
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 1500px) {


  #MAIN-BANNER #credo {
    max-width: 100%;
  }
  #HEADER-IMAGE {
    padding-bottom:550px;
  }
  #HEADER-IMAGE.short {
    padding-bottom:450px;
  }

}
/* -------------------------------------------------------------- */
@media screen and (max-width: 1220px) {

  #MAIN-BANNER > .container,
  #TOP > .container,
  #START-TOP > .container,
  #START-OFFER > .container,
  .cb-section > .container,
  .cb-header > .container,
  #REVIEWS .container,
  #START-MAP > .container,
  #BOTTOM > .container,
  #BOTTOM2 > .container,
  #FOOT .container,
  #HEADER-IMAGE > .container,
  #offers_wrapper > .container,
  .content-wrapper > .container,
  .pattern-right > .container,
  .pattern-left > .container,
  #CANVAS > .page-section > .container {
    padding: 0 20px;
  }
  .back-image, .bg-section {
    padding-bottom:500px;
  }
  .ak-slider.keep-aspect-ratio {
    padding-bottom:500px;
}
  /* ----- przełączanie na mobilne menu ----- */  
  #mobile-menu-button {
    display: block;
  }
  nav {
    display: none;
  }
  #CONTAINER {
    width: auto;
  }
  #TOP {
    margin-top: 0;
  }
  h2 + h3::before, h1 + h3::before {
    display:none !important;
  }
  #LEFT-MENU, #RIGHT-MENU {
    float:left;
    width:100%;
    text-align: left;
    padding:0 !important;
  }
  #TOP-MINI.sticked #LEFT-MENU, #TOP-MINI.sticked #RIGHT-MENU {
    padding: 0;
    width: 100%;
    float: left;
    display: inline-block;
}
  #LEFT-MENU ul, #RIGHT-MENU ul {
    padding:0;
  }
  #LEFT-MENU ul li, #RIGHT-MENU ul li {
    text-align:left;
    padding:0 !important;
    color:#353737;
  }
  #LEFT-MENU ul li a, #RIGHT-MENU ul li a {
    color:#353737;
  }
  #TOP-EXTENDED {
    display:none;
  }
  #logo {
    top:15px;
    left:20px;
    margin:0;
  }
  
  .mb-header-right, .mb-header-left {
    width:100%;
    float:none;
    padding:0;
  }
  .mb-content-left {
    width:100%;
  }
  .icon-text-mod {
    max-width:700px;
  }
  .mb-header-right h2, .mb-header-left h2, .mb-header-right h3, .mb-header-left h3 {
    text-align: left;
  }
  .main-header {
    width: 100%;
}
#TOP-MINI.sticked .booking-button {
    position:fixed;
    top: 8px;
    right: 70px;
}
.chart-content-wrapper {
    left: auto;
    right:0;
}

}
/* -------------------------------------------------------------- */
@media screen and (max-width: 1180px) {
.cb-images > img:last-child {
    display:none;
  }
  .booking-box .booking-guests {
   display: none;
  }
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 1040px) {

/*  html, body, input, textarea {
    font-size: 14px;
  }*/
h1 {
  font-size: 3.5rem;
}

h2 {
	font-size: 2rem;
}
.start h2, .main-header h1, .cb-header h2 {
	font-size: 3.5rem;
}
  .main-header {
    width:100%;
    left:0;
    right:0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .main-content {
  padding-right:340px;
  width:100%;
  box-sizing: border-box;
  float:left;
}
.right-content {
  width:320px;
  margin-left:-320px;
  top:-200px;
}

  #reviews-wrapper.columns-x2 > div {
    width:100%;
  }
  .page-section {
    padding: 80px 0;
  }
  .content-wrapper {
    padding-bottom:20px;
  }
  .cb-section, .cb-header {
    padding:50px 0;
  }
  .cb-header * {
    text-align: left !important;
  }
  .cb-images {
    display:none;
  }
  .cb-content {
    width:100%;
    padding:0 !important;
    float:none !important;
    margin:0 auto !important;
    text-align: left !important;
  }
  .cb-left .cb-module * {
    text-align: left !important;
}
  .offers-content, .offers-container {
    width:100%;
    padding:0;
    float:none;
    top:0;
  }
  .cb-left .cb-controls > .button {
    text-align: right;
    margin: 0 12px 8px 0;
}
  #START-OFFER.page-section {
    padding-bottom: 120px;
    position: relative;
}
.offers-content .button {
  position: absolute;
  bottom:60px;
  left:60px;
}
#BOTTOM .container > .columns-x3 > div, #BOTTOM2 .container > .columns-x3 > div {
  width:50% !important;
  padding:0 50px;
}
#BOTTOM .container > .columns-x3, #BOTTOM2 .container > .columns-x3 {
  margin:0 -50px;
}
.contact-section-icon > div {
  width:100%;
  padding-bottom:30px;
}

}

/* -------------------------------------------------------------- */
@media screen and (max-width: 900px) {

  .container {
    padding: 0 15px;
  }
  .contact-section-icon > div {
    width:100% !important;
  }
  #START-MAP .left, #START-MAP .right {
      float: none;
      width:100%;
      position:relative;
  }
  #START-MAP .right > * {
    height:300px !important;
    margin:0 -20px !important;
  }
  .offers-content .button {
    position: absolute;
    bottom: 60px;
    left: 30px;
}
#offer_type_selector {
  width:70%;
}
.tile .content {
  width:100%;
  padding:1em 0;
}
.tile .controls {
  right:auto;
  left:0;
}
.text-photo img {
  float:none;
  max-width:100%;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 0;
}
.contact-oddzialy .columns-x4 > div {
  width:100%;
}
.contact-oddzialy .columns-x4 > div > div {
  height:auto !important;
  padding:0;
}
.contact-page {
  padding:0;
}
#reviews-wrapper .tile .content {
    padding: 0;
}
#reviews-wrapper .tile {
    height:auto !important;
}
.slick-slide img {
    display: block;
    max-height:350px;
}
.back-image, .cb-section {
  background-attachment: inherit;
}
.room-equipment .room-equipment-item {
  width:50%;
}
.arrow-banner {
  display:none;
}
#MAIN-BANNER #credo {
 padding-right: 20px;
}
  
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 800px) {

.booking-box .booking-discount-code {
 display: none;
}
  #BOTTOM .container > .columns-x3 > div, #BOTTOM2 .container > .columns-x3 > div {
    width: 100% !important;
    padding: 15px 50px;
    max-width:500px;
    height:auto !important;
}
.columns-x5 > div {
    width: 33%;
}
.columns-x3 > div {
  width:50%;
}
#offer_building_selector {
 margin-bottom: 20px;
}
.season_checker, #offer_type_selector .offer_type_checker, #offer_building_selector .building_checker {
     width:auto;
    height:auto;
    min-height:0;
    padding:6px 10px;
}
#offer_type_selector .offer_type_checker span, .season_checker span {
    font-size: 0.9em;
}
.filter-icon {
    display:none;
}
#seasons_checkers_wrapper {
    top: 125px;
    right: 15px;
    max-width:380px;
}
#seasons_checkers_wrapper > div {
    float: right;
}
.text_content_block .columnform ul, .columnform ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.main-content {
    padding-right: 30px;
    width: 100%;
    box-sizing: border-box;
    float: none;
}
.right-content {
    position:absolute;
    top:300px;
    width:320px;
    right:-322px;
    transition:right 300ms;
    background:#fefefe;
    box-shadow: 0 0 5px #333;
    padding:5px;
    z-index:2;
}
.right-content .side-panel {
  display:block;
}
.right-content.show-me {
  right:0;
}
.right-content .right-box {
  padding:15px;
}
.right-content .right-box div[data-grid="logo-box"] > div {
  width:33%;
}
.container.right-panel {
    padding-right: 40px;
    box-sizing: border-box;
}
.chart-content-wrapper {
  position: relative;
    left: auto;
    right:0;
    width:100%;
    margin-bottom:50px;
}
.chart-content-wrapper > div {
  width:33%;
}
#top_season_selector_wrapper {
  position: relative;
}
#top_seasons_checkers_wrapper {
  display: block;
  left:0;
  right:0;
  top:auto;
  bottom:100%;
  position:absolute;
}
#top_seasons_checkers_wrapper .top_season_checker {
  display:block;
  height:auto;
  background:#333 !important;
}
#top_seasons_checkers_wrapper .top_season_checker h2 {
  font-size:1rem;
  display:inline-block !important;
  width:50%;
  clear:none;
}
#top_seasons_checkers_wrapper .top_season_checker img {
  width:10%;
  display:inline-block !important;
}
  
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 540px) {

  html, body, input, textarea {
  line-height: 1.4;
  font-size: 15px;
  }
  h1 {
  font-size: 2.8rem;
}
.start h2, .main-header h1, .cb-header h2 {
	font-size: 2.8rem;
}

h2 {
  /*padding: 0 0 0.86rem 0;*/
  margin-bottom: 0.9rem;
	font-size: 2rem;
  position: relative;
}
video.bg-video {
  display:none;
}
.start h2 {
	font-size: 2.8rem;
}
.page-section {
    padding: 35px 0;
}
.icon-text-mod > div {
    padding-left: 15px;
}
.icon-text-mod {
    margin-left: -15px;
}
  #TOP-MINI {
		box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
		background:#fff;
    position:fixed;
    top:0;right:0;left:0;
	}
  #logo .primary-logo {
	display: none;
  }
  #logo .secondary-logo {
	display: block;
  }
  #logo {
		top: 2px;
    left:5px;
		margin-left: 0;
		width: 80px;
    height: 50px;
  }
  #mobile-menu-button:after {
  display:none;
  }
  #mobile-menu-button {
    border: solid 0.075em #555859; /* dalej nie zmieniaj ;) */
  }
  #mobile-menu-button:before {
    background: #555859;
    box-shadow: 
      0 0.25em 0 0 #555859,
      0 0.5em 0 0 #555859; /* dalej nie zmieniaj ;) */
  }
  #reviews-wrapper {
    clear: both;
    padding: 20px 0 0 0;
}
  #reviews-wrapper .tile .thb {
    border-radius: 50%;
    width: 120px;
    float: left;
    margin: 10px auto;
}
#reviews-wrapper .tile .content {
    padding: 0 0px;
}
  .cb-content {
    text-align: left;
    padding:0;
  }
  .numbers-mod div[data-grid="card"] > div {
    width:50% !important;
  }
  .columns-x4 > div {
    width:50%;
    height:auto !important;
  }
  .tile .content {
  padding: 15px 0;
  width:100%;
  }
  .text-wrapper {
    width: 100%;
    max-width:100%;
  }
  .content_block.float-left, .content_block.float-right {
    padding:0;
    min-width:100%;
  }
  .article-img {
    max-width:100%;
    float:none;
    margin:0;
  }
  .offer-card-wrapper {
    padding: 15px 60px;
    overflow: hidden;
  }
  .offers-content .button {
    position: absolute;
    bottom: 50px;
    left: 75px;
    right:75px;
    margin:0;
}
.slick-prev, .slick-next {
  bottom:-2px;
}
.slick-prev {
  left:20px;
  right:auto;
}

.slick-next {
  right:20px;
  left:auto;
}
.contact-section-icon > div {
  width:100%;
  margin-bottom:1em;
}
#START-MAP .left {
  padding: 35px 0;
}
#BOTTOM.page-section {
    padding: 35px 0;
}
.columns-x3 > div {
    width: 100%;
}
#offer_type_selector {
    width: 100%;
}
#season_selector {
    width: 100%;
    margin-top: 1em;
}
#season_checked {
  display:none;
}
#seasons_checkers_wrapper {
    top: auto;
    right: auto;
    max-width: 100%;
    left: auto;
    position: relative;
    text-align: center;
    float:none;
    margin:0 auto;
    /*display:block;*/
    background:none;
    z-index: 0;
}
#seasons_checkers_wrapper > div {
  float:left;
  display:inline-block;
}
#TOP-MINI.sticked .booking-button {
    position:fixed;
    top: auto;
    bottom:0;
    right: 0;
    width:100%;
    background: #1F61D1;
}
#CANVAS {
  padding-bottom:40px;
}
.dishes-wrapper .dish, .treatment-item {
    border: 1px solid #eee;
    padding: 25px 15px;
    overflow: hidden;
}
.dishes-wrapper .dish > *, .treatment-item > * {
    float: none;
    width: 100%;
    text-align: center;
}
.dishes-wrapper .dish span.price, .treatment-item span.price {
    float: none;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    display:block;
}
.dishes-wrapper .dish p.dish-descr::before, .treatment-item p.treatment-descr::before {
    display:none;
}
#FOOT * {
  font-size:0.7rem;
}

#FOOT #credits {
    float: none;
    width:100%;
    padding-top:1em;
    position: relative;
    text-align: center;
    clear: both;
}


.wiosna #TOP-MINI.sticked .booking-button {
    background: #8CC042;
}
.lato #TOP-MINI.sticked .booking-button {
    background: #EAB617;
}
.jesien #TOP-MINI.sticked .booking-button {
    background: #A68240;
}
.zima #TOP-MINI.sticked .booking-button {
    background: #1F61D1;
}

.chart-content-wrapper > div {
  width:33%;
}
.chart {
  width:60px;
  height:60px;
}
.chart .number {
  width:50px;
  height:50px;
}
.chart-wrapper > span {
  font-weight: bold;
  text-transform: uppercase;
  font-size:0.8em;
  line-height: 1.1;
}
.chart-wrapper > img {
  max-height:12px;
}
.chart .number span.value {
    font-size: 18px;
}
.chart .number span.max-value {
    font-size: 9px;
    opacity: 0.9;
}
.room-equipment .room-equipment-item {
  width:100%;
}
.add-mobile-controls {
  display: flex;
}
.booking-box .booking-date-from, .booking-box .booking-date-to {
 display: none;
}
.booking-box-wrapper {
 max-width: 250px;
}
}

/* -------------------------------------------------------------- */
@media screen and (max-width: 400px) {
  .offer-card-wrapper {
    padding: 15px 10px;
    overflow: hidden;
  }
  .offers-content .button {
    bottom: 50px;
    left: 15px;
    right:15px;
    margin:0;
}
.slick-prev, .slick-next {
  bottom:-40px;
}
.slick-prev {
  left:30%;
  right:auto;
}

.slick-next {
  right:30%;
  left:auto;
}
.columns-x5 > div {
    width: 50%;
}
}