 #search-bg{
	 position: fixed;
	 width: 100%;
	 height: 100%;
	 background: #000000d6;
	 z-index: 10;
	 top: 0;
	 display:none;
	 left:0;
 }

 .univers_top_panel_navigation_toggler .bar{
	 color: #E77452;
 }

 .dotted-element{
	 display:none;
 }

 .last_post-button span{
	 background:transparent;
	 border:0;
	 color:#606060 !important;
	 font-size: 1.2rem !important;
 }

 .last_posts-2 .last_post-perex{
	 color:#606060 !important;
 }

 .univers_top_panel_navigation_toggler.is-active{
	 background: #E77452;
 }

#search-element{
	display:none;
	position: absolute;
	z-index: 11;
	left: 50%;
	transform: translateX(-50%);
	top: 100px;
	color:#fff;
}

#search-close{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2rem;
	cursor:pointer;
}

#search-element span{
	font-size: 1.5rem;
	line-height: 2.9rem;
}

#search-element input{
	width: 300px;
	font-size: 1.5rem;
}

.search{
	cursor:pointer;
}


#top-panel-links{
	flex-wrap:wrap;
	justify-content:center;
}

a.top-panel-link{
	width: calc(25% - (30px / 4));
	flex:none;
	margin-bottom:10px;
}

a.top-panel-link:nth-child(4n+1) {
	margin-left: 0px;
}

#univers_top_header_navigation>ul>li>ul{
	border-radius: 10px;
	padding: 10px;
}

#univers_top_header_navigation>ul>li>ul>li>a{
	padding: 10px 5px;
}

#custom-logo{
	font-family: "Montserrat";
	font-weight:800;
}

a#custom-logo{
	position: relative;
	--reveal-cover: #fff;
	margin-left:20px;
	margin-top:10px;
	grid-area:logo;
	text-decoration:none;
}

#custom-logo div{
	color: #fff;
	background: #f08013;
	margin-bottom: 2px;
	position: relative;
	overflow: hidden;
	font-size: 1em;
	display: flex;
	align-items: center;
	height: 20px;
}

#logo-line-1{
	width:80px;
	padding-left:40px;
}

#logo-line-2{
	width:100px;
	padding-left:40px;
}

#logo-line-3{
	width:120px;
	padding-left:40px;
}

#custom-logo > div::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--reveal-cover, #fff);
	pointer-events: none;
	will-change: transform;
	animation-delay: 1s;
}

/* Animace odkrývání (2 s, rychle → pomalu) */
#logo-line-1::after {        /* odkrýt zleva doprava */
	transform-origin: right center;
	animation: revealX 3s cubic-bezier(.16,1,.3,1) forwards;
}

#logo-line-2::after {        /* odkrýt zprava doleva */
	transform-origin: left center;
	animation: revealX 3s cubic-bezier(.16,1,.3,1) forwards;
}

#logo-line-3::after {        /* odkrýt shora dolů */
	transform-origin: bottom center;
	animation: revealY 3s cubic-bezier(.16,1,.3,1) forwards;
}

/* Klíčové snímky: zmenšujeme krycí vrstvu */
@keyframes revealX {
	from { transform: scaleX(1); }
	to   { transform: scaleX(0); }
}
@keyframes revealY {
	from { transform: scaleY(1); }
	to   { transform: scaleY(0); }
}

/* Respekt k uživatelům se sníženou animací */
@media (prefers-reduced-motion: reduce) {
	#custom-logo > div::after { display: none !important; }
}

div#logo-logo {
	position: absolute;
	bottom: -5px;
	left: 5px;
	height: 0px;
	width: 30px;
	z-index: 5;
	pointer-events: none;
	background:transparent;
	will-change: height;
	animation: height_logo 3s cubic-bezier(.16,1,.3,1) forwards;
	animation-delay: 1s;
}

div#logo-logo::after{
	displaY:none;
}

#logo-logo img{
	height: 80px;
	width: auto;
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 6;
}

@keyframes height_logo {
	from { height: 0; }
	to   { height: 80px; }
}

#header-posts_slider{
	background: #8ca681;
}

#header-posts_slider-inner-text{
	background: #718969;
	color:#fff;
}

#page-loader{
	position:fixed;
	top:0;
	left:0;
	z-index:99999999999;
	width:100vw;
	height:100vh;
	background:#fff;
	background-image: radial-gradient(#939393 1px, transparent 1px);
	background-size: 40px 40px;
}

