<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1240px) {
  .container,
  .container-content {
    width: 1240px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1770px;
  }
  .container-content {
    max-width: 1555px;
  }
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
section {
  padding: 120px 0;
}
@media (max-width: 1400px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  section {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  section {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  section:first-child {
    padding: 0 0 25px;
  }
}
a {
  transition: 200ms;
}
a strong {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
button,
.btn,
.btn-primary,
a.button {
  background: #bedff2;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  padding: 15px 45px;
  color: #146894;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
button:hover,
.btn:hover,
.btn-primary:hover,
a.button:hover,
button:active,
.btn:active,
.btn-primary:active,
a.button:active,
button:focus,
.btn:focus,
.btn-primary:focus,
a.button:focus {
  background: #a4d1ea;
  color: #146894;
  text-decoration: none;
}
button.bordered,
.btn.bordered,
.btn-primary.bordered,
a.button.bordered {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
button.bordered:hover,
.btn.bordered:hover,
.btn-primary.bordered:hover,
a.button.bordered:hover,
button.bordered:active,
.btn.bordered:active,
.btn-primary.bordered:active,
a.button.bordered:active,
button.bordered:focus,
.btn.bordered:focus,
.btn-primary.bordered:focus,
a.button.bordered:focus {
  background: #a4d1ea;
  color: #146894;
  border-color: transparent;
}
button.orange,
.btn.orange,
.btn-primary.orange,
a.button.orange {
  background: #ff8617;
  color: #ffffff;
}
button.orange:hover,
.btn.orange:hover,
.btn-primary.orange:hover,
a.button.orange:hover,
button.orange:active,
.btn.orange:active,
.btn-primary.orange:active,
a.button.orange:active,
button.orange:focus,
.btn.orange:focus,
.btn-primary.orange:focus,
a.button.orange:focus {
  background: #a4d1ea;
  color: #146894;
  border-color: transparent;
}
button.disabled,
.btn.disabled,
.btn-primary.disabled,
a.button.disabled {
  background: #999999;
  color: #ffffff;
  cursor: default;
}
button.disabled:hover,
.btn.disabled:hover,
.btn-primary.disabled:hover,
a.button.disabled:hover,
button.disabled:active,
.btn.disabled:active,
.btn-primary.disabled:active,
a.button.disabled:active,
button.disabled:focus,
.btn.disabled:focus,
.btn-primary.disabled:focus,
a.button.disabled:focus {
  background: #999999;
  color: #ffffff;
  border-color: transparent;
}
.dospeli button.orange,
.dospeli .btn.orange,
.dospeli .btn-primary.orange,
.dospeli a.button.orange {
  background: #1b85bf;
}
.dospeli button.orange:hover,
.dospeli .btn.orange:hover,
.dospeli .btn-primary.orange:hover,
.dospeli a.button.orange:hover,
.dospeli button.orange:active,
.dospeli .btn.orange:active,
.dospeli .btn-primary.orange:active,
.dospeli a.button.orange:active,
.dospeli button.orange:focus,
.dospeli .btn.orange:focus,
.dospeli .btn-primary.orange:focus,
.dospeli a.button.orange:focus {
  background: #a4d1ea;
  color: #146894;
  border-color: transparent;
}
.hr-hoe {
  position: relative;
}
.hr-hoe:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 109px;
  background-image: url(../../templates/t3sablona/images/linky.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .hr-hoe:before {
    top: -25px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.frow {
  display: flex;
}

body {
  background-image: url(../../templates/t3sablona/images/main_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
}
main#page-content h2.section-title {
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  main#page-content h2.section-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  main#page-content h2.section-title {
    font-size: 26px;
  }
}
.container-content {
  padding-bottom: 150px;
}
@media (max-width: 1400px) {
  .container-content {
    padding-bottom: 80px;
  }
}
.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

footer#page-footer {
  padding: 90px 0 30px;
  position: relative;
  background: #fff;
}
footer#page-footer:before {
  content: "";
  position: absolute;
  display: block;
  top: -45px;
  width: 100%;
  height: 109px;
  background-image: url(../../templates/t3sablona/images/linky.png);
}
footer#page-footer ul#spodni-menu {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 992px) {
  footer#page-footer ul#spodni-menu {
    text-align: center;
  }
}
footer#page-footer ul#spodni-menu li {
  display: inline-block;
}
footer#page-footer ul#spodni-menu li:after {
  content: "/";
}
footer#page-footer ul#spodni-menu li:last-child:after {
  content: "";
}
footer#page-footer ul#spodni-menu a {
  text-decoration: underline;
  color: #146894;
  padding: 0 5px;
}
footer#page-footer ul#spodni-menu a:hover {
  text-decoration: none;
  color: #ff8617;
}
footer#page-footer ul#spodni-menu li:first-child a {
  padding-left: 0;
}
footer#page-footer .copy {
  text-align: right;
}
@media (max-width: 992px) {
  footer#page-footer .copy {
    text-align: center;
  }
}
footer#page-footer .copy a {
  color: #146894;
}
footer#page-footer .copy a:hover {
  color: #ff8617;
}
.mb-2 {
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  a[href^=mailto],
  a[href^=tel] {
    text-decoration: underline !important;
  }
}</pre></body></html>