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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}




/* Základní formátování */
html, body {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	position: relative;
	margin: 0;
	min-height: 100%;
	width: 100%;
	font-family: 'Catamaran', sans-serif;
	/*font-family: 'Caveat', cursive;*/
	color: #1a1a1a;
	font-size: 100%;
	background: #FFF;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.BodyMain {
  flex: 1 0 auto;
  padding-top: 0;
}




.Content {
	position: relative;
	margin: auto;
	padding: 40px 20px;
	box-sizing: border-box;
}

.Content.First {
	padding-bottom: 0;
	margin-bottom: -20px;
}

.Limited {
	max-width: 1100px;
	margin: auto;
}


.Footer {
	position: relative;
	padding: 20px 20px 20px 20px;
	margin-top: 30px;
	box-sizing: border-box;
	background: #000;
	background-size: contain;
	color:#FFF;
	flex-shrink: 0;
}



.Content .Half {
	display: inline-block;
	float: left;
	width: 50%;
	max-width:550px;
	padding: 0 10px;
	box-sizing: border-box;
}



/* Slupce Pravý pevný */

.ColumnsRightFixed {
	width: 100%;
	position: relative;
	display: inline-block;
}

.ColumnsRightFixed .Left {
	float:left;
	display: inline-block;
	width: 100%;
	margin-right: -340px;
	padding-right: 340px;
}

.ColumnsRightFixed .Right {
	position: relative;
	display: inline-block;
	float: left;
	width: 340px;
	padding-left: 80px;
	box-sizing: border-box;
}



/* Slupce dva stejné */

.TwoColumnsInLine {
	display: inline-block;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.TwoColumnsInLine.Left {
	padding-right: 30px;
}

.TwoColumnsInLine.Right {
	padding-left: 30px;
}

/* Jeden krátký sloupec na střed */
.NarrowColumnsCenter {
	display: inline-block;
	margin: auto;
	max-width: 100%;
}

.NarrowColumnsCenter ul {
	text-align: left;
}




/* úpravy */
.Clear {
	clear: both;
}

.NoDisplay {
	display: none;
}

.Display {
	display: block;
}

.Center {
	text-align: center;
}

.TxtLeft {
	text-align: Left;
}



hr {
	border: 0 none;
	height: 1px;
	background: #CCC;
	margin: 20px auto;
}

hr.MaxWidth {
	max-width: 1200px;
	margin: 0 auto;
}


.PageTitle {
	position: absolute;
	top:10px;
	left:20px;
	font-weight: 700;
	font-size: 1.3em;
	color: #787878;
	margin: auto;
}

.PageTitle .Ico {
	position: relative;
	display: inline-block;
	float: left;
	height: 19px;
	margin-right: 4px;
	top: 4px;
}

.BtnBack {
	display: inline-block;
	float: left;
	width: 20px;
	height: 30px;
	background: url(../img/BtnBack.svg) no-repeat center center;
	margin: 6px 12px 0 0;
	vertical-align: bottom;
}

.BtnBack:hover {
	opacity: 0.6;
}

.SimpleLink a {
	text-decoration: none;
	color: #2b2b2b;
}

.SimpleLink a:hover {
	text-decoration: underline;
	color: #2b2b2b;
}


.MB0&nbsp;{
	margin-bottom: 0;
}


.NoTxtDecor, .NoTxtDecor a, .NoTxtDecor a:hover  {
	text-decoration: none;
}


.ColRed {
	color: #d10a11;
}


.TopBorderGray {
	border-top: 1px solid #CCC;
}


img {
	max-width: 100%;
}


.Anchor {
	margin-top:-90px;
	margin-bottom:90px;
	display: block;
	visibility: hidden;
	}
	
	
.AnchorIn {
	margin-top:0px;
	margin-bottom:0px;
	display: block;
	visibility: hidden;
	}
	
	
	


/* Pozadí */

.BgrWhite {
	background: #FFF;
}

.BgrGray {
	background: #e2e2e2;
}



/* písma */

.Script {
	font-family: 'Caveat', cursive;
	}
	
.Written {
	font-family: 'Caveat', cursive;
	}	
	
h1 {
	font-size: 3.4em;
	font-weight: 100;
	line-height: 1.1em;
}

h1.Script {
	line-height: 92%;
	font-size: 4.4em;
	margin-top:-.5em;
	margin-bottom:.2em;
}


h2 {
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.1em;
}



h3 {
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.4em;
}



p {
	font-size:1.15em;
	font-weight: 300;
	line-height: 1.5em;
}



a {
	text-decoration: underline;
	color: #1a1a1a;
}

a:hover {
	text-decoration: none;
	color: #1a1a1a;
}

.NoDecor a {
	text-decoration: none;
}
sup {
	font-size: 50%;
}

small, p.Small {
	font-size: .95em;
	line-height: 1.4em;
}

small ul li {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
}

ul {
    list-style: none;
    
}

ul li {
    position: relative;
    font-size:1.15em;
	font-weight: 300;
	line-height: 1.5em;
    margin-bottom: 2px;
    margin-left: 20px;
}

ul li:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #444;
    border-radius: 50%;
    content: "";
    left: -20px;
    top:8px;
}


