/*!
Theme Name: Cierna Labut 2.0
Theme URI: http://underscores.me/
Author: David Machajdik
Author URI: http://mneme.sk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cl-2
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.

Cierna Labut 2.0 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 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #2c2c2c;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: #2c2c2c;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em; 
	transition: background 0.4s ease;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background:#666666;
	transition: background 0.4s ease;
}

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: 0px;
	padding: 3px;
}

#is-search-form-content .is-search-input {
	border:0;
	font-size: 0.75em;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	/*background-color:#ffffff;
	color: #21759b !important;*/
}

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

.main-navigation ul {
		display: flex;
	}

/*
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
} */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

body {
	overflow-x: hidden;
}

.site-header {
	width:100%;
	background-color:#000000;
}

.site-header .site-branding {
	display:inline-block;
}

.site-header .site-header-content {
	width:1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	height: 110px;
}

.site-header .site-description {
	display:none;
}

.site-header .site-title {
	margin:0;
	padding:0;
	display:block;
}

.site-header .site-title a {
	display:block;
	width:347px;	
	height:110px;
	background:transparent url(img/CIERNA-LABUT-LOGO-WEB-zmens.png) no-repeat;
	background-size:347px 114px;
}

.site-header .site-title a span {
	position:absolute;
	left:-10000px;
	top:-10000px;
	display:none;
	height:0px;
}

.links-f-navigation {
	display:none;
}

.error404 .content-area {
	padding:50px;
}

.error404 .page-content form {
	margin-top:25px;
}

.error404 .site-main {
	margin-left:25px;
	margin-right:25px;
}

.site-header .links-navigation, .site-header .main-navigation {
	text-align:right;
}

.site-header .links-navigation {
	padding-top: 8px;
}

 .site-header {
	 position:relative;
 }

 .site-header .main-navigation .menu-main-menu-container,
 .site-header .links-navigation .menu-links-menu-container {
	display:block; 
 }
 
 .site-header .links-navigation .menu-links-menu-container {
	 padding-right:24px;
	 display: block;
	 float: right
 }

.site-header .top-navigations {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top:0px;
	margin-right:0px;
}

.menu-links-menu-container ul {
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
	flex-direction: row;
	align-items:center;
	align-content: center;
	
	/*overflow:hidden;*/
}

.menu-links-menu-container ul li {
	display:inline-block;
	/*overflow:hidden;*/
    height: 32px; /*** zarovname horne nadmenu ***/
}

html #responsive-menu li.mobile {
	display: none;
	height: 32px;
}

html #responsive-menu li.mobile {
	width:32px;
	height:32px;	
	vertical-align: middle;
}

.menu-links-menu-container ul li a,
html #responsive-menu li.mobile a {
	display:inline-block;
	width:32px;
	height:32px;	 
	opacity:0.3;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.menu-links-menu-container ul li.fb,
.menu-links-menu-container ul li.ytb,
html #responsive-menu li.fb,
html #responsive-menu li.ytb {
	position:relative;
	margin-right:0.5em;
}

.menu-links-menu-container ul li.fb:before,
.menu-links-menu-container ul li.ytb:before,
html #responsive-menu li.fb:before,
html #responsive-menu li.ytb:before {
	position:absolute;
	width: 100%;
	height:100%;
	left:0;
	display: flex;
	justify-content: center;
	align-items:center;
	cursor: pointer;
	background:#545454;
	border-radius: 50%;
	color:#1a1a1a;
	font-size:1.4em;
	margin-left:0;
	transition: all .25s ease-in-out;
}

.menu-links-menu-container ul li.fb a,
html #responsive-menu li.fb a {
	text-indent:500px;
	display:block;
	/*background:transparent url(img/fb-icon.png) center 6px no-repeat;*/
	width:32px; 
	/*overflow:hidden;*/
}

.menu-links-menu-container ul li.ytb a,
html #responsive-menu li.ytb a  {
	text-indent:500px;
	display:block;
	/*background:transparent url(img/fb-icon.png) center 6px no-repeat;*/
	width:32px; 
}

.menu-links-menu-container ul li.zivica,
html #responsive-menu li.zivica  {
	position:relative;
	height: 45px;
	margin-left:.5em
}

.menu-links-menu-container ul li.zivica a,
html #responsive-menu li.zivica a {
	text-indent:500px;
	display:block;	
	width:45px !important;
	height: 45px !important;
}

.menu-links-menu-container ul li.zivica a:before,
html #responsive-menu li.zivica a:before {
	content:"";
	background:transparent url(img/zivica-logo.svg) center 5px no-repeat;
	background-size: 100%;
	position:absolute;
	width: 100%;
	height:100%;
	left:0;
	top:-2px;
	cursor: pointer;
}

.menu-links-menu-container ul li.zivica a:hover:before,
html #responsive-menu li.zivica a:hover:before {
	/*transform: scale(1.025);*/
	transition: all .25s ease-in-out;
}

.menu-links-menu-container ul li.fb:hover:before,
.menu-links-menu-container ul li.ytb:hover:before,
html #responsive-menu li.fb:hover:before,
html #responsive-menu li.ytb:hover:before {
	background:#ffffff;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	/*transform: scale(0.95);*/
	/*: translate(0px, -1px)*/
}

.menu-links-menu-container ul li a:hover,
html #responsive-menu li a:hover,
.menu-links-menu-container ul li .search-submit:hover {
	opacity:1;
	-webkit-transition: all .25s ease-in-out;
	  transition: all .25s ease-in-out;
	  
	/*  transform: translate(0px, -2px) */
}

.menu-links-menu-container ul li {
	order:2
}

.menu-links-menu-container ul li.search-menu {
	order:1;
	position: relative;
	width:32px;
	margin-right:0.5em;
}

.menu-links-menu-container ul li.search-menu a {
	display: block;
	position: absolute;
	left:0;
	top:3px;
}

.menu-links-menu-container ul li.icon-search:hover:before,
.menu-links-menu-container ul li.icon-search.active:before {
	opacity: 1;
	/*transform: translate(0px, -1px);*/
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.menu-links-menu-container ul li.search-menu svg {
	display: none;
	/*fill: white;*/
}

.menu-links-menu-container ul li.icon-search:before {
	order:1;
	position:absolute;
	width: 100%;
	height:100%;
	left:0;
	top:3px;
	display: flex;
	justify-content: center;
	align-items:center;
	cursor: pointer;
	color:#ffffff;
	font-size:1.4em;
	margin-left:0;
	transition: all .25s ease-in-out;
	opacity: 0.3;
}

.menu-links-menu-container ul li.search-menu .is-search-form {
	padding:20px;
	min-width: 350px;
	background:#e2e2e2;
	border-radius: 0px;
	margin-top:10px;
	display: none;
	min-width: 315px;
} 

#responsive-menu-container #responsive-menu li.responsive-menu-item.mobile a:hover {
	background-color: transparent !important
}

html #responsive-menu-container #responsive-menu li.responsive-menu-item a {
	height: inherit;
}

html #responsive-menu-container #responsive-menu li.responsive-menu-item.mobile.fb {
	margin-left: 20px !important;
}

html #responsive-menu-container #responsive-menu li#responsive-menu-item-8818 {
	margin-bottom: 20px;
}

html #responsive-menu-container .responsive-menu-search-box {
	height: 40px;
	border-radius: 1px;
}

.is-link-container {
	display: none !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 6px 15px 7px 15px;
	outline:none !important
}

.is-search-submit {
	margin-left: 15px;
	padding:9px;
}

.is-search-input {
	width:200px;
	font-size: 0.9em;
}

.is-search-input:active,
.is-search-input:focus {
	outline:none;
}

.menu-links-menu-container ul li .search-submit {
	text-indent:500px;
	display:inline-block;
	width:45px;
	height:42px;
	overflow:hidden;
	border:0;
	background:transparent url(img/search-icon.png) bottom center no-repeat;
	opacity:0.3;
	box-shadow:none;
}

.menu-links-menu-container ul li .search-field {
	position:relative;
	top:7px;
	text-align:right;
	background:transparent;
	border:0px;
	color:#ffffff;
	display:none;
}

.menu-links-menu-container ul li .search-field:focus {
	outline:none
}

#is-search-form-content {
	display: flex;
}

.site-header .main-navigation .menu-main-menu-container ul li a {
	padding-left:24px;
	padding-right:24px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Open Sans';
	font-size:15px;
	font-weight: 600;
	letter-spacing:1px;
	line-height:1;
	padding-bottom:18px;
	padding-top:15px;
}

.site-header .main-navigation .menu-main-menu-container ul li a {
	background-size: 100% 200%;
	background-image: linear-gradient(to top, #ffffff 49%, #000000 50%);
	-webkit-transition: all .15s;
	transition: all 0.15s;
	outline: none;
}

.site-header .main-navigation .menu-main-menu-container ul li.enviro a {
	background-size: 100% 300%;
	background-image: linear-gradient(to top, rgba(253,137,59,1) 0%, rgba(253,137,59,1) 50%, 
									rgba(253,137,59,0) 66%, rgba(26,26,26,0) 100%);
	-webkit-transition: all .35s;
    transition: all 0.35s;
}

.site-header .main-navigation .menu-main-menu-container ul li.podcasty a { 
	background-size: 100% 300%;
	background-image: linear-gradient(to top, #b73844 0%, #b73844 50%, 
	rgba(253,137,59,0) 66%, rgba(26,26,26,0) 100%);
	/*background-image: linear-gradient(to top, #b880c7 49%, #1a1a1a 51%);*/
	-webkit-transition: all .35s;
    transition: all 0.35s;
}

.site-header .main-navigation .menu-main-menu-container ul li.spiritualita a {
	background-size: 100% 300%;
	background-image: linear-gradient(to top, #b880c7 0%, #b880c7 50%, 
	rgba(253,137,59,0) 66%, rgba(26,26,26,0) 100%);
	/*background-image: linear-gradient(to top, #b880c7 49%, #1a1a1a 51%);*/
	-webkit-transition: all .35s;
    transition: all 0.35s;
}

.site-header .main-navigation .menu-main-menu-container ul li.vzdelavanie a {
	background-size: 100% 300%;
	background-image: linear-gradient(to top, #79cdd0 0%, #79cdd0 50%, 
	rgba(253,137,59,0) 66%, rgba(26,26,26,0) 100%);
	/*background-image: linear-gradient(to top, #79cdd0 49%, #1a1a1a 51%);*/
	-webkit-transition: all .35s;
    transition: all 0.35s;
}

.site-header .main-navigation .menu-main-menu-container ul li.spolocnost a {
	background-size: 100% 300%;
	/*background-image: linear-gradient(to top, #b3c022 49%, #1a1a1a 51%);*/
	background-image: linear-gradient(to top, #b3c022 0%, #b3c022 50%, 
	rgba(253,137,59,0) 66%, rgba(26,26,26,0) 100%);
	-webkit-transition: all .35s;
    transition: all 0.35s;
}

html .site-header .main-navigation .menu-main-menu-container ul li a:hover,
html .site-header .main-navigation .menu-main-menu-container ul li.current-menu-item a,
html .site-header .main-navigation .menu-main-menu-container ul li.current-menu-parent a {
	background-position: 0 100%;
	color:#1a1a1a;
}

.site-header .main-navigation .menu-main-menu-container ul li.home {
	display:none;
}

.site-header .main-navigation .menu-main-menu-container ul li.mobile {
	display:none;
}

.site-header .main-navigation .menu-main-menu-container ul li.mobile.current-menu-item a {
	color:#000000;
}

.site-header .main-navigation .menu-main-menu-container {
	margin-top:5px;
}

.site-header .main-navigation .menu-main-menu-container ul li.nazory a, body #wprmenu_menu ul li.nazory > a {
	color:#ffffff;
}

