@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#roboto-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'khand-semibold';
    src: url('../fonts/khand-semibold-webfont.eot');
    src: url('../fonts/khand-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/khand-semibold-webfont.woff') format('woff'),
         url('../fonts/khand-semibold-webfont.ttf') format('truetype'),
         url('../fonts/khand-semibold-webfont.svg#khand-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
  line-height: 1.625;
  font-size: 1.125em;
  color: #555;
  font-family: 'roboto', Helvetica, Arial, sans-serif;
}


.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


h1  {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 30px 0;
  color: #888;
  font-family: 'khand-semibold', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  h1  {
    font-size: 1.375em;
    margin: 30px 0;
  }
}

@media (min-width: 992px) {
  h1  {
    font-size: 1.5em;
    margin: 10px 0;
  }  
}


h2 {
  font-size: 1.125em;
  color: #888;
  font-family: 'khand-semibold', Helvetica, Arial, sans-serif;
}


.pata-mapa  {
  text-align: center;
  margin-top: 20px; 
} 

@media (min-width: 768px) {
  .pata-kontakt  {
    text-align: left; 
  }
  .pata-mapa  {
  text-align: right;
  } 
}

.mapka {
  max-width: 100%;
  max-height: 100%;
}

.tluste {
  font-family: 'roboto-regular', Helvetica, Arial, sans-serif;   
}

.mensi {
  font-size: 0.825em;   
}


.footer-kontakt {
  background: #333;
  color: #eee;
  padding: 20px;
  font-size: 16px;
}


hr {
  border-top: 1px solid lightgrey;
}


a {
  color: #666;
  text-decoration: none;
  outline:none;
}

a:hover {
  color: silver;
  text-decoration: underline;
}

a:focus, a:active {
  color: #666;
  text-decoration: none;
}

a.pata-kontakt {
  color: #666;
  text-decoration: underline;
  outline:none;
}

a:hover.pata-kontakt {
  color: silver;
  text-decoration: none;
}

a:focus.pata-kontakt, a:active.pata-kontakt {
  color: #666;
  text-decoration: none;
}






.footer-kontakt {
}

.mezera10 {
  clear: both;
  height: 10px;
}

.mezera20 {
  clear: both;
  height: 20px;
}

.hlavicka-logo {
    line-height: 60px;
    text-align: center;
    font-family: 'khand-semibold', 'roboto-regular', Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    color: #777;
}


@media (min-width: 768px) {
  .hlavicka-logo {
    line-height: 80px;
    text-align: left;
    font-size: 1.5em;
  }
}

@media (min-width: 998px) {
  .hlavicka-logo {
    line-height: 100px;
    text-align: left;
    font-size: 2em;
  }
}

.hlavicka-surlie {
    font-size: 0.75em;
    text-align: center;
    margin-bottom: 20px;
}

.logo-surlie {
    height: 9px;
}

@media (min-width: 768px) {
  .hlavicka-surlie {
    font-size: 0.875em;
    text-align: right;
    line-height: 80px;
    margin-bottom: 0px;
  }
  .logo-surlie {
    height: 11px;
}
}

@media (min-width: 998px) {
  .hlavicka-surlie {
    line-height: 100px;
  }
}


.foto {
  width: 100%; 
}

.zamek {
    height: 22px;
}

.btn-default {
    background-color: #ebebeb;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #ffffff;
}

.btn {
    padding: 12px 18px;
    font-size: 1em;
}

section.seda {
  background: #F5F5F5;
}

.mezera {
  padding-top: 50px;
  padding-bottom: 50px;
}