#top .logo img {
  height: 50px;
  margin-top: -5px;
}

#top .logo img {
  max-width: 559px;
}


#top .logo {
  max-width: 560px;
  padding-top: 13px;
}

#top .top_links {
  width: 548px;
}

.gray_woj {
  /*width: 250px;
  float: left;*/
  text-align: center;
}

.gray_woj a, .gray_woj span {
  /*width: 250px;
  float: left;*/
  text-align: left;
}

.gray_kat {
  /*width: 770px;
  float: left;
  margin-left: 90px;*/
}

#map-poland {
  margin-top: 20px;
}

.placesListSort a {
  color: rgb(221,18,125);
  font-weight: bold;
}

.placesList .name,
.placesList .address {
  /*width: 555px;
  float: left;*/
}

.placesList a {
  line-height: 35px;
}

.categoryActive a {
  color: rgb(221,18,125);
  font-weight: bold;
}

.categoryUnActive a {
  color: rgb(0,0,0);
}

.placeShow .header {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(149, 149, 149);
}

.placeShow .left,
#form_add .left {
  /*width: 350px;
  float: left;*/
  margin-top: 30px;
}

.placeShow .right,
#form_add .right {
  /*width: 720px;
  margin-left: 40px;
  float: left;*/
  margin-top: 30px;
}

#form_add input,
#form_add select,
#form_add textarea {
    width: 100%;
}

.placeShow .data,
.placeShow .data a {
  color: #000;
  margin-top: 10px;
  font-weight: bolder;
}

.placeShow .h {
  color: rgb(125,125,125);
  font-weight: normal;
}

.placeShow .buttonD {
  text-align: center;;
  margin-top: 50px;
}

.placeShow .button,
.placeShow .button:hover {
  text-align: center;
  width: 200px;
  border-color: rgb(221,18,125);
  color: rgb(221,18,125);
  text-decoration: none;
  display: block;
  width: 300px;
}

.placeShow .photo_1st {
  text-align: center;
  width: 320px;
  margin-bottom: 30px;
}

.form_header {
  border-top: 1px solid rgb(221,18,125);
  font-weight: bold;
  color: rgb(221,18,125);
  margin-top: 20px;
  padding-top: 10px;
}

/* MATERIAŁY */

.publications_show .header  {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
}

.publications_show .header2  {
  padding-bottom: 15px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  border-top: 2px solid rgb(149,149,149);
}

.publications_show .header3  {
  font-size: 14px;
  padding-bottom: 15px;
}

.publications_show .show {
  width: 350px;
  float: left;
  margin-bottom: 25px;
  padding: 0px 10px;
}

.publications_show .show .photo {
  height: 150px;
  text-align: center;
}

.publications_show .show .title a,
.publications_show .show .title span {
  font-weight: bold;
  color: #000;
}

.publications_show .show .author {
  font-size: 11px;
}

#top .logo img {
  /*max-width: 80px;*/
  margin-right: 25px;
}

#top .logo a,
#top .logo a:hover {
    text-decoration: none;
}

#top .logo span {
  color: #ffffff; 
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  position: absolute;
  margin-top: -8px;
}

#top .logo span span {
  font-size: 25px;
  font-style: italic;
  white-space: nowrap;
  margin-left: 15px;
  position: absolute;
  margin-top: 15px;
}

@media (max-width: 992px) {
  #top .logo span {
    font-size: 30px;
    margin-top: -8px;
  }

  #top .logo span span {
    font-size: 20px;
    margin-top: -8px;
    margin-left: 0px;
    display: block;
  }
}

.baner_top {
    width: 100%;
    height: 320px;
    background-image: url('../gfx/baner_app.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-left: 65px;
    padding-top: 40px;
}

.baner_top h1 {
    border: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    padding: 0px;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
}

.baner_top h2 {
    border: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    padding: 0px;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: -10px;
}

.baner_top h3 {
    border: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    height: auto;
    font-family: 'Lato Black', sans-serif;
    padding-top: 5px;
    margin-bottom: 25px;
}

.baner_top a,
.baner_top a:hover {
    display: inline-block;
    margin-right: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Lato Black', sans-serif;
    letter-spacing: 2px;
}

.baner_top a.download,
.baner_top a.download:hover {
    background-color: #fff;
    color: rgb(221,18,125);
    font-weight: bold;
}

@media (max-width: 992px) {
  .baner_top {
    padding-left: 25px;
    background-color: rgba(0,0,0,0.2);
    background-blend-mode: darken;
  }
  .baner_top h1 {
      font-size: 60px;
  }
}

@media (max-width: 780px) {
  .baner_top a:nth-child(2) {
    display: table;
    margin-top: 10px;
  }
}


.columnsX {
  -moz-column-count: 3; -moz-column-gap: 30px;
  -webkit-column-count: 3; -webkit-column-gap: 30px;
  column-count: 3; column-gap: 30px;
}

@media (max-width: 992px) {
  .columnsX {
    -moz-column-count: 2; -moz-column-gap: 30px;
    -webkit-column-count: 2; -webkit-column-gap: 30px;
    column-count: 2; column-gap: 30px;
  }
}

@media (max-width: 500px) {
  h1.hp {
    font-size: 16px;
  }
}