.slider .indicators .indicator-item {
  background-color: transparent;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: #ffffff;
}
.slider {
  font-family: 'opensanslight';
  width: auto;
  margin: 0 auto;
  height: 500px;
}

.slider .slides {
    height: 500px;
}

.slider img {
    margin: 0;
    padding: 0;
}

.slider ul {
    padding: 0;
    box-sizing: inherit;
    list-style-type: none;
}

.slider ul li {
    padding: 0;
}

.slider .slides li .caption {
    top: 25%;
}

.slider .indicators {
  bottom: 15px;
  z-index: 100;
  /* text-align: left; */
}

.slider li span {
    font-size: 36pt;
    line-height: 36pt;
    font-family: 'cormorandbold';
}

/* .slider #slide1 {
    background-image: url('../../images/Plandeki.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider #slide2 {
    background-image: url('../../images/Namioty.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider #slide3 {
    background-image: url('../../images/Druk.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} */

.slider li .cap-word {
    font-family: 'amaticbold';
    font-weight: bold;
}

.slider li .offer-cap-word {
    text-shadow: 1px 1px 6px #000;
}

.slider ul li .button {
    font-family: 'cormorandbold';
    font-size: 12pt;
    padding: auto;
    margin: 0;
}

#slide1 .cap-word {
    color: #d59e5d;
}

#slide1 .button {
    background-color: #d59e5d;
}

#slide2 .cap-word {
    color: #a88349;
}

#slide2 .button {
    background-color: #a88349;
}

#slide3 .cap-word {
    color: #985955;
}

#slide3 .button {
    background-color: #985955;
}

#slide999 .cap-word {
    color: #0066B3;
}

#slide999 .button {
    background-color: #0066B3;
}