@charset "UTF-8";
/*
Theme Name: Pooveza
Theme URI: http://underscores.me/
Author: Tealake
Author URI: https://www.tealake.cz/
Description: Theme for QCM
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: poveza
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Pooveza is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.new-main-menu-portal .main-navigation #primary-menu .menu-item li {
  margin-left: -30px !important;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #303030;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
@media screen and (min-width: 1200px) {
  .blockmenu > li > a .iconka {
    padding-top: 25px !important;
    padding-bottom: 10px;
  }
}
.blockmenu > li > a .iconka {
  display: block;
  margin: 0 auto 0;
  padding-top: 70px;
  font-size: 48px;
}
.iconka-metodiky:before, #menu-dlazdice_metodiky.blockmenu .menu-item a i:before {
  content: url(https://portal-vz.cz/wp-content/themes/poveza/media/metodiky_37x37.png);
}
.iconka-elektronizace:before, #menu-dlazdice_elektronizace-vz.blockmenu .menu-item a i:before {
  content: url(https://portal-vz.cz/wp-content/themes/poveza/media/elektronizace_37x37.png);
}
.iconka-info-forum:before, #menu-dlazdice_vzdelavani.blockmenu .menu-item a i:before {
  content: url(https://portal-vz.cz/wp-content/themes/poveza/media/info_forum_37x37.png);
}
.iconka-komodity:before, #menu-dlazdice_komodity.blockmenu .menu-item a i:before {
  content: url(https://portal-vz.cz/wp-content/themes/poveza/media/komodity_37x37.png);
}
.iconka-legislativa:before, #menu-dlazdice_legislativa.blockmenu .menu-item a i:before {
  content: url(https://portal-vz.cz/wp-content/themes/poveza/media/legislativa_37x37.png);
}
.iconka-spolecny-nakup:before, #menu-dlazdice_spolecny_nakup.blockmenu .menu-item a i:before {
  content: url(https://portal-vz.cz/wp-content/themes/poveza/media/spolecny_nakup_37x37.png);
}
.iconka-vzdelavani:before {
  content: url(https://portal-vz.cz/wp-content/themes/poveza/media/vzdelavani_37x37.png);
}
.iconka-nipez:before, #menu-dlazdice_nipez.blockmenu .menu-item a i:before {
  content: url(https://portal-vz.cz/wp-content/themes/poveza/media/nipez_37x37.png);
}

.events-filter-menu {
    /*-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 30px 0 10px;
    padding: 0;
    font-size: 16px;
    position: relative;
    margin-left: -4px !important;
}
.events-filter-menu .arrowdown-event-filter-img img {
  width: 18px;
  position: relative;
  top: 12px;
}
.arrowdown-event-filter-img {
  float: right;
}
.events_filters .events-filter-menu>div {
  padding: 5px 10px;
  padding-left: 15px;
  min-width: 210px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  background: #f4f4f4;
  border: 1px solid #d5d5d5;
  margin-left: 5px;
  margin-right: 5px;
}
.events_filters .events-filter-menu>div:first-child {
  margin-left: 0px;
}
.events-filter-menu-inner-div span:first-child {
  font-weight: 700;
  color: #000;
}
.events_filters {
  max-width: 75%;
}
.date-input-placeholder {
  position: absolute;
  top: 22px;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 13px;
  z-index: 2;
  padding: 10px 15px;
}

.events_filters .events-filter-menu .events-dropdown {
  display: none;
  position: absolute;
  text-align: left;
  top: 55px;
  margin-left: -16px;
  background: #fff;
  z-index: 2;
  font-size: 13px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .06);
  padding: 20px 20px 15px;
  padding-left: 30px !important;
  /*border-top: 0px solid #ddd;*/
}
#masthead .site-branding .mmr-main-logo{
	height:64px;
	margin:0;
	
}
.mmr-main-logo-dovetok{
	width: 170px !important;
    margin: 0 !important;
    height: 50px !important;
    margin-bottom: 8px !important;
    margin-left:10px !important;
}
.events_filters .events-filter-menu .events-dropdown label {
  padding-left: 5px;
}
.events-filter-menu div:first-child .events-dropdown ul li {
  display: flex;
}
.events-filter-menu div:first-child .events-dropdown ul li:first-child {
  margin-bottom: 50px;
  right: 20px;
  position: relative;
}
.date-picker-wrapper:nth-child(2) {
  position: relative;
  left: 30px;
}
.custom-placeholder {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    z-index: 1;
}
.event-filters-choosen {
  font-size: 14px !important;
  color: #838383;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
}
.events_filters .events-filter-menu div:first-child .events-dropdown ul li:nth-child(2) label {
  padding-left: 15px;
}
.events_filters .events-filter-menu div:first-child .events-dropdown ul li .checkmark {
  margin-left: 15px;
}
.events-filter-menu div:first-child .events-dropdown {
  padding: 20px 20px 55px;
}
.date-picker-wrapper {
    position: relative;
    display: inline-block;
}
.events-filter-menu-inner-div:hover .events-dropdown,
.events-filter-menu-inner-div:focus-within .events-dropdown {
  display: block;
}
.event-filter-dateinpute {
    position: relative;
    z-index: 2;
    /*background: none;*/
    color: transparent;
    width: 195px;
    background-color: #f4f4f4;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 15px !important;
}

/*.event-filter-dateinpute::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: default;
    opacity: 0;
}*/

/*.datepicker-label {
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/poveza/media/calendar.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}*/
/*.events_filters .events-filter-menu>div:hover .events-dropdown {
  display: block;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  padding-left: 30px;
}*/
.events_filters .events-filter-menu .events-dropdown ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  min-width: 210px;
}
.events_filters .events-filter-menu .events-dropdown ul li {
    padding: 5px 0;
    page-break-inside: avoid;
    height: 23px;
}

input.events-filter-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.events_filters .events-filter-menu .events-dropdown ul li .checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ddd;
  border: 1px solid #cecece;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0px !important;
  margin-left: 10px;
}
.events_filters .events-filter-menu .events-dropdown ul li .checkmark:checked::after {
  content: '\2714';
  display: block;
  text-align: center;
  color: #000;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
}
.events-filter-menu-inner-div.active .events-dropdown {
  display: block;
}
#content #nav_menu-31 h2 {
  background-image: url(/wp-content/themes/poveza/media/komodity_37x37.png);
  background-repeat: no-repeat;
  background-position: 21px 14px;
  padding-left: 75px;
  margin-top: -20px !important;
}
#content #nav_menu-32 h2 {
  background-image: url(/wp-content/themes/poveza/media/rozza_37x37.png);
  background-repeat: no-repeat;
  background-position: 21px 14px;
  padding-left: 75px;
  margin-top: -21px !important;
}
#content article.post aside #nav_menu-22 h2, #content article.partner aside #nav_menu-22 h2, #content article.institut aside #nav_menu-22 h2, #content article.news aside #nav_menu-22 h2, #content article.action aside #nav_menu-22 h2, #content article.practice aside #nav_menu-22 h2, #content article.subject aside #nav_menu-22 h2, #content article.topic aside #nav_menu-22 h2, #content article.qandas aside #nav_menu-22 h2 {
  background-image: url(/wp-content/themes/poveza/media/nipez_37x37.png) !important;
  background-repeat: no-repeat;
  background-position: 21px 14px !important;
}
#content article.post aside #nav_menu-23 h2, #content article.partner aside #nav_menu-23 h2, #content article.news aside #nav_menu-23 h2, #content article.institut aside #nav_menu-23 h2, #content article.action aside #nav_menu-23 h2, #content article.practice aside #nav_menu-23 h2, #content article.subject aside #nav_menu-23 h2, #content article.topic aside #nav_menu-23 h2, #content article.qandas aside #nav_menu-23 h2 {
  background-image: url(/wp-content/themes/poveza/media/info_forum_37x37.png) !important;
  background-position: 21px 14px !important;
}
#content article.post aside #nav_menu-9 h2, #content article.partner aside #nav_menu-9 h2, #content article.institut aside #nav_menu-9 h2, #content article.news aside #nav_menu-9 h2, #content article.action aside #nav_menu-9 h2, #content article.practice aside #nav_menu-9 h2, #content article.subject aside #nav_menu-9 h2, #content article.topic aside #nav_menu-9 h2, #content article.qandas aside #nav_menu-9 h2 {
  background-image: url(/wp-content/themes/poveza/media/metodiky_37x37.png) !important;
  background-position: 21px 14px !important;
}
.site-content article.post aside #nav_menu-30 h2, .site-content article.partner aside #nav_menu-30 h2, .site-content article.institut aside #nav_menu-30 h2, .site-content article.news aside #nav_menu-30 h2, .site-content article.action aside #nav_menu-30 h2, .site-content article.practice aside #nav_menu-30 h2, .site-content article.subject aside #nav_menu-30 h2, .site-content article.topic aside #nav_menu-30 h2, .site-content article.qandas aside #nav_menu-30 h2 {
  background-image: url(/wp-content/themes/poveza/media/vzdelavani_37x37.png) !important;
  background-position: 21px 14px !important;
  margin-top: -20px !important;
  background-repeat: no-repeat;
}
#content article.post aside #nav_menu-13 h2, #content article.partner aside #nav_menu-13 h2, #content article.institut aside #nav_menu-13 h2, #content article.news aside #nav_menu-13 h2, #content article.action aside #nav_menu-13 h2, #content article.practice aside #nav_menu-13 h2, #content article.subject aside #nav_menu-13 h2, #content article.topic aside #nav_menu-13 h2, #content article.qandas aside #nav_menu-13 h2 {
  background-image: url(/wp-content/themes/poveza/media/info_forum_37x37.png) !important;
  background-position: 21px 14px !important;
  margin-top: -20px !important;
}
#content article.post aside #nav_menu-7 h2, #content article.partner aside #nav_menu-7 h2, #content article.institut aside #nav_menu-7 h2, #content article.news aside #nav_menu-7 h2, #content article.action aside #nav_menu-7 h2, #content article.practice aside #nav_menu-7 h2, #content article.subject aside #nav_menu-7 h2, #content article.topic aside #nav_menu-7 h2, #content article.qandas aside #nav_menu-7 h2 {
  background-image: url(/wp-content/themes/poveza/media/legislativa_37x37.png) !important;
  background-position: 21px 14px !important;
}
#content #nav_menu-29 h2 {
  background-image: url(/wp-content/themes/poveza/media/spolecny_nakup_37x37.png) !important;
  background-position: 21px 14px !important;
  margin-top: -21px !important;
}
#content article.post aside #nav_menu-10 h2, #content article.partner aside #nav_menu-10 h2, #content article.institut aside #nav_menu-10 h2, #content article.news aside #nav_menu-10 h2, #content article.action aside #nav_menu-10 h2, #content article.practice aside #nav_menu-10 h2, #content article.subject aside #nav_menu-10 h2, #content article.topic aside #nav_menu-10 h2, #content article.qandas aside #nav_menu-10 h2 {
  background-image: url(/wp-content/themes/poveza/media/elektronizace_37x37.png) !important;
  background-position: 21px 14px !important;
  margin-top: -21px !important;
}
.entry-content p a {
  word-wrap: break-word;
}
#content article.practice aside #nav_menu-7 h2, #content article.practice aside #nav_menu-9 h2, #content article.practice aside #nav_menu-10 h2, #content article.practice aside #nav_menu-13 h2, #content article.practice aside #nav_menu-23 h2 {
  background-repeat: no-repeat;
}
#content article.subject aside #nav_menu-7 h2, #content article.subject aside #nav_menu-9 h2, #content article.subject aside #nav_menu-10 h2, #content article.subject aside #nav_menu-13 h2, #content article.subject aside #nav_menu-23 h2 {
  background-repeat: no-repeat;
}
#content article.topic aside #nav_menu-7 h2, #content article.topic aside #nav_menu-9 h2, #content article.topic aside #nav_menu-10 h2, #content article.topic aside #nav_menu-13 h2, #content article.topic aside #nav_menu-23 h2 {
  background-repeat: no-repeat;
}
#content article.action aside #nav_menu-7 h2, #content article.action aside #nav_menu-9 h2, #content article.action aside #nav_menu-10 h2, #content article.action aside #nav_menu-13 h2, #content article.action aside #nav_menu-23 h2 {
  background-repeat: no-repeat;
}
#content article.institut aside #nav_menu-7 h2, #content article.institut aside #nav_menu-9 h2, #content article.institut aside #nav_menu-10 h2, #content article.institut aside #nav_menu-13 h2, #content article.institut aside #nav_menu-23 h2 {
  background-repeat: no-repeat;
}
#content article.news aside #nav_menu-7 h2, #content article.news aside #nav_menu-9 h2, #content article.news aside #nav_menu-10 h2, #content article.news aside #nav_menu-13 h2, #content article.news aside #nav_menu-23 h2 {
  background-repeat: no-repeat;
}
#content article.partner aside #nav_menu-7 h2, #content article.partner aside #nav_menu-9 h2, #content article.partner aside #nav_menu-10 h2, #content article.partner aside #nav_menu-13 h2, #content article.partner aside #nav_menu-23 h2 {
  background-repeat: no-repeat;
}
#content article.qandas aside #nav_menu-7 h2, #content article.qandas aside #nav_menu-9 h2, #content article.qandas aside #nav_menu-10 h2, #content article.qandas aside #nav_menu-13 h2, #content article.qandas aside #nav_menu-23 h2 {
  background-repeat: no-repeat;
}
article.practice aside h2 {
  color: white !important;
  background: #30b86b;
  padding: 20px 20px 20px 70px;
  font-size: 16px !important;
  border-bottom: 4px solid #279456;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
  font-weight: 300;
}
article.qandas aside h2 {
  color: white !important;
  background: #30b86b;
  padding: 20px 20px 20px 70px;
  font-size: 16px !important;
  border-bottom: 4px solid #279456;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
  font-weight: 300;
}

