<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
     * ======Timeline
     */ 

body.timeline #column-page-full {
     background: #FFFFFF;
}

.Section_TimelineSmallline{
 background: #FFF;
 padding: 3% 0;
 box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.55);
}
.TimelineNegative {
  background: #336699;
}
.Section_TimelineSmallline h2 {
 font-weight: 100;
 color: #202121;
 text-shadow: 0;
 padding-bottom: 0.625rem;
}
.TimelineNegative h2 {
 color: #FFFFFF;
}
.Section_TimelineSmallline p {
 color: #202121;
}
.TimelineNegative p {
 color: #FFFFFF;
}
.Section_TimelineSmallline h2 i{
 display:block;
 padding-bottom: 1rem
} 
.Section_TimelineSmallline .wrapper-group{ 
 padding-bottom: 3.5rem;
}

/*more on cd-timeline*/
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 90em;
  margin: 0 auto; 
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 5em 0;
  /*margin-top: 2em;
  margin-bottom: 2em; */
}
#cd-timeline.cd-timeline-smallline {
  padding: 0 0;
}
@media screen and (max-width: 39.9375em) {
  #cd-timeline {
    position: relative;
    padding: 1.25em 0;
  } 
  } /* smaller padding on mobile*/ 
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  /*left: 18px; */
  left: 2px;
  height: 100%;
  width: 2px;
  background: #E6EAEA; 
}
#cd-timeline.cd-timeline-smallline::before {
  /* this is the vertical line .cd-timeline-smallline */
  left: 1px;
  width: 1px; 
}
.TimelineNegative #cd-timeline::before {
  /* this is the vertical line .TimelineNegative */
  background: #FFFFFF; 
}
  @media screen and (max-width: 39.9375em) {
    #cd-timeline::before {
      display: none;
    } 
  } /* donÂ´t show block on mobile*/
      
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    /*margin-top: 3em;
    margin-bottom: 3em; */
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
  #cd-timeline.cd-timeline-smallline::before {
    left: 50%;
    margin-left: -1px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 1.25rem 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;  
}
@media screen and (max-width: 39.9375em) {
    .cd-timeline-img
     {
      display: none;} } /* donÂ´t show block on mobile*/ 
      
      
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-smallline .cd-timeline-img img {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.cd-timeline-img i {
  display: block;
  width: 40px;
  font-size: 20px;
  color: #FFFFFF;
  height: 40px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -22.5%;
  margin-top: -27.5%;
}  
.cd-timeline-smallline .cd-timeline-img i {
  display: block;
  width: 20px;
  font-size: 10px;
  color: White;
  height: 20px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -22.5%;
  margin-top: -32.5%;
}  
.cd-timeline-img.cd-clanky {
  background: Red;
}
.cd-timeline-img.cd-soubory {
  background: Orange;
}
.cd-timeline-img.cd-udesky {
  background: #202121;
}
.cd-timeline-img.cd-informace {
  background: #008ED7;
}
.cd-timeline-img.cd-osoby {
  background: Green;
}
.cd-timeline-img.cd-subjekty {
  background: Purple;
}
.cd-timeline-img.cd-udalosti {
  background: Gold;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px; 
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  } 
  .cd-timeline-img i {
  font-size: 20px; 
} 
.cd-timeline-smallline .cd-timeline-img {
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px; 
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  } 
  .cd-timeline-smallline .cd-timeline-img i {
  font-size: 10px; 
} 
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #FFFFFF;
  /*border: 1px solid #E6EAEA;*/
  padding:0.625rem;
  margin-bottom: 0.625rem;
  transform: translate(-50%, -50%);
  animation-name: moveInDown;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode:forwards;
  /*box-shadow: 0 0 0 6px white, inset 0 2px 0 rgba(0, 0, 0, 0.18), 0 3px 0 6px rgba(0, 0, 0, 0.25);*/
  -webkit-box-shadow: 0 15px 30px rgba(113,150,162,0.1);
  -moz-box-shadow: 0 15px 30px rgba(113,150,162,0.1);
  box-shadow: 0 15px 30px rgba(113,150,162,0.1);
}
  .cd-timeline-content.box-radius {
    border-radius: 16px;
  }
.TimelineNegative .cd-timeline-content {
  background: Transparent;
  border: 1px solid rgba(255,255,255,0.25);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cd-timeline-content:hover {
  /*background: rgba(0,0,0,0.05);*/
}  
@media screen and (max-width: 39.9375em) {
    .cd-timeline-content
     {
      margin-left: 0px;} } /* move block 60px on mobile*/ 

.cd-timeline-content .text-img {
padding: 1.25rem;
text-align: center;
color: #FFFFFF;
background: #202121;
}
.cd-timeline-content .text-img .cislo {
font-weight:700;
color: #FFFFFF;
}
.cd-timeline-content .text-img .ud_text{font-size: 1.5rem;}


.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content .timeline-img img {
  border: 0 solid White;
}
.cd-timeline-content.box-radius .timeline-img img,
.cd-timeline-content.box-radius .tl-img{
    border-radius: 10px;
  }

.cd-timeline-content h1 a,
.cd-timeline-content h1 i {
  color: #202121;
} 

.cd-timeline-content p,
.cd-timeline-content a.article-category {
  color: #202121;
}
.TimelineNegative .cd-timeline-content h1 a,
.TimelineNegative .cd-timeline-content h1 i {
  color: #FFFFFF;
} 

.TimelineNegative .cd-timeline-content p,
.TimelineNegative .cd-timeline-content a.article-category {
  color: #FFFFFF;
}
.cd-timeline-content .article-category{color:#555555 !important;font-weight:700;text-transform:uppercase}
.TimelineNegative .cd-timeline-content .article-category{color:#FFFFFF !important;}

.cd-timeline-content h1 {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.25;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 1rem;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: Red;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .9;
  color: #202121;
}
.TimelineNegative .cd-timeline-content .cd-date {
  color: #FFFFFF;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content .cd-date {
  color: #202121;
}
  .TimelineNegative .cd-timeline-content .cd-date {
  color: #FFFFFF;
}
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #202121;
}
.TimelineNegative .cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.25rem;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #202121;
  }
  .TimelineNegative .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #FFFFFF;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0px;
    font-size: 16px;
    font-size: 1rem;
    color: #262626;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #202121;
  }
  .TimelineNegative .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #FFFFFF;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.cd-timeline-content .prilohy_text{ 
  padding: 0;
  clear: both;

}
.cd-timeline-content .prilohy_text .button{ 
  padding: 0.3125rem;
  text-align: left;
}

/*animace*/
@keyframes moveInDown {
            0% {
                opacity: 0;
                transform: translateY(-400px);
            }
        
            80% {
                transform: translateY(10px);
            }
        
            100% {
                opacity: 1;
                transform: translate(0);
            }
        }
        
        @keyframes moveInRight {
            0% {
                opacity: 0;
                transform: translateX(-1000px);
            }
        
            80% {
                transform: translateX(10px);
            }
        
            100% {
                opacity: 1;
                transform: translate(0);
            }
        }
        @keyframes moveInLeft {
            0% {
                opacity: 0;
                transform: translateX(1000px);
            }
        
            80% {
                transform: translateX(-10px);
            }
        
            100% {
                opacity: 1;
                transform: translate(0);
            }
        }
/* end: animace*/

</pre></body></html>