<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flash {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  z-index: 6;
  color: white;
  opacity: 0.9;
}
.flash.success {
  background-color: #2bca2b;
}
.flash.error {
  background-color: #d80000;
}
.flash a {
  position: absolute;
  right: 2%;
  color: white;
  font-size: 35px;
  top: 3px;
}
.flash a:hover {
  text-decoration: none;
  color: black;
}

.modal-open {
	display: grid;
}

.text-center {
	text-align: center;
}

.no-notifications {
	margin: 10px 0px;
	text-align: center;
}

.hidden {
	display: none;
}

.categories__collapse--open {
	display: block;
}

.categories__collapse-tags .active {
	text-decoration: underline;
}

.address-map {
	border: 2px solid black;
}

/* Fix pro obrĂˇzek mapy, viz: https://napoveda.seznam.cz/forum/threads/133457/1 */
.smap img {
	max-width: none;
	max-height: none;
}


/* AJAX spinner */

.loader-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	
	background: rgba(255, 255, 255, 0.8);
}

.loader-background-hidden {
	display: none;
}

/* loader */
.loader-background .loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
 

/* loader flower-02 */
.flower-02 .loader-container {
  width: 80px;
  height: 80px;
}
.flower-02 .petal,
.flower-02 .petal-1 {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
}
.flower-02 .petal {
  z-index: 2;

}
.flower-02 .petal-1 {
  z-index: -1;
}
.flower-02 .petal::before,
.flower-02 .petal-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background-color: #ad1700;
  z-index: 2;
  animation: flower2 0.8s infinite linear;
  opacity: 0.2;
}
.flower-02 .petal::before {
  border-left: 1px solid #ffffff;
}
.flower-02 .petal:nth-of-type(6)::before,
.flower-02 .petal:nth-of-type(7)::before,
.flower-02 .petal:nth-of-type(8)::before {
  background-color: transparent;
}
.flower-02 .petal:nth-of-type(1) {
  transform: translate(-50%, 0%);
}
.flower-02 .petal:nth-of-type(2) {
  transform: translate(-50%, 0%) rotate(45deg);
}
.flower-02 .petal:nth-of-type(3) {
  transform: translate(-50%, 0%) rotate(90deg);
}
.flower-02 .petal:nth-of-type(4) {
  transform: translate(-50%, 0%) rotate(135deg);
}
.flower-02 .petal:nth-of-type(5) {
  transform: translate(-50%, 0%) rotate(180deg);
}
.flower-02 .petal:nth-of-type(6),
.flower-02 .petal-1:nth-of-type(9) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.flower-02 .petal:nth-of-type(7),
.flower-02 .petal-1:nth-of-type(10) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.flower-02 .petal:nth-of-type(8),
.flower-02 .petal-1:nth-of-type(11) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.flower-02 .petal:nth-of-type(1)::before {
  animation-delay: 0s;
}
.flower-02 .petal:nth-of-type(2)::before {
  animation-delay: 0.1s;
}
.flower-02 .petal:nth-of-type(3)::before {
  animation-delay: 0.2s;
}
.flower-02 .petal:nth-of-type(4)::before {
  animation-delay: 0.3s;
}
.flower-02 .petal:nth-of-type(5)::before {
  animation-delay: 0.4s;
}
.flower-02 .petal:nth-of-type(6)::before,
.flower-02 .petal-1:nth-of-type(9)::before {
  animation-delay: 0.5s;
}
.flower-02 .petal:nth-of-type(7)::before,
.flower-02 .petal-1:nth-of-type(10)::before {
  animation-delay: 0.6s;
}
.flower-02 .petal:nth-of-type(8)::before,
.flower-02 .petal-1:nth-of-type(11)::before {
  animation-delay: 0.7s;
}
.flower-02 .ball {
  position: absolute;
  width: 28%;
  height: 28%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #ad1700;
  z-index: 3;
}
@keyframes flower2 {
  0%   { opacity: 1; }
  95%  { opacity: 0.2; }
  100% { opacity: 0.2; }
}

.detail__title--no-picture {
	padding-left: 0;
}

.detail__subtitle-container--no-picture {
	padding-left: 0;
}

.modal__body--add-slide {
	max-width: 1500px;
}

.skill__body-star {
	width: 90px;
	height: 90px;
}

.products__image {
	cursor: pointer;
}

.footer__nav {
  gap: 5px 60px;
}

.detail .detail__profile-name {
	align-self: flex-start;
	font-size: 24px;
	color: #1485b9;
	font-weight: bold;
	padding-top: 4px;
}

.detail h1.detail__heading {
	color: #1485b9;
	font-size: 32px;
	font-weight: 600;
}

@media (max-width: 991px) {
	.detail .detail__profile-name {
		font-size: 25px;
	}
	
	.detail h1.detail__heading {
		font-size: 20px;
	}
}</pre></body></html>