<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display:400,700&amp;display=swap&amp;subset=latin-ext');

p {
	font-family: 'Open Sans', sans-serif;
}

p a {
	color: #8e671f !important;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
}

.h3, h3 {
    font-size: 1.5rem;
}

article.item-page h2 {
	margin: 20px 0;
}

iframe {
	width: calc(100% - 30px) !important;
}

main ul {
	list-style: url("../images/list.png");
}

main ul a,
main ol a,
table a {
	font-family: 'Open Sans', sans-serif;
	color: #8e671f !important;
	text-decoration: underline;
}

main ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding: 20px;
}
main ol li {
	counter-increment: my-awesome-counter;
}
main ol li::before {
	content: counter(my-awesome-counter) ". ";
	color: #6d7430;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
}

.dash-mini a,
.item-page a {
	color: #6d7430;
	text-decoration: underline;
}

.breadcrumb {
	background-color: transparent;
	padding-left: 0;
	margin-top: 10px;
	font-size: 14px;
}

.breadcrumb a {
	color: black;
}

.breadcrumb .fa-home {
	color: #6d7430;
}

.breadcrumb .divider img {
	display: none;
}
.breadcrumb li:not(.active) .divider::after {
	content: "&gt;";
	padding: 0 5px 0 2px;
}

.pagination {
	margin-top: 20px;
	justify-content: center;
}

.pagination .page {
	width: 20px;
    text-align: center;
    line-height: 28px;
	font-size: 20px;
}

.pagination .arrow .fa-circle {
	display: none;
}
.pagination .arrow a {
	color: #6d7430;
}
.pagination .page a {
	color: black;
}
.pagination .page.active a {
	border-bottom: 3px solid #6d7430;
}

.fast-links, .fast-links:hover {
	padding: 0 !important;
	border: none !important;
}

.fast-links-bottom a {
	font-family: 'Open Sans', sans-serif;
	color: #575757;
	font-size: 16px;
}

.fast-links-bottom a:hover {
	color: #8e671f;
}

table.styled-table td,
table.styled-table-left td {
	background: #f5f7f8;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 20px;
	border: 5px solid white;
	position: relative;
}

table.styled-table tr:first-of-type td {
	background: white;
	font-size: 1.2rem;
	border-bottom: 5px solid #6d7430;
	font-family: 'Playfair Display', serif;
}

table.styled-table-left tr td:first-of-type {
	background: white;
	font-size: 1.2rem;
	font-family: 'Playfair Display', serif;
}

table.styled-table-left tr td:first-of-type::after {
	content: " ";
    display: block;
    width: 5px;
    height: 100%;
    background-color: #6d7430;
    position: absolute;
    right: 0;
    top: 0;
}

.slider img, .footer-slider img {
	width: 100%;
}

nav {
	background: white;
	font-family: 'Playfair Display', serif;
}
nav .dropdown-item{
	padding: 0 1.5rem;
}
nav .dropdown-item.active,
nav .dropdown-item:active {
	background-color: #e6e9d8;
}

.fab.fa-facebook-f {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	background-color: #BDC481;
	color: white;
	position: relative;
}

.fab.fa-facebook-f::after {
	display: block;
	content: " ";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid white;
	position: absolute;
    top: 2px;
    left: 2px;
}

nav .navbar-nav {
	margin-left: auto;
}

nav .nav-item {
	padding: 2em 7px;
}

nav .nav-item .nav-link {
	color: black !important;
	border-bottom: 2px solid transparent;
}

nav .nav-item .nav-link::after {
	display: none;
}

nav .nav-item.active .nav-link {
	border-color: #6d7430;
}

nav .nav-item .nav-link:hover {
	border-color: #BDC481;
}

.third-menu {
	margin-bottom: 40px;
}

.third-menu ul {
	display: block;
}

.third-menu ul li {
	width: calc(25% - 10px);
	float: left;
	clear: none;
	padding: 0;
	margin-right: 10px;	
}

.third-menu ul li a,
.third-menu ul li.active a {
	color: black !important;
	font-size: 1.2em;
	text-decoration: none;
	font-family: 'Playfair Display', serif;
	padding-left: 0 !important;
	border-bottom: 4px solid black;
	background-color: white;
}
.third-menu ul li:nth-child(4n + 1) a {
	border-color: #8e671f;
}
.third-menu ul li:nth-child(4n + 2) a {
	border-color: #6d7430;
}
.third-menu ul li:nth-child(4n + 3) a {
	border-color: #bdc481;
}
.third-menu ul li:nth-child(4n + 4) a {
	border-color: #b7826d;
}

.third-menu ul li:hover {
	background-color: transparent;
}

.third-menu ul li a {
	display: block;
    padding: .5rem 1rem;
}

