:root {
	--default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--heading-font: "Montserrat",  sans-serif;
}
:root {
	scroll-behavior: smooth;
}
body {
	color: var(--default-color);
	background-color: var(--background-color);
	font-family: var(--default-font);
}
@media screen and (max-width: 768px) {
[data-aos-delay] {
	transition-delay: 0 !important;
}
}
.dark-background {
	--background-color: #2d2b2b;
	--default-color: #ffffff;
	--heading-color: #ffffff;
	--surface-color: #252323;
	--contrast-color: #ffffff;
}
.section-bg {
	background-color: #f5f6f7;
}
.header {
	--background-color: rgba(0, 0, 0, 0.2);
	--default-color: #ffffff;
	--heading-color: #ffffff;
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 15px 0;
	transition: all 0.5s;
	z-index: 997;
	border-bottom: 2px solid var(--accent-color);
}
.header .logo {
	line-height: 1;
}
.header .logo img {
	max-height: 60px;
	margin-right: 8px;
}
.header .logo small {
	font-size: 30px;
	text-align: center;
	margin: 0;
	font-weight: 700;
	color: var(--heading-color);
	font-family: var(--heading-font);
	letter-spacing: .2em;
}
.header .logo small span {
	font-size: 10px;
	margin: 0;
	font-weight: 700;
	color: var(--accent-color-2);
	display: block;
	font-family: var(--default-font);
	letter-spacing: normal;
}
.header .header-social-links {
	padding-right: 15px;
}
@media (max-width: 1200px) {
.header .logo {
	order: 1;
}
.header .header-social-links {
	order: 2;
}
.header .navmenu {
	order: 3;
}
}
.scrolled .header {
	--background-color: rgba(0, 0, 0, 0.95);
	padding: 5px 0;
	border-bottom: none;
	box-shadow: 0 0 10px rgba(0,0,0,.7);
}
@media (min-width: 1200px) {
.navmenu {
	padding: 0;
	margin-right: 20px;
}
.navmenu ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navmenu li {
	position: relative;
}
.navmenu a,  .navmenu a:focus {
	color: var(--nav-color);
	padding: 18px 12px;
	font-size: 16px;
	font-family: var(--default-font);
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	transition: 0.3s;
}
.navmenu a i,  .navmenu a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
	transition: 0.3s;
}
.navmenu li:last-child a {
	padding-right: 0;
}
.navmenu li:hover>a,  .navmenu .active,  .navmenu .active:focus {
	color: var(--accent-color);
}
.navmenu .dropdown ul {
	margin: 0;
	padding: 10px 0;
	background: var(--background-color);
	display: block;
	position: absolute;
	visibility: hidden;
	left: 14px;
	top: 130%;
	opacity: 0;
	transition: 0.3s;
	border-radius: 4px;
	z-index: 99;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.navmenu .dropdown ul li {
	min-width: 200px;
}
.navmenu .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	color: var(--nav-dropdown-color);
}
.navmenu .dropdown ul a i {
	font-size: 12px;
}
.navmenu .dropdown ul a:hover,  .navmenu .dropdown ul .active:hover,  .navmenu .dropdown ul li:hover>a {
	color: var(--nav-dropdown-hover-color);
}
.navmenu .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navmenu .dropdown .dropdown ul {
	top: 0;
	left: -90%;
	visibility: hidden;
}
.navmenu .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: -100%;
	visibility: visible;
}
}
@media (max-width: 1199px) {
.mobile-nav-toggle {
	color: var(--nav-color);
	font-size: 28px;
	line-height: 0;
	margin-right: 10px;
	cursor: pointer;
	transition: color 0.3s;
}
.navmenu {
	padding: 0;
	z-index: 9997;
}
.navmenu ul {
	display: none;
	list-style: none;
	position: absolute;
	inset: 60px 20px 20px 20px;
	padding: 10px 0;
	margin: 0;
	border-radius: 6px;
	background-color: var(--background-color);
	overflow-y: auto;
	transition: 0.3s;
	z-index: 9998;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.navmenu a,  .navmenu a:focus {
	color: var(--nav-dropdown-color);
	padding: 10px 20px;
	font-family: var(--default-font);
	font-size: 17px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	transition: 0.3s;
}
.navmenu a i,  .navmenu a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.3s;
	background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
}
.navmenu a i:hover,  .navmenu a:focus i:hover {
	background-color: var(--accent-color);
	color: var(--background-color);
}
.navmenu a:hover,  .navmenu .active,  .navmenu .active:focus {
	color: var(--nav-dropdown-hover-color);
}
.navmenu .active i,  .navmenu .active:focus i {
	background-color: var(--accent-color);
	color: var(--background-color);
	transform: rotate(180deg);
}
.navmenu .dropdown ul {
	position: static;
	display: none;
	z-index: 99;
	padding: 10px 0;
	margin: 10px 20px;
	background-color: var(--background-color);
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	box-shadow: none;
	transition: all 0.5s ease-in-out;
}
.navmenu .dropdown ul ul {
	background-color: rgba(33, 37, 41, 0.1);
}
.navmenu .dropdown>.dropdown-active {
	display: block;
	background-color: rgba(33, 37, 41, 0.03);
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav-toggle {
	color: #fff;
	position: absolute;
	font-size: 32px;
	top: 15px;
	right: 15px;
	margin-right: 0;
	z-index: 9999;
}
.mobile-nav-active .navmenu {
	position: fixed;
	overflow: hidden;
	inset: 0;
	background: rgba(0, 0, 0, 0.95);
	transition: 0.3s;
}
.mobile-nav-active .navmenu>ul {
	display: block;
}
}
a {
	color: var(--accent-color);
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	color: color-mix(in srgb, var(--accent-color), transparent 25%);
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--heading-color);
	font-family: var(--heading-font);
}
.footer {
	font-size: 14px;
	position: relative;
	color: var(--default-color);
	background-color: var(--background-color);
}
.footer .footer-zpravodaj {
	background-color: color-mix(in srgb, var(--default-color), transparent 97%);
	padding: 60px 0 50px 0;
}
.footer .footer-zpravodaj h4 {
	font-size: 24px;
}
.footer .footer-zpravodaj .newsletter-form {
	display: flex;
	transition: 0.5s;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 6px 8px;
	position: relative;
	border-radius: 4px;
	background-color: var(--background-color);
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.footer .footer-zpravodaj .newsletter-form:focus-within {
	border-color: var(--accent-color);
}
.footer .footer-zpravodaj .newsletter-form input[type=email] {
	border: 0;
	padding: 4px 15px;
	width: 100%;
	background-color: var(--background-color);
	color: var(--default-color);
}
.footer .footer-zpravodaj .newsletter-form input[type=email]:focus-visible {
	outline: none;
}
.footer .footer-zpravodaj .newsletter-form input[type=submit] {
	border: 0;
	font-size: 16px;
	padding: 0 20px;
	margin: -7px -8px -7px 0;
	background: var(--accent-color);
	color: var(--background-color);
	transition: 0.3s;
	border-radius: 0 10px 10px 0;
}
.footer .footer-zpravodaj .newsletter-form input[type=submit]:hover {
	background: color-mix(in srgb, var(--accent-color), transparent 20%);
}
.footer .footer-top {
	padding-top: 50px;
}
.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 2px solid var(--accent-color);
	font-size: 16px;
	color: var(--accent-color);
	margin-right: 10px;
	transition: 0.3s;
}
.footer .social-links a:hover {
	color: var(--default-color);
	border-color: var(--default-color);
	background: var(--accent-color);
}
.footer h4 {
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: bold;
	position: relative;
}
.footer .footer-links {
	margin-bottom: 30px;
}
.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer .footer-links ul i {
	margin-right: 3px;
	font-size: 12px;
	line-height: 0;
	color: var(--accent-color);
}
.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.footer .footer-links ul li:first-child {
	padding-top: 0;
}
.footer .footer-links ul a {
	display: inline-block;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	line-height: 1;
}
.footer .footer-links ul a:hover {
	color: var(--accent-color);
}
.footer .footer-onas a {
	color: var(--heading-color);
	font-size: 24px;
	font-weight: 600;
	font-family: var(--heading-font);
}
.footer .footer-contact p {
	margin-bottom: 5px;
}
.footer .copyright {
	padding: 25px 0;
	border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.footer .copyright p {
	margin-bottom: 0;
	opacity: .7;
}
.footer .cerp {
	margin-top: 6px;
	font-size: 13px;
}
.footer .cerp a {
	text-decoration: underline;
}
#preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	overflow: hidden;
	background-color: var(--background-color);
	transition: all 0.6s ease-out;
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid var(--accent-color);
	border-top-color: color-mix(in srgb, var(--accent-color), transparent 90%);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background-color: var(--accent-color-2);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.scroll-top i {
	font-size: 24px;
	color: var(--background-color);
	line-height: 0;
}
.scroll-top:hover {
	background-color: color-mix(in srgb, var(--accent-color-2), transparent 20%);
}
.scroll-top.active {
	visibility: visible;
	opacity: 1;
}
.page-title {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 160px 0 60px 0;
	text-align: center;
	position: relative;
}
.page-title h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 10px;
}
.page-title .breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}
.page-title .breadcrumbs ol li+li {
	padding-left: 10px;
}
.page-title .breadcrumbs ol li+li::before {
	content: "/";
	display: inline-block;
	padding-right: 10px;
	color: color-mix(in srgb, var(--default-color), transparent 70%);
}
section, .section {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 50px 0;
	scroll-margin-top: 70px;
	overflow: clip;
}
@media (max-width: 1199px) {
section,  .section {
	scroll-margin-top: 66px;
}
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}
.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	position: relative;
}
@media (min-width: 768px) {
.section-title h2: before, .section-title h2: after {
	content: "";
	width: 50px;
	height: 2px;
	background: var(--accent-color);
	display: inline-block;
}
.section-title h2:before {
	margin: 0 15px 10px 0;
}
.section-title h2:after {
	margin: 0 0 10px 15px;
}
}
#mapa {
	border: 0;
	width: 100%;
	height: 270px;
}
.hero {
	width: 100%;
	position: relative;
	padding: 80px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#hero:before {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.hero .container {
	position: relative;
	z-index: 3;
}
.hero h1 {
	margin: 0 0 40px 0;
	font-size: 48px;
	font-weight: 700;
}
.hero h1 span {
	margin: 10px 0 0 0;
	font-size: 24px;
	color: var(--heading-color);
	display: block
}
.text-nadpis{text-align:center}
.cudl {
	font-family: var(--heading-font);
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	margin: 20px 15px 0 0;
	border-radius: 10px;
	transition: 0.5s;
	border: 1px solid;
}
.cudl-1 {
	color: var(--default-color);
	background-color: var(--accent-color);
}
.cudl-2 {
	color: var(--default-color);
	background-color: var(--accent-color-2);
}
.cudl:hover {
	opacity: .8;
	color: var(--default-color) !important;
}
.text-justify {
	text-align: justify
}
@media (max-width: 768px) {
.hero h1 {
	font-size: 32px;
}
.hero h1 span {
	font-size: 18px;
	display: block
}
}
.onas .content h2 {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--accent-color-2);
}
.onas .content .fst-italic {
	text-align: justify;
	color: color: #333;
}
.onas .content ul {
	list-style: none;
	padding: 0;
}
.onas .content ul li {
	padding: 10px 0 0 0;
	display: flex;
}
.onas .content ul i, .icheck {
	color: var(--accent-color);
	margin-right: 0.5rem;
	line-height: 1.2;
	font-size: 1.25rem;
}
.pes .card {
	background-color: var(--background-color);
	color: var(--default-color);
	border: none;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	min-height: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.pes .card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.9) 75%);
	z-index: 2;
}
.pes .card img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.pes .card .card-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 30px;
}
.pes .card .card-body h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0px;
	padding-left: 10px;
	border-left: 5px solid var(--accent-color);
}
.pes .card .card-body h3 a {
	color: var(--background-color);
}
.pes .card .card-body .card-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: 0.5s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.pes .card .card-body .card-content div {
	font-size: 15px;
	padding-top: 10px;
	margin-bottom: 0;
	overflow: hidden;
	color: var(--background-color);
}
.pes .card:hover .card-content {
	grid-template-rows: 1fr;
	visibility: visible;
	opacity: 1;
}
.dog-pending {
	padding: 40px 0;
	position: relative;
	clip-path: inset(0);
}
.dog-pending .img-fena {
	border-radius: 10px 10px 0 0;
	padding: 0;
}
.dog-pending .img-dog {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.dog-pending:before {
	content: "";
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	z-index: 3;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.dog-pending .container {
	position: relative;
	z-index: 3;
}
.dog-pending h3 {
	color: var(--default-color);
	font-size: 30px;
	font-weight: 700;
}
.dog-pending p {
	color: var(--default-color);
	margin-bottom: 30px;
	padding: 0 15px
}
.dog-pending p span {
	color: var(--default-color);
	margin: 30px;
	border: 2px solid var(--accent-color-2);
	;
	padding: 15px;
	border-radius: 10px;
	display: block;
}
.dog-pending .line {
	border-top: 1px solid rgba(255, 255, 255, .3);
	margin-top: 5px;
	padding-top: 30px;
}
.dog-pending h2 {
	color: var(--accent-color);
	font-family: var(--heading-font);
	font-size: 1.4em;
}
.main-btn {
	border: 2px solid var(--accent-color);
	color: var(--accent-color);
	font-family: var(--heading-font);
	font-weight: 500;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 10px;
	transition: 0.6s;
	background: transparent;
	margin: 10px;
}
.main-btn-2 {
	border: 2px solid var(--accent-color);
	color: var(--accent-color);
	font-family: var(--heading-font);
	font-weight: 500;
	display: inline-block;
	border-radius: 10px;
	transition: 0.6s;
	background: transparent;
	margin: 10px;
}
.main-btn:hover, .main-btn-2:hover {
	background: var(--accent-color);
	border: 2px solid var(--accent-color);
	color: var(--default-color);
}
.video-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
/* Tato vĂ˝Ĺˇka je pomocnĂˇ pro starĹˇĂ­ prohlĂ­ĹľeÄŤe (padding-top pro aspect-ratio) */
	padding-top: 56.25%;
/* 16: 9 (9/16 = 0.5625 = 56.25%) */
}
.embed-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-video {
	aspect-ratio: 16 / 9;
}
.services .service-item {
	position: relative;
	padding-top: 40px;
}
.services .service-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: color-mix(in srgb, var(--default-color), transparent 90%);
}
.services .service-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: var(--accent-color);
	border-right: 5px solid var(--background-color);
}
.services .service-item .icon {
	width: 48px;
	height: 48px;
	position: relative;
	margin-right: 50px;
	line-height: 0;
}
.services .service-item .icon i {
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	font-size: 56px;
	transition: ease-in-out 0.3s;
	z-index: 2;
	position: relative;
}
.services .service-item .icon:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	background: color-mix(in srgb, var(--accent-color), transparent 70%);
	border-radius: 50px;
	z-index: 1;
	bottom: -15px;
	right: -15px;
	transition: 0.3s;
}
.services .service-item .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
.services .service-item .title a {
	color: var(--heading-color);
}
.services .service-item .title a:hover {
	color: var(--accent-color);
}
.services .service-item .description {
	line-height: 24px;
	font-size: 14px;
}
.trophy .trophy-container .trophy-item {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(82, 86, 90, 0.15);
	margin: 15px 0;
	padding: 25px;
}
.trophy .trophy-container .trophy-item:last-child {
	margin-bottom: 0;
}
.trophy .trophy-container .trophy-item h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin: 0 30px 0 0;
	transition: 0.3s;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.trophy .trophy-container .trophy-item h3 .num {
	color: var(--accent-color);
	padding-right: 5px;
}
.trophy .trophy-container .trophy-item h3:hover {
	color: var(--accent-color);
}
.trophy .trophy-container .trophy-item .trophy-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.trophy .trophy-container .trophy-item .trophy-content p {
	margin-bottom: 0;
	overflow: hidden;
}
.trophy .trophy-container .trophy-item .trophy-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
	line-height: 0;
	transition: 0.3s;
	cursor: pointer;
}
.trophy .trophy-container .trophy-item .trophy-toggle:hover {
	color: var(--accent-color);
}
.trophy .trophy-container .trophy-active h3 {
	color: var(--accent-color);
}
.trophy .trophy-container .trophy-active .trophy-content {
	grid-template-rows: 1fr;
	visibility: visible;
	opacity: 1;
	padding-top: 10px;
}
.trophy .trophy-container .trophy-active .trophy-toggle {
	transform: rotate(90deg);
	color: var(--accent-color);
}
.trophy .icon {
	font-size: 2em;
	color: var(--accent-color-2);
	padding-right: .6em;
}
.bi-trophy-fill {
	color: gold
}
.contacts .info-item {
	border: 1px solid #e7e7e7;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	background: #343232;
	color: white;
}
.contacts .info-item i {
	color: var(--background-color);
	background: var(--accent-color);
	font-size: 22px;
	width: 50px;
	height: 117px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px 0  0 5px;
	transition: all 0.4s ease-in-out;
	margin-right: 20px;
}
.contacts .info-item h3 {
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 5px 0;
	color: white;
}
.contacts .info-item p {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
}
.contacts .contact-form {
	height: 100%;
}
.contacts .contact-form input[type=text], .contacts .contact-form input[type=email], .contacts .contact-form textarea {
	font-size: 14px;
	padding: 10px 15px;
	box-shadow: none;
	border-radius: 0;
	color: var(--default-color);
	background-color: color-mix(in srgb, var(--background-color), transparent 50%);
	border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}
