@CHARSET "UTF-8";

.fullscreen-slider {
  background-color: transparent;
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.fullscreen-slider div.mc-image {
  padding-top: 3em;
}
.fullscreen-slider .arrow-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.fullscreen-slider .arrow-nav a {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.fullscreen-slider .arrow-nav a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.fullscreen-slider .arrow-nav a:hover,
.fullscreen-slider .arrow-nav a:FOCUS {
	text-decoration: none;
}
.fullscreen-slider .arrow-nav .arrow-left {
  left: 15px;
}
.fullscreen-slider .arrow-nav .arrow-right {
  right: 15px;
}
.fullscreen-slider .arrow-nav i {
  font-size: 36px;
  padding-top: 10px;
}
.fullscreen-slider .pager {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.fullscreen-slider .pager a {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 5px solid rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 3px;
}
.fullscreen-slider .pager a.activeSlide {
  border-color: rgba(0, 0, 0, 0.5);
}

body .mc-cycle {
  position: static;
  z-index: 0;
}

div.mc-image {
  z-index: 0 !important;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /* If you are using horizontal slide transitions, use the following CSS:
  -webkit-transition: left 1s ease-in-out;
  -moz-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
  width: 100%;
}


.fullscreen-slider .slider-tresc {
  position: absolute;
  width: 100%;
  padding: 100px 15px 100px;
  text-align: center;
  top: 0;
  }

  .fullscreen-slider .slider-tresc .header-content-inner h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform:  uppercase;
    color: white;
    text-shadow: 0px 0px 17px rgba(1, 1, 1, 1);
    }

  .fullscreen-slider .slider-tresc .header-content-inner hr {
    margin: 30px auto; }

  /*.fullscreen-slider .slider-tresc .header-content-inner p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.7); }*/

@media (min-width: 768px) {
  /*header.masthead {
    height: 100%;
    min-height: 600px; }*/
    .fullscreen-slider .slider-tresc {
      position: absolute;
      top: 65%;
      /*padding: 0 50px;*/
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: auto;
      /*padding: 100px 15px 100px;*/
      left: 75px;
      right: 75px;
      text-align: center; }
      .fullscreen-slider .slider-tresc .header-content-inner {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto; }
        .fullscreen-slider .slider-tresc .header-content-inner h1 {
          font-size: 50px; }
        .fullscreen-slider .slider-tresc .header-content-inner p {
          font-size: 18px;
          max-width: 80%;
          margin-right: auto;
          margin-left: auto; }
}


/* section#about { margin-top: -10px !important; } */

/*---------------------------------------------------------------------------------------*/


#karuzela-glowna {
  background-color: transparent;
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  /*margin-top: -2px; /* podsunięcie warstwy pod cień menu górnego*/
}
#karuzela-glowna  .carousel-item.active,
#karuzela-glowna  .carousel-item-next,
#karuzela-glowna  .carousel-item-prev {
  display: block;
}
#karuzela-glowna .carousel-item {
  /*height: 100vh;*/
  height: 65vw;
  /* top: 50px;  /* odstęp do statycznego menu głównego  */
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) {
  #karuzela-glowna .carousel-item {
    height: 100vh;
  }
}

#powitanie {
  z-index: 2;
}

#front-top  .slider-tresc {
  position: relative;
  width: 100%;
  padding: 100px 15px 100px;
  text-align: center;
  top: 0; }

#front-top  .slider-tresc .header-content-inner h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform:  uppercase;
  color: black;
  text-shadow: none;
}

#front-top  .slider-tresc .header-content-inner hr {
  margin: 30px auto; }

@media (min-width: 992px) {
    #front-top  .slider-tresc {
      position: absolute;
      top: 50%;
      /*padding: 0 50px;*/
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: auto;
      /*padding: 100px 15px 100px;*/
      left: 10%;
      right: 10%;
      text-align: center; }
      #front-top  .slider-tresc .header-content-inner {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
        }
        #front-top  .slider-tresc .header-content-inner h1 {
          font-size: 50px;
          color: white;
          text-shadow: 0px 0px 17px rgba(99, 90, 67, 1);
        }
        #front-top  .slider-tresc .header-content-inner p {
          font-size: 18px;
          max-width: 80%;
          margin-right: auto;
          margin-left: auto; }
}
