<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* OBECNE */

html 	{ scroll-behavior: smooth; font-size:24px; }
html[lang="cs"]	.cs { display:none !important; }
html[lang="en"]	.en { display:none !important; }

*		{ margin:0px; padding:0px; border:0px; font-size:inherit; outline-style: none; font-style: normal;}
body	{ background: #FFF; font-family: 'Montserrat', sans-serif; font-weight: 400; line-height: 1.5; color: #000; padding:0px; }

.wrapper{ width: calc(100% - 178px); margin: 0px auto; max-width:1102px; display: block; padding: 0px; position:relative;}

p 		{ margin-bottom: 1.5rem; }
em 		{ font-style: italic; font-weight: 500; }
sup 	{ font-size: 0.75rem; }
a 		{ color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
h5 a	{ font-size: 0.75rem; }

/*
ul 		{ margin-left: 16px; margin-bottom: 38px; }
*/

h1, h2, h3, h4, h5
		{ margin: 3rem 0 1.5rem 0; font-family: 'Montserrat', sans-serif; line-height: 1.25; display: block; position:relative; }
h1 		{ font-size: 3rem; font-weight: 900; text-transform: uppercase; line-height: 1; margin: 1.416rem 0 5.21rem 0; }
h1:after{ content:''; display: block; position: absolute; width: 11.208rem; height: 2px; top: 8.833rem; left: 0px; background: #000; }
h2 		{ font-size: 2.5rem; font-weight: 900; text-transform: uppercase; line-height: 1; margin: 1.416rem 0 4.15rem 0; }
h2:after{ content:''; display: block; position: absolute; width: 9.708rem; height: 2px; top: 4.333rem; left: 0px; background: #000; }
h3 		{ font-size: 1.5rem; font-weight: 800; }
h4 		{ font-size: 1rem; font-weight: 600; margin: 39px 0 1rem 0;}
h5 		{ font-size: 0.75rem; font-weight: 600; text-transform: uppercase; margin: 115px 0 35px 0; }
h5:after{ content:''; display: block; position: absolute; width: 11.208rem; height: 2px; top: -1rem; left: 0px; background: #000; }
small, .text_small
		{ font-size: 0.75rem; }

::selection {
  color: #FFF; 
  background: #000;
}

/* HLAVICKA MENU */

#header {
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: transparent;
	z-index:100;
	position: fixed;
}
#header #hambac {
	display:inline-block;
	position: absolute;
	vertical-align:top;
	right:0px;
	width:89px;
	height:89px;
	cursor: pointer;
}
#header #hambac.toggle {
/*	background: #000; */
}
#header #hambac:before {
	position: absolute;
	display: block;
	top: 26px;
	left: 26px;
	font-size: 37px;
}
#header #hambac.toggle:before {
	content:'\e900';
}

#header #menu {
	display: block;
	position: absolute;
	top: 89px;
	right: -67px;
	padding: 20px 28px 20px 39px;
	z-index: 4;
	width: 0px;
	height: auto;
	background: #000;
	-webkit-transition:width 0.3s; 
	transition:width 0.3s;
	box-sizing: border-box;
	overflow:hidden;
}

#header #menu.toggle {
	width: 269px;
}

#header #menu a {
	display:block;
	position: relative;	
	height:2.3rem;
	line-height:2.3rem;
	text-align:left;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
#header #menu a.cs, #header #menu a.en {
	font-size: 1rem; 
	font-weight: 600; 
	text-transform: uppercase;
}
#header #menu.toggle a.cs:before, #header #menu.toggle a.en:before {
	display: none;
}
#header #menu.toggle a:before {
	content:''; 
	display: block; 
	position: absolute; 
	width: 0rem; 
	height: 1px; 
	top: 2rem; 
	left: 2px; 
	background: #FFF;
	-webkit-transition:width 0.3s; 
	transition:width 0.3s;
}

#header #menu.toggle a:hover:before { 
	width: 1.416rem; 
}

/* HOME  */

#home { 
	min-height: calc(100vh - 178px);
} 


/* LOGO */

#logo a:hover { 
	text-decoration: none;
} 

/* TOP */

