/*!
Theme Name: Nasuti
Theme URI: http://underscores.me/
Author: Bohuslav Potocnak - BTect
Author URI: https://www.btect.sk
Description: Nasuti web site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nasuti
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.

Nasuti 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: #404040;
	font-family: 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;
}

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
--------------------------------------------------------------*/
@font-face {
	font-family: mikser;
	src: url("./assets/fonts/bc-mikser-bold.otf");
}
html {
	box-sizing: border-box;
	font-family: Roboto;
}
p,a,h1,h2,h3,h4,h5,h6{
	font-family: Roboto;
}

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.updated:not(.published) {
	display: none;
}
.minh{
	height: 100vh;
	min-height: 1200px;
	overflow: hidden;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.cvernovka{
	width: 120px;
	height: 50px;

	background-size: contain;
	float: left;
	background-repeat: no-repeat;

}
.cver img{
	margin-left: 20px;
}
.cverko{
	position: relative;
	bottom: 50px;
	width: 100%;
	margin-top: 250px;

}
.cver{

	bottom: 50px;
	float: right;
	text-align: right;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## 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;
}
.nadpis{
	font-family: Roboto;
	color: white!important;
	font-size: 5em;
}
.nadpispravo{
	text-align: right;
}
.whitbox{
	border: 3px solid white;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	margin: 0 auto;
	background-color: white;
	color: black;
}

.wcs-modal-call{
	display: none!important;
}

.wcs-btn.wcs-modal-call{
	display: none!important;
}

.wcs-timetable__list .wcs-class:hover .wcs-class__title, .wcs-timetable__list .wcs-class:hover .wcs-btn--action{
	color: #F8F8F8!important;
	-webkit-text-stroke: 1px #4c4c4c;
	text-decoration: none!important;

}

.stroke{
	-webkit-text-stroke: 1px #828282;
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ttcko{
	margin-bottom: 50px!important;
	padding-top: 0!important;
}
.absolut{
	position: relative;
	background-size: contain;
	height: 600px;
	top: -5%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;

}
.ttcko{
	max-width: calc(70% + 30px);
	margin: 0 auto;
}
.nadpisfot{
	font-size: 10px;
	text-transform: uppercase;
	color: white;
}
.inlik{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.odstop{
	padding-top: 50px;
	padding-bottom: 50px;
}
.odleft{
	margin-right: 10px;
}
.odsbot{
	margin-bottom: 20px;


}
.odik{
	margin-top: 25px;
	margin-bottom: 25px;
}

.videocover{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}
#repeater p {
	text-align: center;
	margin-top: 15px;
	color: #A1A1A1;
}
.textbox{

	padding-top: 30px;
	padding-bottom: 30px;

}

#spravy .container{
	
	border-top: 1px solid #cdcdcd;
}
.ludfest,.moremess{
	color: white!important;
	-webkit-text-stroke: 1px #828282;
}
.nobot iframe{
	margin-bottom: 0!important;
}
.den{
	color: #828282!important;
	-webkit-text-stroke: 0;
}


.wcs-timetable__list .wcs-class__duration{
	display: none!important;
}
.wcs-btn::before,.wcs-btn::after{
	display: none!important;
}
.wcs-addons--pipe::before{
	display: none!important;
}
.wcs-class__time-duration{
	font-family: 'IBM PLEX SANS';
}
.wcs-btn:first-of-type{

}
.wcs-timetable--1 .wcs-btn--action,.wcs-btn:first-of-type{
	background-color: initial!important;
	color: #4c4c4c!important;
	text-transform: uppercase;
	font-size: 20px;
}
.viac-sprav{
	color:  #828282!important;
	font-size: 24px;
	display: block;
	margin-bottom: 30px;
}
.cff-text,#cff a,#cff .cff-shared-link .cff-post-desc,#cff.cff-thumb-layout .cff-date,#cff .cff-author .cff-story, #cff-lightbox-wrapper .cff-author .cff-story{
	font-family: "IBM Plex Sans";
}
.ulko li a:hover{
	text-decoration: none;
	border-bottom: 1px solid #828282;
}
.ulko li a{
	padding-left: 0!important;
	padding-right: 0!important;
}
.odup li{
	padding-right: 10px;
	padding-left: 10px;
}
.cas{
	color: #828282!important;
	text-transform: uppercase;
}
.stiahnutia a{
	color: #828282!important;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1.2em;
}
body{
	margin-bottom: 0;
}
.ibm{
	border-top: 0!important;
	border-bottom: 0!important;
}
.menol{
	font-family: "IBM Plex Sans";
	color: #828282;
	font-weight: 400;

}
.loga{
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
#peoples p{
	font-family: "IBM Plex Sans";
	color: #828282;
}
#peoples p{
	margin-bottom: 10px;
}
#peoples a{
	font-family: Roboto;
	color: #828282;
	text-decoration: underline;
}
.ulko li{
	list-style-type: initial;
	display: inline-block;
	font-size: 20px;
	font-family: Roboto;
}
.cas{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.centtext{
	text-align: center;
	margin-bottom: 400px;
}
.odtom{
	padding-top: 60px;
}
.linka{
	padding-top: 0;
	padding-bottom: 0;
}

.texty p{
	text-align: left;
	color: #cdcdcd!important;
}
.imkobox h2{
	text-transform: uppercase;
	font-size: 24px;
	padding-left: 15px;
	padding-right: 15px;
}
.mensiet {
	text-align: center;
}
.mensiet p{
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-left: 0;
}
.doprava{
	max-width: 150px;

}
.doprava {
    max-width: 57px;
    display: inline-block;
    line-height: 1.5;
}
.withbg {
    
    background-size: 100% 50%!important;
    background-repeat: no-repeat!important;
    background-position: bottom!important;
}
.page-template-page-festival .withbg{
	
	background-image: none!important;
}

.pt-30{
	padding-bottom: 15px;
}
.pb-30{
	padding-top: 15px;
}
.page-template-page-akcie .container{
	background-color: initial;
}
.page-template-page-program .container,.page-template-page-vystavy .container{
	background-color: initial;
}
.nazvko {
    max-width: 170px;
    margin: 0 auto;
}
#cff.cff-masonry .cff-load-more{
	background-color: initial;
	color: #828282!important;
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Roboto;
}
#cff.cff-masonry .cff-load-more:hover{
	text-decoration: underline;
}
.viac-sprav{
	display: none;
}
#spravy{
	margin-bottom: 30px;
}
#cff .cff-load-more:hover{
	background: initial!important;
}
.odtpc{
	margin-top: 20px;
}
.texty p{
	font-family: "IBM Plex Sans";
	color: #404040!important;
}
.bigcentpar{
	color: #404040!important;
	font-size: 24px;
	font-family: Roboto;
	font-weight: 700;
	text-decoration: underline!important;
}
.copy{
	font-family: "IBM Plex Sans";
	color: white;
}
.nazko:hover{
	text-decoration: none;
	border-bottom: 1px solid white;
}
.logocontent{
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
}
.nazko{
	color: #404040!important;
}
.loga{
	
	padding-top: 15px;
	padding-bottom: 15px;
}
.loga h5{
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 12px;
	color: #828282!important;
}
.loga img{
	max-width: 100px;
	filter: invert(45%) sepia(26%) saturate(0%) hue-rotate(130deg) brightness(95%) contrast(80%);
	mix-blend-mode: multiply;
}
table{
	border: 0;
}
table tr:nth-child(1) td{
	border: 0;
}
table tr td:nth-child(1){
	border: 0;
}
.texty{
	padding-top: 15px;
}
.bigcentpar{
	text-transform: uppercase;

}
.rightal{
text-align: right;
}
.nazko{
	margin-right: 15px;
	text-transform: uppercase;
	
	font-size: 20px;
	color: white!important;
}
.odpcc{
	margin-top: 15px;
	margin-bottom: 15px;
}
.loga img{
	
	margin-right: 30px;
}
.odtpc p{
	margin-bottom: 0px;
}
.odtpc .col-md-3{
	text-align: center;
}
.page-template-page-spravy .cff-wrapper{
	margin-bottom: 30px;
}
.rigal{
	padding-right: 60px;
}