ul li li {
    position: relative;
    font-size: 1.05em;
    margin: 2px 0 2px 20px;
}

ul li li:before {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background: #444;
    content: "";
    left: -20px;
    top:7px;
    border: 0 none;
}


ol {
    
}

ol li {
    position: relative;
	font-size:1.15em;
	font-weight: 300;
	line-height: 1.5em;
    margin-bottom: 2px;
    margin-left: 20px;
}

ol li li {
    position: relative;
    font-size:1.05em;
    margin: 2px 0 2px 20px;
}
 
 


/* Header */

/*** Header úpravy pro stránky s fotkou v headeru jsou v CSS v modules (intro-hp) ***/
.Header {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 120px;
	padding: 15px 15px 5px 15px;
	box-sizing: border-box;
	text-align: center;
	/*-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);*/
    background-color: rgba(255, 255, 255, 0.4);
	z-index: 1;
 }
 
 
.Header .Logo {
	height:88px;
	max-width: 100%;
	margin: 0 auto 0 auto;
 }
 
 
 
 

/* ********* */

/* Footer */


.Footer img.Logo {
	height: 60px;
	margin-right: 30px;	
	vertical-align: top;
	}
	
.Footer .FootBox {
	display: inline-block;
	height: auto;
	vertical-align: top;
	border-left:1px solid #777;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	font-size: .9em;
	line-height: 1.2em;
	}
	
.Footer .FootBox a {
	color:#FFF;
	text-decoration: underline;
	}
	
.Footer .FootBox a:hover {
	color:#ff6600;
	text-decoration: underline;
	}

.SocialBox {
	display: inline-block;
	float: right;
}

.SocialBox img {
	margin-left: 15px;
}

.SocialBox img:hover {
	opacity: .7;
}





/* Tabulka */

.FullTable {
	width: 100%;
}

.AutoTable {
	width: auto;
	border-collapse: collapse;
}

.AutoTable th {
	text-align: left;
	font-size:1.15em;
	font-weight: 500;
	line-height: 1.5em;
	padding: 0 30px 0 0;
	vertical-align: top;
}

.AutoTable td {
	text-align: left;
	font-size:1.15em;
	font-weight: 300;
	line-height: 1.5em;
	padding: 0;
	vertical-align: top;
}

/* Karta Domu */
.PriceBox {
	display: inline-block;
	position: relative;
	background: #c4b70b;
	padding: 10px 30px;
	color:#FFF;
	border-radius: 100px;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.0em;
	margin: 20px 0 0 0;
}