.contacts .contact-form input[type=text]:focus, .contacts .contact-form input[type=email]:focus, .contacts .contact-form textarea:focus {
	border-color: var(--accent-color);
}
.contacts .contact-form input[type=text]::placeholder, .contacts .contact-form input[type=email]::placeholder, .contacts .contact-form textarea::placeholder {
	color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.contacts .contact-form button[type=submit] {
	color: var(--background-color);
	background: var(--accent-color);
	border: 0;
	padding: 10px 30px;
	transition: 0.4s;
	border-radius: 4px;
}
.contacts .contact-form button[type=submit]:hover {
	background: color-mix(in srgb, var(--accent-color), transparent 20%);
}
.portfolio-details .portfolio-details-slider img {
	width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: color-mix(in srgb, var(--default-color), transparent 85%);
	opacity: 1;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--accent-color);
}
.portfolio-details .portfolio-info {
	background-color: var(--background-color);
	padding: 30px;
	box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}
.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}
.portfolio-details .portfolio-description {
	padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
	padding: 0;
	color: color-mix(in srgb, var(--default-color), transparent 30%);
}
/*--------------------------------------------------------------# Service Details Section--------------------------------------------------------------*/
.service-details .services-list {
	background-color: var(--background-color);
	padding: 10px 30px;
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	margin-bottom: 20px;
}
.service-details .services-list a {
	display: block;
	line-height: 1;
	padding: 8px 0 8px 15px;
	border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
	margin: 20px 0;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
	transition: 0.3s;
}
.service-details .services-list a.active {
	color: var(--heading-color);
	font-weight: 700;
	border-color: var(--accent-color);
}
.service-details .services-list a:hover {
	border-color: var(--accent-color);
}
.service-details .services-img {
	margin-bottom: 20px;
}
.service-details h3 {
	font-size: 26px;
	font-weight: 700;
}
.service-details h4 {
	font-size: 20px;
	font-weight: 700;
}
.service-details p {
	font-size: 15px;
}
.service-details ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.service-details ul li {
	padding: 5px 0;
	display: flex;
	align-items: center;
}
.service-details ul i {
	font-size: 20px;
	margin-right: 8px;
	color: var(--accent-color);
}
.pes-h3 {
	color: white
}
.btn-success {
	background-color: var(--accent-color);
}
.goog-te-combo {
	display: block;
	width: 100px;
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-size: 12px !important;
}
.goog-te-combo:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#google_translate_element {
	margin-top: 20px;
	font-size: 8px;
}
.goog-te-gadget {
	font-size: 0px !important;
	padding-top: 30px;
	text-align: center;
}
.skiptranslate {
	margin-top: -50px;
}
.skiptranslate iframe {
	margin-top: -50px;
}
#o-nas img {
	border-radius: 10px
}
.testimonials .testimonial-wrap {
	padding-left: 10px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
	overflow: hidden;
}
.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 20px;
	margin: 0 0 30px 0;
	min-height: 200px;
	box-shadow: 0 0 20px rgba(82, 86, 90, 0.15);
	position: relative;
	background: #fff;
	text-align: left;
	border-radius: 5px;
}
.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #000;
}
.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}
.testimonials .testimonial-item .stars {
	margin: 10px 0;
}
.testimonials .testimonial-item .stars i {
	color: gold;
	margin: 0 1px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
	color: var(--accent-color);
	font-size: 24px;
	line-height: 0;
}
.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
	transform: scale(-1, -1);
}
.testimonials .testimonial-item p {
	font-style: italic;
	text-align: justify;
	letter-spacing: -1px;
}
.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50px;
	margin-right: 15px;
}
.testimonials .swiper-pagination {
	margin-top: 10px;
	position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #d5d7da;
	opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #686666;
}
@media (max-width: 767px) {
.testimonials .testimonial-wrap {
	padding-left: 0;
}
.testimonials .testimonials-carousel,  .testimonials .testimonials-slider {
	overflow: hidden;
}
.testimonials .testimonial-item {
	padding: 30px;
	margin: 15px;
}
}
.alt-services .img-bg {
	background-size: cover;
	background-position: center center;
	min-height: 400px;
}
.alt-services h3 {
	font-size: 28px;
	font-weight: 700;
	color: var(--color-secondary);
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.alt-services h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: var(--color-primary);
	left: 0;
	bottom: 0;
}
.alt-services .icon-box {
	margin-top: 50px;
}
.alt-services .icon-box i {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary);
	margin-right: 25px;
	font-size: 28px;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	line-height: 0;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	transition: 0.3s;
}
.alt-services .icon-box:hover i {
	background-color: var(--color-primary);
	color: #fff;
}
.alt-services .icon-box h4 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}
.alt-services .icon-box h4 a {
	color: #000;
	transition: 0.3s;
}
.alt-services .icon-box h4 a:hover {
	color: var(--color-primary);
}
.alt-services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.hide-text {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.8s;
}
.hide-text:hover {
	-webkit-line-clamp: 10;
	overflow: unset;
}
.email {
	display: none
}
.btn-1 {
	background: var(--accent-color);
	color: var(--background-color);
	border: 0;
	transition: .5s;
}
.btn-2 {
	background: var(--accent-color-2);
	color: var(--background-color);
	border: 0;
}
.btn-1:hover {
	background: var(--accent-color);
	opacity: .8;
	color: var(--background-color);
}
.btn-2:hover {
	background: var(--accent-color-2);
	opacity: .8;
	color: var(--background-color);
}
article small {
	color: #9e9e9e;
	margin-top: 6em;
	display: block;
	text-align: right;
}
time {
	color: #9e9e9e;
	font-size: .8em
}
.blog-posts article {
	background-color: var(--surface-color);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	padding: 30px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.blog-posts .post-img {
	max-height: 240px;
	margin: -30px -30px 15px -30px;
	overflow: hidden;
}
.blog-posts .post-category {
	font-size: 16px;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	margin-bottom: 10px;
}
.blog-posts .title {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px 0;
}
.blog-posts .title a {
	color: var(--heading-color);
	transition: 0.3s;
}
.blog-posts .title a:hover {
	color: var(--accent-color);
}
.blog-posts .post-author-img {
	width: 50px;
	border-radius: 50%;
	margin-right: 15px;
}
.blog-posts .post-author {
	font-weight: 600;
	margin-bottom: 5px;
}
.blog-posts .post-date {
	font-size: 14px;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	margin-bottom: 0;
}
.blog-pagination {
	padding-top: 0;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
}
.blog-pagination li a {
	color: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--accent-color);
}
.blog-pagination li a.active, .blog-pagination li a:hover {
	background: var(--accent-color);
	color: var(--contrast-color);
}
.blog-pagination li a.active a, .blog-pagination li a:hover a {
	color: var(--contrast-color);
}
.pes-karta {
	padding-bottom: 30px;
}
.pes-karta .article {
	background-color: var(--surface-color);
	padding: 30px;
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	border-radius: 10px;
}
.pes-karta .post-img {
	margin: -30px -30px 20px -30px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.pes-karta .title {
	color: var(--accent-color);
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	margin: 30px 0;
}
.pes-karta .content {
	margin-top: 20px;
}
.pes-karta h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}
.pes-karta .content blockquote {
	overflow: hidden;
	color: var(--default-color);
	background-color: color-mix(in srgb, var(--default-color), transparent 97%);
	padding: 35px;
	position: relative;
	margin: 20px 0 20px 10px !important;
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
}
.pes-karta .content blockquote:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: var(--accent-color);
}
.pes-karta .meta-top {
	margin-top: 20px;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.pes-karta .meta-top ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}