.top {
	margin: 27px 89px 26px 89px;
	height: 36px;
	text-align: right;
	line-height: 30px;
}
.top &gt; * {
	display: inline-block;
	vertical-align: middle;
}
.top p { 
	position: relative;
	margin: 0 0.333rem 0 2rem;
	font-size: 0.75rem;
}
.top p:before { 
	font-size: 1rem;
	position: absolute;
	left: -1.46rem;
	top: 0px;
	line-height: 30px;
}
.top a {
	font-size: 0.75rem;
}

/* 404 */

#akce_404 .top {
	margin: 27px 26px 26px 26px;
}

#akce_404 .space {
	width: calc(100% - 18.541rem);
	display: inline-block;
}

#akce_404 .text_404 {
	width: 18.541rem; 
	display: inline-block;
}

#akce_404 h3 {
	margin: 0 0 1.5rem 0;
}

#akce_404 .button {
	box-sizing: border-box;
	width: 11.208rem;
	min-width: 11.208rem;
}

/* IMG MENU */

#img_menu {
	text-align: right;
}

#img_menu a {
	display: inline-block;
	margin: 0px 0px 26px 55px;	
	text-align: center;
	position: relative;
}

#img_menu a:hover { 
	text-decoration: none;	
} 

@keyframes arrow_menu {
  0%   {top:279px;}
  40%  {top:300px;}
  100% {top:279px;}
}

#img_menu a:hover:before { 
	font-family: icon;
	content:'\e907';
	position: absolute;
	top: 279px;
	left: calc(50% - 15px);
	width: 30px;
	font-size: 1rem;
	animation-name: arrow_menu;
	animation-duration: 0.5s;
} 


#img_menu .img_box {
    width: 212px;
    height: 212px;
    border-radius: 50%;
}

#img_menu .img_box img {
	width: auto;
	height: 100%;
	display: block;
	margin-bottom: 1.166rem;
	border-radius: 50%;
}

/* MAIN */

#main .sluzba {
	padding-top: 89px;
	display: block;
	position: relative;
	min-height: calc(100vmin - 178px);
}

#main .sluzba a {
	font-style: italic;
	display: block;
	position: relative;
}

#main .sluzba a:before {
	font-family: icon;
	content:'\e902';
	position: absolute;
	top: -1rem;
	left: 7.416rem;
	font-size: 2.45rem;
	font-style: normal;
	transition: left 0.3s;
} 
#main .sluzba a:hover:before {
	left: 8.416rem;
}

#main #vypravec.sluzba a:before {
	top: -1rem;
	left: 14.833rem;
	transition: left 0.3s;
} 
#main #vypravec.sluzba a:hover:before {
	left: 15.833rem;
}

#main #storyteller.sluzba a:before {
	top: -1rem;
	left: 14.833rem;
	transition: left 0.3s;
} 
#main #storyteller.sluzba a:hover:before {
	left: 15.833rem;
} 

#main .img_box {
	display: inline-block;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 89px 144px 0;
}

#main .img_box img {
	width: auto;
	height: 100%;
	border-radius: 50%;
}

#main .text {
	display: inline-block;
    vertical-align:top;
    width: calc(100% - 479px);
}

#main .galerie a { 
		display: none;
}

#main .galerie a:first-child { 
		display: block;
		margin-bottom: 1.5rem;
}

div .sluzba:nth-child(2n) {
}

div .sluzba:nth-child(2n) .img_box {
	position: absolute;
	top: 89px;
	right: 0px;
	margin: 0 0 144px 89px !important;
}


/* KONTAKT */

#contact {
	padding-top: 17px;
	margin: 0 123px;
}

#contact .contact p { 
	position: relative;
	margin: 0.5rem 20px 0 40px;
	font-size: 0.75rem;
}
#contact .contact p:before { 
	font-size: 1rem;
	position: absolute;
	left: -38px;
	top: 1px;
}

#contact .contact {
	display: inline-block;
	vertical-align:top;
	width: 322px;
	margin-right: 34px;	
}

#contact .formular {
	display: inline-block;
	vertical-align:top;
	width: calc(100% - 356px);
	margin-top: 7px;
}

