/*!
Theme Name: slobodazvierat
Theme URI: http://underscores.me/
Author: Iveta Tonhauserova
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: slobodazvierat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

slobodazvierat 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;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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
--------------------------------------------------------------*/
@font-face {
  font-family: "AcuminPro-Regular";
  src: url("fonts/AcuminPro-Regular.eot");
  src: url("fonts/AcuminPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/AcuminPro-Regular.woff") format("woff"), url("fonts/AcuminPro-Regular.ttf") format("truetype"), url("fonts/AcuminPro-Regular.svg#AcuminPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AcuminPro-Thin";
  src: url("fonts/AcuminPro-Thin.eot");
  src: url("fonts/AcuminPro-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/AcuminPro-Thin.woff") format("woff"), url("fonts/AcuminPro-Thin.ttf") format("truetype"), url("fonts/AcuminPro-Thin.svg#AcuminPro-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AcuminPro-Light";
  src: url("fonts/AcuminPro-Light.eot");
  src: url("fonts/AcuminPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/AcuminPro-Light.woff") format("woff"), url("fonts/AcuminPro-Light.ttf") format("truetype"), url("fonts/AcuminPro-Light.svg#AcuminPro-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AcuminPro-Medium";
  src: url("fonts/AcuminPro-Medium.eot");
  src: url("fonts/AcuminPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AcuminPro-Medium.woff") format("woff"), url("fonts/AcuminPro-Medium.ttf") format("truetype"), url("fonts/AcuminPro-Medium.svg#AcuminPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AcuminPro-Semibold";
  src: url("fonts/AcuminPro-Semibold.eot");
  src: url("fonts/AcuminPro-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/AcuminPro-Semibold.woff") format("woff"), url("fonts/AcuminPro-Semibold.ttf") format("truetype"), url("fonts/AcuminPro-Semibold.svg#AcuminPro-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AcuminPro-Bold";
  src: url("fonts/AcuminPro-Bold.eot");
  src: url("fonts/AcuminPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AcuminPro-Bold.woff") format("woff"), url("fonts/AcuminPro-Bold.ttf") format("truetype"), url("fonts/AcuminPro-Bold.svg#AcuminPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "AcuminPro-Regular";
  font-size: 14.5px;
  line-height: 1.4;
}

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

p {
  margin-bottom: 18px;
}

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: 13.59375px;
  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: 13.59375px;
}

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: 10.875px;
  line-height: 1;
  padding: .6em 1em .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
--------------------------------------------------------------*/
#masthead {
  margin-top: 25px;
}

#masthead .site-branding {
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed;
}

#masthead .site-branding .header-logo {
  width: 50%;
  float: left;
}

#masthead .site-branding .header-search {
  width: 50%;
  float: left;
}

#masthead .site-branding .header-search .search-area {
  float: right;
  width: 240px;
  height: 42px;
  margin-top: 20px;
}

#masthead .site-branding .header-search .search-area .search-form {
  position: relative;
}

#masthead .site-branding .header-search .search-area .search-form .search-field {
  width: 240px;
  height: 42px;
  border-radius: 0;
  border-color: #808080;
  color: #808080;
  font-family: "AcuminPro-Regular";
  font-size: 14.5px;
  padding-left: 10px;
  padding-top: 7px;
  font-weight: 500;
}

#masthead .site-branding .header-search .search-area .search-form .search-submit {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/lupa.png");
  height: 22px;
  width: 21px;
  background-size: 21px 22px;
  background-color: #fff;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: transparent;
  font-size: 0;
}

#main-nav-bar {
  width: 892px;
}

#main-mobile-nav-bar {
  display: none;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  max-width: 892px;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul li a span {
  font-size: 14px;
  text-transform: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul.sub-menu li {
  width: 100%;
}

.main-navigation ul ul.sub-menu li a {
  min-width: 200px;
  background-image: none;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  height: 38px;
  line-height: 42px;
  width: 100%;
}

.main-navigation ul ul.sub-menu li a span {
  font-size: 14px;
  text-transform: none;
}

.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.menu-item-26 ul.sub-menu li a {
  min-width: 490px;
}

.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;
  font-family: "AcuminPro-Semibold";
  font-size: 14.5px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 5px center;
  min-width: 95px;
  height: 42px;
  line-height: 45px;
  text-align: right;
  color: #fff;
  padding-right: 12px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 993px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
    content: "";
    display: table;
    table-layout: fixed;
  }
}

.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%;
}

.custom-logo {
  width: 130px;
  height: auto;
  margin-bottom: 20px;
}

li.menu-item-736 a {
  background-color: #f7931e;
}

li.menu-item-736 > a {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/onas.png");
  height: 42px;
  width: 97px;
  background-size: 27px 27px;
}

li.menu-item-26 a {
  background-color: #0071bc;
}

li.menu-item-26 > a {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/utulok.png");
  height: 42px;
  width: 122px;
  background-size: 27px 27px;
  background-position-x: 10px;
}

li#menu-item-1560 {
  display: none;
}

li.menu-item-27 a {
  background-color: #004290;
}

li.menu-item-27 > a {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/linka.png");
  height: 42px;
  width: 212px;
  background-size: 27px 27px;
  background-position-y: 4px;
}

li.menu-item-28 a {
  background-color: #662d91;
}

li.menu-item-28 > a {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/kampane.png");
  height: 42px;
  width: 122px;
  background-size: 27px 27px;
}

li.menu-item-29 a {
  background-color: #863724;
}

li.menu-item-29 > a {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/vychovne.png");
  height: 42px;
  width: 212px;
  background-size: 27px 27px;
  background-position-x: 10px;
}

li.menu-item-30 a {
  background-color: #c1272d;
}

li.menu-item-30 > a {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/kontakty.png");
  height: 42px;
  width: 127px;
  background-size: 27px 27px;
  background-position-y: 5px;
}

@media screen and (max-width: 1199px) {
  #main-nav-bar,
  #sidebar {
    display: none;
  }
  #main-mobile-nav-bar {
    display: block;
    width: 100%;
  }
  #main-mobile-nav-bar .main-navigation {
    max-width: 100%;
  }
  #main-mobile-nav-bar .main-navigation li.menu-item-1560 {
    display: none;
  }
  #main-mobile-nav-bar .main-navigation li.menu-item-736 > a {
    width: 105px;
  }
  #main-mobile-nav-bar .main-navigation li.menu-item-26 > a {
    width: 130px;
  }
  #main-mobile-nav-bar .main-navigation li.menu-item-27 > a {
    width: 220px;
  }
  #main-mobile-nav-bar .main-navigation li.menu-item-28 > a {
    width: 130px;
  }
  #main-mobile-nav-bar .main-navigation li.menu-item-29 > a {
    width: 220px;
  }
  #main-mobile-nav-bar .main-navigation li.menu-item-30 > a {
    width: 135px;
  }
  #main-mobile-nav-bar .main-navigation .mobile-menu-plus {
    width: 100%;
    margin-top: 5px;
    content: "";
    display: table;
    table-layout: fixed;
  }
  #main-mobile-nav-bar .main-navigation .mobile-menu-plus a {
    width: 50%;
    float: left;
    height: 50px;
    line-height: 54px;
    font-size: 20.5px;
    text-align: center;
  }
  #main-mobile-nav-bar .main-navigation .mobile-menu-plus a#podporte-btn {
    background-color: #c1272d;
  }
  #main-mobile-nav-bar .main-navigation .mobile-menu-plus a#podporte-btn div {
    background-image: url("/wp-content/themes/slobodazvierat/images/dist/podporte.png");
    height: 42px;
    width: 35px;
    background-size: 35px 42px;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    margin-right: 10px;
  }
  #main-mobile-nav-bar .main-navigation .mobile-menu-plus a#obchod-btn {
    background-color: #0071bc;
  }
  #main-mobile-nav-bar .main-navigation .mobile-menu-plus a#obchod-btn div {
    background-image: url("/wp-content/themes/slobodazvierat/images/dist/obchod.png");
    height: 35px;
    width: 30px;
    background-size: 30px 35px;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
  }
  #main-mobile-nav-bar .main-navigation a {
    background-position: 8px center;
  }
}

@media screen and (max-width: 992px) {
  header#masthead .container {
    position: relative;
  }
  .menu-toggle {
    display: block;
    background-image: url("/wp-content/themes/slobodazvierat/images/dist/menu.svg");
    height: 18px;
    width: 24px;
    background-size: 24px 18px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: transparent;
    position: absolute;
    right: 15px;
    top: 0px;
    outline: transparent;
  }
  #main-mobile-nav-bar .main-navigation .menu-hlavne-menu-container {
    display: none;
  }
  #main-mobile-nav-bar .main-navigation.toggled .menu-hlavne-menu-container {
    display: block;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    padding-top: 10px;
    float: left;
    border-bottom: 2px solid #fff;
  }
  #main-mobile-nav-bar .main-navigation.toggled .menu-hlavne-menu-container ul {
    overflow: hidden;
  }
  #main-mobile-nav-bar .main-navigation .mobile-screen,
  #main-mobile-nav-bar .main-navigation .mobile-screen .mobile-menu-plus {
    display: none;
  }
  #main-mobile-nav-bar .main-navigation.toggled .mobile-screen {
    display: block;
    overflow-y: auto;
  }
  #main-mobile-nav-bar .main-navigation.toggled .mobile-screen .mobile-menu-plus {
    display: block;
  }
  #main-mobile-nav-bar .main-navigation.toggled .mobile-screen .mobile-menu-plus a {
    height: 45px;
    font-size: 14.5px;
    line-height: 48px;
    text-align: left;
    padding-left: 0;
  }
  #main-mobile-nav-bar .main-navigation .mobile-menu-plus a#podporte-btn div {
    height: 27px;
    width: 21px;
    background-size: 23px 30px;
    margin-left: 10px;
    margin-top: 8px;
    margin-right: 15px;
  }
  #main-mobile-nav-bar .main-navigation .mobile-menu-plus a#obchod-btn div {
    height: 25px;
    width: 22px;
    background-size: 22px 25px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 13px;
  }
  .header-search {
    display: none;
  }
  .main-navigation li {
    width: 100%;
  }
  .main-navigation a {
    width: 100% !important;
    text-align: left;
    padding-left: 47px;
  }
  #main-mobile-nav-bar .main-navigation .mobile-screen #primary-menu > li > span {
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    top: -4px;
    right: 0;
    display: block;
    float: right;
    width: 50px;
    height: 38px;
    margin-top: 0;
    cursor: pointer;
    color: #fff;
    z-index: 9;
  }
  #main-mobile-nav-bar .main-navigation .mobile-screen #primary-menu > li > span:after {
    content: '+';
  }
  #main-mobile-nav-bar .main-navigation .mobile-screen #primary-menu > li > .sub-menu {
    position: static;
    display: none;
  }
  #main-mobile-nav-bar .main-navigation .mobile-screen #primary-menu > li.open > .sub-menu {
    display: block;
    width: 100%;
  }
  #main-mobile-nav-bar .main-navigation .mobile-screen #primary-menu > li.menu-item-1560 {
    display: block;
  }
  #main-mobile-nav-bar .main-navigation .mobile-screen #primary-menu > li.menu-item-1560 > a {
    background-color: #0071bc;
    background-image: url("/wp-content/themes/slobodazvierat/images/dist/utulok.png");
    height: 42px;
    width: 122px;
    background-size: 27px 27px;
    background-position-x: 10px;
  }
}