/*.site-header .main-navigation .menu-main-menu-container ul li.nazory a:hover {
	color:#292b2c;
}*/

.site-header .main-navigation .menu-main-menu-container ul li.podcasty a, body #wprmenu_menu ul li.podcasty > a {
	color:#b73844;
}

.site-header .main-navigation .menu-main-menu-container ul li.spiritualita a, body #wprmenu_menu ul li.spiritualita > a {
	color:#b880c7;
}

.site-header .main-navigation .menu-main-menu-container ul li.vzdelavanie a, body #wprmenu_menu ul li.vzdelavanie > a {
	color:#79cdd0;
}

.site-header .main-navigation .menu-main-menu-container ul li.spolocnost a, body #wprmenu_menu ul li.spolocnost > a {
	color:#b3c022;
}

.site-header .main-navigation .menu-main-menu-container ul li.enviro a, body #wprmenu_menu ul li.enviro > a {
	color:#fd893b;
} 

html .main-navigation .menu-main-menu-container .current-menu-item > a {
	background-position: 0 150%;
	color:#1a1a1a !important;
}

.site-content {
	display: flex;
	flex-wrap: wrap;
	width:1200px;
	margin:0 auto;
	padding:28px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	justify-content: space-between;
}

.opinion_slider {
	width:1200px;
	margin:0 auto;
	background:#ffffff;
	padding: 2em;
	margin-top: 2em;
}

.ttl_box_top .img_wrapper {
	position: relative;
	overflow:hidden;
}

.ttl_box_top .img_wrapper .vid {
	position: absolute;
}

.ttl_box_top .img_wrapper .vid,
.ttl_box_top .img_wrapper .cat {
	position: absolute;
}

.ttl_box_top .img_wrapper .cat,
.ttl_box_top .art-meta .cat {
	left:0;
	bottom:0;
	display: block
}

.ttl_box_top .img_wrapper .cat .catlnk,
.ttl_box_top .art-meta .cat .catlnk,
.titlecategory_wrapper .catname {
	display: block;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.5em;
	font-size:0.8em;
	color: #ffffff;
	text-transform: uppercase;
	padding: .5em 1em;
	transition: all ease .4s
}

.titlecategory_wrapper .catname {
	display: inline-block;
	padding: 0.5em 1em;
	font-size:1.2em;
	margin-left:0.0em;
	margin-bottom: 1em;
	margin-top: 0em;
}

.ttl_box_top .img_wrapper .vid {
	left:.8em;
	top:0.8em;
	width:2.5em;
	height:2.5em;
	background-image: url(img/triangle.svg);
	background-repeat: no-repeat;
	background-size:40%;
	background-position: calc(60%) calc(50%);
	border-radius: 50%;
	display: block;
}

.ttl_box_wrapper .img_wrapper img  {
	transition: all 1.5s ease;
}

.ttl_box_wrapper .img_wrapper a.imgcl:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:block;
	opacity: 0;
	transition: all 1.4s ease;
}

.ttl_box_wrapper:hover .img_wrapper img {
	-webkit-transform: scale(1.08) rotate(0.01deg);
	transform: scale(1.08) rotate(0.01deg);
	transition: all 1.5s ease;
}

.ttl_box_wrapper:hover .img_wrapper a.imgcl:after {
	transition: all 1.4s ease;
	opacity: 0;
}

.ttl_box_wrapper.vzdelavanie .vid {
	background-color: #53bbbf;
}

.ttl_box_wrapper.vzdelavanie .catlnk,
.ttl_box_wrapper.vzdelavanie .img_wrapper a.imgcl:after,
.titlecategory_wrapper.vzdelavanie .catname {
	background-color: #53bbbf;
}