.formular input:not([type=submit]), .formular select, .formular textarea {
	display: block;
	width: calc(100% - 32px);
	border: 1px solid #000;
	background: #fff;
	color: #000000;
	font-size: 1rem;
	padding: 16px 15px 16px 15px; 
	margin-bottom: 14px;
	line-height: 1rem;
	height: 1rem;
	font-family: inherit;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.formular input.error,
.formular textarea.error {
    border: 1px solid #FF0033;
}

.formular textarea {
	height: 144px;
	resize: none;
}
.formular label  {
	color: #000000;
	font-size: 14px;
}

.button {
	display: inline-block;
	text-align: center;
	padding: 15px 35px 15px 34px;
	margin: 20px 0 0 0;
	min-width: 11.125rem; /* 267px; */
	font-size: 0.75rem;
	border: 2px solid #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	cursor: pointer;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-decoration: none;
}
.button:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}

.sending {
	opacity: 0.1;
}
.error.succes {
	display: block;
	padding-top: 29.5px;
	height: 460.5px;
	box-sizing: border-box;
}

/* REFERENCE */

#reference { 
	display: none;
	background: #000;
	color: #fff
}

#reference em { 
	margin-bottom: 3rem;
	display: inline-block;
}

.fancybox-slide--html {
	padding: 0px;
}

.fancybox-content { 
	background: #000;
	color: #fff;
	height: 100%;
	padding: 100px 100px 0px 100px;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
	opacity: 1;
}


/* COOKIE BAR */
/*
#cookie_bar {
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	min-height: 38px;
	width: 100vw;
	color: #FFF;
	background: #242521;
	padding: 30px 0px 32px 0px;
}
#cookie_bar p {
	padding-right: 24px;
	margin: 0px auto;
}
#cookie_bar a {
	color: #FFF;
	text-decoration: none;
}
#cookie_bar a:hover {
	color: #FFF;
	text-decoration: underline;
}
#cookie_bar .button.white {
 	width: 52px;
 	margin: 0px 0px 0px 24px;
 	padding: 10px 24px 8px 24px;
	border: 2px solid #FFF;
	color: #FFF;
}
#cookie_bar .button.white:hover {
	text-decoration: none;
	color: #242521;
	background: #FFF;
}

#cookie_bar .wrapper &gt; * {
	display: inline-block;
	vertical-align: middle;
}
#cookie_bar .cookie_button {
	width: 188px;
}
#cookie_bar .cookie_link {
	width: 104px;
}
#cookie_bar .cookie_text {
	width: calc(100% - 292px);
}
*/

/* FANCYBOX */

.fancybox-container {
	color: #FFF;
	background: #000;
}

.fancybox-is-open .fancybox-bg {
	 opacity: 0;
}

.fancybox-caption, .fancybox-infobar, .fancybox-toolbar {
	 color: #FFF;
	 background: #000;
	 mix-blend-mode: normal !important;
}

.fancybox-button {
	color: #FFF;
	background: #000;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #FFF;
}
	
.fancybox-infobar {
	font-size: 0.5rem; 
}	

.fancybox-infobar span {
	font-size: 0.5rem; 
	font-weight: 600;
}	


/* RESPONZIVITA */

@media ( max-height: 710px ) {
	html {
		font-size: 20px;
	}
}
@media ( max-height: 650px ) {
	#img_menu .img_box {
    	width: 30vh;
    	height: 30vh;
	}
}

@media ( max-width: 1200px ) {
	#main .img_box {
	    width: 301px;
	    height: 301px;
	}
	#main .text {
		width: calc(100% - 390px);
	}
	#contact {
		margin: 0 0 0 123px;
	}

}

@media ( max-width: 1000px ) {
	html {
		font-size: 20px;
	}
	#main .img_box {
		display: block;
		position: relative;
	    width: 390px;
	    height: 390px;
	    margin: 0 auto 4.45rem auto !important;
	    top: 0px;
		right: auto;
	}
	#main .text {
		display: block;
		width: calc(100% - 89px);
		margin: 89px;
	}
	
	#img_menu a {
		margin: 0px 0px 26px 5vw;	
	}
	
	#img_menu a:hover:before { 
		top: 25.5vw;
	}
	
	#img_menu .img_box {
	    width: 20vw;
	    height: 20vw;
	}
	
	#img_menu .img_box img {
		margin-bottom: 1rem;
	}

	#contact {
		margin: 0;
	}
}

@media ( max-height: 600px ) {
	html {
		font-size: 18px;
	}
}

@media ( max-width: 900px ) {
	#contact {
		margin: 0 0 0 89px;
	}
	#contact .contact {
		display: block;
		vertical-align:top;
		width: 100%;
		margin-right: 0px;	
	}
	#contact .formular {
		display: block;
		width: calc(100% - 123px);
		margin-top: 2.5rem;
	}
	.error.succes {
		padding-top: 29.5px;
		height: 160.5px;
	}
}

