body{
  font-size: 15px;
  color: #010206;
  font-family: 'Fira Sans', sans-serif;
  padding: 0 0 40px 0;
  margin: 0;
  text-align: center;
}
#main-container{
  margin: auto;
  background: #ffffff;
}
#top-menu{
  height: 90px;
  line-height: 90px;
  vertical-align: middle;
  font-size: 17px;
  font-family: 'Playfair Display', serif;
  padding: 0 20px 0 20px;
  text-align: center;
}
#top-menu-container{
  width: 727px;
  margin: auto;
  text-align: left;
}
#top-menu #logo{
  display: inline-block;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  padding-top: 14px;
}
#top-menu #logo .jmeno{
  font-size: 18px;
}
#top-menu #ul-hamburger{
  display: none;
}
#top-menu ul{
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}
#top-menu ul li{
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
#top-menu ul li a{
  text-decoration: none;
  height: 88px;
  display: block;
  vertical-align: middle;
  z-index: 2;
  position: relative;
  color: #000000;
  border-bottom: 2px solid #ffffff;
}
#top-menu ul li ul{
  display: block;
  float: none;
  position: absolute;
  top: 88px;
  width: 130px;
  border-top: 2px solid #EF0E0E;
  line-height: 20px;
  z-index: 2;
  background: #ffffff;
  padding: 0 10px 10px 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
#top-menu ul li:hover ul{
  opacity: 1;
  visibility: visible;
}
#top-menu ul li ul li{
  display: block;
  margin: 0;
}
#top-menu ul li.active a, #top-menu ul li a:hover{
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  color: #CE0808;
  border-bottom-color: #EF0E0E;
}
#top-menu ul li ul a, #top-menu ul li.active ul a{
  border-bottom: none;
  height: auto;
  font-size: 13px;
  font-family: 'Fira Sans', sans-serif;
  color: #7A7A7A;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #DBDBDB;
}
#top-menu ul li ul a:hover{
  color: #2D2D2D;
  border-bottom: 1px solid #EF0E0E;
}

#header{
  height: 347px;
  background: url('Fotolia_111860608_S.jpg') 0 0 no-repeat #161817;
  position: relative;
}
#header h1{
  display: none;
}
#header h1 span{
  display: none;
}
#header #nazev{
  position: absolute;
  right: 10px;
  top: 10px;
}
#header #nazev div{
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 35px;
}
#header #nazev div.podnadpis{
  font-size: 17px;
  margin-top: 8px;
}
.obsah{
  padding: 30px 40px 30px 40px;
  text-align: center;
}
.obsah.no-padding-left{
  padding-left: 0;
  text-align: center;
}
.obsah.single-column{
  max-width: 767px;
  text-align: left;
  margin: auto;
}
.obsah-container{
  display: flex;
  max-width: 1170px;
  text-align: left;
  align-items: flex-start;
  margin: auto;
}
p{
  margin-bottom: 15px;
  line-height: 25px;
}
.obsah a.boxa{
  background: #A9160E;
  display: inline-block;
  padding: 3px 6px 4px 6px;
  border-radius: 3px;
  color: #ffffff;
  margin: 5px;
  transition: background 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}
.obsah a.boxa:hover{
  background: #CE0808;
  text-decoration: none;
}
.container-left{
  margin-right: 30px;
}
.medailonek{
  background: #FCFCFC;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  line-height: 30px;
  font-family: 'Playfair Display', serif;
  padding: 20px 25px 20px 25px;
  font-size: 17px;
}
.medailonek-container{
  width: 300px;
}
.left-kontakt{
  text-align: center;
  margin: 30px 30px 0 0;
  line-height: 25px;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
}
.left-kontakt .tel{
  margin-bottom: 10px;
  font-size: 24px;

}
.kontakt{
  margin-right: 30px;
  min-width: 30%;
  max-width: 40%;
}
.uvod, .mapa{
  width: 100%;
}
.mapa iframe{
  width: 100%;
  height: 500px;
}
.bold{
  font-weight: bold;
}
table{
  border: none;
}
table td{
  padding: 5px;
  padding-bottom: 15px;
  vertical-align: top;
}
table td.bold{
  min-width: 150px;
}
.obsah h2{
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin: 0 0 20px 0;
}
.obsah h4{
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.obsah ul{
  margin: 0;
  padding-left: 20px;
}
.obsah li{
  margin: 0 0 7px 0;
}
