@charset "UTF-8";
/* font size mixin */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,300italic,400italic&subset=latin,latin-ext);
/*
@mixin light() {
  font-family: 'open_sanslight', Arial, sans-serif;
}
@mixin regular() {
  font-family: 'open_sansregular', Arial, sans-serif;
}
@mixin semibold() {
  font-family: 'open_sanssemibold', Arial, sans-serif;
}
@mixin bold() {
  font-family: 'open_sansbold', Arial, sans-serif;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/bold/opensans-bold.eot');
    src: url('../fonts/bold/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bold/opensans-bold.woff2') format('woff2'),
         url('../fonts/bold/opensans-bold.woff') format('woff'),
         url('../fonts/bold/opensans-bold.ttf') format('truetype'),
         url('../fonts/bold/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/light/opensans-light.eot');
    src: url('../fonts/light/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/light/opensans-light.woff2') format('woff2'),
         url('../fonts/light/opensans-light.woff') format('woff'),
         url('../fonts/light/opensans-light.ttf') format('truetype'),
         url('../fonts/light/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/regular/opensans-regular.eot');
    src: url('../fonts/regular/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/regular/opensans-regular.woff2') format('woff2'),
         url('../fonts/regular/opensans-regular.woff') format('woff'),
         url('../fonts/regular/opensans-regular.ttf') format('truetype'),
         url('../fonts/regular/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/semibold/opensans-semibold.eot');
    src: url('../fonts/semibold/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/semibold/opensans-semibold.woff2') format('woff2'),
         url('../fonts/semibold/opensans-semibold.woff') format('woff'),
         url('../fonts/semibold/opensans-semibold.ttf') format('truetype'),
         url('../fonts/semibold/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/
/* basic styles */
.redCl {
  color: #901f39;
}

html {
  font-size: 62.5%;
  /*  10 px */
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}

h1, .h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #901f39;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #901f39;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.fs68 {
  @incldue fs(68,75);
}

.fs42 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 50px;
  line-height: 5rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 30px;
  line-height: 3rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 17px;
  line-height: 1.7rem;
}

