@font-face{
  font-family: "montserrat-regular";
  src:url(Montserrat-Regular.otf) format('opentype');
}
@font-face{
  font-family: "montserrat-light";
  src:url(Montserrat-Light.otf) format('opentype');
}
@font-face{
  font-family: "montserrat-ultralight";
  src:url(Montserrat-UltraLight.otf) format('opentype');
}
@font-face{
  font-family: "montserrat-bold";
  src:url(Montserrat-Bold.otf) format('opentype');
}
body {
  background: #ffffff;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  color: #000000;
  position: relative;
}
h1 {
  text-transform: uppercase;
  font-family: "montserrat-regular", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #0bacd8;
}
h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  margin: 40px 0 15px 0;
}
h3 {
  text-transform: uppercase;
  font-size: 15px;
  color: #bb0000;
}
h4 {
  text-transform: uppercase;
  font-family: "montserrat-bold", sans-serif;
  font-size: 15px;
  color: #000000;
  text-align: center;
}
.header-container {
  background: #ffffff;
}
.header {
  height: 110px;
  padding: 50px 20px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-flow: row;
  justify-content: space-between;
  font-size: 16px;
  width: 1020px;
  margin: auto;
  position: relative;
}
.header > .logo {
  width: 219px;
  height: 58px;
}
.header > .logo > img {
  width: 219px;
}
.header > .title {
  font-family: "montserrat-light", sans-serif;
  text-align: center;
  font-size: 15px;
  color: #808080;
  width: 190px;
}
.header > .banner {
  width: 219px;
}
.header > .banner > * {
  float: right;
}
.header > .banner > .telephone {
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  font-family: "montserrat-ultralight", sans-serif;
  text-transform: uppercase;
  text-align: right;
}
.header > .banner > .telephone > img {
  margin-right: 20px;
}
.header > .banner > .telephone a {
        text-decoration:none;
        color:#000000;
}
.header > .note {
  position: absolute;
  bottom: 0;
  margin-right: 140px;
  text-align: center;  
}
.book-now {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  font-family: "montserrat-regular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
.book-now > a {
        display: inline-block;
        background: #0bacd8;
        color: #ffffff;
        text-decoration: none;
  color: inherit;
  text-align:center;
  padding: 10px 15px;
  margin: 3px 5px;
  color:#fff;
}

.menu-container {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 100;
  /*
  opacity: .95;
  */
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, .25);
  border: 0 !important;
}
.menu {
  font-family: "montserrat-regular", sans-serif;
  height: 39px;
  line-height: 39px;
  padding: 20px 20px 20px 20px;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-flow: row;
  justify-content: space-between;
  width: 1020px;
  margin: auto;
}
.menu > a {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.menu > a:hover {
  color: #0bacd8;
}
.menu > .search {
  width: 165px;
  min-width: 65px;
  height: 18px;
  line-height: 20px;
  border: solid #000000 1px;
  font-family: "montserrat-light", sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px;
  color: #808080;
  outline: none;
}
.slider {
  width: 1200px;
  margin: 80px auto auto auto;
}
.content {
  font-family: "montserrat-light", sans-serif;
  font-size: 14px;
  color: #606060;
}
.content span {
  color: red;
}
.content > .center {
  width: 800px;
  margin: auto;
  padding: 80px 0 80px 0;
}
.content > .center:first-child {
  padding-top: 40px;
}
.content > hr {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #000000 1px;
  margin: 0;
}
.content .icon {
  width: 100px;
  height: 100px;
  background: #0bacd8;
  color: #ffffff;
  border-radius: 50px;
  margin: auto;
  display: flex;
}
.content .icon > img {
  margin: auto;
}
h1 {
  text-transform: uppercase;
  font-family: "montserrat-regular", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #0bacd8;
}
h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  margin: 40px 0 15px 0;
}
h3 {
  text-transform: uppercase;
  font-size: 15px;
  color: #bb0000;
}
h4 {
  text-transform: uppercase;
  font-family: "montserrat-bold", sans-serif;
  font-size: 15px;
  color: #000000;
  text-align: center;
}
.content i {
  font-style: normal;
  color: #818285;
}
.content table {
  width: 100%;
  margin: 10px 0 10px 0;
  border-collapse: collapse;
}
.content table tr td {
  line-height: 32px;
  border-bottom: solid #c9c9c9 1px;
  vertical-align: top;
  padding: 0 20px 0 20px;
  color: #000000;
}
.content table tr:last-child td {
  border-bottom: none;
}
.content table tr:nth-child(even) {
  background: #f4f4f4;
}
.content table td:last-child {
  text-align: right;
  color: #0bacd8;
}
.content table.hours {
  width: auto;
  margin: 80px auto 80px auto;
}
.content table.hours tr {
  background: none;
}
.content table.hours tr td {
  border: none;
  color: #000000;
}
.content table.hours td:first-child {
  color: #0bacd8;
}
.content .columns {
  display: flex;
  flex-direction: column;
  flex-flow: row;
}
.content .columns > * {
  flex: 1;
  padding: 20px 0 20px 0;
}
.content .columns > *:first-child {
  padding-right: 5px;
}
.content .columns > *:last-child {
  padding-left: 5px;
}
.content .columns .photo {
  width: 115px;
  height: 115px;
  background: #cdcdcd;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  margin: auto;
  overflow: hidden;
}
.content .columns .photo > img {
  margin: auto;
  width: inherit;
  height: inherit;
}
.content .columns .name {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.content .columns .occupation {
  margin: 0 10px 0 10px;
  text-align: center;
  font-size: 15px;
}
.content .columns .separator {
  width: 30px;
  border-top: solid #d2d2d2 1px;
  margin: 10px auto auto auto;
  padding: 10px 0 0 0;
}
.content .columns .alma-mater {
  margin: 0 30px 0 30px;
  text-align: center;
  font-size: 13px;
}
.content table.contact {
  width: auto;
  margin: 80px auto 0 auto;
}
.content table.contact tr {
  background: none;
}
.content table.contact tr td {
  border: none;
  color: #000000;
  text-align: left;
  padding: 0 5px 0 5px;
}
.content table.contact tr td a {
        color: #000000;
        text-decoration: none;
}
.content table.contact tr td .book-now a {
        color: #fff;
}
.map {
  height: 450px;
}
.footer {
  padding: 50px 0 50px 0;
  background: #cdcdcd;
  font-family: "montserrat-light", sans-serif;
  font-size: 15px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-flow: row;
}
.footer h4 {
  color: #ffffff;
  text-align: left;
}

.footer > .center {
  width: 1060px;
  margin: auto;
  display: flex;
}
.footer > .center > .contact {
  width: 600px;
}
.footer > .center > .contact a {
  color:#fff;
  text-decoration: none;
}
.footer > .center > .links {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}
.footer > .center > .links > a {
  text-decoration: none;
  color: inherit;
  border-bottom: solid #ffffff 1px;
  line-height: 22px;
}
.footer > .center > .links > a:last-child {
  border-bottom: none;
}
.copyright {
  height: 34px;
  line-height: 34px;
  background: #a6a6a6;
  color: #ffffff;
  font-size: 13px;
  font-family: "montserrat-light", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

/*dentalni hygiena*/
.dental .top h1 {
        font-size: 36px;
        line-height: 50px;
}
.dental .top p, .dental .poukaz p {
        font-size: 16px;
        line-height: 30px;
        text-align:center;
}
.dental .faq h2, .dental .cenik h2, .dental .poukaz h2 {
        font-size: 30px;
        text-align:center;
        color: #0bacd8;
        margin-bottom: 45px;
}
.dental .faq h3, .dental .cenik h3 {
        color: #0bacd8;
}
.dental .faq .book-now {
        margin:auto;
        cursor:pointer;
}
.dental .faq .hide {
        display:none;
}
.dental .cenik .book-now {
        margin:60px auto 0 auto;
}
 .dental .poukaz p span {
         display:block;
         font-size: 14px;
         color: #0bacd8;
         padding-top: 20px;
 }

.top-implant {
        font-size: 14px;
        line-height: 22px;
}
.top-implant ul {
        margin:0 30px 10px 0;
}
.vycentrovat {
        margin:auto;
}



@media all and (max-width:1200px) and (min-width:800px) {
  .slider {
    display: none;
  }
  .header-container > .header {
    width: auto;
  }
  .menu-container > .menu {
    width: auto;
  }
  .menu-container > .menu > .search {
    width: auto;
  }
  .content {
    margin-top: 80px;
  }
}
@media all and (max-width:800px) {
  .header {
    flex-flow: column;
    width: auto;
    height: auto;
  }
  .header > * {
    margin: auto;
    padding-bottom: 20px;
  }
  .header > .banner > * {
    float: none;
  }
  .header > .banner > .book-now {
    width: auto;
  }
  .header > .note {
    position: relative;
    margin-right: 0;
  }
  .menu-container {
    display: none;
  }
  .slider {
    display: none;
  }
  .content {
    border-top: solid #000000 1px;
  }
  .content > .center {
    padding: 80px 20px 80px 20px;
    width: auto;
  }
  .content .columns {
    flex-flow: column;
  }
  .footer > .center {
    width: auto;
    flex-flow: column;
    height: auto;
    padding: 0 20px 0 20px;
  }
  .footer > .center > .contact {
    width: auto;
  }
  .footer > .center > .links {
    display: none;
  }
  .message {
    display: block;
  }
}
.message {
  display: none;
}