article.practice .examples-boxes ul {
  margin: 1.5em 0 1.5em 0em;
}
article.qandas .examples-boxes ul {
  margin: 1.5em 0 1.5em 0em;
}
article.practice {
  display: flex;
  flex-wrap: wrap;
}
article.qandas {
  display: flex;
  flex-wrap: wrap;
}
article.practice aside {
  background-color: white !important;
}
article.qandas aside {
  background-color: white !important;
}
article.subject aside h2 {
  color: white !important;
  background: #30b86b;
  padding: 20px 20px 20px 70px;
  font-size: 16px !important;
  border-bottom: 4px solid #279456;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
  font-weight: 300;
}
article.subject .examples-boxes ul {
  margin: 1.5em 0 1.5em 0em;
}
article.subject {
  display: flex;
  flex-wrap: wrap;
}
article.subject aside {
  background-color: white !important;
}
article.topic aside h2 {
  color: white !important;
  background: #30b86b;
  padding: 20px 20px 20px 70px;
  font-size: 16px !important;
  border-bottom: 4px solid #279456;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
  font-weight: 300;
}
article.topic .examples-boxes ul {
  margin: 1.5em 0 1.5em 0em;
}
article.topic {
  display: flex;
  flex-wrap: wrap;
}
article.topic aside {
  background-color: white !important;
}
article.action aside h2 {
  color: white !important;
  background: #30b86b;
  padding: 20px 20px 20px 70px;
  font-size: 16px !important;
  border-bottom: 4px solid #279456;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
  font-weight: 300;
}
article.action .examples-boxes ul {
  margin: 1.5em 0 1.5em 0em;
}
article.action {
  display: flex;
  flex-wrap: wrap;
}
article.action aside {
  background-color: white !important;
}
article.institut aside h2 {
  color: white !important;
  background: #30b86b;
  padding: 20px 20px 20px 70px;
  font-size: 16px !important;
  border-bottom: 4px solid #279456;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
  font-weight: 300;
}
article.institut .examples-boxes ul {
  margin: 1.5em 0 1.5em 0em;
}
article.institut {
  display: flex;
  flex-wrap: wrap;
}
article.institut aside {
  background-color: white !important;
}
article.news aside h2 {
  color: white !important;
  background: #30b86b;
  padding: 20px 20px 20px 70px;
  font-size: 16px !important;
  border-bottom: 4px solid #279456;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
  font-weight: 300;
}
article.news .examples-boxes ul {
  margin: 1.5em 0 1.5em 0em;
}
article.news {
  display: flex;
  flex-wrap: wrap;
}
article.news aside {
  background-color: white !important;
}
article.partner aside h2 {
  color: white !important;
  background: #30b86b;
  padding: 20px 20px 20px 70px;
  font-size: 16px !important;
  border-bottom: 4px solid #279456;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
  font-weight: 300;
}
article.partner .examples-boxes ul {
  margin: 1.5em 0 1.5em 0em;
}
article.partner {
  display: flex;
  flex-wrap: wrap;
}
article.partner aside {
  background-color: white !important;
}
#content .examples a {
    display: inline-block;
    color: #444444;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-image: url(media/angle-right.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 20px;
    text-decoration: none;
}    
#content .examples a span {
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
#content .examples a span:after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #00a651;
    position: absolute;
    left: 0;
    bottom: 0;
}    
.gallery-caption {
  display: block;
}
.praction {
  margin-top: 40px;
}
#content .examples-boxes h3 {
  color: #0b4ea2;
  font-size: 1em;
  padding: 0 25px;
}
#content .examples-boxes h3 a {
  display: inline-block;
  background-image: url(media/angle-right.png);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 20px;
  text-decoration: none;
  color: #00a651;
}
#content .examples-boxes ul li {
  padding-left: 25px;
}
#content .examples-boxes ul, #content .examples-boxes p {
  background-color: #f3f3f3;
  border-top: 6px solid;
  border-color: #b7b7b7;
  padding: 20px 25px 20px 40px;
  color: #444444;
}
#content .more-examples {
  margin-top: 40px;
}
#content .more-examples .btn-practice-examples-more {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #00a651;
  color: #00a651;
  font-size: 1.071em;
  margin: 0 auto;
  display: block;
  width: 152px;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
}
/* colors */
#masthead {
  /*height: 129px;*/
 height:auto;
  display: flex;
  margin-top: -10px;
  padding-top: 16px;
    padding-bottom: 16px;
    line-height: 0;
}
#masthead .site-branding {
  flex: 0 1 auto;
  min-width: 200px;
  padding-left: 20px;
  padding-top: 0px;
  flex-grow: 100;
}
#masthead .site-branding img {
  width: 200px;
}
#masthead .main-navigation {
  flex: 0 1 auto;
  padding-right: 0;
}
#masthead .main-navigation #primary-menu {
  display: none;
  height: 41px;
  padding-top: 44px;
  line-height: 41px;
}
#masthead .main-navigation #primary-menu > li > a {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 15px;
}
#masthead .main-navigation #primary-menu > li > a:hover {
  color: #00a651;
  border-bottom: 1px solid #00a651;
}
#masthead .main-navigation #primary-menu ul {
  display: flex;
  flex-direction: row-reverse;
}
#masthead .main-navigation #primary-menu .sub-menu {
  padding-top: 52px;
  display: block;
}
#masthead .main-navigation #primary-menu .sub-menu li {
  background-color: #00a651;
  padding: 12px 20px;
  float: none;
  line-height: 21px;
}
#masthead .main-navigation #primary-menu .sub-menu .sub-menu {
  padding-top: 0;
}
#masthead .main-navigation #primary-menu .sub-menu a {
  color: white;
  text-transform: uppercase;
}
#masthead .main-navigation #primary-menu .sub-menu a:hover {
  color: #f9cb04;
}
.mobile-menu-and-search .mobile {
  text-align: right;
  padding: 44px 30px 0 30px;
  line-height: 41px;
}
.mobile-menu-and-search .mobile .menu-hlavni-menu-container {
  display: none;
  position: absolute;
  width: 100%;
  top: 129px;
  left: 0;
  background-color: #f9cb04;
  z-index: 100;
}
.mobile-menu-and-search .mobile .menu-hlavni-menu-container > ul {
  margin: 0;
  padding: 20px 40px;
}
.mobile-menu-and-search .mobile .menu-hlavni-menu-container ul {
  margin: 0;
  text-align: left;
  padding-left: 20px;
  list-style-type: none;
}
.mobile-menu-and-search .mobile .menu-hlavni-menu-container a {
  display: inline-block;
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 16px;
}
.mobile-menu-and-search .mobile .menu-hlavni-menu-container .menu .menu-item .sub-menu li {
  padding-left: 0px !important;
  font-size: 14px !important;
}
.mobile-menu-and-search .mobile .menu-hlavni-menu-container a:hover {
  color: black !important;
  opacity: 0.8;
}
.mobile-menu-and-search .mobile.open {
  background-color: #f9cb04;
}
.mobile-menu-and-search .mobile.open .fa-bars {
  color: #303030;
  font-size: 20px;
}
.mobile-menu-and-search .mobile.open .menu-hlavni-menu-container {
  display: block;
}
.mobile-menu-and-search .mobile .fa-bars {
  cursor: pointer;
  font-size: 20px;
}
#masthead .search {
  height: 41px;
  padding-top: 44px;
  line-height: 41px;
  padding-right: 70px;
}
#masthead .search .fa-search {
  cursor: pointer;
}

@media all and (min-width: 775px) {
  .mobile-menu-and-search .mobile {
    display: none;
  }
  #masthead .main-navigation {
    padding-right: 50px;
  }
  #masthead .main-navigation #primary-menu {
    display: block;
  }
}
.newentryTitle h2 a{
	line-height: 1;
}
@media all and (min-width: 996px) {
  #masthead .site-branding {
    min-width: 440px;
    /*padding-left: 70px;*/
    padding-top: 0px;
  }
  #masthead .site-branding img {
    width: 300px;
  }
}
#fatmenu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#fatmenu::after {
  content: "";
}
#fatmenu > div {
  flex: 1;
  margin-right: 1px;
  min-width: 250px;
}
#fatmenu > div:last-of-type {
  margin-right: 0;
}
#fatmenu > h2 {
  display: none;
}
#fatmenu .one {
  background-size: cover;
  display: block;
  height: 220px;
}
#fatmenu .one > a {
  display: block;
  height: 220px;
  background-color: #30b86b;
  text-decoration: none;
  color: white;
  text-align: center;
  position: relative;
  border-bottom: 8px solid #017633;
}
#fatmenu .one > a:hover {
  background-color: #000099;
}
#fatmenu .one > a .fas {
  display: block;
  margin: 0 auto 0;
  padding-top: 70px;
}
#fatmenu .one > a span {
  font-size: 22px;
  font-weight: normal;
}

.title {
  background-color: #f2f2f2;
}
.title .site-title {
  text-align: center;
  margin: 0;
  padding-top: 50px;
}
.title .site-title a {
  color: black;
  text-decoration: none;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 500;
}
.title h2 {
  font-size: 32px;
  color: #00a651;
  text-align: center;
  margin: 0;
  font-weight: normal;
}

div.line {
  border-top: 2px solid #02974a;
  width: 200px;
  margin: 15px auto;
}

