: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: "Poppins",  sans-serif;
	--background-color: #ffffff;
	--default-color: #444444;
	--heading-color: #2c4964;
	--surface-color: #ffffff;
	--contrast-color: #ffffff;
	--heading-color: #2c4964;
	--nav-hover-color: #1977cc;
	--nav-mobile-background-color: #ffffff;
	--nav-dropdown-background-color: #ffffff;
	--nav-dropdown-color: #2c4964;
	--nav-dropdown-hover-color: #1977cc;
	scroll-behavior: smooth;
}
.light-background {
	--background-color: #f1f7fc;
	--surface-color: #ffffff;
}
.dark-background {
	--background-color: #3f3e3e;
	--default-color: #ffffff;
	--heading-color: #ffffff;
	--surface-color: #252525;
	--contrast-color: #ffffff;
}
body {
	color: var(--default-color);
	background-color: var(--background-color);
	font-family: var(--default-font);
	font-size: 1.1rem;
}
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;
}
.sitename {
	font-size: 30px;
	margin: 0;
	font-weight: 700;
	color: var(--heading-color);
	letter-spacing: -1px;
}
#rezervace-wrapper {
	margin-left: 10px;
	margin-right: 0
}
@media (max-width: 575px) {
.sitename {
	font-size: 24px;
	letter-spacing: -1.5px;
}
#rezervace-wrapper {
	margin-left: 0;
	margin-right: 12px;
}
}
h1 {
	color: var(--surface-color);
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 3.6rem;
}
h2, h3, h4, h5, h6 {
	color: var(--heading-color);
	font-family: var(--heading-font);
}
#preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	overflow: hidden;
	background-color: var(--background-color);
	transition: all 0.6s ease-out;
	width: 100%;
	height: 100vh;
}
#preloader:before,
#preloader:after {
	content: "";
	position: absolute;
	border: 4px solid var(--accent-color);
	border-radius: 50%;
	animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader:after {
	animation-delay: -0.5s;
}
@keyframes animate-preloader {
0% {
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	opacity: 1;
}
100% {
	width: 72px;
	height: 72px;
	top: calc(50% - 36px);
	left: calc(50% - 36px);
	opacity: 0;
}
}
.header {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	color: var(--default-color);
	transition: all 0.5s;
	z-index: 995;
	background-color: var(--background-color);
}
.header .topbar {
	background-color: var(--accent-color);
	height: 30px;
	padding: 0;
	font-size: 14px;
	transition: all 0.5s;
	letter-spacing: -.5px
}
.dn {
	display: none !important
}
.header .topbar .contact-info a {
	padding-left: 5px;
	color: var(--contrast-color);
}
@media (max-width: 575px) {
.header .topbar .contact-info i a,  .header .topbar .contact-info i span {
	font-size: 13px;
}
}
.header .topbar .contact-info a {
	line-height: 0;
	transition: 0.3s;
	display: contents;
}
.header .topbar .contact-info i {
	margin: 6px;
	color: white;
}
.header .topbar .contact-info a:hover {
	color: var(--contrast-color);
	text-decoration: underline;
}
.header .topbar .social-links a {
	color: var(--contrast-color);
	line-height: 0;
	transition: 0.3s;
	margin-left: 20px;
}
.header .topbar .social-links a:hover {
	color: var(--contrast-color);
	opacity: .8;
}
.header .branding {
	min-height: 60px;
	padding: 10px 0;
}
.header .logo {
	line-height: 1;
}
.header .logo img {
	max-height: 51px;
	margin-right: 8px;
}
.veterina-btn, .veterina-btn:focus {
	color: var(--contrast-color) !important;
	background: var(--accent-color) !important;
	font-size: 14px !important;
	padding: 8px 25px !important;
	border-radius: 50px !important;
	transition: 0.3s !important;
	cursor: pointer !important;
	border: none !important;
}
.reservanto-button, reservanto-button:focus {
	color: var(--contrast-color) !important;
	background: var(--accent-color) !important;
	font-size: 14px !important;
	padding: 8px 25px !important;
	border-radius: 50px !important;
	transition: 0.3s !important;
	cursor: pointer !important;
	border: none !important;
	margin-left: 15px;
}
.veterina-btn:hover, .reservanto-button:hover {
	color: var(--contrast-color) !important;
	background: color-mix(in srgb, var(--accent-color), transparent 15%) !important;
}
@media (max-width: 1200px) {
.header .logo {
	order: 1;
}
.menu-btn {
	order: 2;
	margin: 0 15px 0 0;
	padding: 6px 15px;
}
.header .navmenu {
	order: 3;
}
}
.scrolled .header {
	box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
.scrolled .header .topbar {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
@media (min-width: 1200px) {
.navmenu {
	padding: 0;
}
.navmenu ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navmenu li {
	position: relative;
}
.navmenu>ul>li {
	white-space: nowrap;
	padding: 15px 14px;
}
.navmenu>ul>li:last-child {
	padding-right: 0;
}
.navmenu a,  .navmenu a:focus {
	color: var(--heading-color);
	font-size: 15px;
	padding: 0 2px;
	font-family: var(--heading-font);
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	transition: 0.3s;
	position: relative;
}
.navmenu a i,  .navmenu a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
	transition: 0.3s;
}
.navmenu>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: var(--nav-hover-color);
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}
.navmenu a:hover:before,  .navmenu li:hover>a:before,  .navmenu .active:before {
	visibility: visible;
	width: 100%;
}
.navmenu li:hover>a,  .navmenu .active,  .navmenu .active:focus {
	color: var(--nav-hover-color);
}
.navmenu .dropdown ul {
	margin: 0;
	padding: 10px 0;
	background: var(--nav-dropdown-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;
}
}
/* Mobile Navigation */
@media (max-width: 1199px) {
.mobile-nav-toggle {
	color: var(--heading-color);
	font-size: 26px;
	line-height: 0;
	margin-right: 8px;
	cursor: pointer;
	transition: color 0.3s;
}
.fa-bars, .fa-navicon {
	margin-top: 15px;
}
.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(--nav-mobile-background-color);
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	box-shadow: none;
	overflow-y: auto;
	transition: 0.3s;
	z-index: 9998;
}
.navmenu a,  .navmenu a:focus {
	color: var(--nav-dropdown-color);
	padding: 10px 20px;
	font-family: var(--heading-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(--contrast-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(--contrast-color);
	transform: rotate(180deg);
}
.navmenu .dropdown ul {
	position: static;
	display: none;
	z-index: 99;
	padding: 10px 0;
	margin: 10px 20px;
	background-color: var(--nav-dropdown-background-color);
	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(33, 37, 41, 0.8);
	transition: 0.3s;
}
.mobile-nav-active .navmenu>ul {
	display: block;
}
}
.footer {
	color: var(--default-color);
	background-color: var(--background-color);
	font-size: 14px;
	padding: 55px 0;
	position: relative;
}
.footer .copyright p {
	margin-bottom: 0;
}
.footer .social-links {
	margin-top: 20px;
}
.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--accent-color);
	color: var(--default-color);
	margin: 0 5px;
	transition: 0.3s;
	font-size: 13px;
}
.footer .social-links a:hover {
	color: var(--accent-color);
	background: var(--default-color);
	color: var(--accent-color);
}
.footer .credits {
	margin-top: 20px;
	font-size: 13px;
	text-align: center;
}
.footer .credits a {
	color: white;
	text-decoration: underline
}
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background-color: var(--accent-color);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.scroll-top i {
	font-size: 24px;
	color: var(--contrast-color);
	line-height: 0;
}
.scroll-top:hover {
	background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
	color: var(--contrast-color);
}
.scroll-top.active {
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------------------# Disable aos animation delay on mobile devices--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
	transition-delay: 0 !important;
}
}
/*--------------------------------------------------------------# Global Page Titles & Breadcrumbs--------------------------------------------------------------*/
.page-title {
	color: var(--default-color);
	background-color: var(--background-color);
	position: relative;
}
.page-title .heading {
	padding: 80px 0;
	border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}