@media screen and (max-width: 772px) {
  #main-mobile-nav-bar .main-navigation .mobile-screen #primary-menu > li.menu-item-1560 > a {
    line-height: 24px;
    height: auto;
    padding-bottom: 8px;
    padding-top: 5px;
    background-position-y: 0;
  }
  .main-navigation ul ul.sub-menu li a {
    line-height: 24px;
    height: auto;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  li.menu-item-26 ul.sub-menu li a {
    min-width: auto !important;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 12.6875px;
  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 {
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget.widget_archive .widget-title {
  display: none;
}

.widget.widget_archive ul {
  margin-top: 15px;
}

.widget.widget_archive ul li {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.main-frame {
  float: left;
  width: 892px;
  max-width: 892px;
  overflow: hidden;
}

.main-frame .frame-content {
  margin-bottom: 90px;
}

.main-frame .frame-content .frame-intro h1 {
  font-size: 31px;
  margin-top: 0;
  margin-bottom: 30px;
}

.main-frame .frame-content .frame-intro p, .main-frame .frame-content .frame-intro li {
  font-size: 20px;
  line-height: 30px;
}

.main-frame .frame-content .frame-intro p strong, .main-frame .frame-content .frame-intro li strong {
  font-family: "AcuminPro-Semibold";
  color: #000;
}

.main-frame .frame-content .frame-intro a {
  color: #f7931e;
  text-decoration: none;
}

.main-frame .frame-content .frame-intro a:hover, .main-frame .frame-content .frame-intro a:focus, .main-frame .frame-content .frame-intro a:active {
  color: #f7931e;
}

.main-frame .frame-content .frame-content-sidebar {
  float: left;
  width: 200px;
  margin-top: 18px;
}

.main-frame .frame-content .frame-content-sidebar #sticky-menu,
.main-frame .frame-content .frame-content-sidebar #kampan-sticky-menu {
  width: 200px;
}

.main-frame .frame-content .frame-content-sidebar #sticky-menu.stickyeffect,
.main-frame .frame-content .frame-content-sidebar #kampan-sticky-menu.stickyeffect {
  position: fixed;
  top: 40px !important;
}

.main-frame .frame-content .frame-content-sidebar #sticky-menu.stickyabsoluteeffect,
.main-frame .frame-content .frame-content-sidebar #kampan-sticky-menu.stickyabsoluteeffect {
  position: absolute;
}

.main-frame .frame-content .frame-content-sidebar ul {
  padding: 0;
  margin-left: 0;
  margin-top: 27px;
}

.main-frame .frame-content .frame-content-sidebar ul li {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 12px;
}

.main-frame .frame-content .frame-content-sidebar ul li.mdolezite {
  background-color: #004290;
  padding: 5px;
  width: 85%;
}

.main-frame .frame-content .frame-content-sidebar ul li.mdolezite a {
  color: #fff;
  padding-left: 2px;
}

.main-frame .frame-content .frame-content-sidebar .widget_archive .widget-title {
  display: none;
}

.main-frame .frame-content .frame-content-sidebar .widget_archive ul {
  margin-top: 15px;
}

.main-frame .frame-content .frame-content-sidebar .widget_archive ul li {
  margin-bottom: 0;
}

.main-frame .frame-content .frame-content-sidebar h3, .main-frame .frame-content .frame-content-sidebar a {
  color: #004290;
  font-size: 14px;
  font-family: "AcuminPro-Bold";
  text-decoration: none;
}

.main-frame .frame-content .frame-content-sidebar h3:hover, .main-frame .frame-content .frame-content-sidebar h3:focus, .main-frame .frame-content .frame-content-sidebar h3:active, .main-frame .frame-content .frame-content-sidebar a:hover, .main-frame .frame-content .frame-content-sidebar a:focus, .main-frame .frame-content .frame-content-sidebar a:active {
  color: #004290;
}

.main-frame .frame-content .frame-content-list {
  width: 692px;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
}

.main-frame .frame-content .frame-content-list .napln-prace {
  border-bottom: 1px solid #004290;
  padding-bottom: 10px;
  padding-top: 30px;
}

.main-frame .frame-content .frame-content-list .napln-prace h1 {
  font-family: "AcuminPro-Semibold";
  color: #004290;
  margin-top: 0;
}

.main-frame .frame-content .frame-content-list .napln-prace p, .main-frame .frame-content .frame-content-list .napln-prace li {
  font-size: 20px;
}

.main-frame .frame-content .frame-content-list .napln-prace p a, .main-frame .frame-content .frame-content-list .napln-prace li a {
  color: #f7931e;
}

.main-frame .frame-content .frame-content-list .napln-prace:last-child {
  border-bottom: none;
}

.main-frame .frame-content .frame-content-list .napln-prace .lpk-dolezite h1 {
  color: #fff;
}

.main-frame .frame-content .frame-content-list .napln-prace .lpk-dolezite p {
  margin-bottom: 0;
}

.main-frame .frame-content .frame-content-list .napln-prace .perex {
  color: #004290;
  margin-top: 25px;
}

.main-frame .frame-content .frame-content-list .napln-prace .perex p {
  line-height: 31px;
}

.main-frame .frame-content .frame-content-list .napln-prace .poznamky {
  margin-top: 25px;
}

.main-frame .frame-content .frame-content-list .napln-prace .poznamky p {
  font-size: 14px;
  font-style: italic;
}

.main-frame .frame-content .frame-content-list .napln-prace:last-child .vc-telo.napln-prace {
  border-bottom: none;
}

.main-frame .frame-content .frame-content-list .napln-prace .go-up {
  background-image: url(/wp-content/themes/slobodazvierat/images/dist/arrow-top.png);
  width: 40px;
  height: 16px;
  background-size: 40px 16px;
  margin-left: auto;
  background-position: center;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 30px;
  cursor: pointer;
}

.main-frame .frame-content .frame-content-list > ul {
  padding-left: 0;
  margin-left: 0;
}

.main-frame .frame-content .frame-content-list .tlac-sprava-old {
  border-top: 1px solid #004290;
  padding-top: 15px;
  padding-bottom: 10px;
}

.main-frame .frame-content .frame-content-list .tlac-sprava-old a {
  color: #004290;
  text-decoration: none;
}

.main-frame .frame-content .frame-content-list .tlac-sprava-old a:hover, .main-frame .frame-content .frame-content-list .tlac-sprava-old a:focus, .main-frame .frame-content .frame-content-list .tlac-sprava-old a:active {
  color: #004290;
}

.main-frame .frame-content .frame-content-list .tlac-sprava-old a h3 {
  font-family: "AcuminPro-Semibold";
  font-size: 31px;
  margin: 0;
}

.main-frame .frame-content .column {
  float: left;
  width: 50%;
}

.main-frame .frame-content .column .kontakt-osoba {
  margin-bottom: 25px;
  padding-left: 15px;
}

.main-frame .frame-content .column .kontakt-osoba h3 {
  font-family: "AcuminPro-Bold";
  font-size: 18px;
  margin-bottom: 3px;
  margin-top: 0;
}

.main-frame .frame-content .column .kontakt-osoba p {
  font-size: 17.5px;
  line-height: 23px;
}

.main-frame .frame-content .column .kontakt-osoba p a {
  color: #1a1a1a;
}

.main-frame .frame-content .column .kontakt-osoba p a[href^="mailto"] {
  color: #0071bc;
  text-decoration: none;
}

.main-frame .frame-content .column .kontakt-osoba p a[href^="mailto"]:hover, .main-frame .frame-content .column .kontakt-osoba p a[href^="mailto"]:focus, .main-frame .frame-content .column .kontakt-osoba p a[href^="mailto"]:active {
  color: #0071bc;
}

.main-frame .frame-content .column .kontakt-osoba.zvyraznenie {
  background-color: #0071bc;
  color: #fff;
  width: 90%;
  height: 130px;
  padding-top: 22px;
}

.main-frame .frame-content .column .kontakt-osoba.zvyraznenie a {
  color: #fff;
}

.main-frame .frame-content .column .kontakt-osoba.zvyraznenie a[href^="mailto"] {
  color: #fff;
  text-decoration: none;
}

.main-frame .frame-content .column .kontakt-osoba.zvyraznenie a[href^="mailto"]:hover, .main-frame .frame-content .column .kontakt-osoba.zvyraznenie a[href^="mailto"]:focus, .main-frame .frame-content .column .kontakt-osoba.zvyraznenie a[href^="mailto"]:active {
  color: #fff;
}

.main-frame .frame-content .column .kontakt-osoba.zvyraznenie .kontakt-psik {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/kontakt-psik.png");
  height: 87px;
  width: 115px;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin-left: 20px;
}

.main-frame .frame-content .column .kontakt-osoba.zvyraznenie .zvyraznenie-obsah {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}

.main-frame .frame-content .column.column-two {
  padding-left: 10px;
}

.home #content {
  position: relative;
}

.home #content #citat {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.home #content #citat p {
  padding-bottom: 8px;
}

#content {
  margin-top: 10px;
}

#content #citat p {
  color: #004290;
  text-align: center;
}

section#header .domov-slider-obsah-mobile {
  display: none;
}

section#header .slider {
  height: 554px;
}

@media screen and (max-width: 772px) {
  section#header .slider {
    width: 500px;
    margin: auto;
  }
}

@media screen and (max-width: 992px) {
  section#header .slider {
    height: 450px;
  }
}

@media screen and (max-width: 500px) {
  section#header .slider {
    width: 300px;
    margin: auto;
  }
}

section#header .slider .domov-slider-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section#header .slider .domov-slider-wrapper .slick-arrow {
  color: transparent;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 210px;
  z-index: 9;
  outline: none;
  font-size: 0;
}

section#header .slider .domov-slider-wrapper .slick-prev.slick-arrow {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/prevBtn.png");
  height: 48px;
  width: 25px;
  background-size: cover;
  left: 25px;
}

section#header .slider .domov-slider-wrapper .slick-next.slick-arrow {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/nextBtn.png");
  height: 48px;
  width: 25px;
  background-size: cover;
  right: 25px;
}

section#header .slider .domov-slider-wrapper .domov-slider-slide {
  background-size: cover;
  background-repeat: no-repeat;
  height: 554px;
  position: relative;
}