#News,
.listing .site-main .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 10px 10px;
  background-color: #f2f2f2;
}
#News .one,
.listing .site-main .cards .one {
  display: grid;
  grid-template-columns: 50px 325px;
  grid-template-rows: 211px 35px 86px 104px 75px;
  display: -ms-grid;
  -ms-grid-columns: 50px 325px;
  -ms-grid-rows: 211px 35px 86px 104px 75px;
  background-color: white;
  margin: 15px;
  min-width: 375px;
  max-width: 375px;
  border-bottom: 8px solid #f9cb04;
  box-sizing: border-box;
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
}
#News .one .thumbnail,
.listing .site-main .cards .one .thumbnail {
  grid-column: 1/3;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
}
#News .one .date,
.listing .site-main .cards .one .date {
  grid-column: 1/2;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  color: black;
  font-weight: 700;
  font-size: 14px;
}
#News .one .date .day,
.listing .site-main .cards .one .date .day {
  border-right: 1px solid #30b86b;
  display: inline-block;
  width: 50px;
  text-align: center;
}
#News .one .date .year,
.listing .site-main .cards .one .date .year {
  border-right: 1px solid #30b86b;
  display: inline-block;
  width: 50px;
  text-align: center;
}
#News .one .date .month,
.listing .site-main .cards .one .date .month {
  border-right: 1px solid #30b86b;
  display: inline-block;
  width: 50px;
  text-align: center;
}
#News .one .newsTitle,
.listing .site-main .cards .one .newsTitle {
  grid-column: 2/3;
  grid-row: 3/4;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
  margin-left: 12px;
  margin-right: 20px;
  overflow: hidden;
}
#News .one .newsTitle a,
.listing .site-main .cards .one .newsTitle a {
  font-size: 18px;
  text-decoration: none;
  color: #00a651;
  font-weight: 700;
}
#News .one .newsTitle a:hover,
.listing .site-main .cards .one .newsTitle a:hover {
  color: #000099;
}
#News .one .excerpt,
.listing .site-main .cards .one .excerpt {
  grid-column: 2/3;
  grid-row: 4/5;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
  margin-left: 12px;
  margin-right: 20px;
}
#News .one .excerpt p,
.listing .site-main .cards .one .excerpt p {
  margin: 0;
}
#News .one .meta,
.listing .site-main .cards .one .meta {
  grid-column: 2/3;
  grid-row: 5/6;
  -ms-grid-column: 2;
  -ms-grid-row: 5;
  margin-left: 12px;
  margin-right: 20px;
  overflow: hidden;
}
#News .one .meta .inner,
.listing .site-main .cards .one .meta .inner {
  display: inline-block;
  border-top: 1px solid #30b86b;
  padding-top: 15px;
  font-weight: 700;
  font-size: 12px;
}
#News .one .meta a,
.listing .site-main .cards .one .meta a {
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}
#News .one .meta a:hover,
.listing .site-main .cards .one .meta a:hover {
  color: #000099;
}

.Half {
  border-top: 8px solid #f9cb04;
}
.Half .inner {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 100%;
  -ms-grid-rows: auto;
  display: -ms-grid;
}
.Half .left {
  background-color: #30b86b;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  min-width: 420px;
}
.Half .left .inner {
  display: flex;
  justify-content: center;
  padding: 112px 16px 112px 16px;
  width: 100%;
  background-image: url("media/domy-sloucene.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
.Half .right {
  background-color: #7f7f7f;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  min-width: 420px;
}
.Half .right .inner {
  padding: 112px 16px 112px 16px;
  display: flex;
  justify-content: center;
  background-image: url("media/domy-sloucene.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.Half .card {
  background-color: white;
  border-bottom: 8px solid #f9cb04;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  max-width: 508px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 133px 18px 133px 64px;
  display: -ms-grid;
  -ms-grid-columns: auto;
  -ms-grid-rows: 133px 18px 133px 64px;
}
.Half .card .icon {
  grid-column: 1/2;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  background-color: #279456;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Half .card .text {
  grid-column: 1/2;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  margin: 0 8px 0 8px;
  padding-right: 10px;
}
.Half .card .text h2 {
  color: #00a651;
  margin-bottom: 0;
}
.Half .card .text p {
  font-size: 14px;
  margin-top: 5px;
}
.Half .card .actions {
  grid-column: 1/2;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
  background-color: white;
  text-align: center;
}
.Half .post {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 211px 18px auto auto auto auto;
  display: -ms-grid;
  -ms-grid-columns: auto;
  -ms-grid-rows: 211px 18px auto auto auto auto;
  padding: 0 22px;
}
.Half .post .entryImage {
  grid-column: 1/2;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.Half .post .entryTitle {
  grid-column: 1/2;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.Half .post .entryTitle h2 {
  color: white;
  font-size: 32px;
  font-weight: normal;
  margin: 0 5rem 5px 0;
  line-height: 1.2;
}
.Half .post .entryTitle h2 .date {
  color: #f9cb04;
  font-weight: bold;
}
.Half .post .entryTitle a {
  color: white;
  text-decoration: none;
}
.Half .post .entryTitle a:hover {
  color: #000099;
}
.Half .post .entryMeta {
  grid-column: 1/2;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
  color: white;
  font-size: 12px;
}
.Half .post .entryMeta a {
  color: white;
  text-decoration: none;
}
.Half .post .entryMeta a:hover {
  color: #000099;
}
.Half .post .excerpt {
  grid-column: 1/2;
  grid-row: 5/6;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
  color: white;
}
.Half .post .actions {
  grid-column: 1/2;
  grid-row: 6/7;
  -ms-grid-column: 1;
  -ms-grid-row: 6;
  background-color: transparent;
  text-align: left;
}
.Half.important .left .inner {
  display: flex;
  /*justify-content: flex-end;*/
 justify-content: center;
  padding: 40px 16px 40px 0;
  height: 100%;
}
.excerpt.newexcerpt{
	min-height: 0px;
}

.newexcerpt p{
	margin-bottom: 10px;
	margin-top: 10px;
}
#fatmenu .one{
	border-right: 0.1px solid #017633;
}
.Half.important .right .inner {
  display: flex;
  justify-content: flex-end;
  padding: 40px 16px 40px 0;
  height: 100%;
}

@media all and (min-width: 1000px) {
  .Half .inner {
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
  }
  .Half .inner .left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .Half .inner .left .inner {
    padding: 112px 70px 112px 16px;
    justify-content: flex-end;
  }
  .Half .inner .right {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .Half .inner .right .inner {
    padding: 112px 16px 112px 70px;
    justify-content: flex-start;
  }
}
@media all and (min-width: 1400px) {
  .Half .post {
    display: grid;
    grid-template-columns: 335px 30px auto;
    grid-template-rows: auto auto auto 150px;
    display: -ms-grid;
    -ms-grid-columns: 335px 30px auto;
    -ms-grid-rows: auto auto auto 150px;
    padding: 0 22px 0 0;
  }
  .Half .post .entryImage {
    grid-column: 1/2;
    grid-row: 1/5;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
  }
  .Half .post .entryTitle {
    grid-column: 3/4;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .Half .post .entryMeta {
    grid-column: 3/4;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .Half .post .excerpt {
    grid-column: 3/4;
    grid-row: 3/4;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .Half .post .actions {
    grid-column: 3/4;
    grid-row: 4/5;
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
}
@media all and (min-width: 462px) {
  .Half .left .inner {
    padding: 112px 16px 112px 16px;
  }
  .Half .right .inner {
    padding: 112px 16px 112px 16px;
  }
  .Half .card {
    min-width: 430px;
    display: grid;
    grid-template-columns: 133px 18px 279px;
    grid-template-rows: 133px 18px 64px;
    display: -ms-grid;
    -ms-grid-columns: 133px 18px 279px;
    -ms-grid-rows: 133px 18px 64px;
  }
  .Half .card .icon {
    grid-column: 1/2;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .Half .card .text {
    grid-column: 3/4;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    margin: 0;
  }
  .Half .card .actions {
    grid-column: 3/4;
    grid-row: 3/4;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    text-align: left;
  }
}
.yellowButton {
  display: inline-block;
  line-height: 40px;
  padding: 0 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: black;
  background-color: #f9cb04;
  font-weight: 500;
  font-size: 12px;
}
.yellowButton:visited {
  color: black;
}
.yellowButton:hover {
  background-color: #000099;
  color: white;
}
.examples-boxes h3 a:hover, .examples a:hover {
  color: #000099 !important;
}
#post-31547 ul li a {
  height: 150px;
}
@media all and (min-width: 775px) {
  #News {
    padding: 50px 30px 30px;
  }
  #News .one {
    flex-grow: 1;
    min-width: 320px;
    width: auto;
  }
}
@media all and (min-width: 775px) {
  #MostRead {
    padding: 50px 30px 30px;
  }
  #MostRead .one {
    flex-grow: 1;
    min-width: 320px;
    width: auto;
    flex: 1;
  }
}
#Events {
  padding: 50px 30px 0;
  background-color: white;
}
#Events .subtitle {
  color: black;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
#Events .info {
  font-size: 32px;
  color: #00a651;
  text-align: center;
  padding: 0 100px;
  margin-top: 15px;
}
#Events .actions {
  padding-top: 50px;
  background-color: white;
}

.actions {
  padding-bottom: 50px;
  padding-top: 10px;
  background-color: #f2f2f2;
  text-align: center;
}

.green.button {
  display: inline-block;
  height: 47px;
  background-color: #02974a;
  color: white;
  text-transform: uppercase;
  line-height: 47px;
  font-size: 20px;
  padding: 0 29px;
  font-weight: 700;
  text-decoration: none;
}
.green.button:hover {
  background-color: #000099;
}
.green.button i {
  margin-left: 10px;
}

.transparent.button {
  display: inline-block;
  height: 47px;
  background-color: white;
  color: #00a651;
  border: 2px solid #00a651;
  text-transform: uppercase;
  line-height: 47px;
  font-size: 14px;
  padding: 0 29px;
  font-weight: 700;
  text-decoration: none;
}
.transparent.button:hover {
  border-color: #000099;
  color: #000099;
}
.transparent.button i {
  margin-left: 10px;
}

.white.button {
  display: inline-block;
  height: 47px;
  background-color: white;
  color: #02974a;
  text-transform: uppercase;
  line-height: 47px;
  font-size: 20px;
  padding: 0 29px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}
.white.button i {
  margin-left: 10px;
}

#FooterWidgets {
  border-top: 8px solid #30b86b;
  background-color: #7f7f7f;
  padding: 50px 30px 30px;
  position: relative;
  background-image: url("media/domy-sloucene.png");
  background-repeat: repeat-x;
  background-position: bottom left;
}
#FooterWidgets > aside {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#FooterWidgets section {
  margin-left: 15px;
  margin-right: 15px;
  color: white;
  flex-grow: 1;
  flex-basis: 20%;
  min-width: 300px;
}
#FooterWidgets h2, #FooterWidgets h3 {
  font-weight: 500;
}
#FooterWidgets a {
  color: white;
  font-weight: 400;
  text-decoration: none;
}
#FooterWidgets a:hover {
  color: #f9cb04;
}
#FooterWidgets ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#FooterWidgets .tagcloud a {
  padding: 0 20px;
  margin: 4px;
  display: inline-block;
  border: 1px solid white;
  line-height: 27px;
}

footer {
  border-top: 1px solid #30b86b;
  background-color: #666666;
  padding: 0 30px 0;
  text-align: center;
  font-weight: 400;
  color: white;
}
footer a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
footer a:hover {
  color: #f9cb04;
}
footer .site-info {
  margin: 16px;
}

