html, ul, li { 
  margin: 0px;
  padding: 0px;
  font-family: calibri, verdana, sans-serif;

}


body {

  margin: 0px;
  padding: 0px;
  background: #B5B5B5;
}

#tlo {
  background: white;

}


header {

  margin: 0 auto;
}


#tlo_gornego_paska {
  background: white;
}


#gorny_pasek {
  margin: 0 auto;

}



#gorny_pasek img {
  height: 60px;
  margin-left: 5px;
  floatx: left;
  position: absolute;
  top: 5px;
}


#gorny_pasek ul {
  text-alignx: right;
  padding-topx: 23px;
  padding-bottomx: 23px;
  float: right;

}


#gorny_pasek ul li {
  list-style-type: none;
  padding-topx: 20px;  
  color: #b5b5b5;
  displayx: inline;


}

#gorny_pasek ul li a{
  font: 20px Calibri;
  font-style: italic;
  text-decoration: none;
  color: #2B2B2B;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-weight: bold;
  display: block;
  text-align: center;

}


#gorny_pasek ul li a:hover{
  color: white;
  backgroundx: #cc0033;
  backgroundx: #0B61B8;
  background: #9ABFE3;

}

li span#zaznacz a{
  backgroundx: #cc0033;
  background: #0B61B8;
  color: white;
} 


#menu > li {
  float: left;
  width: 150px;

}

@media (max-width: 850px) {
	#menu > li {
          float: none;
          width: 100%;

}
}


#menu > li > ul > li {
  border-top: 1px solid grey;

}



#menu > li > ul {
  displayx: none;
  width: 150px;



  position: absolute;
  widthx:100%;
  visibilityx:hidden;
  transform:scaleY(0);
  transform-origin:50% 0;
  transition:250ms;
  z-index:1;
  margin:0;
  padding:0;
  list-style-type:none;
  background-color:#FFF;

}

@media (max-width: 850px) {
	#menu > li > ul{
          width: 100%;

}
}



#menu > li:hover > ul {
  display: block;
  position: absolute;
  background: white;



  visibility:visible;
  transform:scaleY(1);

}

@media (max-width: 850px) {
	#menu > li:hover > ul{
          position: static;            
          width: 100%;
}
}



#tlo_srodkowego_paska {
  clear: both;
}




#srodkowy_pasek {
  margin: 0 auto;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}


h1 {
  font-size: 50px;
  margin: 0;
}

@media (max-width: 620px) {
	h1 {
          font-size: 38px;
}
}

@media (min-width: 900px) {
	h1 {
          font-size: 72px;
}
}


#napis {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 320px;
  font-size: 50px;
  color: #1F1F1F;
  font-style: italic;
  font-familyx: georgia;
  padding-rightx: 300px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 7px white;


}

@media (max-width: 620px) {
	#napis {
          font-size: 38px;
          padding-bottom: 220px;
}
}


@media (min-width: 900px) {
	#napis {
          font-size: 72px;
}
}




#content_h0 {
  margin: 0px auto;
  background: white;
  border-bottomx: solid 3px #cc0033;
  border-bottom: solid 3px #1988BF;
}




#pole_tekstowe0 {
  margin: auto;
  overflow: hidden;
  width: 1050px;

}

@media (max-width: 1099px) {
	#pole_tekstowe0 {
          width: 90%;
          
}
}





#tytul_strony {
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  backgroundx: red;
  colorx: #31557A;
  text-transform: uppercase;
}




footer {
  background: #5B8BBA;
}


.content_f {
  width: 99%;
  margin: 0px auto;
  overflow: hidden;


}


.stopka {
  text-align: center;
  font: 12px Calibri;
  padding-top: 5px;
  padding-bottom: 5px;
}

.stopka p {
  margin: 0px;
  color: white;
}


.facebook {
  text-align: center;
  margin-top: 10px;
}


.facebook a img {
  border: none;
}


hr { 
  margin: 0;
  border: 0; 
  height: 2px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}


#rodo {
  font: 14px Calibri;
  font-style: italic;
  margin-left: 40px;
  margin-right: 40px;
}





.slicknav_menu {
  display: none;
}

@media screen and (max-width: 1000px) {
.js #menu {
  display: none;
}

.js .slicknav_menu {
  display: block;
}
}





