@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700&subset=latin,latin-ext);
body {
  font-family: 'Noto Serif', serif; 
}
header {
  border-top: 3px solid #0A2C6F;
  padding-top: 3px;
}
header h1 {
  text-align: center;
  margin-bottom: 5px;
}
header h1 span {
  display: none;
}
.row {
  margin-top: 40px;
}
.row:first-child {
  margin-top: 0px;
} 
h2 {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-left: 8px;
  color: #0A2C6F;
  border-top: 1px solid;
}
h3 {
  color: #224FA9;
  margin-bottom: 15px;
}
/* h3 a[href$=".pdf"] {
  background-image: url("pdf-file-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 2em;
} */
.navbar {
  margin-bottom: 0;
  margin-top: 0;
}
.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.navbar-nav > li > a {
  font-size: 16px;
  border-bottom: 3px solid #fff;
}
.navbar-nav > li > a:hover {
  background-color: #fff;
  border-bottom-color: #0A2C6F;
}
.navbar-nav > li > a:focus {
  background-color: #fff;
}
.navbar-nav > li > a:focus:hover {
  background-color: #fff;
  border-bottom-color: #0A2C6F;
}
.navbar-inner {
  text-align:center;
}
dt {
  margin: 14px 0 4px;  
}
dd {
  margin-left: 15px;
}
dd ul {
  margin-top: 8px;
}
dd li {
  margin-bottom: 5px;
}
.kontakty {
  list-style: none;
  margin-bottom: 26px;
  padding-left: 0;
  margin-left: 0;
}
.kontakty i.fa {
  width: 36px;
  font-size: 16px;
  color: #224FA9;
}
.kontakty strong {
  display: inline-block;
  width: 36px;
  font-size: 16px;
  color: #224FA9;
}
.kontakty a {
  text-decoration: none;
}
.scroll-to-top {
  padding: 0.3em 0.6em;
  border-radius: 3px;
  font-size: 1.3em;
  text-align: center;
  position: fixed;
  bottom: 1em;
  right: 1em;
  background: #224FA9;
  color: #fff;
  cursor: pointer;
  display: none;
  transition: all 1s;
}
.scroll-to-top:hover {
  background-color: #0A2C6F;
}
footer {
  border-bottom: 3px solid #0A2C6F;
  padding: 8px 10px 6px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 680px) {
  #logo img {
    max-width: 95%;
    height: auto;
  }
  .navbar {
    margin-bottom: 0;
    margin-top: 0;
  }
}
#zubni p.logo_zubni {
  margin-top: 20px;
} 