@import "animate.css";
.footernav {
  padding: 19px;
}
@media (min-width: 768px) {
  .footernav {
    padding: 19px 30px 19px 30px;
  }
}
.footernav a {
  text-decoration: none;
  display: block;
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.4px;
}
.footernav a.active {
  color: #F9E400 !important;
}
.footernav * {
  color: #FFFFFF;
}

h1, *.h1 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
}
@media (min-width: 992px) {
  h1, *.h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
h1 a, *.h1 a {
  text-decoration: none;
  color: inherit;
}

h2, *.h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
}
@media (min-width: 992px) {
  h2, *.h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
h2 a, *.h2 a {
  text-decoration: none;
  color: inherit;
}

h3, *.h3 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 992px) {
  h3, *.h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
h3 a, *.h3 a {
  text-decoration: none;
  color: inherit;
}

h4, h5, h6, *.h4 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}
@media (min-width: 992px) {
  h4, h5, h6, *.h4 {
    font-size: 16px;
    line-height: 32px;
  }
}
h4 a, h5 a, h6 a, *.h4 a {
  text-decoration: none;
  color: inherit;
}

.perex {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  .perex {
    font-size: 16px;
    line-height: 32px;
  }
}
.perex a {
  text-decoration: none;
  color: inherit;
}
.perex.inarticle {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  .perex.inarticle {
    font-size: 16px;
    line-height: 22px;
  }
}

p, .normal-p {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  p, .normal-p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }
}

small, .small-p {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  small, .small-p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
}

.note {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  .note {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
}
.note a {
  text-decoration: none;
  color: inherit;
}

.btn {
  border-radius: 8px !important;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
}

a.calinherit {
  text-decoration: none;
  color: inherit;
}

.nlsection {
  color: white;
  padding: 19px;
}
@media (min-width: 768px) {
  .nlsection {
    padding: 19px 30px 19px 30px;
  }
}

nav.navbar .dropdown-menu {
  border: 0px solid transparent !important;
}
nav.navbar .dropdown-menu li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
nav.navbar .dropdown-menu li i {
  margin-right: 15px;
}

.dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
}

.previevimg {
  background-color: transparent;
  border-width: 0px;
}

.content-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .content-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.absolute-bottom {
  position: absolute;
  bottom: 0px;
}

@media (min-width: 768px) {
  .navbar.fixed-top {
    transition: top 0.5s ease-in-out;
  }
  .navbar.fixed-top.scrolled {
    top: -86px;
  }

  .sticky-top-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 106px;
    z-index: 1020;
  }
}
main {
  padding-top: 100px;
}
@media (min-width: 768px) {
  main {
    padding-top: 165px;
  }
}

@media (min-width: 768px) {
  .wideitem {
    padding-right: 30px;
  }
}

