/* galeria */
.galleryGrid {padding-left: 2.5px;padding-right: 2.5px;}
.gallery-page .fullScreen a.galleryPicture{flex: 0 0 33.333%;height:45vh; min-height: 250px;padding: 2.5px;}
.imageTitle span{font-size:24px;}
a.galleryPicture{height:100%;max-height:375px;}
.galleryPicture{height:100%;display:block;position:relative;overflow:hidden}
.galleryPicture::before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,0.4);display:flex;justify-content:center;align-items:center;opacity:0;color:#01579B;font-size:24px;z-index:2}
.galleryPicture:hover::before{opacity:1}
.galleryImage{width:100%;height:100%;background-size:cover!important;background-position:center center!important;object-fit:cover}
.imageTitle{position:absolute;z-index:1;color:#fff;width:100%;left:50%;top:50%;font-size:50px;transform:translate(-50%,-50%);display:inline-block;text-align:center}
.imageTitle span{text-align:left;display:inline-block}
.sectionGallery .buttonWrapper{background:#01579B}
.imageTitle{position:absolute;z-index:1;color:#fff;width:100%;left:50%;top:50%;font-size:50px;transform:translate(-50%,-50%);display:inline-block;text-align:center}
.imageTitle span{text-align:left;display:inline-block}

/* pokoje */
.room-icons {
    position: absolute;
    bottom: 0;
    min-height: 80px;
    width: 100%;
    background:rgba(33, 124, 214, 0.22);
    color:#fff;


}
.roomsPage .button::before{display:none;}
.roomsPage .button{transition: 300ms;}
.roomsPage .separator .separatorWrapper .wrapper{bottom:100px;}
.roomsPage .separator .separatorWrapper .wrapper .slick-arrow.icon-arrow-right{right:-30px;font-size:13px;top:0;transform: translate(0,0);}
.roomsMain.sectionSeparator:not(:first-child) {margin-top:100px}
.roomsPage .contrast{padding-left:10px;}
.room-icons .tt-el{width:auto;padding: 10px 5px;}
.room-icons-in{
      padding: 10px 90px;
  height:100%;
  align-items:center;
}

@media(max-width:1366px) {

}
@media(max-width:1180px) {

  .roomsPage .separator .separatorWrapper .wrapper{padding-right:100px;}
}
@media(max-width:980px) {

  .gallery-page .fullScreen a.galleryPicture{flex: 0 0 50%;}
}
@media(max-width:650px) {
  .gallery-page .fullScreen a.galleryPicture{flex: 0 0 100%;}
  .roomsPage .separator .separatorWrapper .wrapper{padding-right:0px;left:0;right:0;text-align: center;}
  .roomsMain .contentTitle .beutyFont{font-size:24px;}
  .roomsMain .slick-arrow{top:calc(50% - 20px);}
}
@media(max-width:480px) {
}


/* main offers */