.ttl_box_wrapper.vzdelavanie .headline a:hover,
.is-ajax-search-posts .cat-vzdelavanie .is-title a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.vzdelavanie a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.vzdelavanie a:hover  {
	color:#53bbbf;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.vzdelavanie .catlnk:hover,
.ttl_box_wrapper.vzdelavanie.featured_large .ttl_box .catlnk:hover,
.titlecategory_wrapper.vzdelavanie .catname:hover,
.search-results .category-vzdelavanie .cat-links a:hover {
	background-color: #ffffff;
	color:#53bbbf;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.vzdelavanie .exc a,
.single.vzdelavanie article .entry-content a,
.single-autori .ntitle a.vzdelavanie  {
	  text-decoration: none;
	  color:#53bbbf;
	  transition: all 0.4s ease;
}

.ttl_box_wrapper.vzdelavanie .underline_wrapper > a:before,
.single.vzdelavanie article .entry-content .underline_wrapper > a:before,
.search-results .category-vzdelavanie .entry-summary .underline_wrapper a:before,
.search-results .category-vzdelavanie .author .underline_wrapper a:before,
.search-results .category-vzdelavanie .entry-footer .underline_wrapper a:before,
html .single-autori .ntitle a.vzdelavanie:before  {
	background-color: #53bbbf;
}

.ttl_mainbox_wrapper.vzdelavanie .ttl_mainbox .ttl_box_top a:hover,
.ttl_box_wrapper.vzdelavanie.featured_large .ttl_box .ttl_box_top a:hover {
	color:#53bbbf;
	transition: color ease .4s;
}

.multimedia_wrapper .ttl_box_wrapper.vzdelavanie:hover .img_wrapper a.imgcl:after  {
	background-color:rgba(83,187,191,0.5);
	transition: all ease .4s;
}

.ttl_mainbox_wrapper.vzdelavanie .catlnk,
.single.vzdelavanie .cat .catlnk {
	background:#53bbbf;
	transition: all ease .4s;
}

.ttl_mainbox_wrapper.vzdelavanie .cat .catlnk:hover {
	background:#000000;
	color:#53bbbf;
	transition: all ease .4s;
}

.single.vzdelavanie .cat .catlnk:hover,
.single.vzdelavanie article .entry-content .lat_posts_cat .headline a:hover {
	background:#ffffff;
	color:#53bbbf;
	transition: all ease .4s;
}

.content-area.vzdelavanie article a,
.search-results .category-vzdelavanie a,
.single.vzdelavanie article .entry-content .lat_posts_cat h4 a:hover,
.search-results .category-vzdelavanie .entry-title .underline_wrapper a:hover  {
	color:#53bbbf;
	transition: color ease .4s;
}

.vzdelavanie .bq {
    color: #53bbbf;
    border-left: 2px solid #53bbbf;
}

.single.vzdelavanie article .entry-content .lat_posts_cat h4 a,
.search-results .category-vzdelavanie .cat-links a {
	background: #53bbbf;
}

.ttl_box_wrapper.spolocnost .vid {
	background-color: #afc037;
}

.ttl_box_wrapper.spolocnost .catlnk,
.ttl_box_wrapper.spolocnost .img_wrapper a.imgcl:after,
.titlecategory_wrapper.spolocnost .catname {
	background-color: #afc037;
}

.ttl_box_wrapper.spolocnost .headline a:hover,
.is-ajax-search-posts .cat-spolocnost .is-title a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.spolocnost a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.spolocnost a:hover  {
	color:#afc037;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.spolocnost .catlnk:hover,
.ttl_box_wrapper.spolocnost.featured_large .ttl_box .catlnk:hover,
.titlecategory_wrapper.spolocnost .catname:hover  {
	background-color: #ffffff;
	color:#afc037;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.spolocnost .exc a,
.single.spolocnost article .entry-content a,
.single-autori .ntitle a.spolocnost {
	text-decoration: none;
	color:#afc037;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.spolocnost .underline_wrapper > a:before,
.single.spolocnost article .entry-content .underline_wrapper > a:before,
.search-results .category-spolocnost .entry-summary .underline_wrapper a:before,
.search-results .category-spolocnost .author .underline_wrapper a:before,
.search-results .category-spolocnost .entry-footer .underline_wrapper a:before,
html .single-autori .ntitle a.spolocnost:before  {
	background-color: #afc037;
}

.ttl_mainbox_wrapper.spolocnost .ttl_mainbox .ttl_box_top a:hover,
.ttl_box_wrapper.spolocnost.featured_large .ttl_box .ttl_box_top a:hover,
.search-results .category-spolocnost .entry-title .underline_wrapper a:hover {
	color:#afc037;
	transition: color ease .4s;
}

.ttl_mainbox_wrapper.spolocnost .catlnk,
.single.spolocnost .cat .catlnk {
	background:#afc037;
	transition: all ease .4s;
}

.ttl_mainbox_wrapper.spolocnost .cat .catlnk:hover {
	background:#000000;
	color:#afc037;
	transition: all ease .4s;
}

.single.spolocnost .cat .catlnk:hover,
.single.spolocnost article .entry-content .lat_posts_cat .headline a:hover,
.search-results .category-spolocnost .cat-links a:hover  {
	background:#ffffff;
	color:#afc037;
	transition: all ease .4s;
}

.content-area.spolocnost article a,
.search-results .category-spolocnost a,
.single.spolocnost article .entry-content .lat_posts_cat h4 a:hover {
	color:#afc037;
}

.spolocnost .bq {
    color: #afc037;
    border-left: 2px solid #afc037;
}

.single.spolocnost article .entry-content .lat_posts_cat h4 a,
.search-results .category-spolocnost .cat-links a {
	background: #afc037;
}

.multimedia_wrapper .ttl_box_wrapper.spolocnost:hover .img_wrapper a.imgcl:after  {
	background-color:rgba(175,192,55,0.5);
	transition: all ease .4s;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item.podcasty a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.podcasty a:hover  {
	color:#b73844;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.spiritualita .vid {
	background-color: #9a69aa;
}

.ttl_box_wrapper.spiritualita .catlnk,
.ttl_box_wrapper.spiritualita .img_wrapper a.imgcl:after,
.titlecategory_wrapper.spiritualita .catname {
	background-color: #9a69aa;
}

.ttl_box_wrapper.spiritualita .headline a:hover,
.is-ajax-search-posts .cat-spiritualita .is-title a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.spiritualita a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.spiritualita a:hover  {
	color:#9a69aa;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.spiritualita .catlnk:hover,
.ttl_box_wrapper.spiritualita.featured_large .ttl_box .catlnk:hover,
.titlecategory_wrapper.spiritualita .catname:hover {
	background-color: #ffffff;
	color:#9a69aa;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.spiritualita .exc a,
.single.spiritualita article .entry-content a,
.single-autori .ntitle a.spiritualita {
	text-decoration: none;
	color:#9a69aa;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.spiritualita .underline_wrapper > a:before,
.single.spiritualita article .entry-content .underline_wrapper > a:before,
.search-results .category-spiritualita .entry-summary .underline_wrapper a:before,
.search-results .category-spiritualita .author .underline_wrapper a:before,
.search-results .category-spiritualita .entry-footer .underline_wrapper a:before,
html .single-autori .ntitle a.spiritualita:before   {
	background-color: #9a69aa;
}

.ttl_mainbox_wrapper.spiritualita .ttl_mainbox .ttl_box_top a:hover,
.ttl_box_wrapper.spiritualita.featured_large .ttl_box .ttl_box_top a:hover,
.search-results .category-spiritualita .entry-title .underline_wrapper a:hover {
	color:#9a69aa;
	transition: color ease .4s;
}

.multimedia_wrapper .ttl_box_wrapper.spiritualita:hover .img_wrapper a.imgcl:after  {
	background-color:rgba(150,70,154,0.5);
	transition: all ease .4s;
}

.ttl_mainbox_wrapper.spiritualita .catlnk,
.single.spiritualita .cat .catlnk {
	background:#9a69aa;
	transition: all ease .4s;
}

.ttl_mainbox_wrapper.spiritualita .cat .catlnk:hover {
	background:#000000;
	color:#9a69aa;
	transition: all ease .4s;
}

.single.spiritualita .cat .catlnk:hover,
.single.spiritualita article .entry-content .lat_posts_cat .headline a:hover,
.search-results .category-spiritualita .cat-links a:hover {
	background:#ffffff;
	color:#9a69aa;
	transition: all ease .4s;
}

.content-area.spiritualita article a,
.search-results .category-spiritualita a,
.single.spiritualita article .entry-content .lat_posts_cat h4 a:hover  {
	color:#9a69aa;
}

.single.spiritualita article .entry-content .lat_posts_cat h4 a,
.search-results .category-spiritualita .cat-links a {
	background: #9a69aa;
}

.spiritualita .bq {
    color: #9a69aa;
    border-left: 2px solid #9a69aa;
}

.ttl_box_wrapper.enviro .vid {
	background-color: #e66a30;
}

.ttl_box_wrapper.enviro .catlnk,
.ttl_box_wrapper.enviro .img_wrapper a.imgcl:after,
.titlecategory_wrapper.enviro .catname {
	background-color: #e66a30;
}

.ttl_box_wrapper.enviro .headline a:hover,
.is-ajax-search-posts .cat-enviro .is-title a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.enviro a,
#responsive-menu-container #responsive-menu li.responsive-menu-item.enviro a:hover {
	color:#e66a30;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.enviro .catlnk:hover,
.ttl_box_wrapper.enviro.featured_large .ttl_box .catlnk:hover,
.titlecategory_wrapper.enviro .catname:hover  {
	background-color: #ffffff;
	color:#e66a30;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.enviro .exc a,
.single.enviro article .entry-content a,
.single-autori .ntitle a.enviro {
	text-decoration: none;
	color:#e66a30;
	transition: all 0.4s ease;
}

.single article .entry-content .authors_arts a.imgcl {
	display: block;
}

html .authors_arts .ttl_more_wrapper .ttl_more .left .underline_wrapper a.imgcl:before {
	display: none;
}

.ttl_box_wrapper.enviro .underline_wrapper > a:before,
.single.enviro article .entry-content .underline_wrapper > a:before,
.search-results .category-enviro .entry-summary .underline_wrapper a:before,
.search-results .category-enviro .author .underline_wrapper a:before,
.search-results .category-enviro .entry-footer .underline_wrapper a:before,
html .single-autori .ntitle a.enviro:before {
	background-color: #e66a30;
}

html .single-autori .ntitle a:not(.nazory):before {
	visibility: hidden;
	transform: scaleX(0);
}

html .single-autori .ntitle a:not(.nazory):hover:before {
	visibility: visible;
	transform: scaleX(1);
}

.ttl_mainbox_wrapper.enviro  .ttl_mainbox .ttl_box_top a:hover,
.ttl_box_wrapper.enviro.featured_large .ttl_box .ttl_box_top a:hover,
.search-results .category-enviro .entry-title .underline_wrapper a:hover {
	color:#fd893b;
	transition: color ease .4s;
}

.ttl_mainbox_wrapper.enviro .catlnk,
.single.enviro .cat .catlnk {
	background:#fd893b;
	transition: all ease .4s;
}

.ttl_mainbox_wrapper.enviro .cat .catlnk:hover {
	background:#000000;
	color:#fd893b;
	transition: all ease .4s;
}

.single.enviro .cat .catlnk:hover,
.single.enviro article .entry-content .lat_posts_cat .headline a:hover,
.search-results .category-enviro .cat-links a:hover {
	background:#ffffff;
	color:#fd893b;
	transition: all ease .4s;
}

.content-area.enviro article a,
.search-results .category-enviro a,
.single.enviro article .entry-content .lat_posts_cat h4 a:hover {
	color:#fd893b;
}

.single.enviro article .entry-content .lat_posts_cat h4 a,
.search-results .category-enviro .cat-links a {
	background: #fd893b;
}

.enviro .bq {
    color: #fd893b;
	border-left: 2px solid #fd893b;
}

.multimedia_wrapper .ttl_box_wrapper.enviro:hover .img_wrapper a.imgcl:after  {
	background-color:rgba(253,137,59,0.5);
	transition: all ease .4s;
}

.multimedia_content .more_btn {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.multimedia_content .more_btn .btn_multimedia {
	color:#ffffff;
}

.multimedia_content .more_btn .btn_multimedia:hover {
	color:#000000;
}

.multimedia_content .alm-reveal {
	margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 1.5em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-results .category-nazory .cat-links a {
	background: #2c2c2c;
	color:#ffffff;
	transition: all ease .4s;
}

.search-results .category-nazory .cat-links a:hover {
	transition: all ease .4s;
	background: #ffffff;
	color:#2c2c2c;
}

.single.nazory article .entry-content .lat_posts_cat h4 a {
	background: #000000;
	transition: all 0.4s ease;
}

.single.nazory article .entry-content .lat_posts_cat h4 a:hover {
	color:#000000;
	transition: all 0.4s ease;
}

.ttl_naz_wrapper .left img {
	width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.ttl_naz_wrapper.fnazor .left img {
	width: 140px !important;
    height: 140px !important;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.nazory_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nazory_box > .ttl_fnaz_wrap {
	width: 49.2%;
	background:#ffffff;
	margin-bottom: 1em;
}

.nazory_box .ttl_naz {
	padding: 1em;
	padding-left: 0.0em;
}

.nazory_box.fortoday  .ttl_naz {
	padding: 0;
}

.nazory_box.fortoday > .ttl_fnaz_wrap {
	width: inherit;
	margin-bottom: 0;
}

.title_bottom {
	margin-left: 0em;
}

.title_bottom > h3,
.podcast_content > h4 {
	padding-top: 1em;
	margin-top: 0em;
    text-transform: uppercase;
	font-size: 1.2em;
	color:#000000;
}

.podcast_wrapper {
	margin-top: 2em;
	margin-bottom: 2em;
}

.mpodcast_btn {
	margin-top: 1em;
}

.nazory_box.fortoday {
	display: block;
	width: inherit;
	background: #ffffff;
	margin-right: 1.2em;
	margin-top: .5em;
}

.category-nazory .nazory_box {
	display: block;
}

.category-nazory .nazory_box > .ttl_fnaz_wrap {
	width: 100%;
}

.category-nazory .nauthor {
	text-align: center;
	/*display: block;*/
	padding-top:0.5em;
}

.category-nazory .nauthor .underline_wrapper a:before {
	background:#8d8d8d;
}

.category-nazory .nauthor a {
	display: inline-block
}

.more_button.nazory {
	background: #ffffff;
	color:#000000;
}

.more_button.nazory:hover {
	background: #000000;
	color:#ffffff;	
}

.more_btn {
	text-align: center;
	margin-top: 0.5em;
}

.full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
  }

.multimedia_grid .ttl_box_wrapper {
	width: 32%;
}

.titlecategory_wrapper .titlecategory_grid .ttl_box_wrapper {
	width: 32%;
}

.multimedia_wrapper {
	background:#000000;
	color:#ffffff;
	margin-top: 1.5em;
	padding: 1em;
	padding-bottom: 1.5em;
}

.page-id-8259 .multimedia_wrapper {
	background: transparent;
	padding-left:0;
	padding-right:0;
}

.page-id-8259 .ttl_box_top a img {
    width: 100% !important;
    height: auto !important;
}

.page-id-8259 .multimedia_wrapper .exc {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: 0.4em;
}

.page-id-8259 .multimedia_wrapper .ttl_box_wrapper .headline {
	padding-left: 0.7em;
	padding-right: 0.7em;
	font-size: 1.4em;
	line-height: 1.3;
	margin-top: 0px;
}

.page-id-8259 .multimedia_wrapper .art-meta {
	padding-left: .9em;
	padding-right: .9em;
}

.page-id-8809 .img_wrapper .vid,
.page-id-8809 .img_wrapper .cat {
	display: none;
}

.page-id-8809 .img_wrapper iframe {
	width:100% !important;
	height: 232px !important;
}

html .page-id-8809 .img_wrapper iframe[src^="https://anchor.fm"] {
	height: auto !important;
}

.page-id-8809 .alm-reveal .ttl_box_wrapper {
	background-color:#ffffff;
	margin-top: 1em;
	padding: 1em;
}

.page-id-8809 .headline {
	padding-left: 0px !important;
}

.titlecategory_wrapper {
	color:#ffffff;
	margin-top: 0em;
	padding: 1em;
	padding-top:0em;
	padding-bottom: 1.5em;
}

.titlecategory_wrapper.vzdelavanie {
	background:#d4e3e5;
}

.titlecategory_wrapper.spolocnost {
	background:#e2e9de;
}

.titlecategory_wrapper.spiritualita {
	background:#e4e2ea
}

.titlecategory_wrapper.enviro {
	background:#f4e7e1
}

.more_btn .btn_vzdelavanie {
	background:#53bbbf;
	border:0;
	color:#ffffff
}

.more_btn .btn_spolocnost {
	background:#a8b835;
	border:0;
	color:#ffffff
}

.more_btn .btn_spiritualita {
	background:#9a69aa;
	border:0;
	color:#ffffff
}

.more_btn .btn_enviro {
	background:#e66a30;
	border:0;
	color:#ffffff
}

#podpor-labut-btn {
	margin-top:.7em;
	display: block;
}

#podpor-labut-btn img {
	display: block;
}

.multimedia_wrapper h4 {
	text-transform: uppercase;
	text-align: center;
	font-size:1.2em;
	margin-top: 0px;
}

.multimedia_wrapper .multimedia_grid {
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.titlecategory_wrapper .titlecategory_grid {
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.titlecategory_wrapper .ttl_box_wrapper {
	background:#ffffff
}

.titlecategory_wrapper .ttl_box_wrapper .exc {
	color:#000000;
	padding: 1em;
}

.multimedia_wrapper .ttl_box_wrapper .cauthor a,
.multimedia_wrapper .ttl_box_wrapper .cdate,
.multimedia_wrapper .ttl_box_wrapper .aud_bar {
	color:#ffffff;
}

.multimedia_wrapper .ttl_box_wrapper .cauthor .underline_wrapper a:before {
	background: #ffffff;
}

.multimedia_wrapper .ttl_box_wrapper .headline {
	padding: 0;
	font-size: 1em;
	margin-top: 0.5em;
}

.multimedia_wrapper .ttl_box_wrapper .headline a {
	color:#ffffff;
}

.multimedia_wrapper .ttl_box_wrapper .aud_bar {
	padding-left: 0px;
}

.multimedia_wrapper .ttl_box_wrapper .img_wrapper a.imgcl:after {
	left: 50% ;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
    width: 2.5em;
	height: 2.5em;
	z-index:1;
    background-image: url(img/triangle.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: calc(60%) calc(50%);
    border-radius: 50%;
	display: block;
	background-color: rgba(0,0,0,0.1);
	transition: all ease .4s;
	border:1px solid #ffffff;
	border-radius: 2.5em;
	opacity: 1;
}

.container {
	width: 1200px;
    margin: 0 auto;
}

.btn {
	display: inline-block;
	text-align:center;
	padding: 0.5em 2em ;
	border: 1px solid #ffffff;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.4s ease
}

.btn:hover {
	background:#ffffff;
	color:#000000;
	transition: all 0.4s ease
}

.nazory_box.fortoday h4,
.nazory_box h4 {
	padding-left: 1em;
	padding-top: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 0px;
}

.complete_photo_wrapper .ttl_mainbox_wrapper .top_bar .date .slash,
.featured_large .date .slash {
	display: inline-block;
}

.nazory_box.fortoday .nauthor a,
.nazory_box .nauthor a {
	font-weight: bold;
	font-size: 1.1em;
	color: #8d8d8d;
	text-decoration: none;
	max-width: 85%;
}

html .is-menu.dropdown form {
	margin-top: 20px;
}

.nazory_box.fortoday .ttl_fnaz_wrap {
	padding-right: 1.5em;
}

.nazory_box.fortoday .nauthor .underline_wrapper a:before,
.nazory_box .nauthor .underline_wrapper a:before {
	background:#8d8d8d;
}

.ttl_box_wrapper.featured_large {
	margin-left: 0em;
	margin-right: 1.2em;
	margin-top: 1.5em;
}

.ttl_box_wrapper.featured_large .ttl_box {
	background:#000000
}

.ttl_box_wrapper.featured_large .ttl_box .ttl_box_top a {
	color:#ffffff;
	font-size: 1.3em;
	text-decoration: none;
	transition: color 0.4s ease;
}

.ttl_box_wrapper.featured_large .ttl_box .ttl_box_top {
	line-height: 1.3
}

.ttl_box_wrapper.featured_large .ttl_box .cauthor {
	margin-left: 0.8em;
}

.ttl_box_wrapper.featured_large .ttl_box .cauthor a,
.ttl_box_wrapper.featured_large .ttl_box .date {
	color:#ffffff;
	font-size: 0.8em;
}


.ttl_box_wrapper.featured_large .ttl_box .catlnk {
	display: inline-block;
	padding: 8px 13px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: 1px;
	font-weight: bold;
	transition: all 0.4s ease;
}

.ttl_box_wrapper.featured_large .cauthor .underline_wrapper a:before {
	background:#ffffff;
}

.ttl_box_wrapper.featured_large .img_wrapper a {
	display: block;
}

.ttl_box_wrapper.featured_large .img_wrapper a img {
	display: block;
}

.ttl_box_wrapper.featured_large .img_wrapper {
	position: relative;
	overflow:hidden;
}

.nazory_box.fortoday .ntitle,
.nazory_box .ntitle {
	margin:0;
	padding:0;
	text-transform: none;
	font-size: 1.3em;
	line-height: 1.2;
	margin-bottom: .5em;
}

.nazory_box.fortoday .ntitle a:hover,
.nazory_box .ntitle a:hover {
	color:#8d8d8d;
	transition: color 0.4s ease;
}

.nazory_box.nall {
	margin-right: 2%;
}

.ttl_naz_wrapper .underline_wrapper a:before {
	background: #000000;
}

.category-nazory h1.page-title,
.tag h1.page-title {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 4.7em;
}

.tag h1.page-title {
	margin-top: 1.7em;
}

.page-id-686 h1.entry-title {
	line-height: 1;
}

.category-nazory h1.page-title span {
	text-transform: none;
	font-weight: normal;
	font-size: 0.8em;
}

.nazory_box.nall .left {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.ttl_fnaz_wrap .ttl_naz .left img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.ttl_fnaz_wrap .ttl_naz .right .exc a {
	color:#000000;
	text-decoration: none;
	transition: 0.4s all ease;
}

.ttl_fnaz_wrap .ttl_naz .right .exc .underline_wrapper a:before {
	background-color:#000000;
	visibility: visible;
	transform: scaleX(1);
}

.ttl_fnaz_wrap .ttl_naz .right .exc .underline_wrapper a:hover:before {
	visibility: hidden;
	transform: scaleX(0);
}

.nazory_box.nall .right .cdate {
	color:#8d8d8d;
}

.nazory_box.nall .left > * {
	width: 100%;
	display: block;
}

.nazory_box.nall .left > a {
	display: block;
}

.nazory_box.fortoday .ntitle a,
.nazory_box .ntitle a {
	font-style: italic;
	color: #000000;
	text-decoration: none;
	transition: color 0.4s ease;
}

.ttl_naz_wrapper.fnazor .ttl_naz,
.ttl_naz_wrapper .ttl_naz {
	display: flex;
}

.ttl_naz_wrapper.fnazor .ttl_naz .left,
.ttl_naz_wrapper .ttl_naz .left {
	width: 30%;
}

.ttl_naz_wrapper.fnazor .ttl_naz .right,
.ttl_naz_wrapper .ttl_naz .right {
	width: 70%;
}

.single .site-content {
	padding-left:0px;
}

#primary.content-area {
	width:73.33%;
	display:inline-block;
	vertical-align:top;
	/*padding-right:40px;*/
	/*padding-right:10px;
	padding-left:28px;*/
}

body.page:not(.home) .site-main,
body.page:not(.home) .site-main article {
	height: 100%;
}

body.page:not(.home) .site-main article {
	background:#ffffff;
	padding-left: 14.79%;
	padding-right: 10.64%;
	padding-top: 7.79%;
}

body.page:not(.home) .entry-header .entry-title {
	margin-top:0px;
}

body.page:not(.home) .entry-content a {
	color:#000000;
}

body.page:not(.home) .entry-content .underline_wrapper a:before {
	background-color:#000000;
	visibility: visible;
	transform: scaleX(1);
}

body.page:not(.home) .entry-content .underline_wrapper a:hover:before {
	visibility: hidden;
	transform: scaleX(0);
}

.single #primary.content-area,
.post-type-archive-autori #primary.content-area,
.search-results #primary.content-area {
	padding-right:40px;	
}

#secondary.widget-area {
	width:26%;
	display:inline-block;	
	vertical-align:top;	
	max-width: 304px;
}

.title_bottom {
	width: 100%;
}

.widget-area .widget.popular-posts {
	background:#000000;
	padding-bottom:20px;
	padding: 1em;
}

.widget-area .widget.popular-posts h2.widget-title {
	margin:0; 
	padding-top:1em;
	padding-left: .1em;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:21px;
	font-size:1.5em;
	line-height:1;
	letter-spacing:1px;
	color:#afc037
}

.widget-area .widget.popular-posts ul {
    margin-left:0; 
    padding-left:0;
}

.widget-area .widget.popular-posts ul li {
    position:relative;
    padding:4px 18px; 
	padding-left:1.6em;
	counter-increment:step-counter;
}

/*.widget-area .widget.popular-posts ul li:hover {
	background-color:#97a5af
} */

.widget-area .widget.popular-posts ul li:before {
    content: counter(step-counter) ")"; 
    counter-increment:li;
    position:absolute;
    top:0px;
    left:0em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:1.5em;
    margin-right:8px;
	padding:4px;
	padding-left:0px;
    text-align:center;
	font-weight:600;
	color:#afc037
}

.widget-area .widget.popular-posts ul li a {
	font-weight:300;
	text-decoration:none;
	color:#ffffff;
	display:block;
	transition: color 0.4s ease;
}

.widget-area .widget.popular-posts ul li a:hover {
	color:#afc037;
	transition: color 0.4s ease;
}

.widget-area .widget.popular-posts ul li:first-child a {
	font-weight:700;
}

.widget-last {
	padding-left: 1em;
}

.search .page-title span {
	display: block;
}

html .complete_photo_wrapper {
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	height:450px;
	position: relative;
}

.ttl_mainbox_wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.ttl_mainbox_wrapper .ttl_mainbox {
	background:#000000;
	color:#ffffff;
	max-width:71%;
	position: absolute;
	bottom:11.11%;
	left: 1em;
}

.ttl_mainbox_wrapper .ttl_mainbox .ttl_box_top {
	padding:17px;
	padding-bottom:37px;
	display: block;
	margin:0;
}

.ttl_mainbox_wrapper .ttl_mainbox .ttl_box_top a {
	color:#ffffff;
	text-decoration:none;
	font-weight: 600;
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 1.3;
	font-family: 'Open Sans';
	transition: color ease .4s;
}

.ttl_mainbox_wrapper .top_bar {
	display: flex;
	align-items: center;
	align-content: center;
}

.ttl_mainbox_wrapper .top_bar span {
	display :block;
}

.ttl_mainbox_wrapper .cat {
	margin-right: 13px;
}

.ttl_mainbox_wrapper .cauthor,
.ttl_mainbox_wrapper .date,
.ttl_box_wrapper .cauthor,
.ttl_box_wrapper .cdate {
	text-transform: uppercase;
}

.ttl_box_wrapper .cauthor,
.ttl_box_wrapper .cdate {

}

html .ttl_box_wrapper .ttl_box_top .cauthor a {
	display: inline;
	color:#888888;
}

html .ttl_box_wrapper .cauthor .underline_wrapper a:before {
	background:#888888;
}

html .multimedia_grid .ttl_box_wrapper .cauthor .underline_wrapper a {
	color:#ffffff;
}

html .multimedia_grid .ttl_box_wrapper .cauthor .underline_wrapper a:before {
	background:#ffffff;
}

.top-widget {
	margin-top: 1.4em;
}

.sponsoring-banner a img {
	width: 100%;
	height: auto;
}

html .is-menu.is-dropdown form {
	max-width: none !important; 
}

html .error404 .site-content {
	min-height:550px; 
}

#page {
	background:#eaeaea;
	overflow-x: hidden;
}

.ttl_box_wrapper .aud_bar {
	font-size: .8em;
	color: #888888;
	padding:1em 1.1em;
	padding-bottom: 0.4em;
	line-height: 1.3;
}

.page-id-8809 .ttl_box_wrapper .aud_bar {
	padding-left:0px;
}

.ttl_box_wrapper .headline {
	padding:0em 0.6em;
	font-size: 1.4em;
	line-height: 1.3;
	margin:0;
}

.ttl_box_wrapper .headline a {
	text-decoration: none;
	color:#2c2c2c;
	font-weight: bold;
	display: inline-block;
	transition: all 0.4s ease;
}


.ttl_mainbox_wrapper .cat .catlnk,
.single .cat .catlnk {
	display: inline-block;
	padding: 8px 13px;
	color:#ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 600;
}

.ttl_mainbox_wrapper .ttl_mainbox .cauthor a {
	color:#ffffff;
	text-decoration: none;
}

/* .ttl_mainbox_wrapper .ttl_mainbox .cauthor a:hover {
	text-decoration: underline;
} */

*, *:after, *:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
  }

.underline_wrapper> a {
	position: relative;
	text-decoration: none;
}

.underline_wrapper > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	background: #ffffff;
	visibility: hidden;
	border-radius: 5px;
	transform: scaleX(0);
	transition: .2s linear;
  }

  .underline_wrapper > a:hover:before,
  .underline_wrapper > a:focus:before {
	visibility: visible;
	transform: scaleX(1);
  }

  .home header.entry-header {
	  display: none;
  }

  .home_recent_posts,
  .archive.category .site-main .entry-content,
  .archive.category .site-main .alm-reveal,
  .archive.tag .site-main .alm-reveal {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
  }

  .home_recent_posts > .ttl_box_wrapper,
  .archive.category .ttl_box_wrapper,
  .archive.tag .ttl_box_wrapper  {
	 width: 48%;
	 background:#ffffff;
	 margin-right: 2%;
	 margin-bottom:2.1%;
  }

  .multimedia_content .alm-reveal .ttl_box_wrapper {
	width: 49%;
	margin-bottom:2.1%;
  }

  .page-id-8259 .multimedia_content .alm-reveal .ttl_box_wrapper {
	background:#000000;
  }

  .page-id-8259 .multimedia_wrapper {
	margin-top: .5em;
  }

  .category .entry-content {
	  margin-top: 2.3em;
  }

  .home_recent_posts > .ttl_box_wrapper .exc,
  .archive.category .ttl_box_wrapper .exc,
  .archive.tag .ttl_box_wrapper .exc {
	  color:#4c4949;
	  font-size: 0.95em;
	  padding: 1em;
	  padding-top:0.4em;
  }

  .home .ttl_box_top a,
  .home .ttl_box_top a img,
  .archive.category .ttl_box_top a,
  .archive.category .ttl_box_top a img,
  .archive.tag .ttl_box_top a,
  .archive.tag .ttl_box_top a img {
	display: block;
  }

  .home .ttl_box_top a,
  .archive.category .ttl_box_top a,
  .archive.tag .ttl_box_top a {
	  width: 100%;
  }

  .home .ttl_box_top a img,
  .archive.category .ttl_box_top a img,
  .archive.tag .ttl_box_top a img {
	  width:100% !important;
	  height: auto !important;
  }

  .widget_wysija_cont {
	background-color:#7d94a4;
	color:#292b2c;
}

.widget_wysija_cont,
.shortcode_wysija .widget_wysija_cont {
	padding:15px;	
	background-color:#7d94a4;	
}

.widget_wysija_cont h2,
.shortcode_wysija h2 {
	margin:0;
}

.widget_wysija_cont #form-wysija-2 .p_h,
.shortcode_wysija form .p_h {
	font-size:1em;
	line-height:1.2;
	padding-bottom:0px;
	max-width:90%;
	
}

.widget_wysija_cont #form-wysija-2 p.wysija-paragraph,
.shortcode_wysija form p.wysija-paragraph {
	display:inline-block;
}

.widget_wysija_cont #form-wysija-2 .p_h strong,
.shortcode_wysija form .p_h strong {
	text-transform:none;
}

.widget_wysija_cont #form-wysija-2 .wysija-submit,
.shortcode_wysija form .wysija-submit {
	display:inline-block;
	margin:0;
	margin-left:10px;	
	padding:0;
	width:62px;
	height:62px;
	background:transparent url(img/nslt-button.png) no-repeat;
	background-size:62px 62px;
	opacity:0.8;
	border:0;
	text-indent:999px;
	overflow:hidden;
	box-shadow:none;
	position:relative;
	top:-14px;
}

.widget_wysija_cont #form-wysija-2 .wysija-submit:hover,
.shortcode_wysija form .wysija-submit:hover {
	opacity:1;
}

.wysija-msg .updated, 
#msg-form-wysija-2 .updated {
	border:0;
	background:transparent;
}

.widget_wysija_cont #msg-form-wysija-2 .updated,
.wysija-msg .updated, 
.widget_wysija_cont #msg-form-wysija-2 .error, 
.shortcode_wysija .error,
.widget_wysija_cont #msg-form-wysija-2 .xdetailed-errors,
.shortcode_wysija .xdetailed-errors {
	color:#ffffff !important;
	
}

.widget_wysija_cont #msg-form-wysija-2 ul li,
.shortcode_wysija ul li {
	font-size: 1.2em;
	line-height:1.6;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}

/* */

.shortcode_wysija {
	padding:15px;
	background-color:#7d94a4;
	color:#292b2c;
}

.mfs_center {
	text-align:center;
	padding-bottom:20px;
	padding-top:10px;
}

.mfs_center .shortcode_wysija {
	max-width:360px;
	display:inline-block;
	text-align:left;
}

.shortcode_wysija .p_h {
	font-size:1em;
	line-height:1;
	padding-bottom:10px;
	max-width:60%;
	
}

.shortcode_wysija p.wysija-paragraph {
	display:inline-block;
}

.shortcode_wysija .p_h strong {
	text-transform:uppercase;
}

.shortcode_wysija .wysija-submit {
	display:inline-block;
	margin:0;
	margin-left:10px;	
	padding:0;
	width:62px;
	height:62px;
	background:transparent url(img/nslt-button.png) no-repeat;
	background-size:62px 62px;
	opacity:0.8;
	border:0;
	text-indent:999px;
	overflow:hidden;
	box-shadow:none !important;
	position:relative;
	top:-14px;
}

.shortcode_wysija .wysija-submit:hover {
	opacity:1;
}

#msg-form-wysija-shortcode564ddbdb97596-2 .updated {
	border:0;
	background:transparent;
}

.shortcode_wysija #msg-form-wysija-shortcode564ddbdb97596-2 .updated, 
.shortcode_wysija #msg-form-wysija-shortcode564ddbdb97596-2 .error, 
.shortcode_wysija #msg-form-wysija-shortcode564ddbdb97596-2 .xdetailed-errors {
	color:#ffffff !important;
	
}

.shortcode_wysija #msg-form-wysija-shortcode564ddbdb97596-2 ul li {
	font-size: 1.2em;
	line-height:1.6;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}

/* */

#shortcode-widget-4 .textwidget {
	font-style: italic;
}

#shortcode-widget-4 .textwidget .widget-title {
	font-size: 1.4em;
}

#shortcode-widget-4 .textwidget p {
	line-height: 1.5;
	font-size: 1.4em;
}

.entry-footer .edit-link {
	display: none;
}

.widget_sp_image > a,
.widget_sp_image > a > img {
	display: block;
}

#execphp-2 .execphpwidget {
	padding: 1em;
	background:#b73844
}

.widget-title.podcast {
	margin:0;
	font-size: 2.1em;
	color:#000000;
	line-height: 1.2;
	padding-left:10px;
	padding-bottom: 10px;
}

.widget-title.podcast span.white {
	display: block;
	color:#ffffff;
}

.widget-title.podcast span.thin {
	font-weight: normal;
}

#execphp-2 .execphpwidget ul {
	padding:0;
	margin:0;
	display: block;
	background:#ffffff;
	list-style:none;
}

