/*3456789v.2.2.0.
-*/
.alertK {
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #73AD21;
    background-color: #FFFFFF;
    color: black;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    max-width: 800px;
    margin: auto;
}
.alertK b{
  font-weight: bold;
}
.alertK2 {
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #FF0033;
    background-color: #FFFFFF;
    color: black;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    max-width: 800px;
    margin: auto;
}
.alertK2 b{
  font-weight: bold;
}

.closebtnK {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtnK:hover {
    color: gray;
}
.galeriePopisek{
  text-align:center;
  line-height:23px;
  padding-top:10px;
  margin-top:0;
  float:left;
  width:100%;
  font: normal;
}
.galerie2 .slick-slide h3{
  line-height: 23px;
}