article.post,
section.no-results,
section.error-404 {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
article.post aside,
article.practice aside,
article.subject aside,
article.topic aside,
article.qandas aside,
article.partner aside,
article.institut aside,
article.action aside,
article.news aside,
section.no-results aside,
section.error-404 aside {
  flex: 3;
  min-width: 320px;
  padding: 30px;
  margin-top: 180px;
  background-color: #f4f4f4;
}
article.post aside .widget-title,
section.no-results aside .widget-title,
section.error-404 aside .widget-title {
  color: black;
  font-size: 20px;
  margin-top: 30px;
}
article.post .page-header,
article.post .entry-header,
section.no-results .page-header,
section.no-results .entry-header,
section.error-404 .page-header,
section.error-404 .entry-header {
  width: 100%;
  padding: 30px 15px 0;
  border-top: 8px solid #f9cb04;
  background-color: #f2f2f2;
}
article.post .page-header h1,
article.post .entry-header h1,
section.no-results .page-header h1,
section.no-results .entry-header h1,
section.error-404 .page-header h1,
section.error-404 .entry-header h1 {
  color: #00a651;
  letter-spacing: -1px;
  font-size: 47px;
}
article.post .page-header .breadcrumbs,
article.post .entry-header .breadcrumbs,
article.practice .page-header .breadcrumbs,
article.practice .entry-header .breadcrumbs,
article.subject .page-header .breadcrumbs,
article.subject .entry-header .breadcrumbs,
article.topic .page-header .breadcrumbs,
article.topic .entry-header .breadcrumbs,
article.institut .page-header .breadcrumbs,
article.institut .entry-header .breadcrumbs,
article.qandas .page-header .breadcrumbs,
article.qandas .entry-header .breadcrumbs,
article.news .page-header .breadcrumbs,
article.news .entry-header .breadcrumbs,
article.partner .page-header .breadcrumbs,
article.partner .entry-header .breadcrumbs,
article.action .page-header .breadcrumbs,
article.action .entry-header .breadcrumbs,
section.no-results .page-header .breadcrumbs,
section.no-results .entry-header .breadcrumbs,
section.error-404 .page-header .breadcrumbs,
section.error-404 .entry-header .breadcrumbs {
  margin-top: 30px;
  padding-bottom: 10px;
}
article.post .fullExcerpt,
article.practice .fullExcerpt,
article.subject .fullExcerpt,
article.topic .fullExcerpt,
article.qandas .fullExcerpt,
article.institut .fullExcerpt,
article.news .fullExcerpt,
article.partner .fullExcerpt,
article.action .fullExcerpt,
section.no-results .fullExcerpt,
section.error-404 .fullExcerpt {
  font-weight: bold;
  width: 70%;
}
article.post .fullExcerpt p,
article.practice .fullExcerpt p,
article.subject .fullExcerpt p,
article.qandas .fullExcerpt p,
article.topic .fullExcerpt p,
article.institut .fullExcerpt p,
article.news .fullExcerpt p,
article.partner .fullExcerpt p,
article.action .fullExcerpt p,
section.no-results .fullExcerpt p,
section.error-404 .fullExcerpt p {
  line-height: 26px;
}
article.post .page-content,
article.post .entry-content,
article.qandas .entry-content,
article.qandas .page-content,
article.practice .page-content,
article.practice .entry-content,
article.subject .page-content,
article.subject .entry-content,
article.topic .page-content,
article.topic .entry-content,
article.institut .page-content,
article.institut .entry-content,
article.partner .page-content,
article.partner .entry-content,
article.action .page-content,
article.action .entry-content,
article.news .page-content,
article.news .entry-content,
section.no-results .page-content,
section.no-results .entry-content,
section.error-404 .page-content,
section.error-404 .entry-content {
  flex: 7;
  min-width: 320px;
  padding: 30px 15px 20px;
}
article.post .page-content h2,
article.post .entry-content h2,
article.qandas .page-content h2,
article.qanas .entry-content h2,
article.practice .page-content h2,
article.practice .entry-content h2,
article.subject .page-content h2,
article.subject .entry-content h2,
article.topic .page-content h2,
article.topic .entry-content h2,
article.news .page-content h2,
article.news .entry-content h2,
article.institut .page-content h2,
article.institut .entry-content h2,
article.partner .page-content h2,
article.partner .entry-content h2,
article.action .page-content h2,
article.action .entry-content h2,
section.no-results .page-content h2,
section.no-results .entry-content h2,
section.error-404 .page-content h2,
section.error-404 .entry-content h2 {
  font-size: 32px;
  font-weight: 400;
}
article.post .page-content h3,
article.post .entry-content h3,
section.no-results .page-content h3,
section.no-results .entry-content h3,
section.error-404 .page-content h3,
section.error-404 .entry-content h3 {
  font-size: 28px;
  font-weight: 400;
}
article.post .page-content h4,
article.post .entry-content h4,
section.no-results .page-content h4,
section.no-results .entry-content h4,
section.error-404 .page-content h4,
section.error-404 .entry-content h4 {
  font-size: 20px;
  font-weight: 500;
}
article.post .page-content h5,
article.post .entry-content h5,
section.no-results .page-content h5,
section.no-results .entry-content h5,
section.error-404 .page-content h5,
section.error-404 .entry-content h5 {
  font-size: 17px;
  font-weight: 500;
}
article.post .page-content h6,
article.post .entry-content h6,
section.no-results .page-content h6,
section.no-results .entry-content h6,
section.error-404 .page-content h6,
section.error-404 .entry-content h6 {
  font-size: 17px;
  font-weight: 400;
}
article.post .page-content ul, article.post .page-content ol,
article.post .entry-content ul,
article.post .entry-content ol,
section.no-results .page-content ul,
section.no-results .page-content ol,
section.no-results .entry-content ul,
section.no-results .entry-content ol,
section.error-404 .page-content ul,
section.error-404 .page-content ol,
section.error-404 .entry-content ul,
section.error-404 .entry-content ol {
  margin-left: 0;
}
article.post .page-content ul ul,
article.post .entry-content ul ul,
section.no-results .page-content ul ul,
section.no-results .entry-content ul ul,
section.error-404 .page-content ul ul,
section.error-404 .entry-content ul ul {
  list-style-type: circle;
}
article.post .page-content a,
article.post .entry-content a,
section.no-results .page-content a,
section.no-results .entry-content a,
section.error-404 .page-content a,
section.error-404 .entry-content a {
  color: #00a651;
}
article.post .page-content a:hover,
article.post .entry-content a:hover,
section.no-results .page-content a:hover,
section.no-results .entry-content a:hover,
section.error-404 .page-content a:hover,
section.error-404 .entry-content a:hover {
  color: #000099;
}
article.post .page-content p,
article.post .entry-content p,
section.no-results .page-content p,
section.no-results .entry-content p,
section.error-404 .page-content p,
section.error-404 .entry-content p {
  line-height: 26px;
}
article.post .entryActions,
section.no-results .entryActions,
section.error-404 .entryActions {
  width: 100%;
  padding-left: 70px;
  margin-bottom: 40px;
}
article.post .entryTitle,
section.no-results .entryTitle,
section.error-404 .entryTitle {
  font-size: 32px;
  font-weight: 700;
}
article.post .entryTitle h1,
section.no-results .entryTitle h1,
section.error-404 .entryTitle h1 {
  font-size: 32px;
  font-weight: 700;
  display: inline;
}
article.post .entryTitle a,
section.no-results .entryTitle a,
section.error-404 .entryTitle a {
  text-decoration: none;
  color: inherit !important;
}
article.post .entryTitle .date,
section.no-results .entryTitle .date,
section.error-404 .entryTitle .date {
  color: #00a651;
}
article.post .entryMeta,
section.no-results .entryMeta,
section.error-404 .entryMeta {
  font-size: 12px;
  margin-bottom: 40px;
}
article.post .entryMeta a,
section.no-results .entryMeta a,
section.error-404 .entryMeta a {
  color: #00a651;
  font-weight: bold;
  text-decoration: none;
}
article.post .entryMeta a:hover,
section.no-results .entryMeta a:hover,
section.error-404 .entryMeta a:hover {
  color: #000099;
}

@media all and (min-width: 775px) {
  article.post .page-header,
article.post .entry-header,
section.no-results .page-header,
section.no-results .entry-header,
section.error-404 .page-header,
section.error-404 .entry-header {
    padding: 50px 70px 0;
  }
  article.post .page-content,
article.post .entry-content,
article.practice .entry-content,
article.subject .entry-content,
article.topic .entry-content,
article.qandas .entry-content,
article.action .entry-content,
article.partner .entry-content,
article.institut .entry-content,
article.news .entry-content,
section.no-results .page-content,
section.no-results .entry-content,
section.error-404 .page-content,
section.error-404 .entry-content {
    padding: 30px 70px 20px;
  }
}
.widget_categories ul,
.widget_recent_entries ul,
.poveza_news_widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.widget_categories ul li,
.widget_recent_entries ul li,
.poveza_news_widget ul li {
  line-height: 200%;
  font-weight: 700;
}
.widget_categories ul li a,
.widget_recent_entries ul li a,
.poveza_news_widget ul li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.widget_categories ul li a:hover,
.widget_recent_entries ul li a:hover,
.poveza_news_widget ul li a:hover {
  color: #000099;
}

.widget_nav_menu ul {
  list-style-type: none;
  margin-left: 20px;
  padding-left: 0;
}
.widget_nav_menu ul li {
  line-height: 200%;
  font-weight: 700;
}
.widget_nav_menu ul li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.widget_nav_menu ul li a:hover {
  color: #000099;
}

.archive-header {
  width: 100%;
  padding-top: 50px;
  border-top: 8px solid #f9cb04;
  background-color: #f2f2f2;
  padding-right: 70px;
  padding-left: 70px;
}
.archive-header h1 {
  color: #00a651;
  letter-spacing: -1px;
  font-size: 47px;
}
.archive-header .breadcrumbs {
  margin-top: 0;
  padding-bottom: 10px;
}

.listing {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.listing .archive-header {
  background-color: white;
  padding-top: 0;
}
.listing h1 {
  color: black;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 500;
}
.listing main {
  flex-grow: 100;
  background-color: #f4f4f4;
  padding-bottom: 70px;
}
.listing aside {
  width: 480px;
  padding-top: 50px;
  padding-right: 70px;
}
.listing aside .widget-title {
  color: #00a651;
  font-size: 24px;
  margin-top: 40px;
}

section.error-404,
article.page {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
section.error-404 .page-header,
section.error-404 .entry-header,
article.page .page-header,
article.page .entry-header {
  width: 100%;
  padding: 30px 15px 0;
  border-top: 8px solid #f9cb04;
  background-color: #f2f2f2;
}
section.error-404 .page-header h1,
section.error-404 .entry-header h1,
article.page .page-header h1,
article.page .entry-header h1 {
  color: #00a651;
  letter-spacing: -1px;
  font-size: 47px;
}
section.error-404 .page-header .breadcrumbs,
section.error-404 .entry-header .breadcrumbs,
article.page .page-header .breadcrumbs,
article.page .entry-header .breadcrumbs {
  margin-top: 0;
  padding-bottom: 10px;
}
section.error-404 .page-content,
section.error-404 .entry-content,
article.page .page-content,
article.page .entry-content {
  flex-grow: 100;
  padding: 30px 15px 20px;
}
section.error-404 .page-content ul, section.error-404 .page-content p, section.error-404 .page-content blockquote, section.error-404 .page-content ol,
section.error-404 .entry-content ul,
section.error-404 .entry-content p,
section.error-404 .entry-content blockquote,
section.error-404 .entry-content ol,
article.page .page-content ul,
article.page .page-content p,
article.page .page-content blockquote,
article.page .page-content ol,
article.page .entry-content ul,
article.page .entry-content p,
article.page .entry-content blockquote,
article.page .entry-content ol {
  max-width: 50rem;
}
section.error-404 .page-content h2,
section.error-404 .entry-content h2,
article.page .page-content h2,
article.page .entry-content h2 {
  font-size: 32px;
}
section.error-404 .page-content h3,
section.error-404 .entry-content h3,
article.page .page-content h3,
article.page .entry-content h3 {
  font-size: 26px;
}
section.error-404 .page-content ul, section.error-404 .page-content ol,
section.error-404 .entry-content ul,
section.error-404 .entry-content ol,
article.page .page-content ul,
article.page .page-content ol,
article.page .entry-content ul,
article.page .entry-content ol {
  margin-left: 0;
}
section.error-404 .page-content ul ul,
section.error-404 .entry-content ul ul,
article.page .page-content ul ul,
article.page .entry-content ul ul {
  list-style-type: circle;
}
section.error-404 .page-content a,
section.error-404 .entry-content a,
article.page .page-content a,
article.page .entry-content a {
  color: #00a651;
}
section.error-404 .page-content a:hover,
section.error-404 .entry-content a:hover,
article.page .page-content a:hover,
article.page .entry-content a:hover {
  color: #000099;
}
section.error-404 .entryActions,
article.page .entryActions {
  width: 100%;
  padding-left: 70px;
  margin-bottom: 40px;
}
section.error-404 .entryTitle,
article.page .entryTitle {
  font-size: 32px;
  font-weight: 700;
}
section.error-404 .entryTitle a,
article.page .entryTitle a {
  text-decoration: none;
  color: inherit !important;
}
section.error-404 .entryTitle .date,
article.page .entryTitle .date {
  color: #00a651;
}
section.error-404 .entryMeta,
article.page .entryMeta {
  font-size: 12px;
  margin-bottom: 40px;
}
section.error-404 .entryMeta a,
article.page .entryMeta a {
  color: black;
  text-decoration: none;
}
section.error-404 .entryMeta a:hover,
article.page .entryMeta a:hover {
  color: #000099;
}

@media all and (min-width: 775px) {
  section.error-404 .page-header,
section.error-404 .entry-header,
article.page .page-header,
article.page .entry-header {
    padding: 50px 70px 0;
  }
  section.error-404 .page-content,
section.error-404 .entry-content,
article.page .page-content,
article.page .entry-content {
    padding: 80px 70px 20px;
  }
}
.blockmenu {
  /* vložené menu */
  background-color: #f4f4f4;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px !important;
  max-width: none !important;
  border-top: 8px solid #f9cb04;
}
.blockmenu > li {
  list-style-type: none;
  flex: 1;
  min-width: 250px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
}
.blockmenu > li:last-of-type {
  border-right: none;
}
.blockmenu > li > a {
  display: block;
  height: 220px;
  background-color: #30b86b;
  text-decoration: none;
  color: white !important;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  position: relative;
  border-bottom: 8px solid #279456;
}
.blockmenu > li > a:hover {
  background-color: #000099;
  color: white !important;
}
.blockmenu > li > a .fa {
  display: block;
  margin: 0 auto 0;
  padding-top: 70px;
  font-size: 48px;
}
.blockmenu > li > a span {
  font-size: 22px;
  font-weight: normal;
}
.blockmenu > li ul {
  display: block;
  padding: 70px 0 70px 0;
  max-width: none !important;
}
.blockmenu > li ul li {
  margin: 10px 10px 20px;
  background-color: white;
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
  border-bottom: 8px solid #f9cb04;
  height: 110px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.blockmenu > li ul li a {
  flex: 1;
  text-align: center;
  color: black !important;
  font-weight: bold;
  text-decoration: none;
  align-self: center;
}
.blockmenu > li ul li a:hover {
  color: #000099 !important;
}

@media all and (min-width: 775px) {
  .blockmenu {
    margin: -80px 0 40px -70px !important;
    width: calc(100% + 140px);
  }
}
#JumpToTop {
  width: 44px;
  height: 44px;
  border: 1px solid #000099;
  background-color: white;
  color: #000099 !important;
  text-align: center;
  line-height: 44px;
  position: absolute;
  bottom: 10px;
  right: 25px;
  border-radius: 4px;
}

#Pagination {
  text-align: center;
  margin: 50px auto 50px;
}
#Pagination > a,
#Pagination > span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  color: black;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #f9cb04;
}
#Pagination > a.current,
#Pagination > span.current {
  background: #a6a9ac;
  color: white;
}
#Pagination > a:hover,
#Pagination > span:hover {
  background-color: #000099;
  color: white;
}