#page-loader #custom-logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#page-loader #custom-logo div{
	height: 50px;
	font-size: 1.8em;
}

#page-loader #logo-line-1{
	width: 170px;
	padding-left: 85px;
}

#page-loader #logo-line-2{
	width: 200px;
	padding-left: 85px;
}

#page-loader #logo-line-3{
	width: 230px;
	padding-left: 85px;
}

#page-loader div#logo-logo{
	width:80px;
	height:0px;
	animation: height_logo_big 1.5s cubic-bezier(.16,1,.3,1) forwards;
	animation-delay: .5s;
}

#page-loader #logo-logo img{
	height:200px;
}

#logo-line-1::after {        /* odkrýt zleva doprava */
	transform-origin: right center;
	animation: revealX 1.5s cubic-bezier(.16,1,.3,1) forwards;
}

#logo-line-2::after {        /* odkrýt zprava doleva */
	transform-origin: left center;
	animation: revealX 1.5s cubic-bezier(.16,1,.3,1) forwards;
}

#logo-line-3::after {        /* odkrýt shora dolů */
	transform-origin: bottom center;
	animation: revealY 1.5s cubic-bezier(.16,1,.3,1) forwards;
}

#custom-logo > div::after {
	animation-delay: 0.5s;
}

@keyframes height_logo_big {
	from { height: 0; }
	to   { height: 200px; }
}

.dotted-element{
	position: absolute;
	background: #fff;
	width: 100%;
	height: 330px;
	background-image: radial-gradient(#939393 1px, transparent 1px);
	background-size: 40px 40px;
}

.gallery-category-preview-image{
	border-radius: 30px;
	background-size: contain;
	backdrop-filter: blur(10px);
}

.gallery-category-preview{
	background-size: cover;
	background-position: center;
	border-radius: 30px;
}

.g-preview-image{
	border-radius: 30px;
	background-size: contain;
	backdrop-filter: blur(10px);
}

.g-preview{
	background-size: cover;
	background-position: center;
	border-radius: 30px;
}


/* Rozlišení větší nebo rovné 576px (telefony) */

@media screen and (min-width: 576px) {



}

/* Rozlišení větší nebo rovné 768px (větší telefony, tablety) */


@media screen and (min-width: 768px) {

	.header{
		padding-left: 0;
		padding-right: 20px;
		border: 20px solid #ECECEC;
		background: #46B6D3;
		margin-left:-20px;
	}

	.header-slider-item div{
		border-radius: 0px 160px 160px 0px;
	}

	.header-slider-item{
		border-radius: 0px 160px 160px 0px;
	}

	#header-slider{
		border-radius: 0px 160px 160px 0px;
	}

}

/* Rozlišení větší nebo rovné 992px (velké tablety, menší počítače) */

@media screen and (min-width: 992px) {

	.dotted-element{
		height:380px;
	}

}

/* Rozlišení větší nebo rovné 1200px (standardní počítače) */

@media screen and (min-width: 1200px) {

	#top-panel-links{
		flex-wrap:nowrap;
		justify-content:center;
	}

	a.top-panel-link{
		width:90px;
		margin-bottom:0;
	}

	a.top-panel-link:nth-child(4n+1) {
		margin-left: 10px;
	}

	.dotted-element{
		height:430px;
	}

	.top-panel #custom-logo{
		display:flex;
		flex-direction:column;
		justify-content:center;
	}

	.top-panel #custom-logo div{
		height:25px;
	}

	.top-panel #logo-logo img{
		height:100px;
	}

	.top-panel #logo-line-3{
		padding-left:45px;
		width:130px;
	}

	.top-panel #logo-line-2{
		padding-left:45px;
		width:110px;
	}

	.top-panel #logo-line-1{
		padding-left:45px;
		width:90px;
	}

	.top-panel div#logo-logo{
		width: 40px;
		bottom: 30px;
		animation: height_logo 3s cubic-bezier(.16,1,.3,1) forwards;
		animation-delay: 1s;
		height:0px;
	}

	@keyframes height_logo {
		from { height: 0; }
		to   { height: 100px; }
	}


}


@media screen and (min-width: 1400px) {

	.dotted-element{
		height:560px;
	}

}