@media ( max-width: 800px ) {
	#main .text {
		width: 100%;
		margin: auto;
	}
	#contact .formular {
		width: 100%;
	}
	.fancybox-content { 
		padding: 100px 80px 0px 80px;
	}
}

@media ( max-height: 530px ) {
	html {
		font-size: 16px;
	}
	#img_menu .img_box {
	    max-width: 23vh;
	    max-height: 23vh;
	}
	#img_menu a {
    	margin: 0px 0px 26px 5vh;
	}	
}

@media ( max-width: 720px ) {
	html {
		font-size: 18px;
	}
	#img_menu {
		text-align: left;
	}
	#img_menu a {
		margin: 0 2.9vw 26px 0;	
	}
	#img_menu a:hover:before { 
		top: 28vw;
	}

	#contact {
		margin: 0;
	}
	
	#akce_404 .space {
		display: none;
	}	
}

@media ( max-width: 600px ) {
	.top &gt; * {
		display: none;
	}
/*	#img_menu a {
		margin: 0 2.8vw 55px 0;	
	} */
	#img_menu a:hover:before { 
		display: none;
	}
}

@media ( max-width: 580px ) {
	.wrapper { 
		width: calc(100% - 110px)
	}
	#img_menu .img_box {
	    width: 21vw;
	    height: 21vw;
	}
	#main .img_box {
	    width: 301px;
	    height: 301px;
	}
	#akce_404 .text_404 {
		width: 100%; 
	}
	.fancybox-content { 
		padding: 100px 60px 0px 60px;
	}
}

@media ( max-width: 520px ) {
	html {
		font-size: 16px;
	}
	#main .sluzba a:before {
		top: -0.2rem;
		font-size: 1.45rem;
	}
	#main #vypravec.sluzba a:before {
		top: -0.2rem;
		font-size: 1.45rem;
	}	
}

@media ( max-width: 440px ) {
	html {
		font-size: 15px;
	}
	#main .sluzba a:before {
		top: -0.2rem;
		font-size: 1.45rem;
	}
	#main #vypravec.sluzba a:before {
		display: none;
	}
	#main .img_box {
	    width: 212px;
	    height: 212px;
	}
	#img_menu a {
		margin: 0 3vw 26px 0;	
	}
	.fancybox-content { 
		padding: 100px 50px 0px 50px;
	}
}

@media ( max-width: 400px ) {
	.wrapper { 
		width: calc(100% - 68px)
	}
	#img_menu .img_box {
	    width: 22vw;
	    height: 22vw;
	}
}

@media ( max-height: 420px ) {
	html {
		font-size: 14px;
	}
/*	#img_menu .img_box {
	    width: 23vh;
	    height: 23vh;
	}
	#img_menu a {
    	margin: 0px 0px 26px 5vh;
	}	*/
}

@media ( max-width: 340px ) {
	html {
		font-size: 14px;
	}
	.wrapper { 
		width: calc(100% - 42px)
	}
	#img_menu .img_box {
	    width: 23vw;
	    height: 23vw;
	}
}

@media ( max-width: 320px ) {
	html {
		font-size: 12px;
	}
	.wrapper { 
		width: calc(100% - 30px)
	}
	#img_menu .img_box {
	    width: 27vw;
	    height: 27vw;
	}
}

@media ( max-width: 300px ) {
	#img_menu .img_box {
	    display: block;
	    width: 30vw;
	    height: 30vw;
	    margin-bottom: 4rem; 
	}
}

@media ( max-width: 280px ) {
	html {
		font-size: 11px;
	}
	#main .img_box {
	    width: 80vw;
	    height: 80vw;;
	}
}

@media ( max-width: 250px ) {
	html {
		font-size: 10px;
	}
}