.borddown{

	padding-bottom: 15px;
}
.ibm p, .ibm a{
	font-family: "IBM Plex Sans";
	color: #828282!important;
}
.line-a{
	margin-top: -5px;
}
.pb-30{
	padding-bottom: 30px;
	} .pt-30{
	padding-top: 30px;
}
.nobg{
         background-color: initial!important;
    }
.odtpc a{
	color: #404040;
}
.ulko{
	margin-bottom: 10px;
	text-transform: uppercase;
}
.nbtt{
	padding-bottom: 0;
	margin-bottom: 0;
}
.ulko{
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}
footer .ulko li{
	padding-left: 15px;
	padding-right: 15px;
}
.current-lang{
	visibility: hidden;
}
.textbox{
	font-family: Roboto;
	text-align: center;
}
.owl-carousel{
	padding-top: 10px;
}
.widko{
	width: 80%;
}
.ludfest{
	margin-top: 15px;
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
}
.cent{
	text-align: center;
}
.right{
	text-align: right;
}
.odtt{
	margin-top: 30px;
	margin-bottom: 10px;
}
.ifr{
	width: 100%;
}
.moremess{
	font-size: 28px;
	margin-top: 30px;
	display: block;
	margin-bottom: 30px;
}


.ulko li a{
	color: #828282;
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
}
#doprava p{
	font-family: "IBM Plex Sans";
	font-weight: 300;
}
#doprava h3{
	text-transform: uppercase;
	font-weight: 700;
	color: #828282;
}
.upper{
	font-size: 14px;
	position: relative;
	top: -15px;
	left: 10px;

}
.imkom{
	width: 160px;
	height: 160px;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#peoples{
	margin-top: 30px;
}
.navbar li{
	display: inline-block;
}
body .bg-light{
	background-color: initial!important;
}
.catulko{
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	margin-top: 30px;
}
.viac-vystavy{
	margin-top: 10px;
	margin-bottom: 40px;
	display: block;
}
.catulko li{
	color: #828282!important;
	text-transform: uppercase;
}
.catulko li a{
	color: #828282!important;
	text-transform: uppercase;
}
.nadko{
	color: #828282!important;
}
.nadko a{
	color: #828282!important;
	text-decoration: underline;
}
.tt,.tt-viac{
	color: #828282!important;
	font-family: "IBM Plex Sans";
	font-size: 24px;
	font-weight: 300;
}
.viac-klik,.viac-vystavy{
	color: #828282!important;
	font-size: 20px!important;
	cursor: pointer;
}
.nadko{
	margin-bottom: 15px!important;
}
.odtopik{
	margin-top: 40px;
	padding-bottom: 40px;
}
.catulko li{
	list-style-type: none;
	display: inline-block;
	font-size: 2em;
	font-family: Roboto;
	padding-right: 15px;
	padding-left: 15px;
}