@media screen and (max-width: 992px) {
  section#header .slider .domov-slider-wrapper .domov-slider-slide {
    height: 450px;
  }
}

section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah {
  width: 82%;
  background-color: rgba(255, 255, 255, 0.55);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 35px 45px;
}

section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah p {
  font-size: 24px;
  color: #1a1a1a;
  text-align: center;
  line-height: 34px;
  margin-bottom: 0;
}

section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah p a {
  color: #0071bc;
  text-decoration: none;
}

section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah p a:hover, section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah p a:focus, section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah p a:active {
  color: #0071bc;
}

section#header .slider .domov-slider-wrapper .slick-slide[data-slick-index="0"] .domov-slider-slide {
  cursor: pointer !important;
}

section#header .slider .domov-slider-wrapper .slick-slide[data-slick-index="0"] .domov-slider-slide .domov-slider-obsah {
  background-color: rgba(255, 255, 255, 0);
}

section#header .slider .domov-slider-wrapper .slick-slide[data-slick-index="1"] .domov-slider-slide {
  cursor: pointer !important;
}

section#header .slider .domov-slider-wrapper .slick-slide[data-slick-index="1"] .domov-slider-slide .domov-slider-obsah {
  background-color: rgba(255, 255, 255, 0);
}

section#header .slider .domov-slider-wrapper .slick-slide[data-slick-index="2"] .domov-slider-slide {
  cursor: pointer !important;
}

section#header .slider .domov-slider-wrapper .slick-slide[data-slick-index="2"] .domov-slider-slide .domov-slider-obsah {
  background-color: rgba(255, 255, 255, 0);
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.sz-btn {
  text-decoration: none;
  display: block;
}

.site-main.container {
  position: relative;
  min-height: 675px;
}

@media screen and (max-width: 992px) {
  .site-main.container {
    min-height: 550px;
  }
}

section#section-404 {
  height: 555px;
}

section#section-404 .page404 {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/404.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

section#section-404 .page404 .page404-text {
  color: #004290;
  text-align: center;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 270px;
  padding-top: 30px;
  padding-bottom: 0px;
}

section#section-404 .page404 .page404-text h1 {
  margin-top: 0;
  font-family: "AcuminPro-Medium";
  font-size: 44px;
  line-height: 52px;
}

section#section-404 .page404 .page404-text p {
  font-family: "AcuminPro-Medium";
  text-transform: uppercase;
  font-size: 20px;
}

.frame-content-sidebar {
  will-change: min-height;
}

.inner-wrapper-sticky {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

#sidebar {
  max-width: 240px;
  margin-bottom: 20px;
  position: absolute;
  right: 15px;
  top: -52px;
}

#sidebar #podporte-btn {
  background-color: #004290;
  height: 100px;
  color: #fff;
  font-family: "AcuminPro-Bold";
  font-size: 25.5px;
  text-decoration: none;
  text-align: left;
  padding-right: 25px;
  line-height: 32px;
  padding-top: 20px;
}

#sidebar #podporte-btn:hover, #sidebar #podporte-btn:focus, #sidebar #podporte-btn:active {
  color: #fff;
}

#sidebar #podporte-btn div {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/podporte.png");
  height: 50px;
  width: 46px;
  background-size: 46px 50px;
  float: left;
  margin-left: 15px;
  margin-top: 5px;
  margin-right: 10px;
}

#sidebar #obchod-btn {
  background-color: #0071bc;
  height: 70px;
  color: #fff;
  font-family: "AcuminPro-Semibold";
  font-size: 25.5px;
  text-decoration: none;
  text-align: center;
  padding-right: 25px;
  line-height: 75px;
  margin-top: 10px;
}

#sidebar #obchod-btn:hover, #sidebar #obchod-btn:focus, #sidebar #obchod-btn:active {
  color: #fff;
}

#sidebar #obchod-btn div {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/obchod.png");
  height: 35px;
  width: 30px;
  background-size: 30px 35px;
  float: left;
  margin-left: 15px;
  margin-top: 17px;
}

#sidebar .newsletter-area {
  max-width: 240px;
  background-color: #736357;
  margin-top: 10px;
  color: #fff;
  padding: 14px 12px 16px;
}

#sidebar .newsletter-area p {
  margin-bottom: 13px;
}

#sidebar .newsletter-area input {
  max-width: 216px;
  height: 35px;
  border-radius: 0;
  padding-left: 10px;
}

#sidebar .newsletter-area input.wpcf7-submit {
  width: 116px;
  float: right;
  background-color: #c7b299;
  color: #fff;
  font-size: 14.5px;
}

#sidebar .feed-area {
  margin-top: 10px;
  border: 1px solid gray;
  margin-bottom: 10px;
}

#sidebar .feed-area #cff.cff-fixed-height {
  padding-top: 10px;
}

#sidebar .feed-area #cff.cff-fixed-height .cff-author {
  margin-bottom: 8px;
}

footer {
  background-color: #808080;
  color: #fff;
  padding-top: 45px;
}

footer .col-md-3 {
  width: 32%;
}

footer .mapa {
  padding-right: 5px;
  padding-left: 5px;
  width: 36%;
}

footer .banka {
  padding-left: 25px;
}

footer .banka img {
  width: 82px;
  margin-bottom: 20px;
}

footer h3 {
  font-size: 14.5px;
  font-family: "AcuminPro-Bold";
  margin-top: 0;
  margin-bottom: 20px;
}

footer a {
  color: #fff;
  font-size: 14.5px;
  text-decoration: none;
}

footer a:hover, footer a:focus, footer a:active {
  color: #fff;
}

footer .credits {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

footer .credits a {
  font-family: "AcuminPro-Semibold";
  color: #fff;
  text-decoration: none;
}

footer .credits a:hover, footer .credits a:focus, footer .credits a:active {
  color: #fff;
}

#intro .intro-banner {
  min-height: 245px;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}

#intro .intro-banner .banner-nadpis,
#intro .intro-banner .banner-podnadpis {
  font-size: 31px;
  font-family: "AcuminPro-Semibold";
  margin: 0;
  line-height: 36px;
}

#intro .intro-banner .text-banner {
  width: 70%;
  float: right;
  right: 30px;
  bottom: 30px;
}

#intro .intro-banner .text-banner p {
  font-size: 23.4px;
  line-height: 30px;
  margin: 0;
  text-align: right;
}

#intro .intro-banner .nadpis-podnadpis.half-banner {
  width: 30%;
  float: left;
  position: absolute;
  bottom: 30px;
}

#intro .intro-banner .nadpis-podnadpis.full-banner {
  width: 100%;
  position: absolute;
  bottom: 30px;
}

#intro .foto-banner {
  height: 335px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.onas .intro-banner {
  background-color: #fddebb;
}

.onas .intro-banner .banner-nadpis {
  color: #fff;
}

.onas .intro-banner .banner-podnadpis {
  color: #1a1a1a;
}

.onas .intro-banner .text-banner p {
  color: #1a1a1a;
}

.onas.nastim .frame-content {
  margin-top: 40px;
}

.linkaprotikrutosti .intro-banner {
  background-color: #9cb4d2;
}

.linkaprotikrutosti .intro-banner .banner-nadpis {
  color: #fff;
}

.linkaprotikrutosti .intro-banner .banner-podnadpis {
  color: #1a1a1a;
}

.linkaprotikrutosti .intro-banner .text-banner p {
  color: #1a1a1a;
}

