body {
  background:url(images/woda.jpg) no-repeat center fixed;
  background-size:cover;
}  

.glowny {
  width:100%;
  background-color:rgba(255,255,255,0.2);
  display:table;
}

.carousel-inner > .item > img,
   .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
}


.navbar {
     border-radius:0px;
	 margin-bottom:10px;
}

.navbar-inverse {
  background-color:rgb(33,34,99);
  border:0px;
}

.navbar-inverse .navbar-brand {
    color: #FFFF00;
}


.navbar-inverse .navbar-nav > li > a {
    color: #FFFF00;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: rgb(33,34,99);
	background-color:#cccccc;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: rgb(33,34,99);
    background-color: #FFFFff;
}

.affix {
    top: 0px;
    width: 100%;
    z-index: 999!important;
}

#bg {
  width:100%;
  height:100vh;
  display:block;
  position:fixed;
  top:0px;
  left:0px;
  z-index:-1;
  background-color:transparent;
}

#bg:before, #bg:after {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

#bg::after {
 // transform: scale(1.125);
  background-image:url(images/woda.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.mb {
  margin-bottom:20px;
}


.slideanim {visibility:hidden;}
.slide_w {
    /* The name of the animation */
    animation-name: slide_w;
    -webkit-animation-name: slide_w;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide_w {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide_w {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.ff {
 background-color: rgb(33,34,99);
 min-height: 50px;
 width: 100%;
 text-align: center;
 color: #afafaf;
 padding-top: 20px;
 padding-bottom: 20px;
 display: table;
 font-size:12px;
 z-index:999999!important;
}

.fz {
  color: #afafaf;
  text-decoration:none;
  font-size:12px;
}


.wsmapa {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  color: #000000;
  width: 95%;
  margin-bottom: 20px;
  border-radius:10px;
}

.red {
  color:#FF0000;
}

.adres {
  width:95%;
  margin-left:auto;
  margin-right:auto;
  padding:20px;
  background-color:rgba(255,255,255,0.5);
  border-radius:10px;
  display:table;
  color:#000000;
  line-height:1.8;
}

.oferta {
  font-size:16px;
  vertical-align:middle;
}

.blue {
  color:#0033CC;
}