#primary-menu{
	margin-left: 0;
	padding-left: 0;
}

.catulko li a.activecatik{
	color: white!important;
}
.notop{
	margin-top: 0;
}
.program-head{
	color: #828282!important;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.owmm{
	margin-bottom: 30px;
}
.menu-item a{
	font-size: 29px;
	text-transform: uppercase;
	padding-left: 40px;
	color: #828282!important;
}
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe{
	width: 100%!important;

}
.ifra{
	margin-bottom: 10px;
}
.tbox{
	margin-bottom: 5px;
}
.obsah a{
	font-size: 22px;
	color: #828282!important;
}
.jazyky ul li{
	display: block;
	text-transform: uppercase;
}
.jazyky ul li a{
	display: block;
	font-size: 13px;
	color: #a0a0a0!important;
	font-size: 11px;
	
	text-transform: uppercase;
}
.jazyky ul li.current-lang a{
	
	visibility: visible;
	color: #828282!important;
	opacity: 1;
	
}
.wcs-timetable__list a:hover h3{
	text-decoration: initial!important;
}
.wcs-timetable__list a:hover{
	text-decoration: initial!important;
}
.tippy-box {
  background-color: white;
  color: #828282;
  padding-left: 15px!important;
  padding-right: 15px!important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "IBM Plex Sans";
}
.tbox p{
	font-family: 'IBM Plex Sans';
	
}