.linkaprotikrutosti .lpk-intro {
  padding-top: 30px;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.linkaprotikrutosti .lpk-intro h1 {
  font-size: 31px;
  margin-top: 0;
  margin-bottom: 30px;
}

.linkaprotikrutosti .lpk-intro p {
  font-size: 20px;
  line-height: 28px;
}

.linkaprotikrutosti .lpk-intro p strong {
  font-family: "AcuminPro-Semibold";
  color: #000;
}

.linkaprotikrutosti .lpk-intro .hashtag {
  background-color: #f7931e;
  line-height: 32px;
  width: 130px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 30px;
}

.linkaprotikrutosti .lpk-kontakt {
  margin-top: 30px;
  margin-left: 15px;
}

.linkaprotikrutosti .lpk-kontakt .obrazok {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/lpk-psik.jpg");
  height: 466px;
  width: 172px;
  background-size: cover;
  float: left;
}

.linkaprotikrutosti .lpk-kontakt .obsah {
  background-color: #004290;
  height: 466px;
  width: 690px;
  float: left;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  padding: 40px 20px 20px 40px;
}

.linkaprotikrutosti .lpk-kontakt .obsah p {
  margin-bottom: 25px;
}

.linkaprotikrutosti .lpk-kontakt .obsah strong {
  font-family: "AcuminPro-Semibold";
}

.linkaprotikrutosti .lpk-kontakt .obsah a {
  color: #f7931e;
  text-decoration: none;
}

.linkaprotikrutosti .lpk-kontakt .obsah a:hover, .linkaprotikrutosti .lpk-kontakt .obsah a:focus, .linkaprotikrutosti .lpk-kontakt .obsah a:active {
  color: #f7931e;
}

.linkaprotikrutosti .frame-content-sidebar {
  padding-left: 15px;
}

.linkaprotikrutosti .frame-content-list strong {
  font-family: "AcuminPro-Semibold";
  color: #000;
}

.linkaprotikrutosti .frame-content-list h3 {
  font-family: "AcuminPro-Semibold";
  color: #004290;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.linkaprotikrutosti .frame-content-list h3 strong {
  font-family: "AcuminPro-Semibold";
  color: #004290;
  font-size: 20px;
}

.linkaprotikrutosti .frame-content-list h3 a {
  color: #f7931e;
  font-family: "AcuminPro-Regular";
}

.linkaprotikrutosti .frame-content-list .lpk-dolezite {
  background-color: #004290;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.tlacovespravy .main-frame .frame-content .frame-content-sidebar {
  margin-top: 0;
}

.tlacovespravy .main-frame .frame-content .frame-content-sidebar li {
  list-style-type: none;
}

.tlacovespravy .main-frame .frame-content .frame-content-list .napln-prace {
  padding-top: 15px;
}

.tlacovespravy .main-frame .frame-content .frame-content-list .napln-prace ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.vychovnecentrum .main-frame .intro-banner {
  background-color: #cfafa8;
}

.vychovnecentrum .main-frame .intro-banner .banner-nadpis {
  color: #fff;
}

.vychovnecentrum .main-frame .intro-banner .banner-podnadpis {
  color: #1a1a1a;
}

.vychovnecentrum .main-frame .intro-banner .text-banner p {
  color: #1a1a1a;
}

.vychovnecentrum .main-frame .frame-content {
  padding-left: 25px;
  padding-right: 20px;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod {
  margin-top: 15px;
  width: 100%;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod p {
  font-size: 20px;
  color: #1a1a1a;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod p strong {
  font-family: "AcuminPro-Semibold";
}

.vychovnecentrum .main-frame .frame-content #vc-uvod p a {
  color: #f7931e;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod > h1 {
  font-size: 31px;
  color: #004290;
  font-family: "AcuminPro-Semibold";
  margin-top: 40px;
  margin-bottom: 25px;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a {
  color: #fff;
  text-decoration: none;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a:hover, .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a:focus, .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a:active {
  color: #fff;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item {
  height: 280px;
  text-align: center;
  padding: 35px 22px 20px 22px;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item h1 {
  font-size: 28px;
  font-family: "AcuminPro-Semibold";
  margin: 0;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item h3 {
  font-size: 20px;
  margin: 0;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 52px;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-overlay {
  height: 280px;
  width: 96.6%;
  position: absolute;
  top: 0;
  z-index: 5;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a:nth-child(1) .vc-menu-item {
  background-color: #863724;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a:nth-child(1) .vc-menu-item img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a:nth-child(2) .vc-menu-item {
  background-color: #89531e;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a:nth-child(2) .vc-menu-item img {
  margin-top: 7px;
  margin-bottom: 7px;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a:nth-child(3) .vc-menu-item {
  background-color: #004290;
}

.vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a:nth-child(3) .vc-menu-item img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list {
  width: 100%;
  position: relative;
  margin-top: 35px;
  padding-bottom: 40px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list .napln-prace {
  padding-top: 10px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list .napln-prace p {
  color: #1a1a1a;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list .napln-prace p strong {
  font-family: "AcuminPro-Semibold";
}

.vychovnecentrum .main-frame .frame-content .frame-content-list .napln-prace img {
  margin-right: 10px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list .hashtag {
  background-color: #f7931e;
  line-height: 32px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 26px;
  padding-left: 10px;
  padding-right: 10px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list .vc-nadpis {
  margin-top: 30px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list .vc-nadpis h1 {
  color: #1a1a1a;
  font-size: 31px;
  font-family: "AcuminPro-Bold";
  margin: 0;
  display: inline-block;
  padding-top: 6px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list .vc-nadpis img {
  width: 50px;
  display: inline-block;
  margin-bottom: 13px;
  margin-left: 5px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list hr {
  background-color: #1a1a1a;
  margin-top: 25px;
  margin-bottom: 35px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list h3 {
  color: #1a1a1a;
  font-family: "AcuminPro-Bold";
  font-size: 20px;
}

.vychovnecentrum .main-frame .frame-content .frame-content-list h4 {
  color: #863724;
  font-family: "AcuminPro-Bold";
  font-size: 20px;
  margin-top: 35px;
}

.archivsprav article {
  border-bottom: 1px solid #004290;
}

.kontakty .main-frame .intro-banner {
  background-color: rgba(193, 39, 45, 0.4);
}

.kontakty .main-frame .intro-banner .banner-nadpis {
  color: #1a1a1a;
}

.kontakty .main-frame .intro-banner .banner-podnadpis {
  color: #1a1a1a;
}

.kontakty .main-frame .intro-banner .text-banner p {
  color: #1a1a1a;
}

.kontakty .main-frame .frame-content {
  margin-top: 30px;
}

.podportenas .main-frame .intro-banner {
  background-color: rgba(0, 66, 144, 0.4);
}

.podportenas .main-frame .intro-banner .banner-nadpis {
  color: #fff;
}

.podportenas .main-frame .intro-banner .banner-podnadpis {
  color: #1a1a1a;
}

.podportenas .main-frame .intro-banner .text-banner p {
  color: #1a1a1a;
}

.podportenas .main-frame .frame-content {
  margin-top: 30px;
}

.podportenas .main-frame .frame-content #banners {
  padding-left: 13px;
}

.podportenas .main-frame .frame-content .banner-full {
  height: 270px;
  margin-bottom: 10px;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-left {
  width: 265px;
  height: 100%;
  float: left;
  background-color: #004290;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-left h2 {
  font-size: 32px;
  color: #fff;
  font-family: "AcuminPro-Semibold";
  text-align: center;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-left img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 35px;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-left.active-banner {
  background-color: #534741;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-right {
  float: left;
  width: 600px;
  height: 270px;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-right > div {
  position: relative;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-right > div .obrazok {
  height: 270px;
  width: 600px;
  overflow: hidden;
  background-color: #003573;
  background-blend-mode: luminosity;
  background-position: center;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-right > div .obrazok.active-banner {
  background-color: transparent;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-right > div a {
  background-color: #1b1464;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "AcuminPro-Bold";
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: block;
  height: 50px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-right > div a:hover, .podportenas .main-frame .frame-content .banner-full .banner-full-right > div a:focus, .podportenas .main-frame .frame-content .banner-full .banner-full-right > div a:active {
  color: #fff;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-right > div a.active-banner {
  background-color: #f7931e;
}

.podportenas .main-frame .frame-content .banner-full .banner-full-right > div .banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}

.podportenas .main-frame .frame-content .banner-full:last-child .banner-full-left img {
  margin-top: 40px;
  margin-bottom: 30px;
}

.podportenas-detail .main-frame .frame-content {
  margin-top: 0;
}

.podportenas-detail .main-frame .frame-content .frame-content-sidebar {
  width: 215px;
  margin-top: 0;
}

.podportenas-detail .main-frame .frame-content .frame-content-sidebar ul {
  margin-top: 20px;
}

.podportenas-detail .main-frame .frame-content .frame-content-sidebar .banner-full-left {
  width: 100%;
  height: 215px;
  background-color: #004290;
  padding-top: 40px;
}

.podportenas-detail .main-frame .frame-content .frame-content-sidebar .banner-full-left h2 {
  font-size: 23px;
  color: #fff;
  font-family: "AcuminPro-Semibold";
  text-align: center;
}

.podportenas-detail .main-frame .frame-content .frame-content-sidebar .banner-full-left img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.podportenas-detail .main-frame .frame-content .frame-content-sidebar .sidebar-menu {
  margin-top: 35px;
}

.podportenas-detail .main-frame .frame-content .frame-content-list {
  width: 677px;
  padding-right: 0;
  padding-left: 12px;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .wp-obsah {
  padding-right: 20px;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .wp-obsah h1 {
  margin-top: 0;
  color: #004290;
  font-family: "AcuminPro-Semibold";
}

.podportenas-detail .main-frame .frame-content .frame-content-list .wp-obsah p {
  font-size: 20px;
  color: #1a1a1a;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .wp-obsah.napln-prace {
  padding-top: 0;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .wp-obsah .wp-obsah-default {
  padding-top: 30px;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right {
  width: 665px;
  height: 215px;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div {
  position: relative;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok {
  height: 215px;
  width: 665px;
  overflow: hidden;
  background-color: #fddfbf;
  background-size: cover;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah {
  padding: 27px;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah h2 {
  margin-top: 0;
  font-size: 22.4px;
  font-family: "AcuminPro-Semibold";
  color: #004290;
  margin-bottom: 20px;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah a {
  display: block;
  color: #004290;
  font-size: 22.4px;
  text-decoration: none;
}

.podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah a:hover, .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah a:focus, .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah a:active {
  color: #004290;
}

.utulok-map .map-wrapper {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/mapa.png");
  height: 400px;
  width: 820px;
  background-size: cover;
  position: relative;
  margin-top: 40px;
}

.utulok-map .map-wrapper .map-znacky > div {
  position: absolute;
}

.utulok-map.utulok-region .region-znacky > div.marker {
  cursor: pointer;
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/map-both.png");
  height: 20px;
  width: 20px;
  background-size: cover;
}

.utulok-map.utulok-region .region-znacky > div.marker.zameranie_hlavny {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/map-ba.png");
  height: 27px;
  width: 27px;
  background-size: cover;
}

.utulok-map.utulok-region .region-znacky > div.marker.zameranie_macky {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/map-cat.png");
  height: 23px;
  width: 20px;
  background-size: cover;
}

.utulok-map.utulok-region .region-znacky > div.marker#z1 {
  bottom: 78px;
  left: 37px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z3 {
  top: 210px;
  left: 140px;
}

.utulok-map.utulok-region .region-znacky > div.marker#s6 {
  top: 260px;
  left: 395px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z5 {
  top: 265px;
  left: 180px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z10 {
  top: 380px;
  left: 180px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z4 {
  top: 220px;
  left: 193px;
}

.utulok-map.utulok-region .region-znacky > div.marker#v5 {
  top: 117px;
  right: 185px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z6 {
  top: 135px;
  left: 180px;
}

.utulok-map.utulok-region .region-znacky > div.marker#v6 {
  top: 90px;
  right: 280px;
}

.utulok-map.utulok-region .region-znacky > div.marker#s7 {
  top: 248px;
  left: 300px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z2 {
  bottom: 115px;
  left: 70px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z12 {
  top: 93px;
  left: 223px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z13 {
  top: 175px;
  left: 200px;
}

.utulok-map.utulok-region .region-znacky > div.marker#v1 {
  top: 190px;
  right: 282px;
}

.utulok-map.utulok-region .region-znacky > div.marker#s2 {
  top: 110px;
  right: 400px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z8 {
  top: 325px;
  left: 187px;
}

.utulok-map.utulok-region .region-znacky > div.marker#s4 {
  bottom: 133px;
  right: 360px;
}

.utulok-map.utulok-region .region-znacky > div.marker#s5 {
  bottom: 105px;
  right: 383px;
}

.utulok-map.utulok-region .region-znacky > div.marker#v7 {
  top: 78px;
  right: 310px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z11 {
  bottom: 10px;
  left: 255px;
}

.utulok-map.utulok-region .region-znacky > div.marker#v2 {
  bottom: 175px;
  right: 190px;
}

.utulok-map.utulok-region .region-znacky > div.marker#s1 {
  top: 95px;
  left: 285px;
}

.utulok-map.utulok-region .region-znacky > div.marker#v4 {
  top: 223px;
  right: 70px;
}

.utulok-map.utulok-region .region-znacky > div.marker#s3 {
  top: 160px;
  left: 395px;
}

.utulok-map.utulok-region .region-znacky > div.marker#v3 {
  top: 242px;
  right: 78px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z9 {
  bottom: 28px;
  left: 188px;
}

.utulok-map.utulok-region .region-znacky > div.marker#z7 {
  bottom: 95px;
  left: 245px;
}

.utulok-map.utulok-region .region-znacky > div.marker#vHE {
  bottom: 257px;
  left: 709px;
}

.utulok-map.utulok-region .region-znacky > div.marker#sJelsovec {
  bottom: 109px;
  right: 412px;
}

.utulok-map.utulok-region .region-znacky .tooltip_templates {
  display: none;
}

.utulok-map.utulok-region .region-znacky .tooltip_templates span {
  background-color: #fff;
  border-color: #0071bc;
  border-radius: 0;
}

.utulok-map.utulok-region .region-znacky .tooltip_templates h4 {
  color: #0071bc;
}

.utulok-main .main-frame #intro .intro-banner {
  background-color: #99c6e4;
  margin-bottom: 10px;
}

.utulok-main .main-frame #intro .intro-banner .banner-nadpis {
  color: #fff;
}

.utulok-main .main-frame #intro .intro-banner .banner-podnadpis {
  color: #1a1a1a;
}

.utulok-main .main-frame #intro .intro-banner .text-banner p {
  color: #1a1a1a;
}

.utulok-main .main-frame .frame-content #uvyhladavac {
  background-color: #66aad7;
  padding: 30px 10px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular h2 {
  font-size: 22.5px;
  font-family: "AcuminPro-Semibold";
  color: #1a1a1a;
  margin-top: 0px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div {
  width: 50%;
  float: left;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div .ui-selectmenu-button.ui-button {
  width: 180px;
  border-radius: 0;
  border: 1px solid #808080;
  height: 35px;
  padding-left: 10px;
  background-color: #fff;
  color: #1a1a1a;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div .ui-selectmenu-button.ui-button .ui-selectmenu-text {
  font-size: 12.5px;
  line-height: 23px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost label {
  display: inline-block;
  float: left;
  margin-right: 12px;
  font-size: 12.5px;
  margin-top: 11px;
  padding-left: 10px;
  color: #1a1a1a;
  font-weight: 500;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline {
  width: 20%;
  float: left;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input + .altradio {
  display: inline-block;
  margin: 1px 11px 0 0;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: bottom;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input#size-s + .altradio {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/sizeS.png");
  height: 35px;
  width: 35px;
  background-size: 25px 25px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input#size-s:checked + .altradio,
.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input#size-s:hover + .altradio {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/sizeSh.png");
  height: 35px;
  width: 35px;
  background-size: 25px 25px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input#size-m + .altradio {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/sizeM.png");
  height: 35px;
  width: 35px;
  background-size: 30px 30px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input#size-m:checked + .altradio,
.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input#size-m:hover + .altradio {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/sizeMh.png");
  height: 35px;
  width: 35px;
  background-size: 30px 30px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input#size-l + .altradio {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/sizeL.png");
  height: 35px;
  width: 35px;
  background-size: 35px 35px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input#size-l:checked + .altradio,
.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div #u-velkost > div.form-check-inline input#size-l:hover + .altradio {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/sizeLh.png");
  height: 35px;
  width: 35px;
  background-size: 35px 35px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div button.btn-primary {
  background-color: #0071bc;
  border-radius: 0;
  float: right;
  font-size: 14px;
  font-family: "AcuminPro-Bold";
  width: 100px;
  height: 35px;
  line-height: 27px;
  margin-right: 24px;
  border: none;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uvysvetlivky {
  margin-top: 32px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uvysvetlivky p {
  font-size: 12.5px;
  margin-bottom: 10px;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uvysvetlivky p a {
  color: #fff;
  text-decoration: none;
}

.utulok-main .main-frame .frame-content #uvyhladavac .uvysvetlivky p a:hover, .utulok-main .main-frame .frame-content #uvyhladavac .uvysvetlivky p a:focus, .utulok-main .main-frame .frame-content #uvyhladavac .uvysvetlivky p a:active {
  color: "#fff";
}

.utulok-main .main-frame .frame-content #uvysledky h3 {
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

.utulok-main .main-frame .frame-content #uvysledky .animal {
  position: relative;
  margin-bottom: 30px;
  height: 340px;
}

.utulok-main .main-frame .frame-content #uvysledky .animal .animal-img {
  background-size: cover;
  width: 100%;
  height: 270px;
  background-position: center;
}

.utulok-main .main-frame .frame-content #uvysledky .animal .animal-popis {
  background-color: white;
  position: absolute;
  bottom: 0;
  width: 95%;
  padding: 10px 15px;
  padding-bottom: 30px;
}

.utulok-main .main-frame .frame-content #uvysledky .animal .animal-popis p {
  font-size: 12.5px;
  font-family: "AcuminPro-Regular";
  margin-bottom: 2px;
}

.utulok-main .main-frame .frame-content #uvysledky .animal .animal-popis .animal-name {
  text-transform: uppercase;
}

.utulok-main .main-frame .frame-content #uvysledky .animal .animal-znacky {
  height: 30px;
  position: absolute;
  bottom: 3px;
  right: 17px;
  width: 60px;
}

.utulok-main .main-frame .frame-content #uvysledky .animal .animal-znacky div {
  float: right;
  background-position: bottom;
  margin-right: 5px;
  cursor: pointer;
}

.utulok-main .main-frame .frame-content #uvysledky .animal .animal-znacky .web-note {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/note.png");
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
}

.utulok-main .main-frame .frame-content #uvysledky .animal .animal-znacky .abused {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/heart.png");
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
}

.utulok-main .main-frame .frame-content #load-more-animals {
  color: #f7931e;
  font-size: 22.5px;
  background-color: transparent;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: none;
}

.utulok-main .main-frame .frame-content.utulok-intro {
  background-color: #d9eaf5;
  position: relative;
  margin-bottom: 0;
}

.utulok-main .main-frame .frame-content.utulok-intro .hashtag {
  background-color: #f7931e;
  line-height: 32px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.utulok-main .main-frame .frame-content.utulok-intro .frame-content-list {
  width: 100%;
  padding-left: 35px;
  padding-right: 85px;
}

.utulok-main .main-frame .frame-content.utulok-intro .frame-content-list .metaslider {
  margin-top: 25px;
  margin-bottom: 60px;
}

.utulok-main .main-frame .frame-content.utulok-scroll .wp-obsah {
  padding-top: 10px;
}

.sz-mapa {
  background-image: url(/wp-content/themes/slobodazvierat/images/dist/sz-mapa.png);
  background-size: cover;
  width: 100%;
  height: 340px;
}

.utulok-map.utulok-region #mapa_legenda {
  margin-top: 40px;
  margin-bottom: 30px;
  float: right;
}

.utulok-map.utulok-region #mapa_legenda td {
  font-size: 14px;
  color: #004290;
  padding-bottom: 10px;
}

.utulok-map.utulok-region #mapa_legenda td.legenda-icon img {
  width: 30px;
}

.utulok-map.utulok-region #mapa_legenda td.legenda-icon.small img {
  width: 22px;
  margin-left: 5px;
}

.utulok-map.utulok-region #mapa_legenda thead td {
  font-family: "AcuminPro-Bold";
  padding-bottom: 12px;
}

.utulok-map.utulok-region #vsetky_rc {
  clear: both;
  padding-left: 15px;
}

.utulok-map.utulok-region #vsetky_rc h2 {
  color: #004290;
  font-size: 25.5px;
  font-family: "AcuminPro-Semibold";
  margin-bottom: 25px;
}

.utulok-map.utulok-region #vsetky_rc .rc-zoznam {
  margin-bottom: 30px;
}

.utulok-map.utulok-region #vsetky_rc .rc-zoznam div {
  font-size: 20px;
  font-family: "AcuminPro-Semibold";
}

.utulok-map.utulok-region #vsetky_rc .rc-zoznam div a {
  color: #f7931e;
  text-decoration: none;
}

.utulok-map.utulok-region #vsetky_rc .rc-zoznam div a:hover, .utulok-map.utulok-region #vsetky_rc .rc-zoznam div a:focus, .utulok-map.utulok-region #vsetky_rc .rc-zoznam div a:active {
  color: #f7931e;
}

.utulok-map.utulok-region #vsetky_rc .rc-zoznam div .rc_obec {
  font-family: "AcuminPro-Regular";
}

.utulok-map.utulok-ine #intro .intro-banner .text-banner {
  float: none;
  position: absolute;
}

.utulok-map.utulok-ine #vsetky_ks {
  margin-top: 35px;
  clear: both;
  padding-left: 25px;
  padding-right: 15px;
}

.utulok-map.utulok-ine #vsetky_ks h2 {
  color: #004290;
  font-size: 25.5px;
  font-family: "AcuminPro-Semibold";
  margin-bottom: 25px;
}

.utulok-map.utulok-ine #vsetky_ks .rc-zoznam {
  margin-bottom: 30px;
}

.utulok-map.utulok-ine #vsetky_ks .rc-zoznam div {
  font-size: 22.5px;
  font-family: "AcuminPro-Semibold";
}

.utulok-map.utulok-ine #vsetky_ks .rc-zoznam div a {
  color: #f7931e;
  text-decoration: none;
}

.utulok-map.utulok-ine #vsetky_ks .rc-zoznam div a:hover, .utulok-map.utulok-ine #vsetky_ks .rc-zoznam div a:focus, .utulok-map.utulok-ine #vsetky_ks .rc-zoznam div a:active {
  color: #f7931e;
}

