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

.format {
  display: block;
}

/*
  Nadpisy
  *******
*/

.format h2,
.format h3,
.format h4,
.format h5 {
  margin-bottom: 15px;
  font-weight: normal;
  font-family: 'Parisienne';
  color: #b3a270;
}
.format h2 {
  font-size: 50px;
}
.format h3 {
  margin-top: 35px;
  font-size: 40px;
  color: #fff;
}
.format h4 {
  margin-top: 35px;
  font-size: 30px;
}
.format h5 {
  font-size: 25px;
  color: #fff;
}

/*
  Bloky
  *****
*/

.format p,
.format address {
  margin-bottom: 20px;
  line-height: 1.8;
}
.format address {
  font-style: normal;
}
.format p small,
.format address small {
  font-size: 85%;
}

/*
	Seznamy
	*******
*/

.format li {
	margin-bottom: 14px;
	line-height: 1.9;
  font-size: 14px;
}
.format ul {
	margin-bottom: 25px;
}
.format ol {
	margin: 0 0 25px 16px;
}
.format ul &gt; li {
	padding-left: 18px;
	background: url('../img/format-ul-li.png') left 8px no-repeat;
}
.format ol &gt; li {
  padding-left: 3px;
	list-style: decimal;
}
.format li &gt; ul {
	margin: 10px 0 10px 20px;
}
.format li &gt; ol {
	margin: 10px 0 10px 35px;
}

/*
	Osoby
  -----
*/

.format .persons {
  overflow: hidden;
  margin: 0 0 25px 0;
}
.format .persons li {
  width: 50%;
  float: left;
  margin: 0 0 25px 0;
  padding: 0;
  background: transparent;
}
.format .persons li b {
  font-size: 16px;
}
.format .persons li img {
  margin-bottom: 8px;
}

/*
  Definicni seznamy
  *****************
*/

.format dl {
  margin: 0 0 20px 0;
  font-size: 14px;
}
.format dl dt,
.format dl dd {
  line-height: 1.45;
}
.format dl dt {
  margin-bottom: 5px;
  font: normal 21px 'Parisienne';
  color: #b3a270;
}
.format dl dd {
  margin: 0 0 15px 20px;
}

/*
  FAQ
  ---
*/

.js .format dl.faq {
  margin-bottom: 3px;
}
.js .format dl.faq &gt; dt {
  position: relative;
  padding: 14px 110px 14px 18px;
  background-color: #323232;
  border: 1px solid #4a4a4a;
  font: bold 16px 'Open Sans';
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear;
}
.js .format dl.faq &gt; dt:after {
  content: '';
  width: 53px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #323232 url('../img/format-dl_faq-dt_after.png') left center no-repeat;
  border-left: 1px solid #4a4a4a;
}
.js .format dl.faq &gt; dd {
  margin: 0 0 10px 0;
  padding: 15px 20px 0 20px;
  background-color: #323232;
  border: 1px solid #4a4a4a;
  border-top: none;
}

/*
  Upravy
*/


.js .format dl.faq .gallery {
  margin-bottom: 20px;
}

/* Stavy */

.js .format dl.faq &gt; dt:hover {
  color: #fff;
}
.js .format dl.faq &gt; dt.isActive {
  margin-bottom: 0;
}
.js .format dl.faq &gt; dt:hover:after,
.js .format dl.faq &gt; dt.isActive:after {
  background-color: #3e3e3e;
}
.js .format dl.faq &gt; dt.isActive:after {
  background-position: right center;
}

/*
	Tabulky
	*******
*/

.format table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}
.format table th {
  font-weight: normal;
}
.format table th,
.format table td {
  padding: 14px 10px 15px 18px;
  background-color: #323232;
  border: 1px solid #4a4a4a;
  line-height: 1.4;
}
.format table thead th,
.format table thead td {
  background-color: #b3a270;
  border-color: #b3a270;
  border-right-color: #cabe9b;
  font-weight: bold;
  color: #fff;
}
.format table tfoot th,
.format table tfoot td {
  font-style: italic;
}

/*
  Specialitky
  -----------
*/


/*
  Obrazky
  *******
*/

.format img.alignLeft {
  max-width: 50%;
  float: left;
  margin: 7px 0 30px 30px;
}
.format img.alignright {
  max-width: 50%;
  float: right;
  margin: 7px 30px 30px 0;
}
.format img.aligncenter {
  display: block;
  margin: 25px auto 30px auto;
}

/*
  Caption
  *******
*/

.format .wp-caption {
  background-color: #3b3b3b;
}
.format .wp-caption img {
  width: 100%;
}
.format .wp-caption p {
  margin: 0;
  padding: 10px 19px 15px 19px;
  line-height: 1.7;
  font-style: italic;
  font-size: 13px;
}
.format .wp-caption.alignLeft {
  max-width: 50%;
  float: left;
  margin: 7px 0 30px 30px;
}
.format .wp-caption.alignright {
  max-width: 50%;
  float: right;
  margin: 7px 30px 30px 0;
}
.format .wp-caption.aligncenter {
  margin: 0 auto 30px auto;
}

/*
  Galerie
  *******
*/

.format .gallery {
  overflow: hidden;
  margin: 0 -20px 30px 0;
}
.format .gallery dl {
  width: 25%;
  float: left;
  margin: 0 0 20px 0;
}
.format .gallery dl a {
  position: relative;
  display: block;
  margin-right: 20px;
}
.format .gallery dl a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #a79c79 url('../img/format-gallery-dl-a_after.png') center center no-repeat;
  background-color: rgba(179, 162, 112, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 150ms linear;
}
.format .gallery dl a img {
  width: 100% !important;
  display: block;
}
.format .gallery dt,
.format .gallery dd {
  margin: 0;
  line-height: 1;
}
.format .gallery dd,
.format .gallery br,
.format .gallery p {
  display: none;
}

/* Stavy */

.format .gallery dl a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*
  Drobnosti
  *********
*/

.format .btn {
  margin-bottom: 15px;
}
</pre></body></html>