#SearchBox {
  background-color: #02974a;
  height: 0px;
  padding: 0 70px;
  overflow: hidden;
  -moz-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
#SearchBox.open {
  height: 50px;
}
#SearchBox .inner {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-left: 10px;
}
#SearchBox .inner .fa-search,
#SearchBox .inner .fa-close {
  line-height: 50px;
  color: white;
}
#SearchBox .inner .fa-close {
  cursor: pointer;
}
#SearchBox .inner form {
  flex-grow: 100;
}
#SearchBox .inner input {
  background-color: #02974a;
  color: #f2f2f2;
  height: 30px;
  width: 80%;
  border: 0;
  margin-top: 10px;
  outline: none;
  margin-left: 10px;
}
#SearchBox .inner input::placeholder {
  color: #00c05d;
}

.breadcrumbs {
  margin-bottom: 12px;
}
.breadcrumbs a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: black !important;
}
.breadcrumbs a:hover {
  color: #000099;
}
.breadcrumbs span {
  color: #00a651;
  font-size: 12px;
  font-weight: bold;
}
.breadcrumbs .fa-chevron-right {
  font-size: 60%;
}

.comments-area {
  margin-top: 70px;
}
.comments-area input[type=submit] {
  height: 36px;
  text-align: center;
  border: 1px solid #00a651;
  color: #00a651;
  background-color: transparent;
  border-radius: 0;
}
.comments-area input[type=submit].current {
  color: #000099;
}

#menu-faq {
  list-style-type: decimal;
}

.page-content table,
.entry-content table {
  border-collapse: collapse;
}
.page-content table td, .page-content table th,
.entry-content table td,
.entry-content table th {
  border: 1px solid #a6a9ac;
  padding: 3px 6px;
}
.page-content table th,
.entry-content table th {
  color: #02974a;
}
.page-content tbody tr:nth-of-type(even),
.entry-content tbody tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
.page-content blockquote,
.entry-content blockquote {
  background-color: #f2f2f2;
  padding: 5px 40px;
  border-left: 3px solid #a6a9ac;
}

#secondary .tagcloud a {
  padding: 0 20px;
  margin: 4px;
  display: inline-block;
  border: 1px solid #00a651;
  line-height: 27px;
  color: black;
  text-decoration: none;
}
#secondary .tagcloud a:hover {
  color: #000099;
  border-color: #000099;
}

body.single #primary {
  border-top: 0px solid #f9cb04;
}

.page-content h1,
.entry-content h1 {
  margin-bottom: 0;
}

.otazka {
  font-size: 13px !important;
  font-style: italic;
  margin-bottom: 0.769em;
}

.otazka * {
  font-size: 13px !important;
}

div.otazka + br {
  display: none;
}

.otazka p {
  display: inline;
  margin: 0;
}

.odpoved {
  font-size: 13px !important;
}

.odpoved * {
  font-size: 13px !important;
}

.odpoved p {
  display: inline;
  margin: 0;
}

.nz_catlist li {
  list-style-image: url("media/odrazka-sipky.png");
  margin-bottom: 2em;
}

.nz_nadpis {
  margin-bottom: 0.769em;
}

.nz_date {
  font-style: italic;
}

.nz_date + p {
  display: none;
}

/**
 * STRANKOVANI plugin List-Category-Posts
 */
.lcp_paginator {
  text-align: center;
  margin: 50px auto 50px;
}

.lcp_paginator li {
  border: none !important;
  padding: 0 !important;
  margin: 0 2px !important;
  display: inline-block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #f9cb04;
}

.lcp_paginator li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  color: black !important;
  background-color: #f9cb04;
}

.lcp_paginator li.lcp_currentpage {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: white;
  background: #a6a9ac;
}

.lcp_paginator li:hover a,
.lcp_paginator li.lcp_currentpage:hover {
  color: white !important;
  background-color: #000099;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #News, .listing .site-main {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* The real custom styles begins here.. by Royalonogy */
/* Error, warning, success, and info messages by Royalonogy */
/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');*/

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}
.acf-field-64aa86efd0bc0 .acf-label label, .acf-field-64aa8742d0bc1 .acf-label label {
  display: none !important;
}
.vybrana-rozhodnuti-vz-table {
  white-space: normal;
}
.vybrana-rozhodnuti-vz-table tr td {
  text-align: justify;
}


/* Media Queries by Royalonogy */
.metodika-font-size > a > span {
	font-size: 13.5px !important;
}

@media screen and (max-width: 1837px) {
	.metodika-font-size > a > span {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 1640px) {
	.metodika-font-size > a > span {
		font-size: 11px !important;
	}
}

@media screen and (max-width: 1508px) {
	.metodika-font-size > a > span {
		font-size: 10px !important;
	}
}

@media screen and (max-width: 1378px) {
	.metodika-font-size > a > span {
		font-size: 10px !important;
	}
}

@media screen and (max-width: 1309px) {
	.metodika-font-size > a > span {
		font-size: 9.5px !important;
	}
}

@media screen and (max-width: 1241px) {
	.metodika-font-size > a > span {
		font-size: 9px !important;
	}
}

@media screen and (max-width: 1172px) {
	.metodika-font-size > a > span {
		font-size: 8.5px !important;
	}
}

@media screen and (max-width: 1103px) {
	.metodika-font-size > a > span {
		font-size: 8px !important;
	}
}

@media screen and (max-width: 1035px) {
	.metodika-font-size > a > span {
		font-size: 7.5px !important;
	}
}

@media screen and (max-width: 899px) {
	.metodika-font-size > a > span {
		font-size: 8.5px !important;
	}
    .blockmenu > li > a .fa {
		font-size: 28px;
	}
}

@media screen and (max-width: 899px) {
	.metodika-font-size > a > span {
		font-size: 8px !important;
	}
    .blockmenu > li > a .fa {
		font-size: 24px;
	}
}
#masthead .site-branding .mmr-main-logo {
  width: auto;
}
#masthead .site-branding .main-logo {
  text-decoration: none;
}
#masthead .site-branding .site-branding-portal-switch-link img {
  width: 18px;
  position: relative;
  top: 2.5%;
  left: 5px;
  margin-top: 0;
}
#masthead .site-branding .site-branding-portal-switch-link:hover {
  opacity: 0.75;
}
#masthead .site-branding .site-branding-rozza-switch-link:hover {
  opacity: 0.75;
}
#masthead .site-branding .site-branding-rozza-switch-link img {
  width: 35px;
  margin-top: 0;
}
#masthead .site-branding .site-branding-portal-switch-link, #masthead .site-branding .site-branding-rozza-switch-link {
  text-decoration: none;
  color: black;
  font-weight: 700;
  font-size: 20px;
}
#masthead .site-branding .site-branding-portal-switch-link .ico-name {
  margin-left: 10px;
}
#masthead .site-branding .site-branding-portal-switch-link .ico-name {
  position: relative;
  /*bottom: 2.5%;*/
  margin-left: 10px;
}
#masthead .site-branding .site-branding-rozza-switch-link .ico-name {
  position: relative;
  /*bottom: 10%;*/
  margin-left: 5px;
}
#masthead .site-branding .site-branding-portal-switch-link {
  margin-left: 50px;
  background-color: #f9cb04;
  padding: 10px;
  position: relative;
  top: 20%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
#masthead .site-branding .site-branding-rozza-switch-link {
  margin-left: 30px;
  position: relative;
  top: 20%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