/*

.switch input:checked + .slider {
	background-color: #ACD90C;
}
.switch input:checked + .slider::before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
	background-color: #242521;
	font-family: kbnk;
	content: "\f00c";
	color: #FFFFFF;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #3f3e38;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider::before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: kbnk;
	content: "\f00d";
	color: #FFFFFF;
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #242521;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider--round {
	border-radius: 34px;
}
.slider--round::before {
	border-radius: 50%;
}

@media (max-width: 720px) {
	.cookies-mobile {
		overflow: hidden;
	}
}
.cookie {
	overflow-y: auto;
	max-height: 100vh;
	opacity: 1;
	padding: 0px 10px 0;
	background-color: #242521;
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 101;
	display: flex;
  	flex-direction: column;
}

.cookie .button {
	width: auto;
	height: 38px;
	min-width: 162px;
	padding: 0 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	font-size: 1rem;
}

.cookie p {
	font-size: 1rem;
	margin-bottom: 7px;
	color: #FFFFFF;
}
@media (max-width: 768px) {
	.cookie {
		font-size: 20px;
		padding: 0;
   }
}
.cookie--open .cookie-options {
	max-height: none;
	opacity: 1;
}
.cookie--open .cookie-content__action {
	display: none;
}
.cookie--open .cookie-content__action a {
	cursor: pointer;
}
.cookie--open .cookie-content--ifOpen {
	display: flex !important;
}
.cookie--open .cookie-content__action {
	position: sticky;
	bottom: 0;
	background-color: #242521;
	padding-top: 24px;
}
@media (max-width: 768px) {
	.cookie--open .cookie-content__action {
   }
}
.cookie--close {
	opacity: 1;
	border-radius: 10px 0 0 0;
	padding: 0;
	height: 65px;
	width: 65px;
	background-color: #FFFFFF;
	background-image: url("../../style/img/cookie.svg");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.cookie--close:hover {
	background-color: #d8f5e1;
}
.cookie--close a {
	height: 100%;
	width: 100%;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}
.cookie--close .cookie-content {
	display: none;
}
.cookie-options {
	transition: all .5s;
	max-height: 0;
	min-height: 0;
	opacity: 0;
	overflow: hidden;
}
.cookie-options__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.cookie-options__item b {
	font-size: 1.25rem;
}
@media (max-width: 720px) {
	.cookie-options__item {
		flex-direction: column;
   }
	.cookie-options__item &gt; div {
		margin-left: 0 !important;
   }
}
.cookie-content {
	padding-left: 81px;
	padding-right: 81px;
	padding-top: 30px;
	position: relative;
}
@media (max-width: 992px) {
	.cookie-content {
		padding-left: 48px;
		padding-right: 48px;
   }
}
@media (max-width: 630px) {
	.cookie-content {
		padding-left: 24px;
		padding-right: 24px;
   }
}
.cookie-content__text p {
	margin-bottom: 30px;
	font-size: 1rem;
}
@media (max-width: 768px) {
	.cookie-content__text p {
		margin-top: 24px;
		margin-bottom: 24px;
   }
}
.cookie-content__action {
	padding: 0 0 38px 0;
	display: flex;
	align-items: center;
}
@media (max-width: 720px) {
	.cookie-content__action {
		flex-direction: column;
		padding: 0px 0 24px 0;
   }
}
@media (max-width: 720px) {
	.cookie-content__action .button.btn--md {
		height: 55px;
   }
}
.cookie-content__action .button.options {
	min-width: 158px;
	height: 34px;
	margin-left: 8px;
	color: #FFFFFF;
	background-color: transparent;
	border: 2px solid #FFFFFF;
}
.cookie-content__action .button.options:focus,
.cookie-content__action .button.options:hover,
.cookie-content__action .button.options:visited,
.cookie-content__action .button.options:active {
	color: #242521;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

@media (max-width: 720px) {
	.cookie-content__action .button.options {  
		margin-top: 8px;
		margin-left: 0;
   }
}
.cookie-content__action a:not(.button) {
	margin-left: 62px;
	color: #FFFFFF;
}
.cookie-content__action a:not(.button):focus,
.cookie-content__action a:not(.button):hover,
.cookie-content__action a:not(.button):visited,
.cookie-content__action a:not(.button):active {
	color: #FFFFFF;
}
.cookie-content__action a:not(.button):hover {
	color: #FFFFFF;
	text-decoration: underline;
}

@media (max-width: 1550px) {
	.cookie-content__action a:not(.button) {
   }
}
@media (max-width: 720px) {
	.cookie-content__action a:not(.button) {
		margin-top: 15px;
		margin-left: 0;
   }
}
.cookie-content--ifOpen {
	display: none;
}

*/
</pre></body></html>