    /* Home Page Carousel */
header.carousel {
    background:grey;
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;    
}
header.carousel .item {
    border:0px solid red;
}
header.carousel .big {
    display:none;
}
header.carousel .small {
    display:block;
}
header.carousel {    
    height: 620px;
    height: 100%;
   /* max-height:250px;   */    
}
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;    
} 
.carousel-caption {
    top:30%;
    bottom: 20px;
    color: #fff;
    left: 5%;right: 5%;  
    padding-bottom: 0px;
    padding-top: 0px;
    position: absolute;
     
    text-shadow: 3px 1px 10px rgba(125, 0, 0, 0);
    z-index: 10;    
   font-family:Sintony, Arial,sans-serif;font-weight:bold;
   font-size:130%;

  
    font-family: "Montserrat Alternates", serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing:0.1dvh
  
}
@media (max-width:800px){
    .carousel-caption {
        top:30%;
        left:4%;
        right: 4%;  
    }
}
.carousel-caption.bottom {bottom:20px;top:auto}

.carousel-caption.prod-slide-desc {
    top:40%;text-align:center;max-width:40%;margin:0 auto;font-weight:400;padding-top:120px;
    -webkit-transition: all 0.6s;    -moz-transition: all 0.6s;    transition: all 0.6s; 
}
.carousel-caption.prod-slide-desc.higher {padding-top:80px}

.carousel a.btn {padding:12px 30px; background:transparent;color:white;font-size:120%;border:2px solid white;font-weight:400;
    -webkit-text-shadow: 5px 5px 8px rgb(0 0 0);
        -moz-text-shadow: 5px 5px 8px rgb(0 0 0);
        text-shadow: 5px 5px 8px rgb(0 0 0);
}
.carousel a.btn:hover  { background:#66ccff;border:2px solid #66ccff}

.carousel-caption div.h-wrap {
    
    overflow:hidden;
    position:relative;
    display:block;
}
.carousel-caption div.color-hr {
    background: url('/images/h_color-line-horizontal.gif') no-repeat;
    background-position: center bottom;
    background-size: 70%;;
    height:3px;
    margin-bottom:10px;
}
.carousel-caption div.h {
    font-size:400%;
   /*text-transform:uppercase;*/
   padding-bottom:10px;
   line-height:1.0em;
   -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    
}


.carousel-caption div.h.large {font-size:500%;text-align:center}
.carousel-caption div.h.large.larger {    font-size:400%;}

.sliderLinks {
    font-size:110%
}



@media (max-width:800px) {
    .carousel-caption div.h.large {
        font-size:300%;
    }
    .carousel-caption div.h.large.larger {
        font-size:300%
    }
    .sliderLinks {
        font-size:100%
    }
}

.carousel-caption a {color:white}
.carousel-indicators-wrap {
  position: absolute;
    bottom:0px;
    width:100%;
    text-align:center;    
}

.carousel-control {    
    font-size: 40px;
}

.carousel-indicators {     
        position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    width:auto;
 }   
 .carousel-indicators.produkty {
    position: relative; top:auto;
 }  
.carousel-indicators li {
    display: inline-block;             
    margin: 0px;    
    cursor: pointer;
    text-indent: 0;
    border-color:#888;
    border-style:solid;
    border-width:1px 0px 0px 1px;
    border-radius: 0px;
    font:normal 16px  'PT Sans Caption',Arial, Helvetica, sans-serif;
    color:white;  
    transition-duration: 0.3s, 0.3s;
    transition-property: color, background, opacity;
    transition-timing-function: linear, ease-in;            
    display: inline-block;
       
    /*text-indent: -999px;*/
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;  
    margin:5px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    margin:5px;
    width:40px;
    height:10px;
}

.carousel-indicators .active {        
  background-color: #fff;
  
}
.carousel-indicators.produkty li,
.carousel-indicators.produkty li.active {
    width: 150px;
    height: 80px;
    margin:5px;
    transition: all .2s ease-in-out;
    position:relative;
    background: black;
}
@media (max-width: 558px) {
}
.carousel-indicators li img {width:100%;height:100%}
.carousel-indicators li:hover {
    -webkit-box-shadow: 12px 11px 30px 0px rgba(0,0,0,0.65);
        -moz-box-shadow: 12px 11px 30px 0px rgba(0,0,0,0.65);
        box-shadow: 12px 11px 30px 0px rgba(0,0,0,0.65);
        transform: scale(1.1);
}

.indicator-caption {
    position:absolute;bottom:6px;width:100%;text-indent: 0px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: rgba(255, 255,255, 0);
    font-size:60%;padding:10px;
}
.carousel-indicators li:hover .indicator-caption {color: rgba(255, 255,255, 1);}
.carousel-indicators li:hover img {opacity:0.6}

@media (min-width: 558px) {
   /*.carousel-indicators {display:block;}*/
    /*header.carousel {
        height: 360px;
        max-height:360px;
    }*/
    header.carousel .fill {
        max-height: none;
    }       
}
@media (min-width: 660px) {
    header.carousel .big {
        display:block;
    }
    header.carousel .small {
        display:none;
    }           
}

@media (min-width: 768px) {  
  header.carousel .fill {       
        /*height: 350px;*/
    }          
}

@media (min-width: 700px){
    header.carousel {
        height: 355px;
    }
}

@media (min-width: 1200px) {        
    /*header.carousel .big {
        display:block;
    }
    header.carousel .small {
        display:none;
    }*/
    header.carousel .fill {      
        width: 100%;
        height: 100%;
        background-position: top center;
        background-size: initial;
        background-repeat: no-repeat;
    }
    /*.carousel-indicators {
        width: 1135px;
     }    */ 
     
}

header.carousel.high {
        height: 100%;
    }
    header.carousel.medium {
        height: 300px;
    }

@media (min-width: 700px){
    header.carousel.high {
        height: 100%;
    }
    header.carousel.medium {
        height: 450px;
    }
}
@media (max-height: 700px){
    
    .carousel-caption.mouse{
        display:none
    }
}
#myCarousel.carousel .item {background:black}
.carousel-inner > .item {
  
  -webkit-transition: 0.8s ease-in-out left;
       -o-transition: 0.8s ease-in-out left;
          transition: 0.8s ease-in-out left;
}

/*
.MultiCarousel {
     position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    overflow: hidden;
     }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left; }
      #myCarousel  .MultiCarousel .MultiCarousel-inner .item{ background:none;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }*/


.multi-item-example .item {
    width:250px;
    height:100px;
}


#carousel-example-multi 
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}