.tbox p a{
	font-family: 'IBM Plex Sans';
	color: #404040;
	text-decoration: underline;
}

.cas{
	font-size: 29px;
	color: #828282!important;
    -webkit-text-stroke: 0!important;
}
.cas.activecatik{
	color: #828282!important;
    -webkit-text-stroke: 0!important;
}
.imkobox h2{
	font-size: 30px;
}

.den{
	    color: white!important;
    -webkit-text-stroke: 1px #828282!important;
}
.tippy-box > .tippy-arrow::before {
  display: none;
}
.tippy-box h2{
	font-family: "Roboto";
	font-size: 18px;
}
.tippy-box h3{
	font-family: "Roboto";
	font-size: 16px;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
.cff-likebox.cff-bottom{
	display: none!important;
}
#cff.cff-masonry{
	margin-bottom: 0!important;
}

.ludobs{
	max-width: 70%;
	margin: 0 auto;
}
div.obsah{
	font-size: 20px;
}
p.ludia{
	max-width: 450px;
}
.jazyky ul{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.program-head{
	max-width: 70%;
	margin: 0 auto;
	margin-top: 35px;
	line-height: 1.8em;
}
.imgbox{
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center center;
}
.modal{
	overflow: scroll;
}
p.ludia{
	margin-top: 60px;
}

.odcontent{
	padding-top: 30px;
	padding-bottom: 30px;
}
.menu-item a:hover{
	text-decoration: initial;
}
.bg-light{
	padding-right: 0;
}
.menu-item:nth-last-child(1) a{
	padding-right: 0;
}
.not-found{
	text-align: center;
	margin-top:100px;
	margin-bottom: 100px;
}
.imkobox{
	text-align: center;
	background: rgb(254,0,0);
    background: linear-gradient(145deg, rgba(254,0,0,1) 0%, rgba(255,255,255,1) 100%);
	color: white;
	padding-top: 100px;
	padding-bottom: 80px;
	background-size: cover;
	background-position:  center center;
	margin-bottom: 30px;
}
.grid-item{
	margin-top: 20px;
	margin-bottom: 20px;
}
.grid-item,.grid-item2 { width: calc(49% - 60px);

	margin-left: 30px;
	margin-right: 30px;
	
	


 }
 .wcs-timetable__container h3{
 	text-transform: uppercase;
 	color: #828282!important;
 }
 .wcs-timetable--1 .wcs-btn--action{
 	color: #828282!important;
 }
 .wcs-timetable__container *{
 	color: #828282!important;
 }
 .tmaxw{
 	max-width: 70%;
 	margin: 0 auto;

 }
 .grid-item2 { width: calc(32%);

	margin-left: 5px;
	margin-right: 5px;
	


 }
 .nopdrg{
 	padding-right: 0;
 }
 .grid-item2{
 	margin-top: 5px;
	margin-bottom: 5px;

 }
 .grid{
 	margin-bottom: 30px;
 }
 .grid2{
 	max-width: calc(70% + 10px);
 	margin: 0 auto;
 }
.carinfos{
	text-align: center;
	font-family: "IBM Plex Sans";
    color: #828282;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
}
.owl-second .owl-dots{
	margin-top: -15px!important;
}
.ackohov:hover{
	text-decoration: none;
}
.odtop1{
	padding-top: 60px;
}
#vystavy-info .container{
	border-bottom: 1px solid #A1A1A1;
}
.npdr{
	padding-left: 0;
	padding-right: 0;
}
.odup{
	margin-top: 15px;
	margin-bottom: 25px;
}
.odup li{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 24px;
}
.archive .odtop1{
	padding-top: 0;
}
.current-menu-item a{
	color: white!important;
	-webkit-text-stroke: 1px #828282!important;!important;
}
.borh{
	color: white!important;
	-webkit-text-stroke: 1px #828282!important;!important;
}
.ludia{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #828282!important;
}
.obsah p,.obsah li{
	color: #828282!important;
	font-family: "IBM Plex Sans";
	font-size: 22px;
}
.custom-page p,.custom-page li,.custom-page a{
	font-family: "IBM Plex Sans";
} 
.custom-page{
	padding-top: 40px;
	padding-bottom: 40px;
}
.ulko li a{
	font-size: 29px;
}
.ifra iframe{
	width: 100%;
	height: 200px;
	margin-bottom: 50px;
}
.ifra{
	margin-bottom: 30px;
}
.tt, .tt-viac{
	font-size: 22px;
	font-family: Roboto;
	font-weight: 400;
}
.obsah{
	margin-bottom: 60px;
}
.tbtt{
	margin-bottom: 60px;
}
#repeater p{
	font-family: IBM Plex Sans;
	font-size: 24px;
	margin-bottom: 10px;
}
.tbox{
	font-family: IBM Plex Sans;
	font-size: 28px;
}
.navbar{
	padding-left: 0;
}
.navbar .navbar-brand{
	font-size: 30px;
	color: white!important;
	margin-right: 5px;
	padding-right: 0;
	-webkit-text-stroke: 1px #828282!important;!important;
}
.nadko{
	margin-bottom: 30px;
	text-transform: uppercase;
}
.tt-viac{
	display: none;
}
.rigal,.center{
	text-align: right;
	text-transform: uppercase;
	text-decoration: underline;
}
.center{
	text-align: center;
}
#cff .cff-author .cff-page-name.cff-author-date{
	color: #404040;
}
#cff a{
	color: #404040!important;
}
.cff-text{
	font-size: 14px;
}
.cff-text-link{
	font-family: Roboto;
}
.cff-post-desc{
	font-size: 12px;
	margin-top: 30px;
	display: block!important;
}
.menu-item a{
	font-weight: 900;
}
.ulko li a{
	font-weight: 300;
}
.navbar .navbar-brand{
	font-family: mikser;
}
#cff.cff-masonry .cff-load-more{
	display: none;
}
#cff.cff-masonry .cff-likebox{
	display: none;
}
*:focus{
	outline: initial!important;
}
.nowshow{
	visibility: hidden;
}
.imkobox{
	position: relative;
}
.datumspan{
		display: block;
		margin-top: 10px;
		width: 100%;
	}
