/*
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
niezbędne do działania
nie ruszać (raczej)
pod koniec zbędne
*/
.concept-carousel .kar-wrapper {overflow:hidden;height:100%;position:relative;padding: 0 0px;box-sizing: border-box;}
.concept-carousel .kar-overflow {position:relative;height:100%;}
.concept-carousel ul {height:100%;float:left;	margin:0;padding:0;}
.concept-carousel li {display:inline-block;list-style:none;max-height:100%;height:100%;float:left;padding-top:0px;padding-bottom:0px;box-sizing: border-box;transition:all .3s;}
.concept-carousel li a {display:inline-block;height:100%;}
.concept-carousel img {max-height:100%;max-width:100%;top: 50%;position: relative;transform: translateY(-50%);}
.concept-carousel li.page {position:absolute;}
.concept-carousel li.ban {display:inline;}
.ui-loader {display:none!important;}

/*
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
do stylowania wyglądu - bez wpływu na działanie
*/
.concept-carousel .nav-arrow {width:20px;height:45px;background-color: #fff;position:absolute;z-index:1; cursor: pointer; transition: transform 0.2s ease; }
.concept-carousel .nav-arrow:hover {transform: scale(1.2, 1.2); transition: transform 0.35s ease; }
.concept-carousel .nav-left {left:-45px;top:41px;background: url('/images/common/sprites-custom.png') no-repeat 0px -280px;}
.concept-carousel .nav-right {right:-45px;top:41px;background: #fff url('/images/common/sprites-custom.png') no-repeat 0px -350px;}
.concept-carousel:not(.has-many-pages) .nav-left,.concept-carousel:not(.has-many-pages) .nav-right{display:none;}
.concept-carousel .pager-but {margin-right:20px;width:30px;height:30px;float:left;background:blue;cursor:pointer;margin-bottom: 10px;}
.concept-carousel .pager-but.current {background:green;}
.concept-carousel .pager{display: inline-block;margin-top: 20px;}
.karuzela-container {height:65px; margin:0px 0px 60px; padding: 28px 0 0 0; border-top: 2px solid #000; position:relative;text-align: center;}
.kar-wrapper .pole-banerowe{display:inline;margin-bottom: 0px;}

.karuzela-container.wazne_informacje
{
    height: 212px;
    padding-top: 0;
    border-top: none;
    margin-bottom: 46px;
}

.concept-carousel.wazne_informacje .nav-left {top:47px;}
.concept-carousel.wazne_informacje .nav-right {top:47px;}