.PriceBox .Price {
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.2em;
	margin: 0;
}

.PriceBox .Price b {
	font-weight: 600;
	font-size: 1.3em;
}


/* Formulare  */

.Form {
	width: 100%;
	max-width: 450px;
	margin: auto;
	text-align: left;
}


label {
	display: inline-block;
	font-size: 1.15em;
	line-height: 1.3em;
	margin: 15px auto 5px auto;
	width: 100%;
	vertical-align: middle;
	padding-right: 20px;
	box-sizing: border-box;
	font-weight: 100;
}

label small {
	font-size: .8em;
}

label a {
	float: right;
	color: #ff6600;
	text-decoration: none;
}

label a:hover {
	text-decoration: underline;
}

::-webkit-input-placeholder { 
  color: #CCC;
  font-size: 0.95em;
  font-weight: 400;
}
::-moz-placeholder { 
  color: #CCC;
  font-size: 0.95em;
  font-weight: 400;
}
:-ms-input-placeholder { 
  color: #CCC;
  font-size: 0.95em;
  font-weight: 400;
}
:-moz-placeholder { 
  color: #CCC;
  font-size: 0.95em;
  font-weight: 400;
}


p.FormNotice {
	font-size: 0.7em;
	font-weight: 400;
	width: 500px;
	max-width: 100%;
}


.FormHR {
	width: 700px;
	max-width: 100%;
}


input[type="text"] {
	width: 500px;
	max-width: 100%;
	height: 50px;
	background: #FFF;
	border:none;
	border: 1px solid #CCC;
	padding: 0px 10px;
	box-sizing: border-box;
	margin: 0 auto 5px auto;
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'Catamaran', sans-serif;
	vertical-align: middle;
}

input[type="text"].Two {
	width: 243px;
	max-width: 48%;
	vertical-align: middle;
	margin-right: 10px;
}


input[type="text"].Three {
	width: 158px;
	max-width: 31.2%;
	margin-right: 9.5px;
}

input[type="text"].Three:nth-child(3) {
	margin-right: 0;
}




textarea {
	width: 500px;
	max-width: 100%;
	height: 150px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	box-sizing: border-box;
	margin: 15px auto;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Catamaran', sans-serif;
	vertical-align: top;
}


.BoxSelect {
	display: inline-block;
	position:relative;
	margin: 15px 0;
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
	background: #CCC;
	height: 40px;
}

.InputSelect select {
	width:500px;
	max-width: 100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-color:transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:1.0em;
	line-height: 1.2em;
	color:#222221;
	padding:0;
	-webkit-appearance: none;
	border: 0px none #d8dadd;
	box-sizing: border-box;
	margin: 0 0 0 0;
	font-weight: 400;
	font-family: 'Catamaran', sans-serif;
	}
	
.InputSelect {
	width:500px;
	max-width: 100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	color:#71777a;
	background: url(../img/ArrowSelect.svg) no-repeat right center #FFF;
	overflow: hidden;
	border:none;
	border-bottom: 1px solid #d8dadd;
	box-sizing: border-box;
	padding-left: 10px;
	}
	
	
.BoxSelect.Two {
	width: 243px;
	max-width: 48%;
	margin-right: 10px;
}




input[type="file"] {
	width: auto;
	max-width: auto;
	height: auto;
	background: transparent;
	border: none;
	padding: 0;
	box-sizing: border-box;
	margin: 4px auto;
	font-size: auto;
	font-weight: auto;
	font-family: 'Catamaran', sans-serif;
}




.CheckRadioWrapper {
	display: inline-block;
	width: 500px;
	max-width: 100%;
	vertical-align: top;
}

.CheckRadioWrapper label {
	width: 500px;
	max-width: 100%;
	padding-right: 0;
}
	
/******* Custom Checkbox *******/
/* Custom Checkbox */
.CustomCheckWrapper {
  display: block;
  position: relative;
  margin-bottom: 12px;
}

