<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.4;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Kanit';
}
input[type=text],
select {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font: inherit;
  padding: 3px;
  outline: none;
  height: 18px;
  line-height: 18px;
}
select {
  box-sizing: initial;
}
.ziadost .btn {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.3);
  color: black;
  padding: 5px 10px;
  font: inherit;
  background: none;
  border-radius: 4px;
  cursor: pointer;
}
.ziadost .btn.btn-primary {
  border: #055d9d;
  background: #03adf3;
  color: white;
}
.alert {
  margin: 10px 0;
  padding: 10px 20px;
  background: #03adf3;
  color: white;
  border-radius: 5px;
}
.alert.alert-error {
  background: #de0000;
}
.alert.alert-success {
  background: #00bb00;
}
.form-actions {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cecece;
}
header {
  background: #ffffff;
  padding: 9px 80px 9px 80px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  align-items: center;
}
header #logo img {
  height: 55px;
}
header a {
  font-size: 16px;
  font-family: 'Kanit';
  color: #055d9d;
  display: block;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 15px;
  transition: all 0.3s;
  text-decoration: none;
}
header a#logo {
  flex-shrink: 0;
}
header a.btn-ziadost {
  padding: 7px 45px;
  border: 2px solid #03adf3;
  text-transform: uppercase;
  font-weight: 800;
}
header a:hover {
  color: #03adf3;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  header #hamburger {
    display: none;
  }
  header #menu {
    display: flex;
    align-items: center;
  }
  header #menu a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 30px;
    flex-wrap: wrap;
    align-items: center;
  }
  header #logo {
    width: 170px;
  }
  header #hamburger {
    font-size: 30px;
  }
  header #menu {
    display: none;
  }
}
section.top {
  padding: 30px;
  background-color: #03adf3;
  background-image: url(/static/0/blue.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
section.top article {
  width: 960px;
  max-width: 90vw;
  margin: 80px auto 50px auto;
  color: #055d9d;
}
section.top article h1 {
  text-align: center;
  line-height: 2;
  font-size: 30px;
  font-weight: 600;
}
section.top article h1 b,
section.top article h1 strong {
  font-weight: 800;
}
section.top nav {
  display: grid;
}
section.top nav a {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  border-radius: 7px;
  color: white;
}
section.top nav a img {
  mix-blend-mode: darken;
}
section.top nav a h2 {
  color: #055d9d;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 2px;
  text-align: center;
}
section.top nav a .cta {
  width: fit-content;
  height: 23px;
  margin: 0 auto 30px auto;
  color: #055d9d;
  background: white;
  font-size: 15px;
  font-weight: 800;
  display: block;
  border-radius: 7px;
  padding: 8px 20px;
  text-transform: uppercase;
  line-height: 23px;
  transition: all 0.3s;
}
section.top nav a:hover {
  text-decoration: none;
  background: white;
}
@media screen and (min-width: 768px) {
  section.top nav {
    grid-template-columns: repeat(3,300px);
    grid-gap: 30px;
    justify-content: center;
  }
  section.top nav a {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 60px 100px 40px;
    grid-gap: 30px;
    padding: 30px;
  }
  section.top nav a .icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
}
@media screen and (max-width: 768px) {
  section.top {
    padding: 15px;
  }
  section.top nav {
    display: block;
  }
  section.top nav a {
    background: white;
    color: black;
    display: flex;
    margin-top: 15px;
    padding: 15px;
    align-items: center;
  }
  section.top nav a .icon {
    width: 40px;
    height: 40px;
    order: 1;
    margin-right: 20px;
  }
  section.top nav a .icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
  section.top nav a h2 {
    font-size: 22px;
    letter-spacing: 1px;
    order: 2;
    text-align: left;
    line-height: 1.3;
    margin-right: auto;
  }
  section.top nav a .cta {
    width: 50px;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 0;
    order: 3;
    text-align: center;
  }
}
content {
  display: flex;
  align-items: flex-start;
  margin: 0px auto 30px auto;
}
content aside {
  order: 1;
  width: 250px;
  margin-right: 30px;
}
content main {
  order: 2;
  width: 980px;
  padding: 25px;
  font-size: 19px;
  flex-shrink: 0;
  margin-top: 0px;
}
content main h1,
content main h2,
content main h3,
content main h4,
content main h5,
content main h6 {
  color: #055d9d;
}
.referencia {
  margin-bottom: 15px;
  text-align: justify;
}
.referencia .info {
  color: #03adf3;
  text-align: right;
  margin-top: 4px;
}
.slovnik a {
  font-size: 17px;
  display: inline-block;
  color: #055d9d;
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #bbbbbb;
  margin: 0 10px 10px 0;
}
table.porovnavac {
  width: 100%;
  margin-bottom: 30px;
}
table.porovnavac tr th {
  color: #777777;
  font-size: 9px;
  padding: 5px;
  text-transform: uppercase;
  background: #eeeeee;
  border-bottom: 1px solid #03adf3;
}
table.porovnavac tr td {
  font-size: 14px;
  padding: 5px;
  border-bottom: 1px solid #dddddd;
}
table.porovnavac tr td.nazov {
  color: #055d9d;
  font-weight: 600;
}
table.porovnavac tr td i.fa-check {
  color: #00bb00;
}
table.porovnavac tr td i.fa-remove {
  color: #dd0000;
}
table.porovnavac tr td i.fa-star,
table.porovnavac tr td i.fa-star-half-o,
table.porovnavac tr td i.fa-star-o {
  color: #03adf3;
}
table.porovnavac tr td.info {
  text-align: right;
}
table.porovnavac tr td.info a {
  display: inline-block;
  padding: 5px 15px;
  background: #03adf3;
  color: white;
  border-radius: 8px;
}
table.porovnavac tr td.c {
  text-align: center;
}
.banners {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.banners a {
  width: 300px;
}
.rd-kalkulacka {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rd-kalkulacka h3 {
  width: 100%;
  color: #055d9d;
}
.rd-kalkulacka .hk_input {
  width: 24%;
}
.rd-kalkulacka .hk_input label {
  font-size: 12px;
  color: #055d9d;
}
.rd-kalkulacka .hk_input input {
  width: 80%;
  border-color: #055d9d;
}
.rd-kalkulacka .hk_input input[name=mesacna_splatka] {
  border: none;
  box-shadow: none;
  font-size: 120%;
  font-weight: 500;
}
.clanky {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3,300px);
  grid-gap: 30px;
}
.clanky &gt; a {
  display: block;
  box-sizing: border-box;
  border: 1px solid rgba(119, 119, 119, 0.25);
  padding: 20px;
  color: #777777;
  font-size: 12px;
  line-height: 18px;
  transition: all 0.3s;
}
.clanky &gt; a h3 {
  color: black;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  margin-top: 10px;
  padding-bottom: 8px;
}
.clanky &gt; a h3:after {
  content: '';
  width: 50%;
  display: block;
  padding-top: 5px;
  border-bottom: 2px solid #03adf3;
  transition: all 0.3s;
}
.clanky &gt; a:hover {
  text-decoration: none;
  border-color: #03adf3;
}
.clanky &gt; a:hover h3:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  content {
    display: block;
  }
  content aside {
    width: auto;
    padding: 15px;
    margin: 30px 0 0 0;
  }
  content main {
    width: auto;
  }
  .banners {
    display: block;
  }
  .banners a {
    display: block;
    width: auto;
  }
  .clanky {
    grid-template-columns: 1fr;
  }
  .clanky img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.home h2 {
  color: #03adf3;
  font-weight: 500;
  text-align: center;
  margin: 40px 0 40px 0;
}
.home .clanky a {
  border: none;
  padding: 0;
}
.home .clanky a img {
  border-radius: 10px;
  transition: all 0.3s;
}
.home .clanky a h3 {
  color: #055d9d;
  font-weight: 500;
}
.home .clanky a h3:after {
  display: none;
}
.home .clanky a:hover img {
  box-shadow: 0px 0px 10px 1px rgba(3, 173, 243, 0.7);
}
.clanky-large article {
  display: flex;
}
.clanky-large article detail {
  font-size: 15px;
}
.clanky-large article a.cta {
  padding: 7px 45px;
  border: 2px solid #03adf3;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  width: fit-content;
  font-size: 14px;
  margin-top: 25px;
  color: #055d9d;
  border-radius: 7px;
  transition: all 0.3s;
}
.clanky-large article a.cta:hover {
  color: #03adf3;
  text-decoration: none;
}
.clanky-large article img {
  margin: 0 30px 0 30px;
  border-radius: 10px;
}
p.cta a.cta {
  padding: 7px 45px;
  border: 2px solid #03adf3;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  width: fit-content;
  font-size: 14px;
  margin-top: 25px;
  color: #055d9d;
  border-radius: 7px;
  transition: all 0.3s;
}
p.cta a.cta:hover {
  color: #03adf3;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .clanky-large article {
    display: block;
  }
  .clanky-large article img {
    margin: 0 0 15px 0;
  }
  .clanky-large article h3 {
    line-height: 1.3;
  }
}
#copyright {
  background: #055d9d;
  font-size: 13px;
  color: white;
  text-align: center;
  padding: 20px 10px;
}
#copyright a {
  color: inherit;
}
footer {
  display: grid;
  grid-template-columns: repeat(3,300px);
  grid-gap: 30px;
  justify-content: center;
  background-color: #03adf3;
  background-image: url(/static/0/blue.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 0 40px 0;
}
footer article h3 {
  color: white;
}
footer article nav a {
  display: block;
  margin-bottom: 6px;
  color: #033153;
  transition: all 0.3s;
}
footer article nav a .fa {
  color: white;
  margin-right: 11px;
}
footer article nav a:hover {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
  }
  footer article {
    width: 80vw;
    margin: 0 auto 30px auto;
  }
}
article.pozicka {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cecece;
  padding: 10px 30px 10px 10px;
  margin-bottom: 10px;
  align-items: center;
  position: relative;
  border-radius: 5px;
}
article.pozicka.pozicka-top {
  border: 3px solid #03adf3;
}
article.pozicka.pozicka-top .p-top {
  background: #E74C3C;
  color: white;
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 3px;
  font-size: 17px;
  padding: 2px 10px;
}
article.pozicka .p-title {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  width: 250px;
  color: #055d9d;
}
article.pozicka .p-title img {
  margin-bottom: 8px;
  max-height: 30px;
}
article.pozicka .p-c {
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  width: 200px;
}
article.pozicka .p-c label {
  display: block;
  font-weight: 400;
  font-size: 13px;
}
article.pozicka .p-c i.fa-star,
article.pozicka .p-c i.fa-star-half-o,
article.pozicka .p-c i.fa-star-o {
  color: #03adf3;
}
article.pozicka .p-link {
  margin-left: auto;
  text-align: center;
}
article.pozicka .p-link a {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #055d9d;
}
article.pozicka .p-link a.cta {
  background: #03adf3;
  padding: 5px 15px;
  color: white;
  border-radius: 5px;
  transition: all 0.3s;
}
article.pozicka .p-link a.cta:hover {
  text-decoration: none;
  background: #055d9d;
}
article.pozicka .p-txt {
  max-width: 520px;
  font-size: 16px;
  font-weight: 800;
}
article.pozicka.pozicka-top {
  border: 2px solid #03adf3;
}
article.pozicka .p-more {
  width: 100%;
  font-size: 14px;
  display: none;
}
@media screen and (max-width: 768px) {
  article.pozicka .p-title,
  article.pozicka .p-c,
  article.pozicka .p-txt {
    margin-bottom: 10px;
    width: 100%;
  }
  article.pozicka .p-link {
    margin-left: auto;
    margin-right: auto;
  }
}
.ziadost {
  font-size: 14px;
}
nav.cta a {
  display: inline-block;
  padding: 10px 20px;
  background: #03adf3;
  color: white;
  font-weight: 600;
  margin: 0 20px 0 0;
  border-radius: 8px;
}
body .mm22-kategorie-1 main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body .mm22-kategorie-1 main {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px;
  }
}
body .mm22-kategorie-1 main a {
  padding: 20px;
  background: rgba(3, 173, 243, 0.05);
  color: #03adf3;
  border-radius: 5px;
  border: 1px solid #03adf3;
  font-family: inherit;
  transition: all 0.3s;
}
body .mm22-kategorie-1 main a h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 800;
  color: inherit;
  line-height: 1.12;
  font-family: inherit;
}
body .mm22-kategorie-1 main a:hover {
  background: #03adf3;
  color: white;
}
</pre></body></html>