<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* !Base (Author: mail@jandousek.cz) */


/*
  Tela
  ***
*/

html {
  background: #fff;
}

body {
  padding-top: 25px;
  background: #d9dad8;
  background: linear-gradient(to bottom, #d9dad8 0%, #f4f4f4 100%);
  font: normal 15px/1.5 'Titillium Web', Arial, Helvetica, sans-serif;
  color: #3b3e3b;
}

html.swipebox-html body {
  overflow: hidden;
}


/*
  Odkazy
  ***
*/

a {
  color: #49ad7f;
}

a:hover {
  color: #188955;
}


/*
  Vstupni pole
  ***
*/

input,
select,
textarea {
  font: normal 14px/1.5 'Titillium Web', Arial, Helvetica, sans-serif;
}


/*
  styled-boxed
  ***
*/

.styled-boxed {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}


/*
  btn
  ---
*/

.btn {
  position: relative;
  display: inline-block;
  padding: 10px 50px 11px 15px;
  background-color: #49ad7f;
  font: normal 16px/1 'Titillium Web', Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.btn:after {
  content: "\f105";
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font: 18px 'FontAwesome';
}


/*
  color
  ---
*/

.btn.color-grey {
  background-color: #363836;
}

.btn.color-grey:after {
  background-color: #49ad7f;
}


/*
  size
  ---
*/

.btn.size-large {
  padding: 15px 65px 16px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

.btn.size-large:after {
  width: 41px;
  padding-top: 13px;
}


/* stavy */

.btn:hover {
  color: #fff;
}

.btn:hover:after {
  background-color: #363836;
  border-left-color: #363836;
  color: #fff;
}

.btn.color-grey:hover {
  background-color: #49ad7f;
  color: #fff;
}


/*
  input + CF7
  ---
*/

.input {
  width: 100%;
  display: block;
  padding: 13px 15px;
  background: #fff right center no-repeat;
  border: 2px solid #e0e0e0;
}

textarea.input {
  max-height: 151px;
  resize: none;
}


/* stavy */

.input.state-error,
.input.wpcf7-not-valid {
  border-color: #c70830 !important;
}


/*
  field
  ***
*/

.field {
  margin-bottom: 25px;
}

.field-inset {
  display: block;
}


/*
  label
  ---
*/

.field-label {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 9px;
  font-weight: bold;
  cursor: pointer;
}

.field-label em {
  font-style: normal;
  font-weight: 900;
  color: #f56624;
}


/*
  error + CF7
  ---
*/

.field-error,
.field .wpcf7-not-valid-tip {
  display: block;
  padding: 5px 8px 6px 8px;
  background-color: #c70830;
  line-height: 1.4;
  font-size: 12px;
  color: #fff;
}


/*
  flashMessage + CF7
  ***
*/

.flashMessage,
.wpcf7-response-output {
  margin-bottom: 30px;
  padding: 13px 20px 15px 20px;
  background: #3a85d8;
  text-align: left;
  line-height: 1.6;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}

.wpcf7-form.init .wpcf7-response-output {
  display: none;
}


/*
  type
  ---
*/

.flashMessage.type-danger,
.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #c70830;
}

.flashMessage.type-success,
.wpcf7-form.sent .wpcf7-response-output {
  background-color: #31cb31;
}


/*
  pager
  ***
*/

.pager {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.pager a {
  display: inline-block;
  margin: 0 5px 10px 5px;
  padding: 7px 11px 9px 11px;
  text-decoration: none;
  border: 2px solid #363836;
  border-radius: 4px;
  text-decoration: none;
}


/* stavy */

.pager a:hover,
.pager a.is-active {
  background-color: #363836;
  color: #fff;
}


/*
  gallery
  ***
*/

.gallery {
  overflow: hidden;
  margin: 0 -10px;
}

.gallery dl {
  width: 20%;
  float: left;
  margin-bottom: 20px;
}

.gallery dl dt a {
  position: relative;
  display: block;
  margin: 0 10px;
}

.gallery dl dt a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background: #f26522 url('../img/icons/25x25/zoom-white.png') center center no-repeat;
  background-color: rgba(73, 173, 127, 0.7);
}

.gallery dl dt a img {
  width: 100%;
  display: block;
}


/*
  hide
  ---
*/

.gallery dl dd,
.gallery p,
.gallery br {
  display: none;
}


/* stavy */

.gallery dl a:hover:after {
  display: block;
}


/*
  promoItem
  ***
*/

.promoItem {
  font-size: 18px;
}

.promoItem-inset {
  display: block;
  padding: 100px 100px 90px 100px;
  background: #fbfbfb center center no-repeat;
  background-size: cover;
  text-decoration: none;
  color: #3b3e3b;
}


/*
  title, p
  ---
*/

.promoItem-title {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 20px;
  background-color: #49ad7f;
  line-height: 1.6;
  font-size: 40px;
  color: #fff;
}

.promoItem p {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #fff;
  line-height: 1.7;
}


/*
  Slider
  ---
*/

.promoItem_Slider {
  max-width: 1000px;
  position: relative;
}


/*
  controls
  ---
*/

.promoItem_Slider .bx-controls-direction a {
  width: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  padding: 8px 0 13px 0;
  background-color: #363836;
  text-align: center;
  text-decoration: none;
  font-size: 34px;
  color: #fff;
}

.promoItem_Slider .bx-controls-direction a.bx-prev {
  left: -50px;
}

.promoItem_Slider .bx-controls-direction a.bx-next {
  right: -50px;
}


/* stavy */

.promoItem_Slider .bx-controls-direction a:hover {
  background-color: #49ad7f;
  color: #fff;
}


/*
  boxMenu
  ***
*/

.boxMenu {
  text-align: center;
  font-size: 0;
}

.boxMenu a {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 16px;
  color: #3b3e3b;
}

.boxMenu a span {
  display: block;
  padding: 0 30px 30px 30px;
  line-height: 1.6;
}

.boxMenu a img {
  max-width: 65%;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 5px;
}

.boxMenu a span b {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 26px;
  color: #363836;
}


/*
  title
*/

.boxMenu-title {
  margin-bottom: 50px;
  font-size: 36px;
}


/*
  upravy
  ---
*/

.boxMenu .btn {
  margin-top: 20px;
  font-style: normal;
}


/* stavy */

.boxMenu a:hover .btn:after {
  background-color: #363836;
  border-left-color: #363836;
}


/*
  submenu
  ***
*/

.subMenu&gt;ul&gt;li&gt;a {
  display: block;
  padding: 14px 20px;
  background-color: #49ad7f;
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
}

.subMenu&gt;ul&gt;li&gt;ul {
  display: none;
  padding: 15px 0;
}

.subMenu&gt;ul&gt;li&gt;ul&gt;li&gt;a {
  position: relative;
  display: block;
  padding: 8px 0 8px 40px;
  text-decoration: none;
  color: #363836;
}

.subMenu&gt;ul&gt;li&gt;ul&gt;li&gt;a:before {
  content: "\f105";
  position: absolute;
  left: 20px;
  top: 7px;
  font: 15px 'FontAwesome';
  color: #49ad7f;
}


/* stavy */

.subMenu&gt;ul&gt;li&gt;a:hover,
.subMenu&gt;ul&gt;li.is-active&gt;a {
  background-color: #fff;
  box-shadow: none;
  color: #363836;
}

.subMenu&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover,
.subMenu&gt;ul&gt;li&gt;ul&gt;li.is-active&gt;a {
  text-decoration: underline;
  color: #49ad7f;
}

.subMenu&gt;ul&gt;li&gt;ul&gt;li.is-active&gt;a {
  font-weight: bold;
}

.subMenu&gt;ul&gt;li.is-active&gt;ul {
  display: block;
}


/*
  postItem
  ***
*/

.postItem {
  text-align: left;
  font-size: 16px;
}


/*
  thumb
  ---
*/

.postItem-thumb {
  float: left;
  margin-right: 30px;
  padding: 8px;
}

.postItem-thumb img {
  display: block;
}


/*
  title, p
  ---
*/

.postItem-title {
  margin-bottom: 11px;
  font-size: 20px;
}

.postItem-title a {
  line-height: 1.3;
  text-decoration: none;
}

.postItem p {
  margin-bottom: 19px;
  line-height: 1.5;
}


/*
  List
  ---
*/

.postItem_List {
  text-align: center;
  font-size: 0;
}

.postItem_List .postItem {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
}

.postItem_List .postItem-inset {
  margin-right: 30px;
}

.postItem_List .postItem:last-child .postItem-inset {
  padding-right: 0;
}


/*
  title
*/

.postItem_List-title {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  font-size: 36px;
}

.postItem_List-title .fa {
  position: absolute;
  right: -30px;
  top: -8px;
  font-size: 20px;
}


/*
  upravy
*/

.postItem_List .pager {
  margin: 15px 0 30px 0;
}


/*
  contactForm
  ***
*/

.contactForm {
  padding: 0 20px;
  background-color: #ddd;
}

.contactForm-inset {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}


/*
  col
  ---
*/

.contactForm-col.align-left {
  width: 300px;
  float: left;
}

.contactForm-col.align-right {
  margin-left: 350px;
}


/*
  title
*/

.contactForm-title {
  margin-bottom: 40px;
  font-size: 36px;
}


/*
  gdpr
*/

.contactForm-gdpr {
  float: left;
  margin: 12px 0 0 0;
  line-height: 1.5;
}


/*
  upravy
  ---
*/

.contactForm .input {
  background: transparent;
  border-color: #fff;
}

.contactForm .btn {
  float: right;
}


/*
  postHead
  ***
*/

.postHead {
  max-width: 1000px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
}


/*
  title
  ---
*/

.postHead-title {
  font-size: 50px;
}


/*
  postDetail
  ***
*/

.postDetail {
  max-width: 1000px;
  margin: 0 auto 20px auto;
  padding: 0 20px;
}

.postDetail-content {
  width: 75%;
  float: left;
  min-height: 600px;
  margin-bottom: 30px;
}

.postDetail-content-inset {
  padding: 40px 40px 25px 40px;
}

.postDetail-content.size-wide {
  width: auto;
  float: none;
  min-height: 1px;
}

.postDetail-side {
  width: 25%;
  float: right;
}

.postDetail-side .subMenu {
  margin-bottom: 30px;
}


/*
  webWrap
  ***
*/

.webWrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}


/*
  webHead
  ***
*/

.webHead {
  max-width: 1000px;
  position: relative;
  z-index: 100;
  margin: 0 auto 30px auto;
}

.webHead-inset {
  padding: 20px;
  border-bottom: 3px solid #38af76;
}


/*
  logo
  ---
*/

.webHead-logo {
  float: left;
}

.webHead-logo a {
  width: 185px;
  height: 60px;
  position: relative;
  display: block;
}

.webHead-logo a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/logo.png') no-repeat;
  background-size: contain;
}