#execphp-2 .execphpwidget ul li {
	margin:0;
	padding:0;
}

#execphp-2 .execphpwidget ul li h4 {
	margin:0;
	padding:0;
	line-height:1.3;
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
}

#execphp-2 .execphpwidget ul li p {
	padding-left:10px;
	padding-right:10px;
	font-size:0.9em;	
	margin-bottom: 1em;
}

#execphp-2 .ap_link_wrapper {
	text-align:center;
	padding-bottom: 2.5em;
}

#execphp-2 .ap_link {
	color:#888888;
	display: inline-block;
	text-decoration: none;
}

#execphp-2 .ap_link:before {
	background:#888888;
}

.title_banner_wrapper {
	padding-right: 1.2em;
}

.title_banner_wrapper img {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-top: 1.4em;
}

.title_banner_wrapper a {
	display: block;
}

.single.enviro #page {
	background:#f4e7e1;
}

.single.vzdelavanie #page {
	background:#d4e3e5;
}

.single.spiritualita #page {
	background:#e4e2ea;
}

.single.spolocnost #page {
	background:#e2e9de;
}

/* footer */

.site-footer {
	background-color:#000000;
	color:#ffffff;
}

.site-footer .site-info {
	width:1200px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:35px;
}

.site-footer #footer-menu {
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
	align-items: center;
	align-content: center;
}