.page-title .heading h1 {
	font-size: 38px;
	font-weight: 700;
}
.page-title nav {
	background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
	padding: 20px 0;
}
.page-title nav ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
.page-title nav ol li+li {
	padding-left: 10px;
}
.page-title nav ol li+li::before {
	content: "/";
	display: inline-block;
	padding-right: 10px;
	color: color-mix(in srgb, var(--default-color), transparent 70%);
}
/*--------------------------------------------------------------# Global Sections--------------------------------------------------------------*/
section, .section {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 60px 0;
	scroll-margin-top: 72px;
	overflow: clip;
}
@media (max-width: 1199px) {
section,  .section {
	scroll-margin-top: 60px;
}
}
.hero {
	width: 100%;
	min-height: calc(100vh - 103px);
	padding: 80px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.hero:before {
	content: "";
	background: rgba(0,0,0,.5);
	position: absolute;
	inset: 0;
	z-index: 2;
}
.hero img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.hero .container {
	z-index: 3;
}
.hero .uvod {
	text-align: center;
}
.hero .uvod p {
	margin: 0 0 30px 0;
	font-size: 20px;
	color: var(--surface-color);
}
.hero .content {
	margin-top: 40px;
}
.hero .btn-get-started {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 50px;
	transition: 0.4s;
	margin: 30px 5px 0 5px;
	border: 2px solid var(--surface-color);
	color: var(--surface-color);
}
.hero .btn-get-started:hover {
	background: var(--accent-color);
	border: 2px solid var(--accent-color);
}
@media (min-width: 1200px) {
.h1, h1 {
	font-size: 3rem;
/* nebo víc */
}
}
h2 {
	font-size: 2rem;
	font-weight: 700;
	margin: 10px 0 40px 0;
}
h3 {
	font-size: 1.6rem;
	font-weight: 700;
}
.orddoba {
	display: flex;
	align-items: flex-start;
	margin-top: 18px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	margin: 5px;
	padding: 20px 10px;
}
.about .content .orddoba i {
	flex-shrink: 0;
	font-size: 42px;
	color: var(--accent-color);
	margin-right: 10px;
}
.about .content .orddoba h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.about .content .orddoba p {
	font-size: 15px;
}
.about .content p:last-child {
	margin-bottom: 0;
}
.about blockquote {
	overflow: hidden;
	color: var(--default-color);
	background-color: color-mix(in srgb, var(--default-color), transparent 97%);
	padding: 35px;
	position: relative;
	margin: 30px 0 30px 20px !important  font-style: italic;
	font-weight: 500;
	font-size: 18px;
}
.about blockquote:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: var(--accent-color);
}
.sluzby .sluzby-container .sluzby-item {
	background-color: var(--surface-color);
	position: relative;
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
	border-radius: 5px;
	overflow: hidden;
}
.sluzby .sluzby-container .sluzby-item:last-child {
	margin-bottom: 0;
}
.sluzby .sluzby-container .sluzby-item h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin: 0 30px 0 0;
	transition: 0.3s;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.sluzby .sluzby-container .sluzby-item h3 .num {
	color: var(--accent-color);
	padding-right: 5px;
}
.sluzby .sluzby-container .sluzby-item h3:hover {
	color: var(--accent-color);
}
.sluzby .sluzby-container .sluzby-item .sluzby-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.sluzby .sluzby-container .sluzby-item .sluzby-content p {
	margin-bottom: 0;
	overflow: hidden;
}
.sluzby .sluzby-container .sluzby-item .sluzby-toggle {
	position: absolute;
	top: 32px;
	right: 20px;
	font-size: 16px;
	line-height: 0;
	transition: 0.3s;
	cursor: pointer;
}
.sluzby .sluzby-container .sluzby-item .sluzby-toggle:hover {
	color: var(--accent-color);
}
.sluzby .sluzby-container .sluzby-active {
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	color: var(--contrast-color);
}
.sluzby .sluzby-container .sluzby-active h3, .sluzby .sluzby-container .sluzby-active h3:hover {
	color: var(--contrast-color);
}
.sluzby .sluzby-container .sluzby-active .sluzby-content {
	grid-template-rows: 1fr;
	visibility: visible;
	opacity: 1;
	padding: 20px 0;
}
.sluzby .sluzby-container .sluzby-active .sluzby-toggle {
	transform: rotate(90deg);
	color: var(--contrast-color);
}
.sluzby-content {
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.sluzby-active .sluzby-content {
	opacity: 1;
	visibility: visible;
}
.contact {
	margin-bottom: -108px;
}
.info-item {
}
.contact .info-item i {
	color: var(--contrast-color);
	background: var(--accent-color);
	font-size: 20px;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	margin-right: 15px;
}
.contact .info-item h3 {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact .info-item p {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
}
.offcanvas-title {
	font-size: 22px;
	color: var(--background-color);
}
.vet-alert {
	padding: 20px;
	background: #ff9800;
	color: white;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: -60px;
	text-align: center
}
.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 10px;
	transition: 0.3s;
}
.btn-2 {
	background: var(--accent-color);
	color: var(--background-color);
	border: 0;
	margin-top: 10px
}
.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;
}
.modal-header {
	background: var(--accent-color);
}
.modal-title {
	color: var(--background-color);
}
.offcanvas-header {
	margin-bottom: 0;
	background: var(--accent-color);
	box-shadow: 0 0 10px;
}
.accordion-header {
	margin: 0
}
.btn-close {
	color: var(--background-color);
}
.text-justify p {
	text-align: justify;
}
 