.default {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

strong, .bold, b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.semibold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

i, em {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
}

a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: underline;
  color: #901f39;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

ul li, p, table {
  page-break-inside: avoid;
}

h1, h2, h3, h4, h5, p, ul, li, ol, blockquote {
  padding: 0;
  margin: 0;
}

h1, .h1 {
  margin-bottom: 30px;
}

h2, .h2 {
  margin-bottom: 20px;
}

h3, .h3 {
  margin-bottom: 15px;
}

h4, .h4 {
  margin-bottom: 10px;
}

html:before {
  content: "ÚHKT";
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
}

body:before {
  display: block;
  content: "Ústav hematologie a krevní transfuze";
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

blockquote:before {
  content: "\2018\2018";
}
blockquote:after {
  content: "\2019\2019";
}

a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: underline;
}

.wow {
  visibility: visible !important;
}

p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

ul, ol {
  padding-left: 20px;
}

img {
  display: none;
}

table {
  width: 100%;
}

.mainContent ul, .mainContent ol, .mainContent p, .mainContent table, .mainContent pre {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.mainContent ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.mainContent ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.mainContent table {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border-collapse: collapse;
}
.mainContent table tr td, .mainContent table tr th {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.mainContent table tr th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  background: #eaeaea;
}
.mainContent pre {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 20px;
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.copyright {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #484848;
  margin-top: 20px;
}

.row {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.barometer li {
  padding: 0;
}

.news .row, #allAboutBlood .row {
  border-top: 0;
}

.news {
  border-bottom: 1px solid #ccc;
}

#allAboutBlood {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 20px;
}

[class*=grid] {
  padding: 20px 0;
}
[class*=grid]:empty {
  display: none;
}

.scheme__header {
  margin-bottom: 30px;
}

.box-person__about {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.box-person__info__content ul {
  display: none;
}

#pageHeader, .footerLinks, .bottomMenu, .partners, .footerMenu, .form, .topSignpost,
.menu, .pageAside ul, .share, .owl-carousel, iframe, .search, .video {
  display: none;
}

.mainContent .scheme:after {
  display: block;
  content: "";
  clear: both;
}
.mainContent .scheme p {
  margin-bottom: 10px;
  clear: both;
}
.mainContent .scheme__header {
  border-bottom: 1px solid #bbbbbb;
  padding: 0 25px;
  padding-bottom: 25px;
  margin-bottom: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.mainContent .scheme__header a {
  color: #383838;
}
.mainContent .scheme__header img {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
.mainContent .scheme__content {
  padding: 0 55px;
}
.mainContent .scheme__list {
  padding: 80px 0 0;
  margin: 0 -11px 25px;
  position: relative;
}
.mainContent .scheme__list--opened {
  margin-left: -66px;
  margin-right: -66px;
}
.mainContent .scheme__list--opened .scheme__list__item {
  float: none;
  clear: both;
  position: relative;
  z-index: 5;
  margin-left: 41px;
  margin-right: 41px;
  					/*&:last-child{
  						position: relative;
  						.scheme__list__item__table{
  							position: static;
  						}
  						.scheme__list__item__table:before{
  							margin-right: -11px;
  						}
  						.scheme__list__item__table:after{
  							display: block;
  							content: "";
  							background: #fff;
  							position: absolute;
  
  							height: 100%;
  							width: 1px;
  										
  							right: 100%;
  							top: 50%;
  							margin-top: 1px;
  							z-index: 5;
  							margin-right: 9px;
  						}
  					}*/
}
.mainContent .scheme__list--opened .scheme__list__item__table {
  position: relative;
}
.mainContent .scheme__list--opened .scheme__list__item__table:before {
  display: block;
  content: "";
  background: #bcbcbc;
  position: absolute;
  height: 1px;
  width: 21px;
  right: 100%;
  top: 50%;
}
.mainContent .scheme__list--opened .scheme__list__item--main {
  position: absolute;
  left: 0;
  margin-left: 0;
}
.mainContent .scheme__list--opened .scheme__list__item--main .scheme__list__item__table:before {
  display: none;
}
.mainContent .scheme__list--opened:after {
  display: block;
  width: 1px;
  content: "";
  background: #bcbcbc;
  position: absolute;
  top: 0;
  bottom: 35px;
  left: 31px;
}
.mainContent .scheme__list__item {
  width: 33.33333%;
  padding: 0 11px;
  margin-bottom: 11px;
  float: left;
  list-style-type: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mainContent .scheme__list__item__table {
  display: table;
  width: 100%;
  height: 70px;
  outline: none;
  color: #323232;
  text-decoration: none;
  border: 1px solid #BABABA;
  background: #fbb761;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
  padding: 10px;
}
.mainContent .scheme__list__item__table:hover {
  background: #faa02f;
}
.mainContent .scheme__list__item__cell {
  display: table-cell;
  vertical-align: middle;
}
.mainContent .scheme__list__item--main {
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 170px;
  margin-left: -85px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mainContent .scheme__list__item--main .scheme__list__item__table {
  height: 40px;
  border: 1px solid #BABABA;
  background: #1eb3ef;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.mainContent .scheme__list__item--main .scheme__list__item__table:hover {
  background: #0e95cc;
}
.mainContent .scheme__list__item--current {
  width: 100%;
}
.mainContent .scheme__list__item--current .scheme__list__item__table {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  position: relative;
  height: 120px;
  width: 64%;
}
.mainContent .scheme__list__item--current > .scheme__list__content {
  width: 64%;
}
.mainContent .scheme__list__division {
  padding: 50px 55px 0;
  margin: 0;
  margin-bottom: 50px;
  position: relative;
  display: none;
}
.mainContent .scheme__list__division:after {
  display: block;
  width: 1px;
  content: "";
  background: #bcbcbc;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 24px;
}
.mainContent .scheme__list__division__item {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.mainContent .scheme__list__division__item:before {
  display: block;
  content: "";
  background: #bcbcbc;
  position: absolute;
  height: 1px;
  width: 31px;
  right: 100%;
  top: 50%;
}
.mainContent .scheme__list__division__item:last-child:after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  width: 1px;
  right: 100%;
  margin-right: 30px;
  top: 50%;
  margin-top: 1px;
  z-index: 5;
}
.mainContent .scheme__list__division__title {
  display: block;
  padding: 10px;
  outline: none;
  background: #c5df9e;
  color: #2a2a2a;
  border: 1px solid #BABABA;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: none;
}
.mainContent .scheme__list__division__title:hover {
  background: #aed278;
}
.mainContent .scheme__list__content {
  display: none;
  border: 1px solid #BABABA;
  border-top: 0;
  padding: 30px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.mainContent .scheme__list__content table {
  margin: 0;
}
.mainContent .scheme__list__content table tr td {
  border: 0;
  padding: 7px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.mainContent .scheme__list__content table tr td + td {
  white-space: nowrap;
}
.mainContent .scheme__result {
  display: none;
}
.mainContent .scheme__detail {
  padding: 0;
  margin: 0;
}
.mainContent .scheme__detail li {
  list-style-type: none;
}
.mainContent .scheme__detail__main {
  display: table;
  width: 200px;
  height: 60px;
  background: #1eb3ef;
  font-size: 14px;
  line-height: 16px;
}
.mainContent .scheme__detail__cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
}
.mainContent .scheme .form {
  display: none;
}

.form-search {
  display: none;
}

.list-letters {
  display: none;
}

/* Local */
#edit-bar, #admin-links, #contact-info, .noprint {
  display: none;
}

body.template-view.portaltype-frontpage #contact-info {
  display: block;
}
