@font-face {
  font-family: Fugner;
  src: url('../fonts/SokolFugner-Regular.ttf');
}

@font-face {
  font-family: Tyrs;
  src: url('../fonts/SokolTyrs-Regular.ttf');
}

h1,h2,h3,h4,h5,h6 { font-family: Tyrs; letter-spacing: 0; }
span.tyrs {font-family: Tyrs;}
span.fugner {font-family: Fugner;}

/* fonty */
#page-header h1 { font-family: Fugner; font-weight: 400; letter-spacing: 0 !important; }
nav { font-family: Tyrs; font-size: 15px; }
#search { padding: 5px; }
#search span { font-size: 24pt; }
#search span.first { font-family: Tyrs;}
#search span.second { font-family: Fugner;}
/* /fonty */

.no-underline { text-decoration: none; }
.clanek img.uvod { margin-top: 9px; margin-right: 20px; width: 300px; float: left; border: 1px solid lightgray; padding: 10px; }
.clanek h3 { margin-bottom: 10px; margin-top: 35px; padding-bottom: 10px; }
.clanek h2 sup { vertical-align: super; font-size: 15pt; }
.clanek h2 sup a { text-decoration: none; }
.clanek p { margin-top: 10px; margin-bottom: 15px; line-height: 23px; font-size: 11pt;}
.clanek sup { vertical-align: super; font-size: 7pt; font-weight: bold; margin-left: 2px; margin-right: 3px; cursor: pointer; }

.clanek p.narrow { margin: 0; }

.post .clanek-obrazek { width: 260px; border: 1px solid lightgray; padding: 10px; }
.post .clanek-obrazek-right { float: right; margin-left: 30px; }
.post .clanek-obrazek-left { float: left; margin-right: 30px; }
.post .clanek-obrazek-right, .post .clanek-obrazek-left { margin-top: 4px; margin-bottom: 19px; }
.post .clanek-obrazek img { width: 240px; padding: 0; margin: 0; border: 0 }
.post .clanek-obrazek .title { text-align: center }
.button.prihlasit {margin-top: 30px; margin-bottom: 30px;}

span.red { color: red; margin-left: 5px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

table {
  width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #AAA2A2;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
.button.small { padding: 6px; padding-right: 9px; font-size: 0.9em; }
.button.small a { text-decoration: none; color: #fff; }
.button.small.green { background-color: #7bc37b; }
.button.small.red { background-color: red; }
.text-right { text-align: right; }

article.muj-profil h4 { margin-top: 30px; margin-bottom: 20px; font-weight: bold; }
ul.posts h3 { margin-top: 20px; }
.image { margin-top: 5px; }

.prispevatele .profile { 
  position: relative;
  width: 100%;
  height: 245px;
  overflow: hidden; 
  padding: 10px;
  box-shadow: 3px 3px 3px lightgrey;
  border: 1px solid #eee;
}
.prispevatele .profile img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 245px;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.prispevatele .profile img.portrait {
  width: 100%;
  height: auto;
}
.prispevatele .profile-data { margin: 0; text-align: center; }
.prispevatele .profile-data h3 { margin-bottom: 0 !important; margin-top: 5px !important; }
a.fancybox { text-decoration: none; }
span.editace { font-size: 10pt; margin-left: 10px;}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-bottom: 40px;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

span.date { position: relative; bottom: 10px; }
span.date2 { position: relative; top: 58px; }
span.date3 { position: relative; top: 23px; float: right; font-weight: bold; }
.filtr { background: #eee; border: 1px solid #ccc; padding: 10px; }
.button-filter { width: 100%; height: 33px; padding: 2px; border-radius: 4px; }
.button { cursor: pointer; }
img.image-comment { width: 100px; float: left; margin-right: 10px; box-shadow: 3px 3px 3px lightgrey; }
span.date2 { float: right; font-style: italic; font-weight: 500; }
.komentare ul li { margin-bottom: 15px; }
.komentare h3 { margin-bottom: 20px; }
.komentare textarea {margin-bottom: 20px;}
.grid-spaced p {text-align: justify;}
#copyright { padding: 0; padding-top: 5em; }
.ke_stazeni p { margin-bottom: 0 }
.ke_stazeni img { border:1px solid lightgrey; }
.big-icon { font-size: 120pt; margin-top: 30px; color: #777; }
.partneri { margin: 0; background-color: #fff; text-align: center; margin: 0 auto 0 auto; }
.partneri h3 { margin-bottom: 40px; }
img.hlavni-partner-logo { max-height: 100px; max-width: 65% !important;}
img.partneri-logo { max-height: 80px !important; max-width: 65% !important;}
#page-footer section.partneri { margin: 0; padding-top: 20px; padding-bottom: 20px; }
.left-blue-bordered { border-left: 1px solid #3f4aaa; }
.right-blue-bordered { border-right: 1px solid #3f4aaa; padding-right: 25px; }
/*img.card_image { width: 130px; }*/
.smap img { width: 130px; }
img.logo {float: left; margin: 16px; margin-right: 20px; width: 60px; }
.table-under-map { margin-top: 20px; }
.mr-0 { margin-right: 0 !important }
.float-left {float: left}
.p-0 { padding: 0 !important; }
.mt-5 { margin-top: 45px;}

strong { font-weight: bold; }
em { font-style: italic !important; }

/* COOKIES */
.cookies-lista-okoli { background-color: rgba(0,0,0,0.7); width: 100vw; height: 100vh; z-index: 9999; position: fixed; top: 0; display: flex; justify-content: center; align-items: center; }
.cookies-lista-new { z-index: 9999; width: 50vw; background-color: #fff; height: auto; border-top: 1px solid #000; padding: 40px; border-radius: 5px; margin: auto; }
.cookies-header { margin-bottom: 30px; }
@media (max-width: 776px) { .cookies-lista-new { width: 96vw;} }
img.cookies-img { width: 30px; margin-right: 12px; margin-bottom: 10px; float: left; }

.cookies-popis { display: flex; align-items: center; }
.cookies-popis h4 { }
.cookies-popis-levy { margin-top: 15px; margin-bottom: 15px; width: 85%; float: left; }
.cookies-popis-pravy { margin-top: 15px; margin-bottom: 15px; width: 15%; float: left; display: flex; align-items: center; justify-content: end; }

.cookies-form input[type=checkbox] { height: 0; width: 0; visibility: hidden; }
.cookies-form label { cursor: pointer; text-indent: -9999px; width: 60px; height: 30px; background: grey; display: block; border-radius: 100px; position: relative; }
.cookies-form label:after { content: ''; position: absolute; top: 5px; left: 5px; width: 20px; height: 20px; background: #fff; border-radius: 90px; transition: 0.3s; }
.cookies-form input:checked + label { background: rgb(121,182,4); }
.cookies-form input:checked + label:after { left: calc(100% - 5px); transform: translateX(-100%); }
.cookies-form label:active:after { width: 40px; }
.text-success { color: rgb(121,182,4) !important; }
.btn-success { background-color: rgb(121,182,4) !important; }
.chevron-rotate { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); transition: 0.1s; }
/* /COOKIES */