.site-footer #footer-menu li {
	display:inline-block;
	vertical-align:top;
}
.site-footer #footer-menu li a {
	padding:20px;
	color:#ffffff;
	opacity:0.4;
	font-size:1.3em;
	line-height:1;
	margin-right:30px;
	margin-left:30px;
	text-decoration:none;
	font-weight:normal;
	font-family:'Open Sans';
	-webkit-transition: opacity 1.3s;
	transition: opacity 1.3s;
	
}

.site-footer #footer-menu li a:hover {
	opacity:0.6;
	-webkit-transition: opacity 1.3s;
	transition: opacity 1.3s;
}

.site-footer #footer-menu li.home {
	position:relative;
}

.site-footer #footer-menu li.home a {
	display:block;
	text-indent:200px;
	width:67px;
	height:67px;
	overflow:hidden;
	background:#ffffff url(img/logotype-black.png) no-repeat;
	background-size:67px 67px;
	opacity:0.5;
	-webkit-transition: opacity 1.3s;
	transition: opacity 1.3s;
}

.site-footer #footer-menu li.home a:hover {
	opacity:0.8;
	-webkit-transition: opacity 1.3s;
	transition: opacity 1.3s;
}

.comments-link {
	visibility:hidden;
}

#mysticky-nav.wrapfixed {
	display:none !important
}

