.bgWhite {
  background-color: white;
}
.bgGray {
  background-color: #f2f2f2;
}
.bgRed {
  background-color: #cc0000;
}
.bgBlue {
  background-color: #011e39;
}
.bgPink {
  background-color: #fff5f5;
}
.bgPage {
  background-color: #fff5f5;
}
.bgBlack {
  background-color: black;
  color: white;
}
.textRed {
  color: #cc0000 !important;
}
.textGray {
  color: #8a8a8a;
}
.textWhite {
  color: white !important;
}
.bg {
  background-repeat: no-repeat;
  background-position: right center;
}
.btWhite {
  border-top: 1px solid white;
}
.btRed {
  border-top: 5px solid #cc0000;
}
.pointer {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1080px;
  }
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}
html {
  scroll-behavior: smooth;
}
html.no-js .only-js {
  display: none;
}
html.js .only-nojs {
  display: none;
}
body {
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff5f5;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #011e39;
}
h6 {
  font-size: 13px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
article a {
  text-decoration: underline;
  color: #cc0000;
}
article a:hover {
  text-decoration: none;
}
article p,
article li {
  font-size: 21px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
article p,
article ul {
  margin-bottom: 40px;
}
article h2,
article h3,
article h4 {
  margin-bottom: 24px;
}
.wow {
  visibility: hidden;
}
.loader {
  border: 5px solid #505055;
  border-top: 5px solid red;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  border-radius: 0px;
  text-decoration: none;
  font-size: .8rem;
  position: relative;
  font-weight: bold;
}
.btn-lg {
  border-radius: 0px;
}
.btn-primary {
  background-color: #cc0000;
  border: 1px solid #cc0000;
  color: white;
  text-transform: uppercase;
  transition: all .5s;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
  background-color: transparent;
  color: #cc0000;
  border: 1px solid #cc0000;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: black;
  box-shadow: none;
}
.bgCover {
  background-size: cover;
}
.ratio > img {
  object-fit: cover;
}
nav .navbar-brand img {
  height: 80px;
}
@media (max-width: 575.98px) {
  nav .navbar-brand img {
    height: 55px;
  }
}
nav.scrolled {
  padding: 0 1rem;
  border-bottom: 5px solid #cc0000;
}
nav.scrolled .navbar-brand img {
  height: 55px;
}
nav.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .5s;
  position: relative;
}
nav.navbar-dark .navbar-nav .nav-link::before {
  content: " ";
  height: 3px;
  width: 0%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: white;
  transition: all .5s;
}
nav.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
  text-decoration: none;
}
nav.navbar-dark .navbar-nav .nav-link:hover::before {
  width: 100%;
}
.single header .container {
  cursor: pointer;
}
header {
  min-height: 500px;
  height: 60vh;
}
header .mainNews2 h2,
header .mainNews3 h2 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 166px;
}
@media (max-width: 1199.98px) {
  header .mainNews2 h2,
  header .mainNews3 h2 {
    -webkit-line-clamp: 3;
    max-height: 100px;
  }
}
header .mainNews::after {
  content: " ";
  height: 100%;
  width: 2px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: white;
}
@media (max-width: 767.98px) {
  header .mainNews::after {
    width: 0px;
  }
}
header .mainNews2::after {
  content: " ";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: white;
}
header .mainNews3::after {
  content: " ";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: white;
}
header .postHeading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background: #000000;
  background: linear-gradient(0deg,#000000 0%,rgba(0,0,0,0.31976540616246) 78%,rgba(244,242,243,0) 100%);
}
header .postHeading a {
  text-decoration: none;
}
header .postHeading a:hover {
  text-decoration: underline;
}
header .wrap {
  overflow: hidden;
  position: relative;
}
header .wrap .thumbInfoIcon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 10;
}
header div.wrap > a.zoomBg,
header div.wrap > div.zoomBg {
  position: absolute;
  height: 100%;
  width: 100%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
header div.wrap:hover > a.zoomBg,
header div.wrap:hover > div.zoomBg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
header .catBadge {
  background-color: #cc0000;
  font-weight: bold;
  display: inline-block;
  font-size: .8rem;
  padding: .2rem .5rem;
}
header .catBadge a {
  text-decoration: none;
  text-transform: uppercase;
}
header .catBadge a:hover {
  text-decoration: underline;
}
section,
article {
  padding: 3rem 0;
}
section img,
article img {
  opacity: 1;
  transition: all .5s;
}
section img:hover,
article img:hover {
  opacity: .85;
}
section .postLoopWidth .catBadge,
article .postLoopWidth .catBadge {
  color: #cc0000;
  font-weight: bold;
  display: inline-block;
  font-size: .8rem;
}
section .postLoopWidth .catBadge a,
article .postLoopWidth .catBadge a {
  text-decoration: none;
  text-transform: uppercase;
}
section .postLoopWidth .catBadge a:hover,
article .postLoopWidth .catBadge a:hover {
  text-decoration: underline;
}
section .shortcodePost .h5 a,
article .shortcodePost .h5 a {
  color: #011e39;
  text-decoration: none;
}
section .shortcodePost .h5 a:hover,
article .shortcodePost .h5 a:hover {
  text-decoration: underline;
}
.diskFlow {
  padding-bottom: 80px;
  position: relative;
}
.diskText {
  position: relative;
  top: -4px;
}
.diskBtn {
  background-color: #011e39;
  position: relative;
  top: -60px;
  left: 50px;
}
.diskBtn span {
  position: relative;
  left: -10px;
}
.arrowDiskBtn {
  color: #011e39;
  position: relative;
  left: 60px;
  top: -29px;
}
.tags span {
  background-color: #cc0000;
  padding: .2rem .5rem;
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin-right: 1rem;
}
.tags a {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  padding: .2rem .5rem;
  font-size: 1rem;
}
.shareSoc {
  z-index: 10;
}
.shareSoc i.network {
  position: relative;
  top: 7px;
}
.shareSoc a .fb {
  color: #8a8a8a;
  transition: all .5s;
}
.shareSoc a .tw {
  color: #8a8a8a;
  transition: all .5s;
}
.shareSoc a:hover {
  text-decoration: none;
}
.shareSoc a:hover .fb {
  color: #4267B2;
}
.shareSoc a:hover .tw {
  color: #1DA1F2;
}
figcaption,
.wp-caption-text {
  font-size: 80%;
  color: #8a8a8a;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.postGallery a {
  color: white;
}
.postGallery a:hover {
  color: white;
}
.postGallery .mask {
  position: absolute;
  width: calc(100% - var(--bs-gutter-x));
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  top: 0;
  left: calc(var(--bs-gutter-x) * .5);
}
.lg-outer .lg-video {
  height: 400px !important;
}
html.isDesktop .lg-outer .lg-img-wrap {
  padding-right: 430px !important;
}
[id^="ssp-zone-"],
.adsbygoogle {
  position: relative;
}
[id^="ssp-zone-"]::before,
.adsbygoogle::before {
  content: "Reklama";
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 12px;
  color: #ab9e8d;
}
.adsGalerie {
  position: absolute;
  width: 320px;
  height: 600px;
  top: 80px;
  right: 65px;
}
.adsGalerie .adsClose {
  display: none;
}
.adsGalerie.adsGalerieMobile {
  background-color: black;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adsGalerie.adsGalerieMobile .adsClose {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
}
#seznamLeaderBoardDesktopBottom {
  background-color: rgba(0,0,0,0.8);
}
#seznamLeaderBoardDesktopBottom .close {
  position: absolute;
  width: 80px;
  height: 50px;
  color: white;
  background: black;
  right: -80px;
  top: 0;
  line-height: 1.1;
  cursor: pointer;
}
.seznamAd--wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
}
.seznamAd--wrapper .seznamAd--cButton {
  position: absolute;
  top: 12px;
  right: 12px;
}
.seznamAd--wrapper .tag {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background-color: black;
  padding: 5px;
  color: white;
}