.dash, .dash-mini {
	background: #f5f7f8;
	padding: 3em 0;
	font-family: 'Playfair Display', serif;
}

.dash-mini {
	padding: 1em 0;
	background: none;
}

.dash .item, .dash-mini .item {
	border-bottom: 5px solid transparent;
	font-size: 1.2em;
	padding-bottom: 10px;
}

.dash-mini .item {
	font-size: 1rem;
	padding-bottom: 5px;
}

.dash .row .item a {
	color: black;
	text-decoration: none;
}

.dash-mini .item {
	font-size: 1.5em;
}
.dash-mini .inside {
	font-family: 'Open Sans', sans-serif;
	height: calc(100% - 46px);
}
.dash-mini .inside .fa {
	color: white;
    background: #BDC481;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    margin-bottom: 5px;
}

.dash-mini .inside .fa.fa-map-marker {
	background-color: #d9a94f;
}

.dash .row &gt; div:nth-of-type(1) .item, .dash-mini div:nth-of-type(1) .item {
	border-color: #b7826d;
}

.dash .row &gt; div:nth-of-type(2) .item, .dash-mini div:nth-of-type(2) .item {
	border-color: #6d7430;
}

.dash .row &gt; div:nth-of-type(3) .item, .dash-mini div:nth-of-type(3) .item {
	border-color: #bdc481;
}

.dash .row &gt; div:nth-of-type(4) .item, .dash-mini div:nth-of-type(4) .item {
	border-color: #d9a94f;
}

.btn.archiv {
	color: black;
}

.news-item h3 a {
	color: black;
}

.news-item .date,
.news-item dl dd {
	padding-bottom: 8px;
	border-bottom: 1px solid #d9a94f;
	font-size: 14px !important;
}

.blog .items-leading, .blog .item {
	width: 50%;
	padding: 10px 15px;
	float: left;
}

.news-show, .news-list, .odbornici-show {
	margin: 3em 0;
}

.news-show h2, .news-list h2, .odbornici-show h2 {
	text-align: center;
	font-family: 'Playfair Display', serif;
	margin: 2em 0 1em 0;
	color: #575757;
}

.news-show h3, .news-list h3, .odbornici-show h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin: 10px 0;
	font-size: 1.3rem;
}

.news-show .date, .news-list .date, .odbornici-show .date {
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}

.news-list .date {
	width: 90%;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

.news-show p, .news-list p, .odbornici-show p {
	font-size: .9rem;
	margin-bottom: 7px;
	color: #575757;
}

.news-show .readmore, .news-list .readmore, .odbornici-show .readmore {
	color: #6d7430;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	font-size: .85rem;
}

.news-show a.archiv, .news-list a.archiv, .odbornici-show a.archiv {   
	font-family: 'Playfair Display', serif;
	border: 2px solid #BDC481;
	border-radius: 0;
	padding: .375rem 1rem;
}

.news-list .item {
	margin: 2em 0;
}

.partners,
.partners-region {
	background: #f9f9f7;
	padding: 3em 0;
	text-align: center;
}

footer {
	margin-top: 2em;
	padding: 3em 0;
}

footer .logo {
	text-align: center;
	padding-bottom: 3em;
	margin-bottom: 3em;
	border-bottom: 1px solid black;
}

footer h3, footer h4 {
	font-family: 'Playfair Display', serif;
}

footer h3 {
	margin-bottom: 25px;
	font-size: 1.5rem;
}

footer h4 {
	font-size: 1.2rem;
}

footer p {
	font-family: 'Open Sans', sans-serif;
	color: #575757;
}

footer ul {
	list-style: none;
	padding-left: 0;
}

footer ul li a {
	color: black;
}

footer ul li a:hover {
	text-decoration: underline;
}

footer form input[type=text],
footer form input[type=email],
textarea.form-control {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #f8f8f8;
	padding: 2px 20px;
	margin: 5px 0;
}

footer form button.btn {
	border: 2px solid #BDC481;
	background-color: transparent;
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 5px 20px;
	width: auto;
	float: right;
}

footer form button.btn:hover {
	color: white;
	background-color: #BDC481;
	border: 2px solid #BDC481;
}

footer .fa,
footer .fas {
	color: white;
    background: #BDC481;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
	font-size: 12px;
	margin-bottom: 5px;
}

.copy {
	font-size: .9em;
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin-bottom: 2em;
}

.copy a {
	color: #8e671f;
	text-decoration: underline;
}
aside ul.navbar-nav li {
	border: none;
	padding: 0 !important;
}

aside ul.navbar-nav &gt; li a {
	display: block;
	color: black;
} 

aside ul.navbar-nav &gt; li &gt; a {
	border-bottom: 1px solid #d9a94f;
    padding: 10px 0;
}

aside ul.navbar-nav li ul {
	background-color: #f5f7f8;
	padding: 15px 0;
	font-size: 0.9em;
}

aside ul.navbar-nav li ul a {
	font-size: 0.9em;
	padding: 2px 15px 4px 15px;
}

aside ul.navbar-nav li ul li.active a {
	background-color: #e6e9d8;
	font-weight: bold;
}

aside ul.navbar-nav &gt; li:not(.active) ul {
	display: none;
}

aside h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.7rem;
	margin-bottom: 1em;
}