.single article,
.post-type-archive-autori .site-main,
.search-results .site-main {
	background:#ffffff;
}

.post-type-archive-autori .site-main,
.search-results .site-main  {
	padding-left: 10%;
    padding-right: 10%;
    padding-top: 7.79%;
}

.post-type-archive-autori .site-main h1.page-title,
.search-results .site-main h1.page-title {
	font-size: 1.4em;
}

.post-type-archive-autori .page-header .page-title,
.search-results .page-header .page-title {
	margin-top: 0px;
	padding-top: 0.67em;
}

.post-type-archive-autori .entry-content,
.search-results .entry-content {
    padding-left: 0%;
    padding-right: 0%;
	line-height: 1.7;
	margin-top:0;
}

.post-type-archive-autori .post-thumbnail,
.search-results .post-thumbnail {
	display: none;
}

.post-type-archive-autori .entry-header .entry-title,
.search-results .entry-header .entry-title {
	margin-bottom: 0.3em;
	font-size: 1.2em
}

.post-type-archive-autori .entry-header .entry-title a,
.search-results .entry-header .entry-title a {
	text-decoration: none;
	color:#000000;
	transition: color ease .4s;
}

.post-type-archive-autori .entry-content .underline_wrapper a,
.search-results  .entry-content .underline_wrapper a {
	color:#000000;
	transition: color ease .4s;
}

.post-type-archive-autori .entry-header .underline_wrapper a:before,
.search-results .category-nazory  .author .underline_wrapper a:before {
	background-color: #666666;
}

.post-type-archive-autori .entry-content .underline_wrapper a:before,
.search-results .category-nazory  .entry-content .underline_wrapper a:before {
	background-color: #000000;
	visibility: visible;
	transform: scaleX(1);
}

.post-type-archive-autori .underline_wrapper a:hover,
.search-results .category-nazory  .underline_wrapper a:hover,
.search-results  .entry-title .underline_wrapper a:hover {
	color:#666666;
	transition: color ease .4s;
}

.post-type-archive-autori .entry-content .underline_wrapper a:hover:before,
.search-results .category-nazory  .entry-content .underline_wrapper a:hover:before {
	background-color: #666666;
	visibility: hidden;
	transform: scaleX(0);
}

.single_main_pct_wrapper {
	width: 100%;
}

.single:not(.nazory) .single_main_pct {
	min-height: 320px;
	max-height: 320px;
	width: 100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.single article .entry-content {
	padding-left: 14.79%;
	padding-right: 10.64%;
	line-height: 1.7;
}

.single .posted-on {
	display: block;
}

.single article .entry-header {
	position: relative;
	padding-left: 14.79%;
	padding-right: 10.64%;
	padding-top: 7.79%;
}

.single article .entry-header .cat {
	position: absolute;
	left:0;
	top:0;
}

.single .cauthor a {
	color: #3e3e3e;
}

.single .cauthor .underline_wrapper > a:before {
	background: #3e3e3e;
}

.single .posted-on {
	font-size: 0.85em;
	margin-top: .3em;
}

.single article .entry-title {
	margin-top: .3em;
	font-size: 2.5em;
	line-height: 1.2
}

.wp-caption-text {
	font-size: 0.85em;
	line-height: 1.4;
}

.single .content-area h4 {
    font-size: 1.2em;
    line-height: 1.4;
	letter-spacing: -0.5px;
	margin-bottom: 0.5em;
}

.single article .entry-content blockquote {
	margin-left: 0px;
    padding: 25px;
    background-color: #eeeeee;
    margin-bottom: 1.5em;
}

.single .link_box {
	margin-top: 45px;
    margin-bottom: 45px;
}

.single .link_box .imgcll {
	display: inline-block;
    vertical-align: top;
}

.single .link_box .imgcll img {
	display: block;
    width: 220px;
}

.enjoy_footer p {
    margin-bottom: 0px !important;
}

body.single .rel_art ul, body.single .lat_posts_cat ul {
    margin-left: 0px;
    padding-left: 20px;
}

li.odkaz_vlavo {
    display: flex;
    align-items: center;
}

.single .key_tags h4, .single .lat_posts_cat h4, .single .authors_arts h4 {
    font-size: 0.85em;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 2px;
}

.single .rel_art a, .single .lat_posts_cat a {
    text-decoration: none;
    display: inline-block;
    font-size: 0.85em;
    line-height: 1.2;
	color: #000000;
	overflow: hidden;
}

.single .authors_arts h4 {
    margin-bottom: 20px;
    border-top: 1px solid #000000;
	padding-top: 25px;
	font-size: 1em;
}

.odkaz_vlavo img {
	width: 150px;
	display: block;
}

.odkaz_vlavo span  a {
	display: block;
}

.odkaz_vlavo span a:first-of-type {
    min-width: 150px;
	margin-right: 30px;
}

.odkaz_vlavo {
	display: flex;
	margin-bottom:3px;
}

.odkaz_vlavo > span {
	display: block;
}

.lat_posts_cat > .titlecategory_grid {
	margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 1.5em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lat_posts_cat > .titlecategory_grid .ttl_box_wrapper {
	width: 49%;
	margin-bottom: 2em;
}

.lat_posts_cat h3.headline {
	padding:0;
	margin-top: 0.5em;
}

.lat_posts_cat img {
	display: block;
}

.lat_posts_cat .underline_wrapper > a:before {
	display: none;
}

.single article .entry-content .lat_posts_cat .headline a {
	color:#000000;
	transition: color 0.4s ease;
}

.single article .entry-content .lat_posts_cat h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

.bq {
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom: 1.1em;
	padding-left: 3.5%;
	border-left: 2px solid #404040; 
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 600;
}

.social-rocket-buttons > div {
	transition: all ease 0.4s;
}
.social-rocket-buttons > div:hover {
	transition: all ease 0.4s;
}

html .single article .entry-content .social-rocket-buttons > div > .underline_wrapper a:before {
	background: transparent;
}

.single .entry-content .social-rocket-buttons {
	margin-top: 20px;
}

html .single article .entry-content .lat_posts_cat h4 .underline_wrapper a:before {
	background: transparent;
}

.single article .entry-content .lat_posts_cat h4 a {
	display: inline-block;
	vertical-align: middle;
	transition: all ease .4s;

    padding: 8px 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
    letter-spacing: 1px;
	font-weight: 600;
	color:#ffffff;
	margin-left: 5px;
}

.search-results .entry-meta {
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-results .cat-links {
    font-size: 0.9em;
}

.search-results .cat-links a {
	display: inline-block;
	vertical-align: middle;
	transition: all ease .4s;

    padding: 6px 11px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
	font-weight: 600;
	font-size: 0.8em; 
	color:#ffffff;
	margin-left: 5px;
	position: relative;
	top: -1px
}

html .search-results .entry-footer .cat-links .underline_wrapper a:before {
	background-color:#ffffff;
	display: none;
}

.single article .entry-content .lat_posts_cat h4 a:hover {
	transition: all ease .4s;
	background: #ffffff;
}

.single .ttl_more .left {
    width: 100%;
	text-align: left;
}

.single .ttl_more_wrapper .left img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: block;
    margin-bottom: 10px;
}

html .single article .entry-content .ttl_more .left .nauthor a:before {
	background: #000000;
}

.single .ttl_more .left .nauthor a {
    text-align: center;
    display: inline-block;
    color: #292b2c;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: bold;
    text-decoration: none;
}

.authors_arts .ttl_more_wrapper .exc {
	font-size: 0.9em;
}

.fb_iframe_widget {
	background:#ffffff;
	padding-left: 14.5%;
	padding-right: 2em;
	padding-bottom: 2em;
}

.single .navigation.post-navigation {
	display: none;
}

.authors_arts .ttl_more_wrapper:hover img {
	transition: all ease .4s;
}

.authors_arts .ttl_more_wrapper:hover img {
	transition: all ease .4s;
	filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); 
}

.nazory .nmh_wrapper {
	display: flex;
}

.nazory .nmauthors {
	max-width: 150px;
    text-align: center;
    position: absolute;
	margin-top: 40px;
	margin-left: -170px;
}

.nazory .nmauthors > a {
	display: block;
}

.nazory .nmauthors img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: block;
    margin: 0 auto;
	margin-bottom: 10px;
}

