a[href$=".pdf"] {
  background: url("../img/icon-pdf.svg") 0 50% no-repeat;
  background-size: 20px;
  height: 30px;
  line-height: 30px;
  padding: 3px 0 3px 30px;
}

a[href$=".mp4"] {
  background: url("../img/icon-mp4.svg") 0 50% no-repeat;
  background-size: 20px;
  height: 30px;
  line-height: 30px;
  padding: 3px 0 3px 30px;
}

a[href$=".mp3"] {
  background: url("../img/icon-mp3.svg") 0 50% no-repeat;
  background-size: 20px;
  height: 30px;
  line-height: 30px;
  padding: 3px 0 3px 30px;
}

.osobnost-bio .item *,
.osobnost-zaznamy .item *,
.osobnost-rozhovory .item * {
  line-height: 30px;
}
.osobnost-bio .item:nth-child(1) span,
.osobnost-zaznamy .item:nth-child(1) span,
.osobnost-rozhovory .item:nth-child(1) span {
  font-size: 20px;
  font-weight: 600;
}
.osobnost-bio .item .label,
.osobnost-zaznamy .item .label,
.osobnost-rozhovory .item .label {
  font-weight: 600;
  padding-right: 5px;
}
.osobnost-bio .item .text,
.osobnost-zaznamy .item .text,
.osobnost-rozhovory .item .text {
  padding-left: 5px;
  border-left: 1px solid #eeeeee;
}

.osobnost-zaznamy .videos .item {
  float: left;
  width: 50%;
}
.osobnost-zaznamy .videos .item:nth-child(1) span {
  font-size: inherit;
  font-weight: inherit;
}

.osobnost-dokumenty {
  padding: 25px 0;
}

.osobnost-fotodokumentace {
  margin: 0 -10px;
  font-size: 0;
}
.osobnost-fotodokumentace .item {
  display: inline-block;
  height: 150px;
  width: calc(25% - 20px);
  background: #eee;
  margin: 10px;
  transition: all 0.2s;
}
.osobnost-fotodokumentace .item:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.osobnost-fotodokumentace .item img {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.osobnost-fotodokumentace .item p {
  font-size: 14px;
  padding: 5px 10px;
}

/*# sourceMappingURL=osobnostdetail.css.map */