.pes-karta .meta-top ul li+li {
	padding-left: 20px;
}
.pes-karta .meta-top i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.pes-karta .meta-top a {
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}
.pes-karta .meta-bottom {
	padding-top: 10px;
	border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.pes-karta .meta-bottom i {
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	display: inline;
}
.pes-karta .meta-bottom a {
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	transition: 0.3s;
}
.pes-karta .meta-bottom a:hover {
	color: var(--accent-color);
}
.pes-karta .meta-bottom .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}
.pes-karta .meta-bottom .cats li {
	display: inline-block;
}
.pes-karta .meta-bottom .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}
.pes-karta .meta-bottom .tags li {
	display: inline-block;
}
.pes-karta .meta-bottom .tags li+li::before {
	padding-right: 6px;
	color: var(--default-color);
	content: ", ";
}
.pes-karta .meta-bottom .share {
	font-size: 16px;
}
.pes-karta .meta-bottom .share i {
	padding-left: 5px;
}
.widgets-container {
	margin: 50px 0 30px 0;
}
.widget-title {
	color: var(--heading-color);
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	border-left: 4px solid var(--accent-color);
}
.widget-item {
	margin-bottom: 30px;
	background-color: color-mix(in srgb, var(--default-color), transparent 98%);
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	padding: 30px;
	border-radius: 5px;
}
.widget-item:last-child {
	margin-bottom: 0;
}
.categories-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.categories-widget ul li {
	padding: 4px;
	border-bottom: 1px solid #e6e6e6;
}
.categories-widget ul li:last-child {
	border: 0;
}
.categories-widget ul strong span {
	padding-left: 5px;
	color: color-mix(in srgb, var(--default-color), transparent 50%);
	font-size: 14px;
}
.recent-posts-widget .post-item {
	display: flex;
	margin-bottom: 15px;
}
.recent-posts-widget .post-item:last-child {
	margin-bottom: 0;
}
.recent-posts-widget .post-item img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-right: 15px;
	border-radius: 5px;