.new-main-menu-portal {
  border-top: 1px solid #d5d5d5;
}
.new-main-menu-portal a:visited {
  color: inherit;
}
.new-main-menu-portal .main-navigation #primary-menu .menu-item {
  padding: 15px 20px;
}
.new-main-menu-portal .main-navigation #primary-menu .menu-item a, .new-main-menu-portal #site-secondary-navigation .secondary-navigation-menu .secondary-menu-item a {
  color: black;
  font-size: 13pt;
  font-weight: 500;
}
.new-main-menu-portal .main-navigation #primary-menu .menu-item:hover, .secondary-navigation-menu .secondary-menu-item:hover {
  background-color: #f9cb04;
}
.new-main-menu-portal .main-navigation #primary-menu .menu-item .sub-menu {
  background-color: #f9cb04;
  padding: 10px;
  padding-left: 30px;
  margin-left: -20px;
}
.new-main-menu-portal .main-navigation #primary-menu .menu-item .sub-menu li a {
  font-size: 14px;
  width: 500px;
}
.new-main-menu-portal .main-navigation #primary-menu .menu-item .sub-menu li a:hover {
  text-decoration: underline;
}
.new-main-menu-portal #site-secondary-navigation .secondary-navigation-menu {
  list-style: none;
}
.new-main-menu-portal #site-secondary-navigation .secondary-navigation-menu .secondary-menu-item a {
  text-decoration: none;
  font-weight: 500;
}
.onsite-navigation-item-header:hover {
  background-color: #000099;
}
.onsite-navigation-item-menu .onsite-navigation-item-menu-item a:hover {
  color: #000099;
}
.secondary-navigation-menu {
  float: left;
  margin: 0;
  margin-left: 0px;
  border-left: 1px solid #d5d5d5;
  padding-left: 0px;
}
.secondary-navigation-menu .secondary-menu-item {
  float: left;
  padding: 15px 20px;
}
.portal-home-news-row {
  display: flex;
  max-width: 1625px;
  margin: 0 auto;
}
.portal-home-news-row .portal-col-6 {
  width: 50%;
  padding: 50px;
  padding-top: 40px;
  padding-bottom: 70px;
}
.portal-home-news-row .portal-col-6:first-child {
  padding-left: 25px;
}
.portal-home-news-row .portal-col-6:last-child {
  margin-block-start: 0em;
  padding-right: 25px;
}
.portal-home-news-row .portal-col-6 .newest-post-title {
  font-size: 37px;
  color: #f9cb04;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-block-end: 0.5em;
  line-height: normal;
}
.portal-home-news-row .portal-col-6 .newer-post-title {
  font-size: 20px;
  color: #f9cb04;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-top: 10px;
  margin-block-end: 0em;
  margin-block-start: 0em;
  line-height: normal;
}
.newest-post-title a:hover, .newer-post-title a:hover {
  text-decoration: underline;
}
.portal-home-news-row .portal-col-6 .newer-post-hp {
  border-top: 1px solid rgba(192, 192, 192, 0.3);
}
.portal-home-news-row .portal-col-6 .newer-post-hp:first-child {
  border-top: 0px solid rgba(192, 192, 192, 0.3);
}
.portal-home-news-row .portal-col-6 .newer-post-hp:last-child {
  border-bottom: 0px solid rgba(192, 192, 192, 0.3);
}
.portal-home-news-row .portal-col-6:first-child .newest-post-title-paragraph, .portal-home-news-row .portal-col-6 .newest-post-homepage p, .portal-home-news-row .portal-col-6 .newer-posts-homepage p  {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
.portal-home-news-row .portal-col-6 .newer-posts-homepage .newer-post-paragraph {
  margin-bottom: 1em;
}
.onsite-navigation-item-header a {
  text-decoration: none;
}
.newest-post-title a, .newer-post-title a {
  text-decoration: none;
  color: #f9cb04;
  line-height: normal;
}
.newest-post-title a:visited, .newer-post-title a:visited {
  color: inherit;
}
.portal-home-news-row .portal-col-6 .newer-posts-homepage p {
  font-size: 14px !important;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.newest-article-buttons {
  margin-top: 30px;
}
.portal-home-news-row .portal-col-6 .newest-post-title {
  margin-block-start: 0em;
}
.portal-home-news-row .portal-col-6 .date-post-span {
  margin-block-end: 1em;
  margin-block-start: 1em;
  font-size: 16px;
  color: #f9cb04;
  margin-right: 10px;
  margin-bottom: 0;
}
.portal-home-news-row .portal-col-6:last-child .date-post-span {
  margin-block-end: 1em;
  margin-block-start: 0em;
  font-size: 14px;
}
.onsite-navigation-container {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  max-width: 1625px;
  position: relative;
  bottom: 60px;
}
.onsite-navigation-col-4 {
  width: 33%;
}
.onsite-navigation-item-header {
  background-color: #009c4b;
  border-bottom: 5px solid #027733;
}
.onsite-navigation-header-para {
  color: #fff;
  padding: 30px 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.onsite-navigation-item-menu .onsite-navigation-item-menu-item {
  line-height: 2;
}
.onsite-navigation-item-menu .onsite-navigation-item-menu-item a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}
#News.onsite-navigation-section {
  display: block;
}
.onsite-navigation-item {
  margin-left: 10px;
  margin-right: 10px;
}
.onsite-navigation-item-body {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #fff;
  height: 300px;
  display: none;
}
.onsite-navigation-item-menu {
  list-style-type: square;
  margin-left: 0;
}
.onsite-navigation-item-menu .onsite-navigation-item-menu-item::marker {
  color: #eaeaea;
  font-size: 15px;
}
#masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
  width: 15px;
  position: relative;
  /*bottom: 10%;*/
  margin-left: 10px;
}
.half-homepage {
  border-top: 0px solid #f9cb04 !important;
}
.onsite-navigation-icon {
  width: 32px;
  position: relative;
  top: 0px;
}
.onsite-navigation-header-para span {
  margin-left: 15px;
}
.listing .site-main .cards .events-class.one:last-child {
  margin-right: 0;
}
.search-form .search-submit {
  background-color: #f0f0f0 !important;
  border: 1px solid #ccc !important;
  border-left: 0px solid #ccc !important;
  padding-top: 0.6em !important;
}
.search-form .search-submit img {
  width: 20px;
  margin-left: 30px;
}
.search-form .search-field {
  background-image: none;
  text-indent: 10px;
}
.search-form .search-field:focus {
  background-color: #f0f0f0;
  color: #666;
  border: 1px solid #ccc;
  outline: none;
}
.navigations-portal {
  max-width: 1625px;
  margin: 0 auto;
}
#masthead {
  max-width: 1625px;
  margin: 0 auto;
}
#masthead .search-form {
  margin-right: 15px;
  margin-top: 21px;
}
.newest-article-buttons {
  display: flex;
}
.newest-article-buttons .newest-article-readmore a, .newest-article-buttons .show-all-news a {
  line-height: 40px;
  padding: 0px 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: black;
  background-color: #f9cb04;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.newest-article-buttons .newest-article-readmore a:hover, .newest-article-buttons .show-all-news a:hover {
  background-color: #000099;
  color: white;
}  
.newest-article-buttons .show-all-news a {
  margin-left: 20px;
}
#masthead .site-branding .main-logo:hover img {
  opacity: 0.75;
}
.form-search-div-des #datafetch {
  right: 80px !important;
}
#masthead .site-branding {
  display: flex;
  max-width: 85%;
}
.menutextik {
  font-size: 20px;
  font-weight: 900;
}
#bd .breadcrumb {
  top: 0px !important;
}
#bd .breadcrumb a {
  top: -10px !important;
  position: relative;
}
#bd .breadcrumb img {
  top: 0px !important;
  height: 30px !important;
}
.breadcrumb_last {
  top: -10px !important;
  position: relative;
}
#post-12749 .menu-dlazdice_nipez-container {
  margin-top: -128px !important;
}
#post-12749 ul#menu-dlazdice_nipez, #post-10404 ul#menu-dlazdice_metodiky {
  width: auto;
}
#post-12749 ul#menu-dlazdice_nipez li, #post-10404 ul#menu-dlazdice_metodiky li {
  width: auto;
  min-width: 100px;
}
@media screen and (max-width: 870px) {
  #post-12749 ul#menu-dlazdice_nipez li, #post-10404 ul#menu-dlazdice_metodiky li {
    width: auto;
    min-width: 90%;
  }
}
@media screen and (max-width: 775px) {
  #post-12749 #menu-dlazdice_nipez {
    margin-top: 50px;
  }
  #post-10274 #menu-bloky_info-vzdelavani {
    margin-top: -35px;
  }
  #post-10404 #menu-dlazdice_metodiky, #post-10252 #menu-dlazdice_elektronizace-vz, #post-19251 #menu-dlazdice_spolecny_nakup {
    margin-top: -30px !important;
  }
  #post-12797 #menu-dlazdice_vyrocni_zpravy {
    margin-top: -35px;
  }
}
#post-19251 #menu-dlazdice_spolecny_nakup .sub-menu {
  margin: 0;
  padding: 0;
}
#post-19251 #menu-dlazdice_spolecny_nakup .sub-menu li {
  margin-top: 20px;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  text-align: left;
}
#post-19251 #menu-dlazdice_spolecny_nakup .sub-menu li a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background: none;
  border: 0;
  font-weight: normal;
  text-align: left;
  color: #303030 !important;
}
.page #bd div {
  top: 0px !important;
}
@media screen and (max-width: 1600px) {
  .navigations-portal {
    max-width: 1540px;
  }
  #masthead {
    max-width: 1540px;
  }  
  .portal-home-news-row {
    max-width: 1540px;
  }
  .onsite-navigation-container {
    max-width: 1540px;
  }
  .onsite-navigation-header-para {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1530px) {
  #masthead {
    max-width: 1290px;
  }
  .new-main-menu-portal .main-navigation #primary-menu .menu-item a, .new-main-menu-portal #site-secondary-navigation .secondary-navigation-menu .secondary-menu-item a {
    font-size: 12pt;
  }
  .new-main-menu-portal .main-navigation #primary-menu .menu-item {
    padding: 15px 10px;
  }
  .secondary-navigation-menu .secondary-menu-item {
    padding: 15px 10px;
  }
  .new-main-menu-portal .main-navigation #primary-menu .menu-item {
    padding-left: 20px;
  }
  .navigations-portal {
    max-width: 1290px;
  }
  .portal-home-news-row {
    max-width: 1290px;
  }
  .onsite-navigation-item-body {
    height: 250px;
  }
  .portal-home-news-row .portal-col-6:last-child {
    margin-block-start: 0em;
  }
  .onsite-navigation-item-body .onsite-navigation-item-menu {
    padding-inline-start: 30px;
  }
  .form-search-div-des #datafetch {
    right: 40px !important;
  }
  .onsite-navigation-container {
    max-width: 1290px;
  }
  #FooterWidgets section:first-child {
    margin-left: 100px !important;
  }
  #colophon {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 1440px) {
  #FooterWidgets section:first-child {
    margin-left: 70px !important;
  }
  #colophon {
    padding-left: 60px !important;
  }
  .form-search-div-des #datafetch {
    right: -5px !important;
  }
  .events_filters {
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  #FooterWidgets section:first-child {
    margin-left: 50px !important;
  }
  #colophon {
    padding-left: 40px !important;
  }
  .form-search-div-des #datafetch {
    right: -25px !important;
  }
  .onsite-navigation-container {
    bottom: 80px;
  }
  .portal-home-news-row .portal-col-6:last-child {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1366px) {
  #FooterWidgets section:first-child {
    margin-left: 30px !important;
  }
  #colophon {
    padding-left: 20px !important;
  }
  .form-search-div-des #datafetch {
    right: -42px !important;
  }
}
@media screen and (max-width: 1319px) {
  .listing .site-main .cards .events-class.one div {
    min-width: 250px !important;
    max-width: 250px !important;
  }
  .onsite-navigation-header-para {
    font-size: 19px;
  }
  .listing .site-main .cards .events-class.one {
    min-width: 250px !important;
    max-width: 250px !important;
  }
  .listing .site-main .cards .events-class.one .excerpt1 {
    font-size: 14px !important;
  }
  .events-title-div {
    font-size: 16px !important;
  }
  #masthead {
    max-width: 1100px;
  }
  .form-search-div-des .search-form .search-field {
    width: 180px;
  }
  #masthead .site-branding .mmr-main-logo {
    width: auto;
  }
  #masthead .site-branding .site-branding-portal-switch-link {
    font-size: 16px;
  }
  #masthead .site-branding .site-branding-portal-switch-link img {
    width: 15px;
    bottom: 3%;
  }
  #masthead .site-branding .site-branding-portal-switch-link {
    bottom: 10%;
    margin-left: 20px;
    top: 20%;
    height: 40px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link {
    margin-left: 10px;
    bottom: 0%;
    top: 20%;
    height: 40px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
    bottom: 0%;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .ico-name {
    bottom: 0%;
    font-size: 16px;
    top: 3%;
  }
  #masthead .site-branding .site-branding-rozza-switch-link img {
    width: 30px;
  }
  .new-main-menu-portal .navigations-portal {
    max-width: 1100px;
  }
  .new-main-menu-portal .main-navigation #primary-menu .menu-item a, .new-main-menu-portal #site-secondary-navigation .secondary-navigation-menu .secondary-menu-item a {
    font-size: 11pt;
  }
  .new-main-menu-portal .main-navigation #primary-menu .menu-item, .secondary-navigation-menu .secondary-menu-item {
    padding: 15px 10px;
  }
  .portal-home-news-row {
    max-width: 1100px;
  }
  .onsite-navigation-container {
    max-width: 1100px;
  }
  .onsite-navigation-item-menu .onsite-navigation-item-menu-item a {
    font-size: 13px;
  }
  .onsite-navigation-item-body {
    height: 300px;
    padding-bottom: 20px;
  }
  .onsite-navigation-item-body .onsite-navigation-item-menu {
    padding-inline-end: 10px;
  }
  .navigations-portal {
    max-width: 1100px;
  }
  #FooterWidgets section:first-child {
    margin-left: 100px !important;
  }
  .form-search-div-des .search-form .search-field {
    width: 260px;
    margin-left: 15px;
  }
  #colophon {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .search-form .search-submit img {
    position: relative;
    right: 20px;
  }
  .new-main-menu-portal .main-navigation #primary-menu .menu-item .sub-menu {
    margin-left: -10px;
  }
  #FooterWidgets section:first-child {
    margin-left: 80px !important;
  }
  #colophon {
    padding-left: 70px !important;
  }
  .form-search-div-des #datafetch {
    right: 6px !important;
  }
}
@media screen and (max-width: 1219px) {
  #FooterWidgets section:first-child {
    margin-left: 50px !important;
  }
  #colophon {
    padding-left: 50px !important;
  }
  .form-search-div-des #datafetch {
    right: -25px !important;
  }
}
@media screen and (max-width: 1200px) {
  #FooterWidgets section:first-child {
    margin-left: 40px !important;
  }
  #colophon {
    padding-left: 40px !important;
  }
  .form-search-div-des #datafetch {
    right: -35px !important;
  }
}
@media screen and (max-width: 1100px) {
  .new-main-menu-portal .main-navigation #primary-menu .menu-item, .secondary-navigation-menu .secondary-menu-item {
    padding: 15px 10px;
  }
  .new-main-menu-portal .main-navigation #primary-menu .menu-item a, .new-main-menu-portal #site-secondary-navigation .secondary-navigation-menu .secondary-menu-item a {
    font-size: 9pt;
  }
  .new-main-menu-portal .main-navigation #primary-menu .menu-item li:first-child {
    padding-left: 10px;
  }
  #masthead {
    max-width: 980px;
  }
  .form-search-div-des #datafetch {
    right: -80px !important;
  }
  .new-main-menu-portal .navigations-portal {
    max-width: 980px;
  }
  .portal-home-news-row {
    max-width: 980px;
  }
  .onsite-navigation-container {
    max-width: 960px;
  }
  .portal-home-news-row .portal-col-6 .newest-post-title {
    font-size: 32px;
  }
  .new-main-menu-portal .main-navigation #primary-menu .menu-item:first-child {
    padding-left: 20px;
  }
  .listing .site-main .cards .events-class.one div {
    min-width: 295px !important;
    max-width: 295px !important;
  }
  .listing .site-main .cards .events-class.one {
    min-width: 295px !important;
    max-width: 295px !important;
  }
  #FooterWidgets section:first-child {
    margin-left: 60px !important;
  }
  #colophon {
    padding-left: 50px !important;
  }
  .form-search-div-des .search-form .search-field {
    width: 160px;
    margin-left: 0px;
  }
  .search-form .search-submit img {
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-menu-and-search .mobile {
    display: none !important;
  }
  .onsite-navigation-header-para {
    font-size: 16px;
  }
  .events_filters .events-filter-menu>div {
    margin-left: 10px;
    margin-right: 10px;
    width: 30%;
    -webkit-box-flex: initial;
    -ms-flex-positive: 1;
    flex-grow: initial;
    margin-bottom: 10px;
  }
  .events_filters .events-filter-menu>div:first-child {
    margin-left: 10px;
  }
  .events-filter-menu {
    flex-wrap: wrap;
  }
  .events_filters .events-filter-menu div:nth-child(4) .events-dropdown, .events_filters .events-filter-menu div:nth-child(5) .events-dropdown {
    top: 135px;
  }
  .page .form-search-div-mobil {
    display: none !important;
  }
  .site-header .form-search-div-des {
    display: block;
  }
  .form-search-div-des #datafetch {
    right: 45px !important;
  }
  .form-search-div-des .search-form {
    width: 200px;
  }
  #masthead .form-search-div-des .search-form {
    margin-left: 290px;
    position: relative;
    bottom: 0;
  }
  .form-search-div-des .search-form .search-field {
    width: 160px !important;
  }
  #FooterWidgets section:first-child {
    margin-left: 20px !important;
  }
  #colophon {
    padding-left: 20px !important;
  }
  #masthead .site-branding img {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 992px) {
	#masthead{
		height: 84px !important;
	}
	#logo-maa-dovetok{
		height:50px;
	}
  #News.onsite-navigation-section {
    padding: 10px 10px 10px;
  }
  #FooterWidgets section:first-child {
    margin-left: 10px !important;
  }
  #masthead .form-search-div-des .search-form {
    margin-left: 360px;
  }
  #colophon {
    padding-left: 0px !important;
  }
  .form-search-div-des #datafetch {
    right: 30px !important;
  }
}
@media screen and (max-width: 960px) {
 .site-header .form-search-div-des {
  display: none;
 }
 #masthead .site-branding .site-branding-portal-switch-link {
  margin-left: 120px;
 }
 #masthead .site-branding .site-branding-rozza-switch-link {
  margin-left: 120px;
 }
}
@media screen and (max-width: 930px) {
  .new-main-menu-portal .main-navigation #primary-menu .menu-item, .secondary-navigation-menu .secondary-menu-item {
    padding: 15px 7.5px;
  }
}
@media screen and (min-width: 916px) {
 .mobile-menu-and-search {
  display: none;
 }
 .sub-menu-toggle {
  display: none;
 }
}
@media screen and (max-width: 915px) {
  .mobile-menu-and-search {
    display: flex;
  }
  #masthead .site-branding {
    padding-top: 0px !important;
  }
  #masthead {
    height: 70px;
  }
  .onsite-navigation-header-para {
    font-size: 14px;
  }
  .mobile-menu-and-search #primary-menu-mobile .menu-item .sub-menu {
    display: none;
  }
  .mobile-menu-and-search .menu-hlavni-menu-container #primary-menu-mobile .menu-item .sub-menu.open {
    display: block;
  }
  .mobile-menu-and-search .mobile {
    text-align: center;
  }
  .sub-menu-toggle {
    background: inherit;
    border-color: inherit;
    font-size: 16px !important;;
    display: inline-block;
    padding: 0.5em 0.75em !important;
    float: right;
  }
  .sub-menu-toggle:hover {
    background: inherit;
    border-color: inherit;
  }
  .submenu-toggled {
    padding: 0.5em 0.85em !important;
  }
  /*.mobile-menu-and-search .menu-hlavni-menu-container #primary-menu-mobile .menu-item-has-children a:after {
    content: "+";
    display: inline-block;
    transition: 0.1s;
    right: 20px;
    position: absolute;
    font-size: 25px;
    cursor: default;
  }
  .menu .menu-item .sub-menu li {
    padding-left: 20px;
  }
  .mobile-menu-and-search .menu-hlavni-menu-container #primary-menu-mobile .menu-item-has-children a.opened:after {
    content: "-";
  }
  .mobile-menu-and-search .menu-hlavni-menu-container #primary-menu-mobile .menu-item-has-children .disable-dropdown-icon a:after {
    font-size: 0px;
  }*/
  #masthead .site-branding {
    max-width: 100%;
  }
  .mobile-menu-and-search .form-search-div-mobil {
    display: block !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    width: 50%;
  }
  .mobile-menu-and-search .mobile {
    display: block !important;
    padding-top: 15px;
    width: 50%;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form .search-field {
    width: 315px !important;
  }
  .new-main-menu-portal .navigations-portal {
    display: none !important;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form {
    margin-top: 0px;
  }
  .mobile-menu-and-search .mobile .menu-hlavni-menu-container {
    top: 130px;
  }
  .mobile-menu-and-search .mobile .fa-bars {
    position: relative;
    top: 0;
  }
  .menutextik {
    top: 0;
    position: relative;
    font-family: "Roboto", sans-serif;
  }
  .submenu-toggled {
    background-color: black !important;
    color: #fff;
    border-color: black !important;
  }
}
@media screen and (max-width: 887px) {
  #masthead .site-branding .site-branding-portal-switch-link {
    margin-left: 80px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link {
    margin-left: 100px;
  }
}
@media screen and (max-width: 832px) {
  #masthead .site-branding .site-branding-rozza-switch-link {
    max-width: 80px;
  }
}
@media screen and (max-width: 806px) {
  #masthead .site-branding .site-branding-rozza-switch-link {
    max-width: initial;
    margin-left: 80px;
  }
  .portal-home-news-row {
    display: block;
  }
  .portal-home-news-row .portal-col-6 {
    width: 100%;
  }
  .onsite-navigation-col-4 {
    width: 50%;
  }
  .portal-home-news-row .portal-col-6:last-child, .portal-home-news-row .portal-col-6:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 790px) {
  #masthead .site-branding .site-branding-rozza-switch-link {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
	
  .page #bd div:first-child {
    top: 5px !important;
  }
}
.floga img {
margin-right:50px;
}

