body {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

p {
  font: inherit;
}

b, strong {
  font-weight: 700;
}

label {
  cursor: pointer;
}

.link-base, .link-base:focus, .link-base:hover {
  color: inherit;
  text-decoration: none;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.btn-primary {
  color: #1B2C2D;
  background-color: #7AC8CC;
  border-color: #7AC8CC;
}
.btn-primary:hover {
  color: #3d6466;
  background-color: #8ed0d4;
  border-color: #87ced1;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #3d6466;
  background-color: #8ed0d4;
  border-color: #87ced1;
  box-shadow: 0 0 0 0.25rem rgba(108, 177, 180, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #95d3d6;
  border-color: #87ced1;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 177, 180, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #7AC8CC;
  border-color: #7AC8CC;
}

.hero-slider {
  display: flex;
  flex-flow: wrap row;
}
.hero-slider .hero-slider-items {
  flex: 0 0 240px;
  display: flex;
  flex-flow: wrap column;
  list-style: none;
  padding-left: 0;
  margin: 0;
  background: #F8F9FA;
}
.hero-slider .hero-slider-item .hero-slider-button {
  background: none;
  border: 0;
  display: block;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  width: 240px;
  text-align: left;
  line-height: 1.25;
}
.hero-slider .hero-slider-item:not(:last-child) .hero-slider-button {
  border-bottom: 1px solid #ebebeb;
}
.hero-slider .hero-slider-item:hover .hero-slider-button {
  background: rgba(122, 200, 204, 0.5);
}
.hero-slider .hero-slider-item.active .hero-slider-button {
  background: #7AC8CC;
  color: #fff;
  border-color: #70b8bc;
}
.hero-slider .hero-slider-content {
  flex: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .hero-slider .hero-slider-content {
    flex: 1;
  }
}
.hero-slider .slider-items {
  display: flex;
  height: 100%;
  min-height: 440px;
}
.hero-slider .slider,
.hero-slider .slider .tns-ovh,
.hero-slider .slider .tns-outer {
  display: flex;
}
.hero-slider .slider .tns-outer {
  flex-flow: wrap row;
}
.hero-slider .hero-slider-nav {
  order: 3;
  flex: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0.5rem;
}
.hero-slider .hero-slider-nav > button {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: #fff;
  border: 2px solid #7AC8CC;
  transition: 0.34s ease;
  border-radius: 2px;
}
.hero-slider .hero-slider-nav > .tns-nav-active {
  background: #7AC8CC;
  padding: 0.5rem 1rem;
}
.hero-slider .hero-slide {
  position: relative;
}
.hero-slider .hero-slide .img-fluid {
  height: 100%;
  object-fit: cover;
}
.hero-slider .hero-slide .hero-slide-content {
  padding: 1rem;
  position: absolute;
  inset: 0;
  z-index: 2;
  top: unset;
  color: #FFF;
}
.hero-slider .hero-slide h2 {
  color: inherit;
}
.hero-slider .hero-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(33, 37, 41, 0.8);
  background: -webkit-linear-gradient(to top, #212529, rgba(33, 37, 41, 0));
  background: linear-gradient(to top, #212529, rgba(33, 37, 41, 0));
  inset: 0;
  opacity: 1;
  transition: 0.36s ease;
}
@media (max-width: 767.98px) {
  .hero-slider .hero-slider-items {
    display: none;
  }
  .hero-slider .slider-items {
    min-height: unset;
    max-height: 440px;
  }
}

.article-preview {
  position: relative;
  display: block;
  color: #FFF;
}
.article-preview .article-preview-content {
  position: absolute;
  inset: 0;
  top: unset;
  z-index: 2;
  padding: 1rem;
}
.article-preview .article-preview-content > :last-child {
  margin: 0;
}
.article-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.33;
  background: rgba(33, 37, 41, 0.8);
  background: -webkit-linear-gradient(to top, #212529, rgba(33, 37, 41, 0.5), #212529);
  background: linear-gradient(to top, #212529, rgba(33, 37, 41, 0.5), #212529);
  transition: 0.36s ease;
}
.article-preview .article-preview-category {
  color: #cccccc;
}
.article-preview:hover, .article-preview:focus {
  color: #FFF;
}
.article-preview:hover::after, .article-preview:focus::after {
  opacity: 0.75;
}
.article-preview .img-fluid {
  width: 100%;
}

.article-item a {
  text-decoration: none;
  color: inherit;
}
.article-item .article-image-wrapper {
  position: relative;
  display: block;
}
.article-item .article-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(33, 37, 41, 0.8);
  background: -webkit-linear-gradient(to top, #212529, rgba(33, 37, 41, 0.5), #212529);
  background: linear-gradient(to top, #212529, rgba(33, 37, 41, 0.5), #212529);
  transition: 0.36s ease;
}
.article-item:hover a, .article-item:focus a {
  color: #7AC8CC;
}
.article-item:hover .article-image-wrapper::after, .article-item:focus .article-image-wrapper::after {
  opacity: 0.5;
}

.paginator .paginator-group,
.paginator .paginator-wrapper {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
}
.paginator .paginator-wrapper {
  grid-gap: 0.5rem;
}
.paginator .page-numbers {
  display: block;
  text-decoration: none;
  text-align: center;
  min-width: 32px;
  padding: 0.5rem;
  background: none;
  border-radius: 0.25rem;
  color: #ADB5BD;
}
.paginator .page-numbers.current {
  background: #7AC8CC;
  color: #fff;
}

.header-section {
  position: relative;
  z-index: 100;
}
.header-section .navbar-nav {
  font-size: 1.15rem;
}
.header-section .desktop-navbar,
.header-section .mobile-navbar {
  flex: 100%;
}
.header-section .desktop-navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-section .mobile-navbar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #F8F9FA;
  border-top: 2px solid #DEE2E6;
}
.header-section .mobile-navbar .container {
  padding: 0;
}
.header-section .mobile-navbar .navbar-socials {
  padding: 0.75rem 1rem;
  border-bottom: 3px solid #7AC8CC;
}
.header-section .mobile-navbar .navbar-socials .row {
  justify-content: center;
}
.header-section .quick-articles .slider .slider-link {
  display: block;
  max-width: 60ch;
}
@media (min-width: 992px) {
  .header-section .mobile-navbar {
    display: none !important;
  }
  .header-section .navbar {
    padding-block: 0;
  }
  .header-section .navbar-brand {
    padding-block: 0.8125rem;
  }
  .header-section .navbar-collapse {
    align-items: stretch;
    align-self: stretch;
  }
  .header-section .nav-item {
    display: flex;
  }
  .header-section .nav-link {
    display: flex;
    align-items: center;
  }
  .header-section .nav-link:hover, .header-section .nav-link:focus {
    background: rgba(122, 200, 204, 0.5);
  }
}
@media (max-width: 991.98px) {
  .header-section .nav-item {
    padding-inline: 1rem;
    font-size: 1.25rem;
  }
  .header-section .nav-item {
    border-bottom: 1px solid rgba(222, 226, 230, 0.5);
  }
}

.footer {
  position: relative;
  z-index: 100;
}
.footer a {
  text-decoration: none;
}

.footer-personal img {
  transform: rotate(-3deg);
  transition: 0.48s ease;
}
.footer-personal a:hover img {
  transform: rotate(3deg);
}

.main-content {
  padding-top: 2rem;
  padding-bottom: 3rem;
  border: 1px solid #DDD;
  background: #FFF;
  margin-inline: -0.75rem;
  padding-inline: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 543.98px) {
  .main-content {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-inline: 1rem;
  }
}

.main-section {
  position: relative;
}
.main-section .full-banner {
  padding-top: var(--banner-height);
  --banner-height: 10rem;
}
@media (min-width: 992px) {
  .main-section .full-banner {
    --banner-height: 16rem;
  }
}
.main-section .full-banner .full-banner-wrapper {
  position: absolute;
  inset: 0;
  user-select: none;
}
.main-section .full-banner .full-banner-link {
  position: sticky;
  top: 0;
  display: block;
}
.main-section .full-banner .full-banner-link a {
  display: block;
}
.main-section .full-banner .full-banner-link img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 0;
}
@media (max-width: 991.98px) {
  .main-section .full-banner .full-banner-link img {
    height: var(--app-height);
  }
}
.main-section .full-banner .full-banner-mobile img {
  height: unset;
}
@media (min-width: 544px) {
  .main-section .full-banner.has-mobile-banner .full-banner-mobile {
    display: none;
  }
}
@media (max-width: 543.98px) {
  .main-section .full-banner.has-mobile-banner {
    padding-block: 0;
  }
  .main-section .full-banner.has-mobile-banner .full-banner-wrapper {
    position: relative;
    inset: unset;
  }
  .main-section .full-banner.has-mobile-banner .full-banner-desktop {
    display: none;
  }
}
.main-section .full-banner .full-banner-seznam {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.main-section .full-banner.seznam-ad-viable {
  --banner-height: 0;
}
.main-section .full-banner.seznam-ad-viable .full-banner-link {
  display: none !important;
}
.main-section > .container {
  position: relative;
  z-index: 2;
}

.two-panel-layout {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .two-panel-layout {
    grid-template-columns: auto minmax(min-content, 300px);
  }
}
.two-panel-layout .side-panel {
  padding-top: 5rem;
}
@media (max-width: 991.98px) {
  .two-panel-layout .side-panel .pr-block {
    align-items: center;
  }
}
.two-panel-layout .side-panel-content {
  display: flex;
  flex-flow: wrap column;
  grid-gap: 2rem;
  height: 100%;
}

.pr-block {
  display: flex;
  align-items: center;
  flex-flow: wrap column;
  text-align: right;
}
.pr-block .multiple-seznam-ads {
  display: flex;
  flex-flow: wrap;
  grid-gap: 1rem;
  justify-content: space-evenly;
}
.pr-block .pr-block-wrapper {
  flex: 1;
  display: flex;
  align-items: flex-end;
  flex-flow: wrap column;
}
.pr-block .pr-block-wrapper > a {
  display: block;
}
.pr-block img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
.pr-block iframe {
  max-width: 100%;
}
.pr-block .ad-title {
  display: inline-block;
  font-size: 10px;
  padding: 0.1rem 0.325rem;
  text-align: right;
  border-radius: 0 0 0.1rem 0.1rem;
  background: #E9ECEF;
}

.side-panel-box {
  overflow: hidden;
  border-radius: 0.25rem;
}
.side-panel-box .side-box-header {
  padding: 1rem 1rem;
  padding-top: 0;
}
.side-panel-box .side-box-content > :last-child {
  margin-bottom: 0;
}
.side-panel-box .side-box-content ul {
  padding-left: 0;
}
.side-panel-box .side-box-content a {
  text-decoration: none;
  color: #6C757D;
  padding-inline: 1rem;
}
.side-panel-box .side-box-content a:hover {
  text-decoration: underline;
  color: #7AC8CC;
}
.side-panel-box .article-side-list a {
  line-height: 1.2;
  --bs-gutter-x: .75rem;
}
.side-panel-box .article-side-list img {
  border-radius: 0.125rem;
}

.slider > .slider-items > :not(:first-child) {
  display: none;
}

.category-line {
  position: relative;
  padding-left: 0.5rem;
  --line-color: #7AC8CC;
}
.category-line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 100px;
  background: var(--line-color);
}

.calendarium a {
  color: #212529;
}

.hide-ads .pr-block {
  min-height: 120px;
}
@media (min-width: 860px) {
  .hide-ads .pr-block {
    min-height: 240px;
  }
}
.hide-ads .full-banner > *,
.hide-ads .pr-block > * {
  display: none !important;
}

.fixed-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background: #FFF;
  border-top: 1px solid #ddd;
}
.fixed-popup .fixed-popup-wrapper {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  padding: 0.5rem;
}
.fixed-popup .fixed-popup-close {
  position: absolute;
  right: 10%;
  bottom: 100%;
  background: #212121;
  border: 0;
  color: #fff;
  padding: 0.25rem 0.5rem;
}

.base-section {
  padding-block: 1rem;
}
.base-section .section-title {
  margin-bottom: 2rem;
}

.slider-section {
  margin-bottom: 1rem;
}

.category-list-section .article-item {
  margin-bottom: 1.5rem;
}

.articles-grid-section .article-item {
  color: inherit;
  text-decoration: none;
}
.articles-grid-section .articles-grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
}
.articles-grid-section .img-fluid {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 544px) {
  .articles-grid-section .articles-grid {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .articles-grid-section .article-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media (min-width: 992px) {
  .articles-grid-section .articles-grid {
    grid-template-columns: repeat(4, minmax(auto, 1fr));
  }
  .articles-grid-section .article-item:not(:first-child) h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 543.98px) {
  .articles-grid-section .article-item:nth-last-child(2) {
    order: 5;
  }
  .articles-grid-section .article-item:nth-last-child(1) {
    order: 4;
  }
  .articles-grid-section .pr-block {
    align-items: center;
  }
}

.selected-categories-section .selected-category {
  position: relative;
}
.selected-categories-section .selected-category .selected-category-image img {
  height: 240px;
  object-fit: cover;
}
.selected-categories-section .selected-category .selected-category-content {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  inset: 0;
}
.selected-categories-section .selected-category::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(33, 37, 41, 0.8);
  background: -webkit-linear-gradient(to top, #212529, rgba(33, 37, 41, 0.5), #212529);
  background: linear-gradient(to top, #212529, rgba(33, 37, 41, 0.5), #212529);
  inset: 0;
  opacity: 0.33;
  transition: 0.36s ease;
}
.selected-categories-section .selected-category:hover::after, .selected-categories-section .selected-category:focus::after {
  opacity: 0.75;
}

.category-preview-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  grid-auto-flow: row;
}

.post-section {
  --post-width: 80ch;
}
.post-section.post-full {
  --post-width: 100%;
}
.post-section img {
  max-width: 100%;
  height: auto;
}
.post-section .post-image {
  margin-bottom: 3rem;
}
.post-section .post-image img {
  border-radius: 0.1rem;
}
.post-section .post-header {
  max-width: var(--post-width);
  margin-bottom: 1.5rem;
  margin-inline: auto;
}
.post-section .post-title {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
}
.post-section .post-body {
  max-width: var(--post-width);
  margin-bottom: 4rem;
  margin-inline: auto;
}
.post-section .post-body .pr-block {
  margin-bottom: 1.5rem;
}
.post-section .post-content {
  line-height: 1.66667;
  word-break: break-word;
}
.post-section .post-content table {
  width: 100%;
}
.post-section .post-content > * {
  margin-bottom: 1.5rem;
}
.post-section .post-share {
  margin-bottom: 2rem;
}
.post-section .post-author {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 2px;
  background: rgba(233, 236, 239, 0.5);
}
.post-section .post-tags {
  margin-bottom: 1rem;
}
.post-section .post-tags a:hover {
  text-decoration: underline;
}
.post-section .post-adjacent a {
  text-decoration: none;
}
.post-section .post-adjacent a:hover strong {
  text-decoration: underline;
}
.share-links {
  display: flex;
  flex-flow: wrap row;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 18px;
}
.share-links .share-link {
  display: block;
  padding: 0.25rem 0.25rem;
  opacity: 0.75;
  color: #6C757D;
}
.share-links .share-link:hover {
  opacity: 1;
}
.share-links .link-facebook {
  color: #4267B2;
}
.share-links .link-twitter {
  color: #1DA1F2;
}
.share-links .link-tumblr {
  color: #35465C;
}
.share-links .link-pinterest {
  color: #E60023;
}
.share-links .link-linkedin {
  color: #0A66C2;
}
.share-links .link-buffer {
  color: #168eea;
}
.share-links .link-stumbleupon {
  color: #EB471D;
}

.rating-display {
  display: flex;
  flex-flow: wrap row;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.rating-display .rating-item {
  display: block;
  background: none;
  border: none;
  padding: 0;
  color: #7AC8CC;
}
.rating-display .rating-active .fa-star {
  font-weight: 900;
}
.rating-display.rating-voted .rating-item {
  cursor: default;
}
.rating-display.rating-voted .rating-item .fa-star {
  font-weight: 900;
}
.rating-display.rating-voted .rating-active ~ .rating-item .fa-star {
  font-weight: 400;
}
.rating-display.rating-vote {
  font-size: 18px;
}
.rating-display.rating-vote:not(.rating-voted):hover .rating-item .fa-star {
  font-weight: 900;
}
.rating-display.rating-vote:not(.rating-voted):hover .rating-item:hover ~ .rating-item .fa-star {
  font-weight: 400;
}

.page .img-fluid {
  object-fit: cover;
}
.page .page-footer {
  margin-top: 2rem;
}

.dictionary-letters {
  margin-bottom: 0.5rem;
}

.dictionary-letters,
.dictionary-groups {
  padding-inline: 0.5rem;
}
.dictionary-letters button,
.dictionary-groups button {
  background: none;
  border: none;
  padding: 0.75rem 0.9rem;
  background: #eee;
}
.dictionary-letters button:hover,
.dictionary-groups button:hover {
  background: rgba(122, 200, 204, 0.5);
}
.dictionary-letters button.active,
.dictionary-groups button.active {
  background: rgba(122, 200, 204, 0.5);
}

.dictionary-list {
  margin-top: 2rem;
  padding-inline: 1rem;
}
.dictionary-list .dictionary-letter-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  margin-bottom: 1rem;
}
.dictionary-list .dictionary-letter {
  grid-row: 1/-1;
  grid-column: 1/-1;
}
.dictionary-list .dictionary-item a {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
}
.dictionary-list .hidden {
  display: none;
}

.page-404 {
  text-align: center;
  padding-block: 5rem;
}
.page-404 h3 {
  font-size: 150px;
}
.page-404 h1 {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .page-404 h3 {
    font-size: 240px;
  }
}

/*# sourceMappingURL=app.css.map */
