/**
 * Konfigurace barev a obrazku
 * @author Martin Stránský SG <mstransky7@gmail.com>
 * GENERATED 
 */
/**
 * Konfigurace barev a obrazku
 * @author Martin Stránský SG <mstransky7@gmail.com>
 * GENERATED 
 */
@import '../js/tinymce/skins/lightgray/skin.min.css';
@import '../css/themify-icons.css';
/**
 * funkce
 * @author Martin Stránský SG <mstransky7@gmail.com>
 */
/**
  Maxinalni delka contentu
  @row_height : body_font_size * body_line_height
 */
/**
  Maxinalni delka contentu - color_1 background
  @row_height : body_font_size * body_line_height
 */
/**
  Maxinalni delka contentu - color_1 backgroung
  @row_height : body_font_size * body_line_height
 */
/**
  Maxinalni delka contentu - color_1 backgroung
  @row_height : body_font_size * body_line_height
 */
/**
  Maxinalni delka contentu - color_datk backgroung
  @row_height : body_font_size * body_line_height
 */
.heightFill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.heightFill > * {
  flex-grow: 1;
  flex-shrink: 0;
}
/**
 * Styl pro Ob
 * @author Martin Stránský SG <mstransky7@gmail.com>
 */
ul.info {
  margin-top: 10px;
}
@media (max-width: 768px) {
  ul.info {
    min-height: auto;
  }
}
ul.info li {
  display: inline;
  line-height: 24px;
  margin-right: 12px;
}
ul.info li:last-child {
  margin-right: 0;
}
ul.info li span.fa,
ul.info li span[class*="fa-"] {
  margin-left: 0px;
  line-height: 22px;
  margin-right: 6px;
}
ul.info li span {
  display: inline-block;
  line-height: 24px;
}
ul.info li time {
  display: initial;
}
div.infoLine {
  line-height: 40px;
}
.post .post-header h2 {
  margin-top: 23px;
  text-transform: uppercase;
  text-align: left;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
.post .post-body {
  margin-top: 8px;
}
/**
 * Styl pro Object Content
 * @author Martin Stránský SG <mstransky7@gmail.com>
 */
.content * + h2,
.content * + h3,
.content * + h4,
.content * + h5,
.content * + h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.content h2 {
  font-size: 1.5em;
}
.content h3 {
  font-size: 1.375em;
}
.content h4 {
  font-size: 1.25em;
}
.content h5 {
  font-size: 1.125em;
  font-weight: 500;
}
.content h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .content p + p {
    margin-top: 15px;
  }
}
.content .row {
  margin-top: 20px;
}
.content ul {
  padding-left: 22px;
  list-style: initial;
}
.content ol {
  padding-left: 22px;
  list-style: decimal;
}
.content .row {
  margin-top: 18px;
  margin-bottom: 18px;
}
.content > div.text,
.content > div.image,
.content > div.file,
.content > div.table,
.content > div.file_list,
.content > div.text_type {
  margin-top: 15px;
  margin-bottom: 15px;
}
.content > div.text > *:first-child,
.content > div.table > *:first-child,
.content > div div.text > *:first-child,
.content > div div.table > *:first-child {
  margin-top: 0;
}
.content > div.text em,
.content > div.table em,
.content > div div.text em,
.content > div div.table em {
  font-style: italic;
}
.content > div.file_list {
  background-color: var(--color_background);
  min-height: 32px;
}
.content > div.file_list p {
  padding: 12px 20px;
}
.content > div.file_list p .icon {
  width: 24px;
}
.content > div.file_list p .name {
  margin-left: 10px;
}
.content > div.file_list p .name {
  display: inline-block;
}
.content > div.file_list p .name {
  display: inline-block;
}
.content > div.file_list p .file_type {
  margin-left: 16px;
}
.content > div.file_list .files.list p + p {
  margin-top: 0;
  border-top: 1px solid var(--color_1);
}
.content > div.file_list .files.list img {
  display: none;
}
.content > div.file_list .files.grid {
  display: flex;
  flex-wrap: wrap;
}
.content > div.file_list .files.grid p {
  width: 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-top: 0;
  text-align: center;
  position: relative;
}
.content > div.file_list .files.grid p:nth-child(3n+1),
.content > div.file_list .files.grid p:nth-child(3n+2) {
  border-right: 1px solid var(--color_1);
}
.content > div.file_list .files.grid p:nth-child(n+4) {
  border-top: 1px solid var(--color_1);
}
.content > div.file_list .files.grid p .name,
.content > div.file_list .files.grid p .file_type {
  display: block;
  width: 100%;
  margin-left: 0;
  text-align: center;
}
.content > div.file_list .files.grid p .image {
  display: flex;
  height: 200px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.content > div.file_list .files.grid p .image img {
  height: auto;
  max-height: 200px;
}
.content > div.file_list .files.grid p .icon {
  opacity: 0;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .content > div.text_type div[class*="cell-"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .content > div.text_type div[class*="cell-"]:first-child {
    margin-top: 0;
  }
  .content > div.text_type div[class*="cell-"]:last-child {
    margin-bottom: 0;
  }
}
.content .image {
  transition: 0.5s;
}
.content .image .thumbnail-caption {
  position: absolute;
  display: none;
}
.content .image:hover .thumbnail-caption {
  display: block;
  bottom: 0;
  background: var(--color_1_transparent);
  color: var(--color_text_dark);
  width: 100%;
  padding: 2px 8px;
}
.content.inline > div.text,
.content.inline > div.image,
.content.inline > div.file,
.content.inline > div.table,
.content.inline > div.file_list,
.content.inline > div.text_type {
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}
.List .content > div.text,
.List .content > div.image,
.List .content > div.file,
.List .content > div.table,
.List .content > div.file_list,
.List .content > div.text_type {
  margin-top: 5px;
  margin-bottom: 5px;
}
.List .content > div.text img {
  display: none !important;
}
.List .content > div.text p {
  margin: 0;
}
.List .content > div.text h2,
.List .content > div.text h3,
.List .content > div.text h4,
.List .content > div.text h5,
.List .content > div.text h6 {
  font-size: 17px;
  line-height: 24px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: var(--color_text);
  text-align: left;
}
.List .content > div.file_list {
  box-shadow: none;
  padding: 0;
}
.List .content > div.file_list > .files > p {
  padding: 6px 0;
}
.item .content > div.text,
.item .content > div.image,
.item .content > div.file,
.item .content > div.table,
.item .content > div.file_list,
.item .content > div.text_type {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .Detail .perex p + p {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .Text p + p {
    margin-top: 15px;
  }
}
/* img - start */
img.emoticons {
  margin-bottom: 0 !important;
}
/* img - end */
/* align - start */
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* align - end */
.tags {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.tags.organization {
  position: relative;
  padding: 0;
  left: 0;
}
.tags.organization .tag {
  padding: 5px 8px 5px;
  line-height: 18px;
  border-width: 1px;
  font-size: 15px;
  cursor: default;
}
.tags.organization .tag:hover {
  color: var(--color_1);
  background-color: transparent;
  border-color: var(--color_1);
}
.tags .badge .icon {
  background-color: var(--color_1);
  color: var(--color_text_dark);
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  border-radius: 14px;
}
.OrganizationOneArticlesSite .info {
  margin: 0;
  min-height: auto;
}
.OrganizationOneArticlesSite figure {
  position: relative;
}
.OrganizationOneArticlesSite .Detail .tags {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  position: relative;
  left: 0;
  bottom: 0;
}
.OrganizationOneArticlesSite .Detail .tags .badge .icon {
  border-radius: 50%;
}
.OrganizationOneArticlesSite .Detail .social-list {
  margin-top: 8px;
  margin-right: 0px;
  margin-left: 0;
}
.OrganizationOneArticlesSite .Detail .infoLine {
  margin-bottom: 15px;
}
.OrganizationOneArticlesSite .Detail .infoLine + .blog-post-content {
  margin-top: 15px;
}