.CustomCheckWrapper.InLIne {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-right: 15px;
}

.CustomCheckWrapper .Label {
	padding-left: 40px;
	font-size:1.1em;
	color:#606060;
}/* Customize the label (the container) */

label.CustomCheck {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}/* Customize the label (the container) */


.CustomCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}/* Hide the browser's default checkbox */


.CheckMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 5px;
}/* Create a custom checkbox */


.CustomCheck:hover input ~ .CheckMark {
  background-color: #ededed;
}/* On mouse-over, add a grey background color */


.CustomCheck input:checked ~ .CheckMark {
  background-color: #FFF;
}/* When the checkbox is checked, add a blue background */


.CheckMark:after {
  content: "";
  position: absolute;
  display: none;
}/* Create the checkmark/indicator (hidden when not checked) */


.CustomCheck input:checked ~ .CheckMark:after {
  display: block;
}/* Show the checkmark when checked */


.CustomCheck .CheckMark:after {
  left: 10px;
  top: 3px;
  width: 8px;
  height: 16px;
  border: solid #606060;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}/* Style the checkmark/indicator */




/******* Custom Radio *******/
/* Custom Radio */
.CustomRadioWrapper {
  display: block;
  position: relative;
  margin-bottom: 12px;
}

.CustomRadioWrapper.InLIne {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-right: 15px;
}

.CustomRadioWrapper .Label {
	padding-left: 40px;
	font-size:1.1em;
	color:#606060;
}/* Customize the label (the container) */

/* Custom Radio */
label.CustomRadio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}/* Customize the label (the container) */


.CustomRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}/* Hide the browser's default checkbox */


.RadioMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 50%;
}/* Create a custom checkbox */


.CustomRadio:hover input ~ .RadioMark {
  background-color: #ededed;
}/* On mouse-over, add a grey background color */


.CustomRadio input:checked ~ .RadioMark {
  background-color: #FFF;
}/* When the checkbox is checked, add a blue background */


.RadioMark:after {
  content: "";
  position: absolute;
  display: none;
}/* Create the checkmark/indicator (hidden when not checked) */


.CustomRadio input:checked ~ .RadioMark:after {
  display: block;
}/* Show the checkmark when checked */


.CustomRadio .RadioMark:after {
  left: 7px;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #CCC;
}/* Style the checkmark/indicator */

	
	
/* Buttony */

button {
	position: relative;
	min-height: 48px;
	border-radius: 10px;
	padding: 0 25px;
	background: #FFF;
	font-size: 1.3em;
	font-weight: 100;
	margin: 0 10px 0 0;
	color: #c4b70b;
	font-family: 'Catamaran', sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #c4b70b;
	transition:all ease-in-out .2s;
}


a.button {
	display: inline-block;
	position: relative;
	min-height: 48px;
	border-radius: 10px;
	padding: 6px 25px;
	background: #FFF;
	font-size: 1.3em;
	font-weight: 100;
	margin: 0 10px 0 0;
	color: #c4b70b;
	font-family: 'Catamaran', sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #c4b70b;
	transition:all ease-in-out .2s;
	text-decoration: none;
}

/*button:hover {
	background: rgba(196, 183, 11, 0.15);
	transition:all ease-in-out .2s;
}
 
*/

button::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	left:50%;
	right:50%;
	height: 1px;
	background: #c4b70b;
	transition:all ease-in-out .15s;
	}
	
a.button::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	left:50%;
	right:50%;
	height: 1px;
	background: #c4b70b;
	transition:all ease-in-out .15s;
	}

button:hover::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	left:25px;
	right:25px;
	height: 1px;
	background: #c4b70b;
	transition:all ease-in-out .15s;
	}
	
a.button:hover::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	left:25px;
	right:25px;
	height: 1px;
	background: #c4b70b;
	transition:all ease-in-out .15s;
	}



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