.utulok-map.utulok-ine #vsetky_ks .rc-zoznam div .rc_obec {
  font-family: "AcuminPro-Regular";
}

.simpletemplate h1 {
  font-size: 30px;
  color: #1a1a1a;
  font-family: "AcuminPro-Bold";
}

.simpletemplate h2 {
  font-size: 24px;
  color: #1a1a1a;
  font-family: "AcuminPro-Bold";
}

.simpletemplate p {
  font-size: 20px;
  color: #1a1a1a;
}

.simpletemplate p strong, .simpletemplate p b {
  font-family: "AcuminPro-Semibold";
}

.simpletemplate .frame-content {
  padding-left: 15px;
  padding-right: 15px;
}

.sponzoring .main-frame .frame-content .frame-content-list {
  margin-top: 10px;
  width: 712px;
}

.sponzoring .main-frame .frame-content .frame-content-list > div {
  margin-bottom: 40px;
}

.sponzoring .main-frame .frame-content .frame-content-list > div h1 {
  font-size: 30px;
  color: #004290;
  font-family: "AcuminPro-Bold";
  margin-bottom: 40px;
}

.sponzoring .main-frame .frame-content .frame-content-list > div .sponzor-logo {
  margin-bottom: 30px;
}

.sponzoring .main-frame .frame-content .frame-content-list > div p {
  font-size: 20px;
  color: #1a1a1a;
}

.sponzoring .main-frame .frame-content .frame-content-list > div p a {
  color: #f7931e;
}

.page-id-21 .vc-nadpis {
  display: none;
}

.kampane .main-frame .intro-banner {
  background-color: #c2abd3;
}

.kampane .main-frame .intro-banner .banner-nadpis {
  color: #fff;
}

.kampane .main-frame .intro-banner .banner-podnadpis {
  color: #1a1a1a;
}

.kampane .main-frame .intro-banner .text-banner p {
  color: #1a1a1a;
}

.kampane .main-frame .frame-content {
  margin-top: 30px;
}

.kampane .main-frame .frame-content #banners {
  padding-left: 13px;
}