/*
  burger
  ---
*/

.webHead .burger {
  float: right;
  display: none;
  margin: 14px 10px 0 0;
}


/*
  nav
  ---
*/

.webHead-nav {
  float: right;
  text-align: center;
  font-size: 0;
}

.webHead-nav a {
  display: inline-block;
  padding: 20px 18px;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  color: #3b3e3b;
}


/* stavy */

.webHead-nav a:hover,
.webHead-nav a.is-active {
  color: #49ad7f;
}


/*
  webFoot
  ***
*/

.webFoot {
  padding: 30px 20px;
  background-color: #fff;
  text-align: center;
}


/*
  p
  ---
*/

.webFoot p {
  line-height: 1.5;
}

.webFoot p img {
  position: relative;
  bottom: -4px;
  margin-left: 2px;
}


/*
  swipebox
  ***
*/

#swipebox-overlay {
  width: 80% !important;
  height: 80% !important;
  left: 10%;
  top: 10%;
  background: #49ad7f;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.4);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: transparent;
  text-shadow: none;
}

#swipebox-arrows {
  width: auto;
  max-width: none;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-color: #2b2b2c;
}

#swipebox-close {
  right: 0;
}

#swipebox-title {
  width: auto;
  display: inline-block;
  padding: 15px 15px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 0 0 5px 0;
  font-size: 14px;
  color: #fff;
}


/*
  Layouty
  ***
*/

html.page-template-homepage .promoItem_Slider {
  margin-bottom: 50px;
}

html.page-template-homepage .boxMenu {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #caccc8;
}

html.page-template-homepage .postItem_List {
  margin-bottom: 30px;
}

html.category .postItem_List {
  margin-bottom: 50px;
}

html.category .webHead,
html.page-template-subpages .webHead {
  margin-bottom: 60px;
}

html.page-template-subpages .boxMenu {
  margin-bottom: 40px;
}

html.error404 .webHead {
  margin-bottom: 50px;
}
</pre></body></html>