.nazory .nmauthors .nauthor {
	display: inline-block;
	text-align: center;
}

.nazory .nmauthors .nauthor a {
    text-decoration: none;
    display: block;
    color: #818181;
    font-size: 1.1em;
    line-height: 1;
    margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.single.nazory article .entry-header {
    padding-left: 24.79%;
    padding-right: 5.64%;
    padding-top: 7.79%;
}

.single.nazory article .entry-content {
    padding-left: 24.79%;
    padding-right: 5.64%;
    line-height: 1.7;
}

.nazory .entry-content a,
.single-autori .entry-content a {
	text-decoration: none;
	color:#000000;
}

.nazory .entry-content .underline_wrapper a:before,
.single-autori .entry-content .underline_wrapper a:before {
	background:#000000;
	visibility: visible;
	transform: scaleX(1);
	height: 1.5px;
}

.nazory .entry-content .underline_wrapper a:hover:before,
.single-autori .entry-content .underline_wrapper a:hover:before {
	transform: scaleX(0);
	visibility: hidden;
}

.single-autori .entry-content .pright h4 {
	margin-bottom: 1em;
	margin-top: 2em;
}

.link_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.single .link_box .text-block {
    display: inline-block;
    vertical-align: top;
    max-width: 380px;
    font-size: 0.9em;
    line-height: 1.5;
	padding-left: 15px;
	font-weight: 600;
	color: #666666;
}

.single.nazory .entry-content .link_box .text-block a {
	font-weight: bold;
	color: #000000;
	transition: all 0.4s ease;
}

.single.nazory .entry-content .link_box .text-block a:hover {
	color:#666666;
	transition: all 0.4s ease;
}

.single .link_box .imgcll {
    display: inline-block;
	vertical-align: top;
	max-height: 132px;
	height: 132px;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	position: relative;
}

.single .link_box .imgcll:after {
  content: ' ';
  position: absolute;
  z-index:1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.single .link_box:hover .imgcll:after {
	-webkit-transform: scale(1.08) rotate(0.01deg);
	transform: scale(1.08) rotate(0.01deg);
	-webkit-transition: all 1.4s ease;
	transition: all 1.4s ease;
  }

.single .link_box .imgcll img {
    display: block;
	width: 220px;
	visibility: hidden;
}

.single .link_box .underline_wrapper a:before {
	background-color: transparent;
}

.single .link_box .itext {
	display: block;
}

.single.nazory .lat_posts_cat .headline a:hover {
	color:#666666;
	transition: all 0.4s ease;
}

.single.nazory .lat_posts_cat .headline a {
	transition: all 0.4s ease;
}

.single.nazory .lat_posts_cat .headline .underline_wrapper a {
	background-color:transparent;
}

.single.nazory .nauthor {
	text-align: left;
}

.single.nazory .authors_arts .ttl_more .left .nauthor a {
	color:#666666;
}

html .single.nazory .entry-content .authors_arts .nauthor .underline_wrapper a:before {
	visibility: hidden;
	transform: scaleX(0);	
	background-color:#666666;
	height: 2px;
}

html .single.nazory .authors_arts .nauthor .underline_wrapper a:hover:before {
	background-color:#666666;
	visibility: visible;
	transform: scaleX(1);
	height: 2px;
}

.single.nazory .authors_arts .left .nauthor .underline_wrapper a {
	display: inline-block
}

.single.nazory .authors_arts {
	margin-bottom: 2em;
}

.single.nazory .fb_iframe_widget {
	padding-left: 24.0%;
}

.archive.category-nazory .exc a {
	color:#404040;
	display: inline-block;
	transition: all 0.4s ease;
}

.archive.category-nazory .exc a:before {
	background-color:#404040;
	visibility: visible;
	transform: scaleX(1);
	height: 1.5px;
}

.archive.category-nazory .exc a:hover:before {
	visibility: hidden;
	transform: scaleX(0);
	height: 1.5px;
}

.archive.category-nazory .exc a:hover {
	color:#999999;
	transition: all 0.4s ease;
}

.post-type-archive-autori {

}

.opinion_slider h3 {
	margin-top: 0px;
	text-transform: uppercase;
}

.slick-prev, .slick-next {
	color:#000000; 
	width: 30px;
	height: 30px;
	z-index: 10;
}

.slick-prev {
	left: -40px;
}

.slick-next {
	right:-40px;
}

.slick-prev::before {
    font-family: 'font-nav-arrows';
    content: '\e802';
	font-size: 30px;
	color:#000000;
}  

.slick-next::before {
    font-family: 'font-nav-arrows';
    content: '\e803';
	font-size: 30px;
	color:#000000;
}      

.slick-dots li button:before {
	font-size: 10px;
}

.opinion_slider {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2em;
	padding-bottom: 2em;
}

.opinion_slider .ttl_naz_wrapper.fnazor .left img {
	width: 120px !important;
    height: 120px !important;
}

.search-results .tags-links {
	display: none;
}

.search-results article {
	padding-top: 25px;
}

.search-results .entry-summary p:last-child {
	margin-bottom: 10px;
}

.search-results .category-nazory .author a {
	color:#666666;
}

html .is-ajax-search-posts > .is-ajax-search-post {
	transition: all .2s ease;
}

html .is-ajax-search-posts > .is-ajax-search-post:hover {
	background: #000;
	color:#ffffff;
	transition: all .2s ease;
}

.is-ajax-search-posts .is-title a {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	transition: color 0.4s ease
}

.is-ajax-search-posts .is-title a:hover {
	text-decoration: none;
}

.is-ajax-search-posts .is-ajax-search-post.cat-nazory:hover .is-title a {
	color: #ffffff;
}

.search-results #main {
	padding-bottom: 2em;
}

html #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link  {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
}

html #responsive-menu-container #responsive-menu-wrapper {
	margin-top: 4.3em;
}

html .no-results .is-search-input {
	border: 1px solid #000000 !important;
}

.single-autori #primary.content-area {
	padding-left:0px;
}

.single-autori .entry-content {
	padding-left: 24.79%;
    padding-right: 10.64%;
	padding-top: 7.79%;
	margin-top: 0px;
}

.single-autori h1 {
	margin:0;
	margin-bottom:20px;
	font-size:1.5em;
}

.single-autori h1 .ea_fp {
	font-weight:normal;
	font-size:1em;
}

.single-autori .a_content p {
	font-size:0.9em;
}

.single-autori div.imgcl img {
	width: 140px !important;
	height:140px !important;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
	display:block;	

}

.single-autori div.imgcl {
	margin-bottom:25px;		
}

.single-autori .fb-like-elm {
	margin-top:20px;
	margin-bottom:35px;
}

.single-autori .entry-content h4 {
	font-size:1em;
	font-weight:bold;
	line-height:1;
	margin:0;
	margin-bottom:45px;
}

.single-autori .art_date {
    color: #6d6d6d;
    text-decoration: none;
    font-size: 0.7em;
    text-transform: uppercase;
}

.single-autori h5 {
	margin:0;
	margin-bottom:25px;
}

.single-autori h5 a {
	text-decoration:none;
	color:#292b2c;
	font-size:1.2em;
	line-height:1.2em;
	font-style:italic;
	font-weight:normal;
	
}

/* podpor labut - page-id-2620 */

.page-id-2620 h1 {
	display:none;
}

.page-id-2620 #primary.content-area {
	vertical-align:top;
	padding-right:0px;
	padding-left:0px;
}

.page-id-2620 .entry-content {
	margin-top:0px;
}

.page-id-2620 .top_part {
	height:277px;
	box-sizing:border-box;
	background-color:#fd8a3a;
	padding-left:6.88%;
	padding-top:6.88%;
	padding-bottom:5.73%;
	padding-right:5.73%;
	position:relative;	
}

.page-id-2620 h2.h1_instead {
	margin:0;
	font-size:4.0em;
	text-transform:uppercase;
	font-weight:800;
	color:#000000;
	letter-spacing:-0.03em;
	line-height:1;
}

.page-id-2620 .top_part h4 {
	margin-top:6.88%;
	margin-bottom:0px;
	color:#000000;
	font-weight:normal;
	font-size:1.2em;
}

.page-id-2620 .big_button {
	position:absolute;
	display:block;
	width:188px;
	height:182px;
	background:url(img/cl-big-button.png) no-repeat;
	background-size:contain;
	top:4%;
	right:2%;
}

.page-id-2620 .form_donation {
	padding:45px;
	padding-bottom:30px;
	padding-top:20px;
}

.page-id-2620 .content_wrapper {
	border-left:2px solid #8f8e8e;
	border-right:2px solid #8f8e8e;
	border-bottom:2px solid #8f8e8e;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:20px;
	box-sizing:border-box;
}

