<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid red 1px !important;
}

@media print, screen and (min-width: 40em) {
  .cell {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid orange 1px !important;
  }
}

@media screen and (min-width: 64em) {
  .cell {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid green 1px !important;
  }
}*/


/* Small */
@media screen and (max-width: 39.9375em) {
  #size { background: red; color: #fff;}
  #size:before {
     content: "Small: ";
  } 
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #size { background: orange; color: #fff;}
  #size:before {
     content: "Medium: ";
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #size { background: orange; color: #fff;}
  #size:before {
     content: "Medium: ";
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  #size { background: green; color: #fff;}
  #size:before {
     content: "Large up: ";
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  #size { background: blue; color: #fff;}
  #size:before {
     content: "Large only: ";
  }
}


body {font-family: new-hero, sans-serif;  font-size: 0.95rem; font-weight: 300; font-style: normal; color: #151515; background: #ffffff; padding: 0; margin: 0;}

a {color: #3bb6e9;}
a:hover, a:focus {color: #e72d82}
a.link i, a.link2 i {padding-left: 1rem;}

.breadcrumbs li {font-size: 0.7rem;}
.breadcrumbs a {color: #29292e}
.breadcrumbs a:hover {color: #2b2e83;}

.thumbnail {border: 0; padding: 0; box-shadow: none;}
.rounded {border-radius: 50%;}

.popis {font-size: 130%; margin-bottom: 2rem;}

.required label::after {content: " *"; color: #29292e; font-weight: 600;}
textarea {min-height: 150px;}

h1, h2, h3, h4, h5, h6 {font-family: new-hero, sans-serif; font-weight: 700;}
h1 {font-size: 3rem;}
h4.border {border-bottom: 3px solid #2b2e83; padding-bottom: 0.5rem; margin-bottom: 0.5rem; margin-top: 2rem; width:60%;}
h5.border {border-bottom: 3px solid #2b2e83; padding-bottom: 0.5rem; margin-bottom: 2rem;}

section {margin: 2rem 0;}

.sticky {margin-top: 0; z-index: 1;}

#content .button {
  margin: 1rem 0 1rem 0;
  padding: 1rem 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  border: none;
  font-family: new-hero, sans-serif; 
  font-weight: 300;
  text-transform: uppercase;
  background-color: #2b2e83;
  color: #fff;
  text-decoration: none;
}

#c-p-bn {background: #2b2e83;}

span.style1 {background: #2b2e83; color: #fff; text-transform: uppercase; padding: 0.3rem 0.7rem;}
span.style2 {background: #29292e; color: #fff; text-transform: uppercase; padding: 0.3rem 0.7rem;}

::-webkit-input-placeholder {color: #29292e; opacity: 0.5; }
:-ms-input-placeholder {color: #29292e; opacity: 0.5;}
::placeholder {color: #29292e; opacity: 0.5;}

.mt2 {margin-top: 2rem;}
.mb2 {margin-bottom: 2rem;}

#header {position: relative; top: 0; left: 0; z-index: 1; background: rgba(255,255,255,1); margin: 0; padding: 0 0 0.5rem 0; width: 100%;}
#header .menu {float: right; text-transform: uppercase;}
#header .logo, .off-canvas-wrapper .logo {display: inline-block; width: 300px; margin: 1rem 0 1rem 0;}
#header #search {background: rgba(41,41,46,0.9);padding: 1rem; position: absolute; top: 50px; right: 0; transition: all .3s ease; width: 80%;}
#header #search button {position: absolute; right: 25px; top: 25px; color: #29292e; font-size: 1.5rem; cursor: pointer;}
#search2 {padding: 2rem;}
[type="text"]:focus {box-shadow: none;}
.menu a, .dropdown.menu {color: #000000; font-family: new-hero, sans-serif; font-weight: 300; font-size: 1rem;}
.menu a:hover, .dropdown.menu a:hover {color: #e72d82;}
.menu button.icon i {color: #000000; font-size: 1.5rem; cursor: pointer;}
.menu button.search-button i {padding: 0.6rem; font-size: 1.2rem;}
.menu h5 a {font-weight: 500;}
.menu.simple {margin-top: 3rem;}
.is-dropdown-submenu&gt;li {text-align: left;}
.dropdown.menu&gt;li.is-active&gt;a {color:#e72d82; }
.dropdown.menu &gt; li.is-active a:hover {color: #e72d82;}
.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 260px;
    border: none;
    background: rgba(255,255,255,0.9);
    padding: 1rem 0;
}
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: none;
}
#links {padding-right: 1.5rem; margin-bottom: 1.2rem;}
#links .bg1 {padding: 0.3rem 1rem; background: #3bb6e9; color: #fff; display: inline-block; text-transform: uppercase; font-size: 80%;}
#links .bg2 {padding: 0.3rem 1rem; background: #293278; color: #fff; display: inline-block; text-transform: uppercase; font-size: 80%;}
#links .bg3 {padding: 0.3rem 1rem; background: #e72d82; color: #fff; display: inline-block; text-transform: uppercase; font-size: 80%;}
#links .bg4 {padding: 0.3rem 1rem; background: #515151; color: #fff; display: inline-block; text-transform: uppercase; font-size: 80%;}

#vizual .intro span.bg1 {padding: 1rem 1rem 0.5rem 1rem; background: #3bb6e9; color: #fff; display: inline-block; text-transform: uppercase; font-size: 70%; font-weight: 400;}
#vizual .intro span.bg2 {padding: 1rem 1rem 0.5rem 1rem; background: #293278; color: #fff; display: inline-block; text-transform: uppercase; font-size: 70%;}
#vizual .intro span.bg3 {padding: 1rem 1rem 0.5rem 1rem; background: #e72d82; color: #fff; display: inline-block; text-transform: uppercase; font-size: 70%; font-weight: 300;}


li.pozice a {background: #2b2e83; color: #fff;}
li.pozice a:hover {background: #fff; color: #29292e;}

#vizual {z-index: 0; height: 650px; overflow: hidden; color: #fff; position: relative; top: 0; left: 0; width: 100%; margin: 0; background: url('../img/vizual-1.webp') no-repeat center 40%; background-size: cover;}
#vizual .grid-container {height: 100%; position: relative;}
#vizual .intro {z-index: 1; position: absolute; left: 0; bottom: 10rem;}
#vizual h1, #vizual p {/*text-shadow: 0 0 1rem #000;*/}
#vizual p {font-size: 1.2rem;}
#vizual a.link {background: #2b2e83; padding: 0.5rem 1.2rem 0.7rem; color: #fff; margin-top: 0.8rem; display: inline-block; font-family: new-hero, sans-serif; font-size: 1.2rem;}
#vizual a.link i {padding-left: 4rem; padding-top: 0.3rem;}
#vizual a.link:hover {background: #fff; color: #29292e;}

#vizual-in {z-index: 0; height: 300px; overflow: hidden; color: #fff; position: relative; top: 0; left: 0; width: 100%; margin: 0; background: url('../img/vizual-1.jpg') no-repeat center 25%; background-size: cover;}

#obory {background: none; position: relative; z-index: 1; margin-top: -135px;}
#obory a.link {background: none; color: #fff; text-transform: uppercase; font-size: 120%;}
#obory a.link i {padding-left: 0.5rem; padding-top: 0.5rem;}
#obory a.link:hover {color: #293278;}
@media screen and (min-width: 64em) {
    #obory a.link {margin-bottom: 0;}
}

#obory #card1 {}
#obory h3 {color: #fff; margin-bottom: 0; margin-left: 4.5rem; font-size: 1.6rem; font-weight: 400;}
#obory #card1 .card-header {background: #3bb6e9; color: #fff; padding: 1.5rem;}
#obory #card1 .card-header i {float: left; font-size: 2.5rem;}
#obory #card1 .card-content {background: #62c5ed; color: #fff; padding: 1.5rem; min-height: 270px;}
#obory #card2 .card-header {background: #293278; color: #fff; padding: 1.5rem;}
#obory #card2 .card-header i {float: left; font-size: 2.5rem;}
#obory #card2 .card-content {background: #545b93; color: #fff; padding: 1.5rem; min-height: 270px;}
#obory #card3 .card-header {background: #e72d82; color: #fff; padding: 1.5rem;}
#obory #card3 .card-header h3 {max-width: 100px;}
#obory #card3 .card-header i {float: left; font-size: 2.5rem;}
#obory #card3 .card-content {background: #ec579b; color: #fff; padding: 1.5rem; min-height: 270px;}

#aktuality h3 {text-transform: uppercase; color: #3bb6e9;}
#aktuality a {color: #293278;}
#aktuality a:hover {color: #e72d82;}
#aktuality a.link {text-transform: uppercase; color: #e72d82; font-size: 120%;}
#aktuality a:hover.link {color: #3bb6e9;}

#content a.link2 {padding: 3px 10px; color: #2b2e83; background: none; border: 1px solid #2b2e83; text-transform: uppercase; margin-top: 1rem; display: inline-block; font-size: 90%;}
#content a.link2:hover {background: none; color: #29292e; border: 1px solid #29292e}

#content a.link {background: #2b2e83; padding: 0.5rem 1.2rem 0.5rem; color: #fff; margin-top: 0.8rem; display: inline-block; font-family: new-hero, sans-serif; font-size: 1rem; text-decoration: none;}
#content a.link i {padding-left: 4rem; padding-top: 0.5rem;}
#content a.link:hover {background: #151515; color: #fff;}

#zaznamy a.link {background: none; border: 1px solid #2b2e83; padding: 0.3rem 0.8rem 0.5rem; color: #2b2e83; margin-top: 0.8rem; display: inline-block; font-family: new-hero, sans-serif; font-size: 0.8rem;}
#zaznamy a.link i {padding-left: 4rem; padding-top: 0.5rem;}
#zaznamy a.link:hover {background: #151515; color: #fff;}

#detail a.link2 {background: #2b2e83; padding: 0.5rem 1.2rem 0.7rem; color: #fff; margin-top: 0.8rem; display: inline-block; font-family: new-hero, sans-serif; font-size: 1.2rem; text-decoration: none;}
#detail a.link2 i {padding-left: 4rem; padding-top: 0.5rem;}
#detail a.link2:hover {background: #151515; color: #fff;}

.nahled {display: inline-block; margin-bottom: 2rem;}

#nas-tym {margin-bottom: 0;}
#nas-tym .obsah {padding: 4rem 0;}
#nas-tym h3 {font-size: 2.2rem;}
#nas-tym a.link {background: #2b2e83; padding: 0.5rem 1.2rem 0.7rem; color: #fff; margin-top: 0.8rem; display: inline-block; font-family: new-hero, sans-serif; font-size: 1.2rem;}
#nas-tym a.link i {padding-left: 4rem; padding-top: 0.5rem;}
#nas-tym a.link:hover {background: #151515; color: #fff;}
@media screen and (min-width: 64em) {
    #nas-tym {background: url("../img/nas-tym.jpg") no-repeat right top; background-size: cover;}
    #nas-tym .obsah {padding: 15rem 0;}
}

#proc {background: #eaeaea; padding: 4rem 0;}
#proc h3 {font-size: 2.2rem; color: #293278; text-transform: uppercase;}
#proc .box {text-align: center; margin: 2rem 0; padding: 0 3rem;}
#proc .box h4 {color: #000000; font-weight: 700; text-transform: uppercase; font-size: 1.4rem;}
#proc .box i {color: #e72d82; font-size: 3.5rem; padding-bottom: 1.5rem; }
#proc a.link {background: none; text-transform: uppercase; color: #e72d82; margin-top: 0.8rem; display: inline-block; font-family: new-hero, sans-serif; font-size: 120%;}
#proc a.link:hover {background: #none; color: #3bb6e9;}


#formular {margin: 0; background: url("../img/bg-kontakt.jpg") no-repeat center center; background-size: cover;}
#formular .background {background: rgb(43,46,131,0.8); padding: 4rem 0;}
#formular h3 {font-size: 1.8rem; color: #fff; margin-bottom: 2rem;}
#formular input, #formular textarea {border: 0; border-bottom: 1px solid #fff; color: #fff; background: none; box-shadow: none; font-family: new-hero, sans-serif; font-size: 1rem; padding: 0.2rem 0;}
#formular textarea {height: 212px;}
#formular label {font-family: new-hero, sans-serif; font-weight: 400; color: #fff; font-size: 1.1rem;}
#formular input.link {background: #ffffff; padding: 0.7rem 1.2rem 0.7rem; color: #2b2e83; margin-top: 4rem; border: none; font-family: new-hero, sans-serif; font-size: 1.2rem; cursor: pointer; box-shadow: none;}

/* footer */
#footer {background: #515151; padding: 4rem 0; color: #ffffff; font-size: 90%; font-weight: 300; margin: 0;}
#footer p { line-height: 1.5rem; margin-bottom: 1rem;}
#footer a {color: #ffffff;}
#footer a:hover {color: #3bb6e9;}
#footer h3 {font-weight: 400; margin-bottom: 3rem; font-size: 1.8rem;}
#footer li {list-style-type: none; padding: 0 0 0.5rem 0;}
#footer a.logo {width: 250px; margin-top: 0;}
#footer a i {font-size: 180%; padding-right: 1rem;}

#blocks {margin: 2rem 0 0 0;}
#blocks h5 {border-bottom: 3px solid #2b2e83; padding-bottom: 0.5rem; margin-bottom: 0.5rem; width: 90%;}
#blocks input[type="text"] {border: none; border-bottom: 1px solid #fff; font-family: new-hero, sans-serif; background: transparent; color: #fff; font-size: 1.1rem; font-weight: 500; box-shadow: none; width: 50%; float: left;}
#blocks .button {background: transparent; text-transform: uppercase; border: 1px solid #fff; color: #fff; float: right;}
#blocks .button:hover {border: 1px solid #2b2e83; color: #2b2e83;}
#blocks form {margin-top: 1rem;}

input.big {font-size: 3rem; height: 5rem;}


.card {border: 0;}
.card h5 {text-transform: none;}
.card a {text-decoration: underline;}
.card-image {position: relative; margin-bottom: 1rem;}
.card-image img {z-index: 0; width: 100%;}
.card-header span.label {background: #2b2e83; padding: 5px 10px 7px 10px; color: #fff; text-transform: uppercase; font-size: 0.7rem;}
span.label.style1 {background: #2b2e83; color: #fff; text-transform: uppercase;}
span.label.style2 {background: #29292e; color: #fff; text-transform: uppercase;}
span.label.style2 a {color: #fff;}
span.label.style2 a:hover {color: #2b2e83;}
.card-header h5 {margin-bottom: 0;}
.card-section {padding: 0;}
/*.card a.link {padding: 3px 10px; color: #29292e; background: none; border: 1px solid #29292e; text-transform: uppercase; margin-top: 1rem; display: inline-block; text-decoration: none; font-size: 70%;}
.card a.link:hover {background: none; color: #2b2e83; border: 1px solid #2b2e83;}*/

@media print,screen and (max-width:63.99875em) {
 table.stack thead {
  display:block;
 }
 table.stack tfoot {
  display:none
 }
 table.stack td,
 table.stack th,
 table.stack tr {
  display:block
 }
 table.stack td {
  border-top:0
 }
}

.accordion-title, .is-active .accordion-title {font-size: 1rem; font-family: new-hero, sans-serif; font-weight: 500; color: #2b2e83; border: 0; border-bottom: 1px solid #eee;}
.accordion-title:focus, .accordion-title:hover {background-color:#eee; }
.accordion-content {
 display:none;
 padding:1rem;
 border: none;
 border-bottom: 1px solid #eee;
}



/* owl */
.owl-theme .owl-dots .owl-dot span {width: 20px; height: 4px; border-radius: 0;}
.owl-theme .owl-nav.disabled + .owl-dots {margin-top: 0;}

/* animace */
/*
.crossfade &gt; figure {
  animation: imageAnimation 12s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  min-height: 650px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.crossfade &gt; figure:nth-child(1) { background-image: url('../img/vizual-1.jpg'); }

.crossfade &gt; figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../img/vizual-2.jpg');
}

@keyframes 
  imageAnimation { 0% {
   animation-timing-function: ease-in;
   opacity: 0;
  }
   17% {
   animation-timing-function: ease-out;
   opacity: 1;
  }
   25% {
   opacity: 1
  }
   92% {
   opacity: 1
  }
   100% {
   opacity: 0
  }
}*/

.offcanvas-full-screen {
  position: fixed;
  z-index: 2000;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #515151;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto;
}

[data-whatinput='mouse'] .offcanvas-full-screen {
  outline: 0;
}

.offcanvas-full-screen.is-transition-overlap {
  z-index: 2500;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.offcanvas-full-screen-inner {
  padding: 2rem 1rem 0 1rem;
  text-align: center;
}

.offcanvas-full-screen-inner a {
  color: #fff;
}

.offcanvas-full-screen-menu {
  margin: 0 0 2rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.offcanvas-full-screen-menu &gt; li {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style-type: none;          
}

[data-whatinput='mouse'] .offcanvas-full-screen-menu &gt; li {
  outline: 0;
}

.offcanvas-full-screen-menu &gt; li &gt; a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
}

.offcanvas-full-screen-menu &gt; li {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.offcanvas-full-screen-menu &gt; li &gt; a {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.offcanvas-full-screen-menu a {
  color: #fff;
  font-family: new-hero, sans-serif; font-weight: 300;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
}

.offcanvas-full-screen-menu a:hover {
  color: #3bb6e9;
}

.offcanvas-full-screen-close {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  margin-top: 2rem;
}

.offcanvas-full-screen-close:hover {
  color: #3bb6e9;
}

#offcanvas-full-screen button, #offcanvas-full-screen a {
  outline: none;
}</pre></body></html>