/* volitelné pro vzhled */
}
.recent-posts-widget .post-item h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.recent-posts-widget .post-item h4 a {
	color: var(--default-color);
	transition: 0.3s;
}
.recent-posts-widget .post-item h4 a:hover {
	color: var(--accent-color);
}
.recent-posts-widget .post-item p {
	margin: 0;
	font-size: 12px;
	color: color-mix(in srgb, var(--default-color), transparent 50%) !important;
}
.tags-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tags-widget ul li {
	display: inline-block;
}
.tags-widget ul a {
	background-color: color-mix(in srgb, var(--default-color), transparent 94%);
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	border-radius: 50px;
	font-size: 14px;
	padding: 5px 15px;
	margin: 0 6px 8px 0;
	display: inline-block;
	transition: 0.3s;
}
.tags-widget ul a:hover {
	background: var(--accent-color);
	color: var(--contrast-color);
}
.tags-widget ul a span {
	padding-left: 5px;
	color: color-mix(in srgb, var(--default-color), transparent 60%);
	font-size: 14px;
}
.rate {
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px
}
.rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center
}
.rating>input {
	display: none
}
.rating>label {
	position: relative;
	width: 1em;
	font-size: 40px;
	font-weight: 300;
	color: #FFD600;
	cursor: pointer
}
.rating>label::before {
	content: "\2605";
	position: absolute;
	opacity: 0
}
.rating>label:hover:before, .rating>label:hover~label:before {
	opacity: 1 !important
}
.rating>input:checked~label:before {
	opacity: 1
}
.rating:hover>input:checked~label:before {
	opacity: 0.4
}
.dn {
	display: none;
}
#text-recenze {
	height: 150px
}
.zhasni {
	z-index: 3000;
	margin: 10px;
	background: #60b210;
	color: white;
}
.gallery-link {
	position: absolute;
	z-index: 10;
	right: 26px;
	top: 10px;
	font-size: 2em;
}
.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 3px 0 0 3px;
}
.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 10px;
	transition: 0.3s;
}
.btn {
	margin-bottom: 10px;
}
@keyframes spinner-grow {
0% {
	transform: scale(0);
}
50% {
	opacity: 1;
	transform: none;
}
}
.spinner-grow {
	animation-duration: 2s;
}
.partner {
	opacity: 0.5;
	transition: 0.3s;
	filter: grayscale(100);
}
.partner:hover {
	filter: none;
	opacity: 1;
}
.vrh-div {
	border: 1px solid #747474;
	margin: 25px 0;
	padding: 20px;
	box-shadow: 0 0 20px #747474;
	border-radius: 10px;
	background: rgba(0, 0, 0, .4);
}
#cookiePopup {
	background: white;
	width: 400px;
	position: fixed;
	left: 10px;
	bottom: 20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	padding: 10px;
	z-index: 10;
}
@media screen and (max-width: 768px) {
#cookiePopup {
	width: 94%;
}
}
#cookiePopup span {
	float: right;
	font-size: 20px;
	cursor: pointer;
}
#cookiePopup p {
	font-size: 15px;
}
.modal-open .modal-backdrop {
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1 !important;
	transition: 0.1s;
}