.page-id-2620 .tabs_wrapper .box-label {
	width:50%;
	display:inline-block;
	padding:20px;
	font-size:1em;
	box-sizing:border-box;
	border:2px solid #8f8e8e;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
	background-color:#e7e9e9;	
	font-weight:bold;
	text-transform:lowercase;
	cursor:pointer;
}

.page-id-2620 .tabs_wrapper .box-label span {
	font-weight:normal;
}

.page-id-2620 .tabs_wrapper .box-label.onetime {
	border-left:0px solid #8f8e8e;
}

.page-id-2620 .tabs_wrapper .box-label.active {
	background-color:#ffffff;
	border-bottom:0px solid #8f8e8e;
	padding-bottom:22px;
}

.page-id-2620 .tabs_wrapper .box-label:hover,
.page-id-2620 .tabs_wrapper .box-label.active:hover { 
	background-color:#cccccc;
}

.page-id-2620 .content_wrapper h4 {
	text-align:center;
	font-size:0.9em;
	margin-top:10px;
	margin-bottom:10px;
}

.page-id-2620 .content_wrapper .h_pmethod {
	margin-top:30px;
}

.page-id-2620 .sum_wrapper {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: space-around;
   justify-content: space-around;
}

.page-id-2620 .sum_wrapper .box-label {
	/*10px;*/
	font-weight:800;
	font-size:3em;
}

.page-id-2620 .sum_wrapper .box-label:last-child {
	font-size:1em;
	color:#000000;
}

.page-id-2620 .ca input.labelauty + label {
	font-size:30px;
}

.page-id-2620 .ca input.labelauty + label > span.labelauty-unchecked,
.page-id-2620 .ca input.labelauty + label > span.labelauty-checked {
	padding-top:6px;
	padding-bottom:8px;
	letter-spacing:0px;
	line-height:1;
}

.page-id-2620 .ca .input-addon {
	display:inline-block;
	vertical-align:top;
}

.page-id-2620 .ca .addon {

}

.hidden {
    display: none !important;
}

.input-addon input[name="custom_amount"] {
	font-weight: bold;
}

.page-id-2620 .ca .input-addon input {
	width:110px;	
	color:#000000;
	font-size:48px;
	padding-top:11px;
	padding-bottom:11.5px;
	padding-left:5px;
	padding-right:5px;
	border:6px solid #000000;
	border-left:0px solid #000000;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;	
	outline:none;
}

.page-id-2620 .ca input[name="amount"]:checked + label {
	border-right:0px solid #000000;
	padding-right:16px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;	
	outline:none
}

.page-id-2620 .payment_type_wrapper .pm-box {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	font-size:0.7em;
	box-sizing:border-box;
	border:2px solid #8f8e8e;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;	
	background-color:#ffffff;	
	font-weight:normal;
	cursor:pointer;
}

.page-id-2620 .payment_type_wrapper .pm-box img {
	display:inline-block;
	vertical-align:bottom;
}

.page-id-2620 .payment_type_wrapper .pm-box input[type="radio"] {
	margin-right:5px;
}

.page-id-2620 .payment_type_wrapper div {

}

.page-id-2620 #wpp-3 {
	margin-top:1.5em;
}

.wysija-checkbox-label {
	font-size: 11px;
	line-height: 1.8;
}

.page-id-2620 .contact_wrapper {
   text-align:center	
}

.page-id-2620 .contact_wrapper input {
	width:210px;
	color:#000000;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

.page-id-2620 .contact_wrapper .parsley-errors-list {
	display:inline-block;
	position:absolute;
	margin-left:-220px;
	margin-top:40px;
	font-size:0.7em;
	color:#ff0000;
}

.page-id-2620 .payment_type_wrapper .pm-box.active {
	background-color:#79ccd0;
}

.page-id-2620 .sum_wrapper .parsley-errors-list {
	display:inline-block;
	position:absolute;
	font-size:0.7em;
	color:#ff0000;
	margin-left:-235px;
	margin-top:115px;		
}

.page-id-2620 .agree_wrapper {
	text-align:center;
	margin-top:20px;
	margin-bottom:5px;
}

.page-id-2620 .agree_wrapper label {
	display:inline-block;
	font-size:0.9em;
	color:#000000
}

html input.labelauty + label > span.labelauty-unchecked, html input.labelauty + label > span.labelauty-checked {
	letter-spacing: -4px;
}

.page-id-2620 .button_wrapper {
	text-align:center;
	margin-top:15px;
}

.page-id-2620 .button_wrapper button {
	display:inline-block;
	font-size:1.3em;
	font-weight:800;
	letter-spacing:-1px;
	background:#d3f5f7;
	color:#000000;
	border:6px solid #000000;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;	
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:40px;
	padding-right:40px;
	text-shadow:none;
	box-shadow:none;
	text-transform:uppercase;
	outline:none;
}

.page-id-2620 .button_wrapper button:hover,
.page-id-2620 .button_wrapper button:focus {
	background:#79ccd0;	
}

.page-id-2620 .support_reasons {
	margin-top:0px;
	background:#000000;
	padding:3%;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:6%;
}

.page-id-2620 .support_reasons h3 {
	text-align:center;
	text-transform:uppercase;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:60px;
}

.page-id-2620 .topics {
	text-align:center;
}

.page-id-2620 .topics .topic_box {
	width:160px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
}

.page-id-2620 .topics .topic_box h4 {
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:12px;
}

.page-id-2620 .topics .topic_box .tcontent {
	font-size:0.8em;
	line-height:1.6;
	color:#ffffff;
}

.page-id-2620 .thermo {
	background:#b4be35;
	padding-top:20px;
	padding-bottom:20px;
	color:#000000;
}

.page-id-2620 .thermo .bottom_text,
.page-id-2620 .thermo .top_text {
	text-align:center;
}

.page-id-2620 .thermo .top_text p {
	font-size:0.8em;
}

.page-id-2620 .thermo .top_text h3:first-child {
	margin-top:0px;
	margin-bottom:5px;
}

.page-id-2620 .thermo .measures {
	width:130px;
	height:87%;
	position:absolute;
	bottom:7%;
	margin-left:-13%;
}

.page-id-2620 .show_wrapper {
	position:relative;
	padding-left:13%;
	overflow: hidden;
}

.page-id-2620 .show_wrapper .black_level {
	width:650px;
	height:0px;
	background-color:#000;	
	position:absolute;
	bottom:7%;
}

.page-id-2620 .show_wrapper .logo_overlay {
	width:650px;
	height:300px;
	position:relative;
	background:#ffffff;
}

.page-id-2620 .show_wrapper .png_overlay {
	background:transparent url(img/chybne-logo.png) no-repeat;
	background-size:auto 100%;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
}

.page-id-2620 .show_wrapper .measures .box {
	position:relative;
	top:5px;
}

.page-id-2620 .show_wrapper .measures .box .line {
	height:1px;
	width:30%;
	background-color:#ffffff;
	position:absolute;
	bottom:0px;
	right:0px;
}

.page-id-2620 .show_wrapper .measures .box .num {
	color:#ffffff;
	position:absolute;
	bottom:-12px;
	right:35%;	
	font-size:0.8em;
}

.page-id-2620 .graph_wrapper {
	position:relative;
}

.page-id-2620 .graph_wrapper .info {
	width:30%;
	background:#ffffff;
	border-radius: 10px;
	padding:15px;
	position:absolute;
	top:0px;
	right:5%;
}

.page-id-2620 .graph_wrapper .info:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -15px;
	left: -15px;
	top: 50%;
}


.page-id-2620 .graph_wrapper .info div p {
	margin-bottom:15px !important;
}

.page-id-2620 .graph_wrapper .info .gcount_text p {
	margin-bottom:5px !important;
}

.page-id-2620 .graph_wrapper .info div span {
	font-weight:bold;
}

.page-id-2620 .graph_wrapper .info .have_text .add {
	color:#b4be35
}

.page-id-2620 .graph_wrapper .info .gcount_text .add {
	color:#b4be35
}

.page-id-2620 .thermo .bottom_text h3 {
	margin-bottom:10px;
	font-weight:800;
}

.page-id-2620 .donnors {
	padding:0px 30px 30px 30px
}

.page-id-2620 .donnors h4 {
	font-size:0.7em;
	text-align:center;
	margin-top:0px;
}

.page-id-2620 .donnors .dcontent {
	font-size:0.7em;
	font-weight:bold;
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;	
}

.page-id-2620 .donnors .dcontent p {
	margin-bottom:5px !important;
}

.page-id-2620 .book_wrapper {
	text-align:center;
}

.page-id-2620 .book_wrapper > label:first-child {
	font-size:0.7em;
	line-height:1.0;
	color:#000000;
}

.page-id-2620 .ll_text {
	padding:10px;
	font-size:0.6em;
	margin-top:20px;
}

.page-id-2620 .ll_text .left {
	display:inline-block;
	vertical-align:top;
	width:15%;
}

.page-id-2620 .ll_text .left img {
	padding-right:15px;
}

.page-id-2620 .ll_text .right {
	display:inline-block;
	vertical-align:top;
	width:80%
}

.page-id-2620 .book_wrapper > label input {
	line-height:1.0;	
}

.page-id-2620 .book_desc_wrapper {
	margin-top:10px;
}

.page-id-2620 .book_desc_wrapper .book_desc {
	padding-top:10px;
}

.page-id-2620 .book_desc_wrapper .book_desc .left {
	width:40%;
	display:inline-block;
	vertical-align:top;
}

.page-id-2620 .book_desc_wrapper .book_desc .right {
	width:60%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	font-size:0.9em;
}

.page-id-2620 .book_desc_wrapper .address input {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

.page-id-2620 .book_desc_wrapper .address input[name="addr_name"],
.page-id-2620 .book_desc_wrapper .address input[name="addr_surname"] {
	width:40%;
}

.page-id-2620 .book_desc_wrapper .address {
	margin-bottom:20px; 
}

.page-id-2620 .book_desc_wrapper .address h4 {
	margin-bottom:20px;
}

body.page:not(.home) .site-main article#post-2620 {
	padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
}

html .single-post article blockquote ul {
	margin-left: 0px;
	padding-left: 0px;
}

html .single-post article blockquote ul {
	word-wrap: break-word;
}


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

.post,
.page {
	margin: 0 0 0em;
}

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

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

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

.search-results .entry-summary {
	margin-top: 0px;
}

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