/* Nastavenie kontajnera pätičky */
.custom-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;      /* Drží všetko v jednej línii */
    align-items: center;    /* TO NAJDÔLEŽITEJŠIE: Zarovná prvky na stredovú os (červená čiara) */
    justify-content: flex-start; /* Prvky začínajú zľava */
    gap: 30px;              /* Medzera medzi logami a textom */
    padding: 20px 0;
}

/* Jednotná šírka log */
.footer-logo {
    width: 200px;
    height: auto;
    display: block;
}
.floga img{
	width:140px;
}
/* Zarovnanie textu napravo */
.site-info {
    margin-left: auto;      /* Odstrčí text na pravú stranu */
    font-size: 14px;
    color: white;           /* Upravte podľa potreby */
    line-height: 1.2;
}

/* Responzivita pre menšie obrazovky (voliteľné) */
@media (max-width: 1024px) {
    .custom-footer {
        flex-wrap: wrap;    /* Na tabletoch sa zalomí, ak je málo miesta */
        justify-content: center;
        text-align: center;
    }
    .site-info {
        margin-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
	.custom-footer{
	row-gap: 0;
	}
	.floga:first-child{
		margin-left:-25px;
		
	}
	.floga img {
   margin-right: 0;
    width:200px
}
	#masthead .site-branding .mmr-main-logo{
		height:56px;
		margin-bottom: 2px !important;
	}
	#masthead .site-branding .mmr-main-logo-dovetok{
	
	}
  #masthead .site-branding .site-branding-portal-switch-link {
    margin-left: 80px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link {
    margin-left: 30px;
  }
  .mobile-menu-and-search .mobile .menu-hlavni-menu-container {
    top: 130px;
  }
  footer .site-info {
    margin-top: 15px;
    clear:both;
    padding-top: 30px;
    margin: 0px;
  }
  .onsite-navigation-header-para {
    font-size: 20px;
  }
  #masthead .site-branding img {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 752px) {
  #masthead .site-branding .site-branding-portal-switch-link {
    margin-left: 60px;
  }
  .onsite-navigation-header-para {
        font-size: 19px;
  }
}
@media screen and (max-width: 740px) {
  #masthead .site-branding .site-branding-portal-switch-link {
    margin-left: 40px;
  }
  #Events .calendar #events_cat {
    display: flex;
  }
  .listing .site-main .events_cetegories {
    display: flex;
    width:100%;
    text-align:center;
  }
}
@media screen and (max-width: 714px) {
  #masthead .site-branding .site-branding-portal-switch-link {
    margin-left: 20px;
  }
  .onsite-navigation-header-para {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  #masthead .site-branding .site-branding-portal-switch-link .ico-name {
    font-size: 14px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .ico-name {
    font-size: 15px;
    bottom: 8.5%;
  }
  .onsite-navigation-header-para {
    font-size: 17px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link img {
    width: 25px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
    bottom: 6.5%;
  }
}
@media screen and (max-width: 670px) {
  #masthead .site-branding .site-branding-rozza-switch-link {
    margin-left: 10px;
  }
  .onsite-navigation-header-para {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #masthead .site-branding .site-branding-portal-switch-link {
    margin-left: 10px;
  }
  #masthead .site-branding .site-branding-portal-switch-link {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .onsite-navigation-header-para {
    font-size: 15px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .ico-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #masthead .site-branding .site-branding-portal-switch-link {
    font-size: 13px;
  }
  .events_filters .events-filter-menu>div {
    width: 45%;
  }
  .events_filters .events-filter-menu div:nth-child(3) .events-dropdown, .events_filters .events-filter-menu div:nth-child(4) .events-dropdown {
    top: 135px;
  }
  .events_filters .events-filter-menu div:nth-child(5) .events-dropdown {
    top: 212px;
  }
  #masthead .site-branding .site-branding-portal-switch-link img {
    width: 13px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link img {
    width: 22px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
    width: 13px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .ico-name {
    font-size: 13px;
  }
  #masthead .site-branding .mmr-main-logo {
    width: auto;
  }
  #masthead .site-branding .site-branding-portal-switch-link {
    bottom: 12%;
    left: 5%;
  }
  #masthead .site-branding .site-branding-rozza-switch-link {
    bottom: 2%;
    left: 10%;
  }
  .onsite-navigation-header-para {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .onsite-navigation-col-4 {
    width: 100%;
  }
  .onsite-navigation-header-para {
    font-size: 20px;
  }
  .listing .site-main .cards .events-class.one {
    margin-right: 0px !important;
  }
  .mobile-menu-and-search .mobile .fa-bars {
    top: -2px;
  }
  .menutextik {
    top: 0;
  }
  .mobile-menu-and-search .mobile .fa-bars {
    left: 0%;
  }
  .mobile-menu-and-search .mobile {
    width: 140px;
    margin-left: 22.5%;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form .search-field {
    width: 215px !important;
  }
}
@media screen and (max-width: 551px) {
  #masthead .site-branding .site-branding-portal-switch-link img {
    width: 23px;
  }
  #masthead .site-branding .site-branding-portal-switch-link .ico-name {
    font-size: 13.25px;
    line-height: 1.2;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .ico-name {
    font-size: 13px;
    line-height: 1.2;
  }
  #masthead .site-branding .site-branding-rozza-switch-link img {
    width: 30px;
  }
  .mobile-menu-and-search .mobile {
    margin-left: 18.5%;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
    width: 13px;
    bottom: 22.5%;
    right: 30%;
  }
}
@media screen and (max-width: 518px) {
  #masthead .site-branding .site-branding-portal-switch-link .ico-name {
    font-size: 12.25px;
  }
}
@media screen and (max-width: 511px) {
  #masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
    right: 25%;
  }
  #masthead .site-branding .site-branding-portal-switch-link .ico-name {
    font-size: 11.25px;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form .search-field {
    width: 215px !important;
    margin-right: 0px;
    border-right: 0px solid;
  }
}
@media screen and (max-width: 488px) {
  #masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
    right: 20%;
  }
  .datepicker-label {
    width: 15px;
    height: 15px;
    top: 17px;
  }
  .date-input-placeholder {
    top: 15px;
  }
  .events_filters .events-filter-menu>div {
    width: 100%;
  }
  .events-filter-menu div:first-child .events-dropdown {
    width: 95.5%;
  }
  .events_filters .events-filter-menu div:nth-child(2) .events-dropdown ul, .events_filters .events-filter-menu div:nth-child(3) .events-dropdown ul, .events_filters .events-filter-menu div:nth-child(4) .events-dropdown ul, .events_filters .events-filter-menu div:nth-child(5) .events-dropdown ul {
    width: 100%;
  }
  .events_filters .events-filter-menu div:nth-child(2) .events-dropdown {
    top: 122px;
    width: 95.5%;
  }
  .events_filters .events-filter-menu div:nth-child(3) .events-dropdown {
    top: 190px;
    width: 95.5%;
  }
  .events_filters .events-filter-menu div:nth-child(4) .events-dropdown {
    top: 257px;
    width: 95.5%;
  }
  .events_filters .events-filter-menu div:nth-child(5) .events-dropdown {
    top: 323px;
    width: 95.5%;
  }
  .event-filter-dateinpute {
    width: 180px;
  }
  article.page .entry-content {
    padding-top: 0px;
  }
  #bd {
    background: linear-gradient( to bottom, #f0f0f0, #f0f0f0 100%, #bdbdbd 0%, #BDBDBD ) !important;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form .search-field {
    width: 175px !important;
  }
  #masthead .site-branding .site-branding-portal-switch-link {
    height: 45px;
  } 
  #masthead .site-branding .site-branding-portal-switch-link .ico-name {
    font-size: 9px;
  }
  .mobile-menu-and-search .mobile {
    margin-left: 16.75%;
  }
  .portal-home-news-row .portal-col-6 .newest-post-title {
    font-size: 20px;
  }
  .portal-home-news-row .portal-col-6:first-child {
    padding-bottom: 20px;
  }
  .portal-home-news-row .portal-col-6:last-child {
    padding-bottom: 35px;
  }
  .onsite-navigation-header-para {
    padding: 20px 10px;
  }
  .onsite-navigation-header-para {
    margin-top: 10px;
  }
  .onsite-navigation-header-first-para {
    margin-top: 65px;
  }
  .breadcrumb_last img {
    display: none;
  }
  #bd {
    border-bottom: 0px solid #bdbdbd !important;
  }
  #bd .breadcrumb a {
    font-size: 12px;
  }
  .poveza-breadcrumb-home-img {
    position: relative !important;
    top: 0px !important;
  }
  .site-main #bd {
    background-size: auto;
  }
  .site-main #bd .breadcrumb_last {
    line-height: 1 !important;
    top: -7px !important;
    left: 5px !important;
    margin-top: 5px;
    line-height: 2 !important;
  }
  #bd .breadcrumb a {
    left: 5px !important;
    font-size: 12px !important;
  }
  #bd .breadcrumb_last {
    font-size: 12px;
  }
  #bd a {
    left: 5px !important;
    font-size: 12px !important;
    margin-right: 5px !important;
    top: -10px !important;
  }
  #bd div {
    margin-top: 5px;
  }
  #bd {
    padding-left: 5px;
    padding-right: 5px;
  }
  #bd .poveza-bd-arrow {
    height: 20px !important;
  }
  #bd a {
    font-size: 11px !important;
    top: -7.5px !important;
    left: -0px !important;
  }
  #bd .poveza-bd-arrow {
    right: 5px;
    position: relative;
  }
  #bd .poveza-bd-arrow:first-child {
    height: 20px;
    right: 15px;
    position: relative;
  }
  #bd .breadcrumb_last {
    font-size: 11px !important;
    top: -7.5px !important;
    left: 0px !important;
  }
  .poveza-breadcrumb-home-img {
    top: -5px !important;
  }
  .site-main #bd div {
    left: 0px !important;
  }
  #bd {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 472px) {
  #masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
    right: 15%;
  }
  .mobile-menu-and-search .mobile {
    margin-left: 15.75%;
  }
}
@media screen and (max-width: 460px) {
  .mobile-menu-and-search .mobile {
    margin-left: 15.25%;
  }
  .event-filter-dateinpute {
    width: 171px;
  }
}
@media screen and (max-width: 455px) {
  .mobile-menu-and-search .mobile {
    margin-left: 14.75%;
  }
}
@media screen and (max-width: 448px) {
  #masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
    right: 10%;
    bottom: 17%;
  }
  .event-filter-dateinpute {
    width: 165px;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form .search-field {
    width: 175px !important;
  }
  .mobile-menu-and-search .mobile {
    margin-left: 14.2%;
  }
}
@media screen and (max-width: 428px) {
  #masthead .site-branding .site-branding-rozza-switch-link .rozza-link {
    right: 5%;
  }
  .events-filter-menu div:first-child .events-dropdown {
    padding-right: 0px !important;
  }
  .mobile-menu-and-search .mobile {
    margin-left: 12.5%;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form .search-field {
    width: 165px !important;
    font-size: 12px !important;
  }
  .date-picker-wrapper:nth-child(2) {
    left: 10px;
  }
  .datepicker-label {
    width: 15px;
    height: 15px;
    top: 15px;
  }
  #bd .breadcrumb a {
    left: 5px !important;
    font-size: 12px !important;
  }
  #bd .breadcrumb_last {
    font-size: 12px;
  }
  #bd a {
    left: 5px !important;
    font-size: 12px !important;
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 420px) {
  .mobile-menu-and-search .mobile {
    margin-left: 12%;
  }
}
@media screen and (max-width: 415px) {
  .mobile-menu-and-search .mobile {
    margin-left: 11%;
  }
}
@media screen and (max-width: 408px) {
  .mobile-menu-and-search .mobile {
    margin-left: 10.5%;
  }
  .event-filter-dateinpute {
    width: 155px;
  }
}
@media screen and (max-width: 405px) {
  #masthead .site-branding .site-branding-portal-switch-link .ico-name {
    font-size: 9px;
    line-height: 1.2;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .ico-name {
    font-size: 12px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link img {
    width: 28px;
  }
  #masthead .site-branding .mmr-main-logo {
    margin-top: 25px;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form .search-field {
    width: 130px !important;
    font-size: 11px !important;
  }
  .search-form .search-submit img {
    right: 25px;
  }
}
@media screen and (max-width: 400px) {
  .mobile-menu-and-search .mobile {
    margin-left: 9.75%;
  }
}
@media screen and (max-width: 392px) {
  #Events .calendar #events_cat {
    display: block;
  }
  .event-filter-dateinpute {
    width: 147px;
  }
  .listing .site-main .events_cetegories {
    display: block;
  }
  #bd a {
    left: 2px !important;
    margin-right: 0px !important;
  }
  .mobile-menu-and-search .mobile {
    margin-left: 9.2%;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form .search-field {
    width: 145px !important;
  }
  /*#bd .poveza-bd-arrow:first-child {
    right: 5px;
    position: relative;
  }*/

  #bd a {
    font-size: 11px !important;
    top: -7.5px !important;
    left: -0px !important;
  }
  #bd .poveza-bd-arrow {
    right: 0px;
    position: relative;
  }
  #bd .poveza-bd-arrow:first-child {
    height: 20px !important;
    right: 15px;
    position: relative;
  }
  #bd .breadcrumb_last {
    font-size: 11px !important;
    top: -7.5px !important;
    left: 0px !important;
  }
  .poveza-breadcrumb-home-img {
    top: -5px !important;
  }
  .site-main #bd div {
    left: 0px !important;
  }
  #bd {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 385px) {
  .mobile-menu-and-search .mobile {
    margin-left: 8%;
  }
  .onsite-navigation-header-para {
    font-size: 19px;
  }
}
@media screen and (max-width: 380px) {
  #masthead .site-branding .site-branding-portal-switch-link .ico-name {
    font-size: 9px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link .ico-name {
    font-size: 11.5px;
  }
  .mobile-menu-and-search .mobile .menu-hlavni-menu-container {
    top: 130px;
  }
  #masthead .site-branding .mmr-main-logo {
    width: 300px;
    margin-top: 20px !important;
  }
  #masthead .site-branding .site-branding-rozza-switch-link {
    left: 12%;
  }
  #masthead .site-branding .site-branding-portal-switch-link {
    left: 7.5%;
  }
  #masthead .site-branding .site-branding-portal-switch-link img {
    width: 18px;
    bottom: 0%;
    top: -10%;
  }
  #masthead .site-branding .site-branding-portal-switch-link {
    margin-left: 0px;
  }
}
@media screen and (max-width: 375px) {
  .mobile-menu-and-search .mobile {
    margin-left: 7%;
  }
  .event-filter-dateinpute {
    width: 138px;
  }
  #bd a {
    font-size: 11px !important;
  }
  #bd .breadcrumb_last {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 374px) {
  #masthead .site-branding .site-branding-portal-switch-link img {
    width: 18px;
  }
  #masthead .site-branding .site-branding-portal-switch-link .ico-name {
    font-size: 9px;
  }
  #masthead .site-branding .site-branding-portal-switch-link .ico-name, #masthead .site-branding .site-branding-rozza-switch-link .ico-name {
    font-size: 11px;
  }
  .menutextik, .mobile-menu-and-search .mobile .fa-bars {
    font-size: 20px;
  }
}
@media screen and (max-width: 372px) {
  .newest-article-buttons .newest-article-readmore a, .newest-article-buttons .show-all-news a {
    font-size: 11px;
  }
  .mobile-menu-and-search .form-search-div-mobil .search-form .search-field {
    width: 135px !important;
    font-size: 10px !important;
  }
  .onsite-navigation-header-para {
    font-size: 18px;
  }
  #bd {
    padding-right: 7.5px;
  }
}
@media screen and (max-width: 365px) {
  #masthead .site-branding .site-branding-portal-switch-link img {
    top: -5%;
  }
  #masthead .site-branding .site-branding-portal-switch-link .ico-name, #masthead .site-branding .site-branding-rozza-switch-link .ico-name {
    font-size: 9px;
  }
  #masthead .site-branding .site-branding-rozza-switch-link img {
    width: 25px;
  }
  .event-filter-dateinpute {
    width: 134px;
  }
  .mobile-menu-and-search .mobile {
    margin-left: 6%;
  }
  .onsite-navigation-header-para {
    font-size: 17px;
  }
  #bd {
    padding-right: 12.5px;
  }
}
#post-31022 ul li a {
  height: 150px;
}
@media screen and (max-width: 360px) {
  .event-filter-dateinpute {
    width: 131px;
  }
}
p.date-of-publish {
  font-size: 12pt !important;
}
.single-post #search-qanda-button {
  padding-top: 8px !important;
}
@media screen and (max-width: 480px) {
  .single-post #search-qanda-button {
  padding-top: 8px !important;
}
}