.catulko li{
	cursor: pointer;
}
.catulko li.activecat a,.activecatik{
	color: white!important;
	-webkit-text-stroke: 1px #828282!important;
}
#vystavy-info .nadko, #vystavy-info .tt, #vystavy-info .tt-viac{
	max-width: 70%;
	margin: 0 auto;
}
#vystavy-info .row{
	padding-top: 50px;
}
.ulko{
	color: #828282!important;
}
.activecatik a{
	color: white!important;
	-webkit-text-stroke: 1px #828282!important;

}
.catulko li{
	font-size: 29px;
}
.bgimkoo{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 550px;
	margin-top: 40px;
	margin-bottom: 40px;

}
.imkobox::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	background-color: black;
	opacity: 0.5;
	z-index: -1;
	left: 0;
}
.site-info {
	background-size: contain;
	background-position: bottom;
	background-repeat-y: no-repeat!important;
	background-repeat: no-repeat!important;
}
.nowshow h2{
	text-transform: uppercase;
}
.catulko li a:hover{
	text-decoration: none;
}
.catulko li a.activecatik{
	border-bottom: 0px solid #828282;

	text-decoration: none!important;
}
.catulko li a:hover{
	border-bottom: 1px solid #828282;
}
.imkobox p{
	font-family: "IBM Plex Sans";
}
.imkobox:hover .nowshow{
	visibility: visible;
}
.imkobox:hover{
	filter: grayscale(100%);
}
.nowshow p{
	font-family: "IBM Plex Sans";
}
.oknomodal a, .oknomodal{
	color: #828282!important;
}
.oknomodal{
	padding-top: 50px!important;
	padding-bottom: 50px!important;
}
.modal a.close-modal{
	top: 10px!important;
	right: 10px!important;
}
.slider-im{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}
.slider-im1{
	width: 150px;
	display: inline-block;
	height: 100px;
	background-size: cover;
	background-position: center center;
}
.owl-prev, .owl-next{
	position: absolute;
	top: 200px;

}
.owl-prev{
	left: -60px;
}
.owl-next{
	right: -60px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: initial;
   
}
.owl-nav img{
	width: 30px;
}
.owl-nav .left{
	transform: rotate(180deg);
}
.owl-thumbs{
	margin-top: 20px;
	text-align: center;
}
.slider-im1{
	margin-right: 8px;
	margin-left: 8px;
	cursor: pointer;
}
.catulko li.singlecat a{
	color: white!important;
	-webkit-text-stroke: 1px #828282!important;
}
.catulko li.singlecat a:hover,.catulko li.activecat a:hover{
	text-decoration: initial!important;
	cursor: default;
	border-bottom: 0!important;	
}
@media screen and (max-width: 992px){
	#primary-menu li{
		display: block;
		padding-left: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.jazyky{
		position: absolute;
		left: 130px;
		top: 15px;
	}
	.navbar-light .navbar-toggler-icon,.navbar-toggler{
		border: 0!important;
	}
	.menu-item a{
		padding-left: 0;
	}
	.right{
		text-align: left;
	}
	.bigcentpar{
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 600px){
	.videocover{
		height: 300px;
	}
	iframe{
		height: 300px;
	}
	.ifra iframe{
		height: 400px;
	}
	.owl-prev, .owl-next{
		left: initial!important;
		right: initial!important;
		top: initial!important;
		bottom: 30px!important;
		position: relative;
	}
}
@media screen and (max-width: 767px){
	.peopv .col-md-4{
		margin-top: 30px;
	}

}
@media screen and (max-width: 480px){
	.minh{
		height: 100vh;
		min-height: 600px;
		overflow: hidden;
		width: 100%;
		background-position: center center;
		background-size: cover;
		position: relative;
	}
	.site-info{
		background-repeat: no-repeat;
	}
	.bgimkoo{
		height: 300px;
	}
	.program-head{
		max-width: 100%;
	}

	.loga img{
		width: 80px;
		margin-top: 30px;
	}
	.borddown .col-md-3{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.odup li{
		margin-right: 15px;
		margin-left: 15px;
		font-size: 20px;
	}
	.mobcent{
		text-align: center;
	}
	.slider-im{
		height: 350px;
	}
	.ifra iframe{
		height: 250px;
	}
	.cverko{
		margin-top: 90px;
		position: absolute;
	}
	.absolut{
		height: 400px;
	}
	.page-template-page-festival .withbg.shothisg{
		background-size: 100% 50%!important;
	}
	.grid-item, .grid-item2{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.wcs-timetable--1 .wcs-btn--action, .wcs-timetable--1 .wcs-btn--action:hover{
		padding-left: 0;
	}
	#vystavy-info .nadko, #vystavy-info .tt, #vystavy-info .tt-viac{
		max-width: 100%;
	}
	.tmaxw{
		max-width: 100%;
	}
	.ttcko{
		max-width: 100%;
	}
	.grid2{
		max-width: 100%;
	}
	footer{
		padding-bottom: 60px;
	}
	.odup li{
		margin-left: 0;
		margin-right: 0;
	}
	.ludobs{
		max-width: 100%;
	}

}
@media screen and (max-width: 400px){
	.absolut {
		height: 300px;
	}

}
#video .owl-next{
	display: none;
}
.peopv .cent{
	margin-top: 30px;
}
.hero_banner{
	width: 100%;
	height: auto;
}

.centtext.stiahnutia{
	margin-bottom: 100px;
}

@media screen and (max-width: 567px){
	.cas.activecatik span{
		display: block!important;
	}
}