aside ul {
	list-style: none;
	padding-left: 0;
}

aside ul li {
	border-bottom: 1px solid #d9a94f;
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	padding: 10px 5px;
}

aside .left-menu-header {
	border-bottom: 7px solid #bdc481;
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;
	padding-bottom: 10px;
	margin: 2px 0 15px;
}

main .inside {
	background: #f9fbfb;
	padding: 1em;
}

main .inside h5 {
	font-size: 1.2rem;
}

.divider-top {
	border-bottom: 1px solid black;
}

main h2 {
	border-bottom: 1px solid #d9a94f;
	max-width: 50%;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.photogallery .lSSlideOuter {
	background: #f5f7f8;
    padding: 1.5em 2em;
}

.lSSlideWrapper {
	overflow: visible !important;
}
.lSSlideWrapper a {
	text-align: center;
} 
.lSSlideWrapper a img {
	width: 225px;
}

.gcGalleryName {
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	border-bottom: 5px solid #BDC481;
	padding-right: 50px;
}

.lSPrev,
.lSNext {
	width: 2em !important;
    height: 100% !important;
	top: 1em !important;
	background-color: #f5f7f8;
	opacity: 1 !important;
	background-image: none !important;
}
.lSPrev {
    left: -2em !important;
}
.lSNext {
    right: -2em !important;
}
.lSPrev div,
.lSNext div {
	position: absolute;
	width: 30px !important;
    height: 50px !important;
	top: calc(50% - 30px) !important;
	background-image: url(../img/controls.png);
}
.lSPrev div {
    background-position: -36px -50px !important;
    left: 0 !important;
}
.lSNext div {
    background-position: -84px -50px !important;
    right: 0 !important;
}

.partners img {
	height: 55px;
	padding: 0 10px;
}
.partners-region img {
	height: 100px;
	padding: 0 10px;
}
.partners p,
.partners-region p {
	margin-bottom: 0 !important;
}

.wf-icon-zoom-image {
	display: none;
}

.socials-top {
	display: none;
}

.santini_300 {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 4%;
	width: 100%;
	max-width: 300px !important;
}

.calendar-list {
	display: flex;
	gap: 10px;
}

.calendar-list a {
	display: inline-flex;
	background: #b7826d;
	padding: 2px 5px;
	border-radius: 5px;
	text-decoration: none;
	color: white;
}
.calendar-list a:hover {
	background: #ad6e56;
}

@media only screen and (max-width: 991px) {
	.navbar-toggler {
		margin-left: auto;
	}
	.socials {
		display: none;
	}

	.socials-top {
		display: block;
		margin-left: auto;
	}
	.socials-top a {
		display: block;
		float: right;
		margin: 10px;
	}
	nav {
		position: relative;
	}
	nav .nav-item {
		padding: 7px;
	}
	.navbar-collapse {
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 9999999;
		width: 100%;
		background-color: white;
	}
	nav .dropdown-menu {
		border: none;
	}
	.dash {
		text-align: center;
	}
	.dash .item {
		margin-top: 5px;
	}
	footer {
		text-align: center;
	}
	footer h3 {
		margin-bottom: 10px;
		margin-top: 25px;
	}
	footer .logo {
		margin-bottom: 2em;
	}
	aside {
		text-align: center;
	}
	main {
		margin-top: 30px;
	}
	main h2 {
		max-width: calc(100% - 50px);
		margin-bottom: 0;
	}
	.third-menu {
		margin: 0;
	}
	.third-menu ul li {
		margin: 0 5px 20px 0;
		width: calc(50% - 10px);
	}
	.third-menu ul li:nth-child(1),
	.third-menu ul li:nth-child(2) {
		margin-top: 20px;
	}
	.page-header  {
		margin-bottom: 15px;
	}
	table:not(.styled-table):not(.styled-table-left),
	table:not(.styled-table):not(.styled-table-left) tr,
	table:not(.styled-table):not(.styled-table-left) td,
	table:not(.styled-table):not(.styled-table-left) tbody{
		display: block;
	}
	img {
		max-width: 100%;
	}
	#map img {
		max-width: none !important;
	}
	.blog .items-leading, .blog .item {
		width: 100%;
		padding-left: 0;
	}
}</pre></body></html>