@charset 'UTF-8';

.stanekButtonWrap { margin: 1em 0 0 0; text-align:center; }

/*.slick-wrapper { overflow: hidden; }*/

.slickGalleryContainer {
  
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
       
}

.slickGalleryContainer img { height: 150px; margin: 0 0 5px 10px; }

.slickGalleryContainer h2 { margin: 0 0 0.5em 0; padding: 0; }

.slickContainer {
  
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
       
}

img.slickLoading { display: block; margin:5rem auto !important; height: unset !important; }
#slickWrapper01, #slickWrapper02 { display: none; }

.topBannerBox { position: relative; }

.topBannerBox img { width: 100%; max-width: 1200px; display: block; margin: 0 auto; }
.topBannerBox img.slickThumb { 
width: unset;
max-height: 100%;  
position: absolute; 
right: 60px;
top: 60px;

margin: 0; 
}

.topBannerCaptions { 
  background-color: #00a6eb;
  padding: 1em;
  color: #fff;
}

.topBannerCaptions h2 { color: #fff; margin: 0; padding: 0; font-weight: bold; }
.topBannerCaptions p { margin: 1em 0 0 0; padding: 0; }


.innerBannerCaptions { 
  background-color: #00a6eb;
  padding: 0;
  color: #fff;
  position: absolute;
  left: 60px;
  top: 60px;
  text-align: center;
  opacity: 0.9;
}

.innerBannerCaptions.slideCaption {

  top: unset;
  bottom: 60px;
}

.innerBannerCaptions.sumBox p { 

     font-size: 20px;
     font-weight: bold;
}

.innerBannerCaptions h4 { 
background-color: #89ab3b; 
color: #fff;
margin: 0 0 2em 0;
 padding: 0.5em; 
 text-align:center;
 font-size: 15px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 0 0 1px #000;
 }
 
.innerBannerCaptions h2 {  text-align: center; color: #fff; margin: 0 0 1em 0; padding: 0 2em; font-weight: bold; text-transform: uppercase; letter-spacing: 0; }
.innerBannerCaptions.slideCaption h2 { margin: 1em 0; }
.innerBannerCaptions h3 {  text-align: center; color: #fff; margin: 0 0 1em 0; padding: 0 2em;  }
.innerBannerCaptions p {  text-align: center; color: #fff; margin: 1em 0 2em 0; padding: 0 2em; }

.innerBannerCaptions span.trsum { 
-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;  
  background-color: red;
  color: white; 
  padding: 1em 2em;
  font-weight: bold; 
  display: block;
  margin: 0.5em 0;
   font-size: 22px;
 }

.topBannerCaptions h2 { color: #fff; margin: 0; padding: 0; font-weight: bold; }
.topBannerCaptions p { margin: 1em 0 0 0; padding: 0; }

.slickGalleryContainer { margin-top: 1em; }

@media screen and (max-width: 737px) {

    .slickGalleryContainer h2 {  padding: 0 1em; }

		.innerBannerCaptions {  
      left: 30px;
      top: 30px;   
    }
  
  .innerBannerCaptions.slideCaption {
    left: 0;
    bottom: 0;
    width: 100%;    
}
  
   .innerBannerCaptions h4 { font-size: 13px; margin-bottom: 1em; }
   
    .innerBannerCaptions h2 {  margin: 0 0 0.5em 0; padding: 0 1em; font-size: 1.9em; }
    .innerBannerCaptions.slideCaption h2 { margin: 0.5em 0; }
    .innerBannerCaptions h3 { margin: 0 0 0.5em 0; padding: 0 1em; font-size: 140%; }
    .innerBannerCaptions p { margin: 0.5em 0 1em 0; padding: 0 1em; }
    
    .topBannerBox img.slickThumb { 
     
      right: 30px;
      top: 20px;
      max-width: 200px;
      max-height: 80%;
      }

}

@media screen and (max-width: 700px) {

		.innerBannerCaptions {  
    
      top: 20px;   
    }
  
   

}


@media screen and (max-width: 640px) {

     .slickGalleryContainer img { height: 120px; margin: 0 0 0 8px; }

		.innerBannerCaptions { 
      top: 10px;
      left: 20px;   
    }
    
     .innerBannerCaptions h4 { font-size: 11px; margin-bottom: 0.5em; }
   
    .innerBannerCaptions h2 {  margin: 0 0 0.3em 0; padding: 0 0.5em; font-size: 1.6em; }
    .innerBannerCaptions h3 { margin: 0 0 0.5em 0; padding: 0 0.5em; font-size: 120%; }
    .innerBannerCaptions p { margin: 0.3em 0 0.5em 0; padding: 0 0.5em; }
  
  
  .topBannerBox img.slickThumb { 
     
      right: 20px;
      top: 10px;
      max-width: 150px;
   
      }
   

}


@media screen and (max-width: 500px) {

      .slickGalleryContainer img { height: 100px; margin: 0 0 0 5px; }
     .innerBannerCaptions h4 { font-size: 10px; margin-bottom: 0.5em; padding: 0.3em 0.5em; }
    .innerBannerCaptions p { display: none; }
    .innerBannerCaptions h3 { font-size: 100%; }
  
}

@media screen and (max-width: 400px) {

   .innerBannerCaptions { 
      left: 0;
      top: 0; 
      width: 100%;
      opacity: 0.9;     
    }
  
  
  
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: gray;
    border: none;
    outline: none;
    background-color: #eee;
    border-radius: 50%;
    opacity:0.5;
    z-index: 10000;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: #fff;
  outline: none;
  background-color: #00a6eb;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;

    opacity: .75;      

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 5px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    /* content: '←'; */
    content: "\f053";
    margin-right: 5px;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    /* content: '→'; */
    content: "\f054";
    margin-left: 5px;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;   
    display: inline-block;  
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0; 
    cursor: pointer;  
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

   /* content: '•'; */
    content: "\f111";
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #00a6eb;
}