.right-now-mainheadline {
  border-radius: 8px;
  background-color: #F5004F;
  padding: 10px 22px 7px 22px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.right-now-mainheadline h2 {
  color: white;
}

.for-you-mainheadline {
  border-radius: 8px;
  background-color: #7C00FE;
  padding: 10px 22px 7px 22px;
  margin-bottom: 30px;
}
.for-you-mainheadline h2 {
  color: white;
}

.navbar-brand {
  width: 107px;
  height: 62px;
}

.bigicon {
  font-size: 25px;
  margin-top: 32px;
  margin-right: 12px;
  margin-left: 0px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .bigicon {
    font-size: 39px;
    margin-top: 22px;
    margin-right: 15px;
    margin-left: 10px;
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) {
  .btnwrapp {
    margin-right: 7px;
  }
}
.btnwrapp p {
  margin-bottom: 3px;
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .btnwrapp p {
    margin-top: 3px;
  }
}
.btnwrapp .btn {
  padding: 3px 12px 3px 12px;
  margin-bottom: 9px;
}
.btnwrapp .btn i {
  transform: scale(1.4);
  margin-right: 10px;
}
@media (min-width: 992px) {
  .btnwrapp .btn {
    padding: 6px 12px 6px 12px;
    margin-bottom: 6px;
    margin-top: 10px;
  }
}
.btnwrapp .btn-primary {
  border-color: white;
  background-color: white;
  color: #390082;
}

.violet-border-one .btn-primary {
  border-color: #F9E400;
  background-color: #F9E400;
  color: #390082;
}
.violet-border-one .btn-primary:hover {
  color: #390082;
  background-color: white;
  border-color: white;
}
.violet-border-one .btn-secondary {
  border-color: #C9C5FD;
  background-color: #C9C5FD;
  color: #390082;
}
.violet-border-one .btn-secondary:hover {
  color: #390082;
  background-color: white;
  border-color: white;
}
.violet-border-one .btn-check:checked + .btn, .violet-border-one .btn.active, .violet-border-one .btn.show, .violet-border-one .btn:first-child:active, .violet-border-one :not(.btn-check) + .btn:active {
  color: #390082;
  background-color: white;
  border-color: white;
}

.w-330 {
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
}

.sidemenu {
  list-style: none;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.sidemenu li a {
  color: white;
  text-decoration: none;
}
.sidemenu li a.active, .sidemenu li a:hover {
  color: #F9E400;
  text-decoration: none;
}

.avatar {
  width: 100px;
  height: 100px;
}

.autorlist-section .d-flex {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .autorlist-section .d-flex {
    flex-wrap: nowrap;
  }
}
.autorlist-section .autor-image {
  width: 100%;
}
@media (min-width: 768px) {
  .autorlist-section .autor-image {
    width: 140px;
  }
}
.autorlist-section .autor-content {
  width: 100%;
}
@media (min-width: 768px) {
  .autorlist-section .autor-content {
    width: calc(100% - 440px);
    min-width: 272px;
    max-width: 100%;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  color: #C4C4C4;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.4px;
  font-family: "DM Sans";
}

.breadcrumb-item a {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #C4C4C4;
  text-decoration: none;
}
.breadcrumb-item.active {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}

@keyframes fontdancing {
  0% {
    font-family: "Oswald", sans-serif;
    bottom: 13px;
  }
  33% {
    font-family: "Oswald", sans-serif;
    bottom: 13px;
  }
  33.1% {
    font-family: "DM Sans", sans-serif;
    bottom: 10px;
  }
  66% {
    font-family: "DM Sans", sans-serif;
    bottom: 10px;
  }
  66.1% {
    font-family: "Lora", serif;
    bottom: 9.5px;
  }
  99.9% {
    font-family: "Lora", serif;
    bottom: 9.5px;
  }
  100% {
    font-family: "Oswald", sans-serif;
    bottom: 13px;
  }
}
.fontdance {
  font-family: "Oswald", sans-serif;
  height: 37px;
  min-height: 37px;
  max-height: 37px;
  display: inline-block;
  position: absolute;
  line-height: 37px;
  left: 51px;
  bottom: 13px;
}

.fontdance.danceit {
  animation-name: fontdancing;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.autor-block {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .autor-block {
    flex-wrap: nowrap;
  }
}
.autor-block .avatar {
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  order: 1;
  height: auto;
  margin-left: 20px;
  padding-top: 20px;
}
@media (min-width: 768p) {
  .autor-block .avatar {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
  }
}
@media (min-width: 992px) {
  .autor-block .avatar {
    width: 208px;
    min-width: 208px;
    max-width: 208px;
  }
}
.autor-block .avatar img {
  width: 168px;
  max-width: 100%;
  height: auto;
}
.autor-block .autor-content {
  width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  order: 3;
  color: white;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .autor-block .autor-content {
    order: 2;
    width: 400px;
    min-width: auto;
    max-width: 400px;
    padding-top: 12px;
  }
}
@media (min-width: 1300px) {
  .autor-block .autor-content {
    width: 700px;
    min-width: auto;
    max-width: 700px;
  }
}
.autor-block .autor-buttons {
  order: 2;
  color: white;
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  margin-left: 20px;
  padding-top: 20px;
}
.autor-block .autor-buttons .btn-primary {
  background-color: white;
  color: #390082;
  border-color: white;
}
@media (min-width: 768px) {
  .autor-block .autor-buttons {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .autor-block .autor-buttons {
    order: 3;
  }
}

.social-icons p {
  transform: translateY(2px);
}
.social-icons i {
  font-size: 25px;
}

.sidemenu i {
  width: 30px;
  text-align: center;
}

.border-width-0 {
  border-width: 0px !important;
}

.fotoinforow {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .fotoinforow {
    flex-wrap: wrap;
  }
}
.fotoinforow .popisek {
  text-align: left;
  flex-grow: 1;
}
@media (max-width: 700px) {
  .fotoinforow .popisek {
    margin-bottom: 0px;
  }
}
.fotoinforow .autor {
  text-align: right;
  white-space: nowrap;
  opacity: 0.5;
}

.fa-magnifying-glass {
  cursor: pointer;
}

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