.kampane .main-frame .frame-content #banners .banner-full {
  height: 270px;
  margin-bottom: 10px;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-left {
  width: 265px;
  height: 100%;
  float: left;
  background-color: #662d91;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div {
  height: 100%;
  position: relative;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div h2 {
  font-size: 32px;
  margin-top: 0;
  color: #fff;
  font-family: "AcuminPro-Semibold";
  text-align: center;
  padding-top: 50px;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 35px;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div a {
  background-color: #1b1464;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "AcuminPro-Bold";
  position: absolute;
  bottom: 25px;
  right: 0;
  display: block;
  height: 50px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
  left: 0;
  margin: 0 auto;
  width: 140px;
  text-align: center;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div a:hover, .kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div a:focus, .kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div a:active {
  color: #fff;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div a.active-banner {
  background-color: #f7931e;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-left.active-banner {
  background-color: #534741;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-right {
  float: left;
  width: 600px;
  height: 270px;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-right > div {
  position: relative;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-right > div .obrazok {
  height: 270px;
  width: 600px;
  overflow: hidden;
  background-size: cover;
  background-color: rgba(102, 45, 145, 0.8);
  background-blend-mode: luminosity;
  background-position: center;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-right > div .obrazok.active-banner {
  background-color: transparent;
}

.kampane .main-frame .frame-content #banners .banner-full .banner-full-right > div .banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}

.kampane .main-frame .frame-content #banners .banner-full:last-child .banner-full-left img {
  margin-top: 40px;
  margin-bottom: 30px;
}

.kampane-prehlad .main-frame .intro-banner {
  background-color: #c2abd3;
}

.kampane-prehlad .main-frame .intro-banner .banner-nadpis {
  color: #fff;
}

.kampane-prehlad .main-frame .intro-banner .banner-podnadpis {
  color: #1a1a1a;
}

.kampane-prehlad .main-frame .intro-banner .text-banner p {
  color: #1a1a1a;
}

.kampane-prehlad .main-frame .frame-content {
  margin-top: 30px;
}

.kampane-prehlad .main-frame .frame-content .kampane-kategorie-intro {
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.kampane-prehlad .main-frame .frame-content .kampane-kategorie-intro p {
  font-size: 20px;
  color: #1a1a1a;
}

.kampane-prehlad .main-frame .frame-content #banners {
  padding-left: 13px;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full {
  height: 270px;
  width: 865px;
  margin-bottom: 10px;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-left {
  width: 265px;
  height: 100%;
  float: left;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-left .obrazok {
  height: 270px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-color: rgba(102, 45, 145, 0.8);
  background-blend-mode: luminosity;
  background-position: center;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-left .obrazok.active-banner {
  background-color: transparent;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right {
  float: left;
  width: 600px;
  height: 270px;
  background-color: #662d91;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div {
  position: relative;
  height: 100%;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div h2 {
  font-size: 30px;
  margin-top: 0;
  color: #fff;
  font-family: "AcuminPro-Semibold";
  text-align: left;
  padding-top: 25px;
  padding-left: 25px;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div a {
  background-color: #1b1464;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "AcuminPro-Bold";
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: block;
  height: 50px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
  margin: 0 auto;
  width: 240px;
  text-align: center;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div a:hover, .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div a:focus, .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div a:active {
  color: #fff;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div a.active-banner {
  background-color: #f7931e;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div a.kampan-btn-mobile {
  display: none;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right.active-banner {
  background-color: #534741;
}

.kampane-prehlad .main-frame .frame-content #banners .banner-full:nth-child(2n) .banner-full-left {
  float: right;
}

#kampane {
  max-width: 865px;
  margin-top: 40px;
}

#kampane .zapojkampan {
  height: 90px;
  max-width: 425px;
  padding-top: 10px;
}

#kampane .zapojkampan.zapojnove {
  background-color: #f7931e;
  float: left;
}

#kampane .zapojkampan.zapojstare {
  background-color: #004290;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

#kampane .zapojkampan p {
  color: #fff;
  font-family: "AcuminPro-Semibold";
  font-size: 22.5px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
}

#kampane .zapojkampan img {
  float: left;
}

.zapojtesa .main-frame .intro-banner {
  background-color: #c2abd3;
}

.zapojtesa .main-frame .intro-banner .banner-nadpis {
  color: #fff;
}

.zapojtesa .main-frame .intro-banner .banner-podnadpis {
  color: #1a1a1a;
}

.zapojtesa .main-frame .intro-banner .text-banner p {
  color: #1a1a1a;
}

.zapojtesa .main-frame .frame-content {
  margin-top: 30px;
}

.zapojtesa .main-frame .frame-content .kampane-zapojtesa-intro {
  margin-bottom: 30px;
}

.zapojtesa .main-frame .frame-content .kampane-zapojtesa-intro p {
  font-size: 22.5px;
  color: #1a1a1a;
}

.zapojtesa .main-frame .frame-content .kampan-banner {
  border-bottom: 1px solid #004290;
  padding-bottom: 40px;
}

.zapojtesa .main-frame .frame-content .kampan-banner:last-child {
  border-bottom: none;
}

.zapojtesa .main-frame .frame-content .kampan-banner .kampan-banner-intro {
  font-size: 22.5px;
  color: #1a1a1a;
  margin-top: 40px;
  margin-bottom: 25px;
}

.zapojtesa .main-frame .frame-content .kampan-banner .kampan-banner-intro b, .zapojtesa .main-frame .frame-content .kampan-banner .kampan-banner-intro strong {
  font-family: "AcuminPro-Semibold";
}

.zapojtesa .main-frame .frame-content .kampan-banner .kampan-banner-intro a {
  color: #f7931e;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full {
  height: 270px;
  width: 865px;
  margin-bottom: 10px;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-left {
  width: 265px;
  height: 100%;
  float: left;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-left .obrazok {
  height: 270px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-color: rgba(102, 45, 145, 0.8);
  background-blend-mode: luminosity;
  background-position: center;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-left .obrazok.active-banner {
  background-color: transparent;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-right {
  float: left;
  width: 600px;
  height: 270px;
  background-color: #662d91;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-right > div {
  position: relative;
  height: 100%;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-right > div h2 {
  font-size: 30px;
  margin-top: 0;
  color: #fff;
  font-family: "AcuminPro-Semibold";
  text-align: left;
  padding-top: 25px;
  padding-left: 25px;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-right > div a {
  background-color: #1b1464;
  color: #fff;
  text-decoration: none;
  font-size: 22.5px;
  font-family: "AcuminPro-Bold";
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: block;
  height: 50px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
  margin: 0 auto;
  width: 240px;
  text-align: center;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-right > div a:hover, .zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-right > div a:focus, .zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-right > div a:active {
  color: #fff;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-right > div a.active-banner {
  background-color: #f7931e;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full .banner-full-right.active-banner {
  background-color: #534741;
}

.zapojtesa .main-frame .frame-content .kampan-banner .banner-full:nth-child(2n) .banner-full-left {
  float: right;
}

.zapojtesa .main-frame .frame-content .kampan-banner .zapoj-kampan-info {
  color: #004290;
  font-size: 22.5px;
  text-align: right;
  display: block;
  margin-top: 15px;
  font-family: "AcuminPro-Semibold";
}

.kampane-detail .main-frame .frame-content {
  margin-bottom: 30px;
}

.kampane-detail .main-frame .frame-content .kampan-intro h1 {
  font-size: 30px;
  font-weight: 700;
}

.kampane-detail .main-frame .frame-content .kampan-intro h2 {
  font-size: 28px;
  font-weight: 700;
}

.kampane-detail .main-frame .frame-content .kampan-intro h3 {
  font-size: 26px;
  font-weight: 700;
}

.kampane-detail .main-frame .frame-content .kampan-intro h4 {
  font-size: 24px;
  font-weight: 700;
}

.kampane-detail .main-frame .frame-content .kampan-intro ul, .kampane-detail .main-frame .frame-content .kampan-intro ol {
  padding-left: 0;
  margin-left: 20px;
}

.kampane-detail .main-frame .frame-content .kampan-intro img, .kampane-detail .main-frame .frame-content .kampan-intro iframe {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kampane-detail .main-frame .frame-content .frame-content-kampan .frame-content-list h1, .kampane-detail .main-frame .frame-content .frame-content-kampan .frame-content-list h2, .kampane-detail .main-frame .frame-content .frame-content-kampan .frame-content-list h3, .kampane-detail .main-frame .frame-content .frame-content-kampan .frame-content-list h4 {
  font-weight: 700;
}

.kampane-detail .main-frame .frame-content .frame-content-kampan .frame-content-list ul, .kampane-detail .main-frame .frame-content .frame-content-kampan .frame-content-list ol {
  padding-left: 0;
  margin-left: 20px;
}

.kampane-detail .main-frame .frame-content .frame-content-kampan .frame-content-list img, .kampane-detail .main-frame .frame-content .frame-content-kampan .frame-content-list iframe {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kampane-detail .materialy {
  background-color: #662d91;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 90px;
}

.kampane-detail .materialy h1 {
  color: #f7931e;
  margin-top: 20px;
  font-weight: 700;
  padding: 0 15px;
}

.kampane-detail .materialy p {
  color: #fff;
  font-size: 22px;
  padding: 0 15px;
}

.kampane-detail .materialy .materialy-container {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 50px;
}

.kampane-detail .materialy .materialy-container .material {
  float: left;
  width: 20%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.kampane-detail .materialy .materialy-container .material .material-ikona {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/dokument.png");
  height: 90px;
  width: 85px;
  background-size: cover;
  margin: 0 auto;
}

.kampane-detail .materialy .materialy-container .material .material-ikona.ikona-grafika {
  background-image: url("/wp-content/themes/slobodazvierat/images/dist/grafika.png");
  height: 90px;
  width: 78px;
  background-size: cover;
}

.kampane-detail .materialy .materialy-container .material a, .kampane-detail .materialy .materialy-container .material p.material-nazov {
  color: #fff;
  font-style: italic;
  text-align: center;
  display: block;
  margin-top: 5px;
  font-size: 14.5px;
  text-decoration: none;
}

.kampane-detail .materialy .materialy-container .material a:hover, .kampane-detail .materialy .materialy-container .material a:focus, .kampane-detail .materialy .materialy-container .material a:active, .kampane-detail .materialy .materialy-container .material p.material-nazov:hover, .kampane-detail .materialy .materialy-container .material p.material-nazov:focus, .kampane-detail .materialy .materialy-container .material p.material-nazov:active {
  color: #fff;
}

.kampane-detail .materialy .materialy-container .material.material-link:hover {
  background-color: #3a2464;
  cursor: pointer;
}

.kampane-detail .materialy .stiahnut_materialy {
  background-color: #f7931e;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 30px;
  bottom: 20px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 42px;
}

.kampane-detail .materialy .stiahnut_materialy:hover, .kampane-detail .materialy .stiahnut_materialy:focus, .kampane-detail .materialy .stiahnut_materialy:active {
  color: #fff;
}

.search .site-main {
  margin-bottom: 40px;
}

.search .site-main article {
  border-bottom: 1px solid #a1a1a1;
}

.search .site-main article .entry-meta {
  display: none;
}

.search .site-main article h2 a {
  font-size: 24px;
  color: #004290;
  font-family: "AcuminPro-Semibold";
}

.search .site-main article p {
  font-size: 18px;
}

.search .site-main article footer {
  display: none;
}

section.no-results.not-found .search-submit {
  border: 1px solid #f7931e;
  border-radius: 2px;
  background: #f7931e;
  color: white;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
}

section.no-results.not-found input[type="search"] {
  padding: 11px;
}

.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
  background-color: #fff;
}

.ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content {
  border: 1px solid #808080;
  border-radius: 0;
}

.ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content .ui-menu-item {
  font-size: 12.5px;
  line-height: 25px;
}

.ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content .ui-menu-item div {
  padding-left: 10px;
}

.ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content .ui-menu-item .ui-state-active, .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content .ui-menu-item .ui-widget-content .ui-state-active, .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content .ui-menu-item .ui-widget-header .ui-state-active, .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content .ui-menu-item a.ui-button:active, .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content .ui-menu-item .ui-button:active, .ui-selectmenu-menu.ui-front.ui-selectmenu-open .ui-widget.ui-widget-content .ui-menu-item .ui-button.ui-state-active:hover {
  background-color: #0071bc;
  border: none;
}

.tooltipster-sidetip .tooltipster-box {
  background-color: #fff;
  border: 1px solid #004290;
  border-radius: 0;
  margin: 0;
  margin-bottom: 8px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -1px;
  left: -1px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #004290;
  text-align: center;
  line-height: 20px;
}

.tooltipster-sidetip {
  max-height: 273px !important;
}

.tooltipster-sidetip .tooltipster-content {
  padding: 10px;
}

.tooltipster-sidetip .tooltipster-content .obec {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

.tooltipster-sidetip .tooltipster-content h4 {
  color: #004290;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.tooltipster-content h4 {
  color: #004290;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
}

.tooltipster-content h4 div {
  height: 20px;
  width: 32px;
  background-size: cover;
  float: left;
  margin-right: 5px;
}

.tooltipster-content h4 span {
  vertical-align: sub;
}

.tooltipster-box img {
  max-height: 180px;
  max-width: 260px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 8px solid transparent;
  top: 1px;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 9px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #004290;
}

.ui-widget.ui-widget-content[role="tooltip"] {
  padding: 15px;
  font-size: 14px;
}

.ui-widget.ui-widget-content[role="tooltip"] p {
  color: #1a1a1a;
  font-size: 14px;
}

.alm-btn-wrap {
  padding-top: 35px !important;
}

.alm-btn-wrap .alm-load-more-btn {
  background-color: #f7931e !important;
  font-size: 31px !important;
  height: 54px !important;
  line-height: 60px !important;
}

div.wpcf7-response-output {
  margin: 1em 0.5em 0em;
  font-size: 13px;
  padding: 0.2em 0.5em;
}

span.wpcf7-not-valid-tip {
  color: #f7931e;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: #f7931e;
}

div.wpcf7-mail-sent-ok {
  border-color: #f7931e;
}

/**** TODO: TIMELINE plugin handling */
.timeline-express-read-more-link {
  display: none;
}

#cd-timeline .cd-timeline-content {
  background-color: #fddebb !important;
}

.cd-timeline-content::before {
  border-color: transparent transparent transparent #fddebb !important;
}

.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
  border-color: transparent !important;
  border-right-color: #fddebb !important;
}

.cd-timeline-item-title {
  font-size: 31px;
  font-family: "AcuminPro-Bold";
}

.cd-timeline-icon-link {
  pointer-events: none;
  cursor: default;
}

.pagination > li > a, .pagination > li > span {
  line-height: 21px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*************************************/
@media screen and (max-width: 1199px) {
  .main-frame {
    width: 100%;
    max-width: 100%;
  }
  .linkaprotikrutosti .lpk-kontakt {
    width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
  .linkaprotikrutosti .lpk-kontakt .obsah {
    width: 737px;
  }
  .podportenas .main-frame .frame-content #banners {
    padding-left: 0;
  }
  .podportenas .main-frame .frame-content #banners .banner-full {
    width: 865px;
    margin-left: auto;
    margin-right: auto;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list {
    width: 725px;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right {
    width: 100%;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok {
    width: 100%;
  }
  .kampane .main-frame .frame-content #banners {
    padding-left: 0;
  }
  .kampane .main-frame .frame-content #banners .banner-full {
    width: 865px;
    margin-left: auto;
    margin-right: auto;
  }
  .kampane-prehlad .main-frame .frame-content .kampane-intro {
    padding-left: 35px;
    padding-right: 35px;
  }
  .kampane-prehlad .main-frame .frame-content #banners {
    padding-left: 0;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full {
    width: 865px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 992px) {
  section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah p {
    bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }
  footer .col-sm-6 {
    width: inherit;
  }
  footer .mapa {
    height: 350px;
    width: 50%;
  }
  footer .banka {
    margin-top: 20px;
    padding-left: 15px;
  }
  .main-frame .frame-content .frame-content-sidebar {
    width: 100%;
    margin-top: 0;
  }
  .main-frame .frame-content .frame-content-sidebar #sticky-menu,
  .main-frame .frame-content .frame-content-sidebar #kampan-sticky-menu {
    width: 100%;
    text-align: center;
  }
  .main-frame .frame-content .frame-content-sidebar #sticky-menu ul li.mdolezite,
  .main-frame .frame-content .frame-content-sidebar #kampan-sticky-menu ul li.mdolezite {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-frame .frame-content .column.column-two {
    padding-left: 0;
  }
  .main-frame .frame-content .column .kontakt-osoba.zvyraznenie .kontakt-psik {
    height: 36px;
    width: 50px;
    margin-left: 5px;
  }
  .main-frame .frame-content .map-wrapper, .main-frame .frame-content #mapa_legenda {
    display: none;
  }
  .main-frame .frame-content .frame-content-list .tlac-sprava-old a h3 {
    font-size: 24px;
  }
  .main-frame .frame-content .frame-content-list .napln-prace .perex p {
    line-height: 20px;
  }
  .alm-btn-wrap {
    padding-top: 35px !important;
  }
  .alm-btn-wrap .alm-load-more-btn {
    background-color: #f7931e !important;
    font-size: 24px !important;
    height: 54px !important;
    line-height: 60px !important;
  }
  #intro .foto-banner {
    height: 235px;
  }
  .tlacovespravy .main-frame .frame-content .frame-content-sidebar {
    text-align: center;
    margin-bottom: 20px;
  }
  .linkaprotikrutosti .lpk-intro {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item {
    height: 250px;
    padding-top: 26px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item h1 {
    font-size: 24px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item h3 {
    font-size: 18px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-overlay {
    width: 96%;
    height: 250px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full {
    width: 100%;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-left {
    width: 35%;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-right {
    width: 65%;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-right .obrazok {
    width: 100%;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-sidebar .banner-full-left {
    display: none;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list {
    width: 100%;
    padding-left: 0;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list .wp-obsah {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-id-229 .podportenas-detail .main-frame .frame-content .frame-content-sidebar {
    width: 100%;
  }
  .page-id-229 .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page-id-229 .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah a {
    font-size: 16px;
  }
  .kampane .main-frame .frame-content #banners .banner-full {
    width: 100%;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-left {
    width: 35%;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-right {
    width: 65%;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-right > div .obrazok {
    width: 100%;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full {
    width: 100%;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-left {
    width: 35%;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right {
    width: 65%;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div .ui-selectmenu-button.ui-button {
    width: 312px;
  }
  section#section-404 .page404 .page404-text {
    margin-top: 0;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 821px) {
  .cd-timeline-content::before {
    border-right-color: #fddebb !important;
    border-left-color: transparent !important;
  }
}

@media screen and (max-width: 772px) {
  .site-main.container {
    min-height: inherit;
  }
  section#header .slider {
    height: 400px;
  }
}

@media screen and (max-width: 772px) and (max-width: 500px) {
  section#header .slider {
    height: 310px;
  }
}

@media screen and (max-width: 772px) {
  section#header .slider .domov-slider-wrapper .slick-next.slick-arrow {
    height: 32px;
    width: 18px;
  }
  section#header .slider .domov-slider-wrapper .slick-prev.slick-arrow {
    height: 32px;
    width: 18px;
  }
  section#header .slider .domov-slider-wrapper .slick-arrow {
    top: 120px;
  }
  section#header .slider .domov-slider-wrapper .slick-dots {
    display: none !important;
  }
  section#header .slider .domov-slider-wrapper .domov-slider-slide {
    height: 300px;
  }
}

@media screen and (max-width: 772px) and (max-width: 500px) {
  section#header .slider .domov-slider-wrapper .domov-slider-slide {
    height: 200px;
  }
}

@media screen and (max-width: 772px) {
  section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah {
    bottom: 0;
    width: 100%;
    padding: 20px 40px;
  }
  section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah p {
    font-size: 16px;
    line-height: 22px;
  }
  #intro .intro-banner .nadpis-podnadpis.half-banner {
    width: 24%;
  }
  #intro .intro-banner .banner-nadpis,
  #intro .intro-banner .banner-podnadpis {
    font-size: 24px;
    line-height: 28px;
  }
  #intro .intro-banner .text-banner p {
    font-size: 18px;
    line-height: 24px;
  }
  #intro .foto-banner {
    height: 235px;
  }
  .main-frame .frame-content .frame-content-list {
    width: 100%;
  }
  .main-frame .frame-content .frame-content-list .napln-prace h1 {
    font-size: 24px;
  }
  .main-frame .frame-content .frame-content-list .napln-prace p, .main-frame .frame-content .frame-content-list .napln-prace li {
    font-size: 16px;
  }
  .main-frame .frame-content .frame-content-list .napln-prace .go-up {
    width: 35px;
    height: 16px;
    background-size: 35px 16px;
    margin-top: 15px;
  }
  .main-frame .frame-content .frame-content-list .tlac-sprava-old a h3 {
    font-size: 20px;
  }
  .main-frame .frame-content .column {
    width: 100%;
  }
  .main-frame .frame-content .column .kontakt-osoba.zvyraznenie {
    width: 100%;
  }
  .main-frame h1 {
    font-size: 24px;
  }
  .main-frame p {
    font-size: 16px;
  }
  .alm-btn-wrap {
    padding-top: 20px !important;
  }
  .alm-btn-wrap .alm-load-more-btn {
    background-color: #f7931e !important;
    font-size: 20px !important;
    height: 44px !important;
    line-height: 48px !important;
  }
  .utulok-map.utulok-region #vsetky_rc h2 {
    font-size: 24px;
  }
  .utulok-map.utulok-region #vsetky_rc p, .utulok-map.utulok-region #vsetky_rc a, .utulok-map.utulok-region #vsetky_rc .rc-zoznam div {
    font-size: 16px;
  }
  .utulok-map.utulok-ine #vsetky_ks {
    padding-left: 15px;
  }
  .utulok-map.utulok-ine #vsetky_ks h2 {
    font-size: 24px;
  }
  .utulok-map.utulok-ine #vsetky_ks p, .utulok-map.utulok-ine #vsetky_ks a, .utulok-map.utulok-ine #vsetky_ks .rc-zoznam div {
    font-size: 16px;
  }
  .search .site-main article h2 a {
    font-size: 24px;
  }
  .search .site-main article p {
    font-size: 16px;
  }
  footer .col-xs-12 {
    margin-bottom: 20px;
  }
  footer .mapa {
    width: 100%;
  }
  .sponzoring .main-frame .frame-content .frame-content-list {
    width: 100%;
  }
  .sponzoring .main-frame .frame-content .frame-content-list > div {
    margin-bottom: 20px;
  }
  .sponzoring .main-frame .frame-content .frame-content-list > div h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item {
    height: 150px;
    padding: 20px 10px 15px;
    position: relative;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item h1 {
    font-size: 20px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item img {
    display: none;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item h3 {
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-overlay {
    width: 100%;
    height: 150px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full {
    width: 100%;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-left {
    width: 35%;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-left h2 {
    font-size: 26px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-left img {
    margin-top: 65px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-right {
    width: 65%;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right {
    height: 150px;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok {
    height: 150px;
    background-position: center;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list .wp-obsah p {
    font-size: inherit;
  }
  .kampane .main-frame .frame-content #banners .banner-full {
    width: 100%;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-left {
    width: 35%;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-left h2 {
    font-size: 26px;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-left img {
    margin-top: 65px;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-right {
    width: 65%;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div#vyhladavac-left .ui-selectmenu-button.ui-button {
    float: left;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div#vyhladavac-right .ui-selectmenu-button.ui-button {
    float: right;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div .ui-selectmenu-button.ui-button {
    width: 95%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div button.btn-primary {
    margin-right: 0;
  }
  .utulok-main .main-frame .frame-content #uvysledky {
    font-size: 18px;
  }
  section#section-404 {
    height: 350px;
    margin-bottom: 30px;
  }
  section#section-404 .page404 .page404-text h1 {
    font-size: 32px;
    line-height: 34px;
  }
  section#section-404 .page404 .page404-text p {
    font-size: 16px;
  }
  .utulok-main .main-frame .frame-content #uvysledky .animal {
    height: 380px;
  }
  .utulok-main .main-frame .frame-content #uvysledky .animal .animal-popis {
    width: 96%;
  }
}

@media screen and (max-width: 690px) {
  #intro .intro-banner {
    padding: 25px;
    min-height: 108px;
  }
  #intro .intro-banner .nadpis-podnadpis.half-banner, #intro .intro-banner .nadpis-podnadpis.full-banner {
    width: 100%;
    position: static;
    margin-bottom: 10px;
  }
  #intro .intro-banner .banner-nadpis,
  #intro .intro-banner .banner-podnadpis {
    font-size: 20px;
    line-height: 24px;
  }
  #intro .intro-banner .text-banner {
    width: 100%;
    float: left;
  }
  #intro .intro-banner .text-banner p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
  #intro .intro-banner .text-banner img {
    display: none;
  }
  #intro .foto-banner {
    height: 235px;
  }
  .main-frame .frame-content .frame-content-list {
    width: 100%;
  }
  .main-frame .frame-content .frame-content-list .napln-prace h1 {
    font-size: 20px;
  }
  .main-frame .frame-content .frame-content-list .napln-prace p, .main-frame .frame-content .frame-content-list .napln-prace li {
    font-size: 14px;
  }
  .main-frame .frame-content h1 {
    font-size: 24px;
  }
  .main-frame .frame-content p, .main-frame .frame-content li {
    font-size: 16px;
  }
  .utulok-map.utulok-region #vsetky_rc h2 {
    font-size: 20px;
  }
  .utulok-map.utulok-region #vsetky_rc p, .utulok-map.utulok-region #vsetky_rc a, .utulok-map.utulok-region #vsetky_rc .rc-zoznam div {
    font-size: 14px;
  }
  .utulok-map.utulok-ine #vsetky_ks {
    margin-top: 30px;
    padding-left: 15px;
  }
  .utulok-map.utulok-ine #vsetky_ks h2 {
    font-size: 20px;
  }
  .utulok-map.utulok-ine #vsetky_ks p, .utulok-map.utulok-ine #vsetky_ks a, .utulok-map.utulok-ine #vsetky_ks .rc-zoznam div {
    font-size: 14px;
  }
  .search .site-main article h2 a {
    font-size: 20px;
  }
  .search .site-main article p {
    font-size: 14px;
  }
  .linkaprotikrutosti .lpk-intro {
    padding-top: 15px;
  }
  .linkaprotikrutosti .lpk-intro h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .linkaprotikrutosti .lpk-intro p {
    font-size: 16px;
    line-height: 22px;
  }
  .linkaprotikrutosti .lpk-kontakt {
    width: 100%;
    margin-bottom: 20px;
  }
  .linkaprotikrutosti .lpk-kontakt .obrazok {
    display: none;
  }
  .linkaprotikrutosti .lpk-kontakt .obsah {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod > h1 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod p {
    font-size: 16px;
  }
  .vychovnecentrum .main-frame .frame-content .frame-content-list .vc-nadpis {
    margin-top: 20px;
  }
  .vychovnecentrum .main-frame .frame-content .frame-content-list .vc-nadpis h1 {
    font-size: 24px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item h1 {
    font-size: 16px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item h3 {
    font-size: 14px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full {
    height: 100px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-left {
    width: 35%;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-left h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-left img {
    margin-top: 27px;
    width: 40px;
    margin-left: 20px;
    display: none;
    margin-bottom: 0;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-right {
    height: 100px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-right > div .banner-overlay {
    height: 100px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-right > div .obrazok {
    height: 100px;
    width: 100%;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list .wp-obsah .wp-obsah-default {
    padding-top: 0;
  }
  .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right {
    display: none;
  }
  .page-id-229 .podportenas-detail .main-frame .frame-content .frame-content-sidebar {
    width: 100%;
  }
  .page-id-229 .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right {
    display: block;
  }
  .page-id-229 .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok {
    height: auto;
  }
  .page-id-229 .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page-id-229 .podportenas-detail .main-frame .frame-content .frame-content-list .banner-full-right > div .obrazok .wp-banner-obsah a {
    font-size: 14px;
  }
  .kampane .main-frame .frame-content #banners .banner-full {
    height: 100px;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-left {
    width: 100%;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div h2 {
    font-size: 18px;
    text-align: left;
    margin-top: 45px;
    margin-left: 30px;
    width: 50%;
    padding-top: 0;
    float: left;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div a {
    right: 30px;
    left: inherit;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-right {
    display: none;
  }
  .kampane-prehlad .main-frame .frame-content .kampane-kategorie-intro p {
    font-size: 16px;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full {
    height: 100px;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-left {
    display: none;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right {
    height: 100px;
    display: block;
    width: 100%;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div h2 {
    font-size: 18px;
    padding-top: 0;
    margin-top: 35px;
    float: left;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div a {
    display: none;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div a.kampan-btn-mobile {
    display: block;
    width: 120px;
    font-size: 18px;
  }
  .kampane-detail .main-frame .frame-content .kampan-intro p, .kampane-detail .main-frame .frame-content .kampan-intro li {
    font-size: 16px;
    line-height: 22.4px;
  }
  .kampane-detail .main-frame .frame-content .kampan-intro img {
    max-height: 250px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .kampane-detail .materialy p {
    font-size: 16px;
  }
  .kampane-detail .materialy .materialy-container .material {
    width: 33%;
  }
  .kampane-detail .materialy .materialy-container .material .material-ikona {
    height: 65px;
    width: 60px;
  }
  .kampane-detail .materialy .materialy-container .material .material-ikona.ikona-grafika {
    height: 65px;
    width: 56px;
  }
  .kampane-detail .materialy .materialy-container .material p.material-nazov {
    font-size: 12px;
  }
  .kampane-detail .materialy .materialy-container .material a {
    font-size: 12px;
  }
  .pagination > li > a, .pagination > li > span {
    font-size: 12px;
    line-height: 14px;
    padding: 6px;
  }
  .pagination > li:last-child > a, .pagination > li:last-child > span {
    display: block;
  }
  .pagination > li:first-child > a, .pagination > li:first-child > span {
    display: block;
  }
  .pagination > li:last-child {
    right: 15px;
  }
}

@media screen and (max-width: 482px) {
  section#header .slider .domov-slider-wrapper .domov-slider-slide .domov-slider-obsah p {
    bottom: 0;
    font-size: 8px;
    line-height: 14px;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item {
    height: 110px;
    padding: 20px 10px 15px;
    position: relative;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item img {
    display: none;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-item h3 {
    display: none;
  }
  .vychovnecentrum .main-frame .frame-content #vc-uvod #vc-menu a .vc-wrapper .vc-menu-overlay {
    height: 110px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full {
    height: 100px;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-left {
    width: 35%;
  }
  .podportenas .main-frame .frame-content #banners .banner-full .banner-full-left h2 {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }
  .kampane .main-frame .frame-content #banners .banner-full {
    height: 100px;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div h2 {
    font-size: 14px;
    width: 180px;
    margin-left: 20px;
  }
  .kampane .main-frame .frame-content #banners .banner-full .banner-full-left > div a {
    display: block;
    width: 90px;
    font-size: 12px;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full {
    height: 100px;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div h2 {
    font-size: 14px;
    width: 180px;
  }
  .kampane-prehlad .main-frame .frame-content #banners .banner-full .banner-full-right > div a.kampan-btn-mobile {
    display: block;
    width: 90px;
    font-size: 12px;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div {
    width: 100%;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div#vyhladavac-left .ui-selectmenu-button.ui-button {
    float: left;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div#vyhladavac-right {
    margin-top: 10px;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div#vyhladavac-right .ui-selectmenu-button.ui-button {
    float: left;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div .ui-selectmenu-button.ui-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .utulok-main .main-frame .frame-content #uvyhladavac .uformular form > div button.btn-primary {
    margin-right: 0;
  }
}

div#venciarsky-preukaz {
  padding: 10px;
}

#venciarsky-preukaz input {
  border-radius: 0;
}

#venciarsky-preukaz .btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  font-size: 14px;
  max-width: 216px;
  height: 35px;
}

/*--------------------------------------------------------------
## 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%;
}

.gallery-caption {
  display: block;
}
