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