.icon-image img{
	height:40px;
}

.icon-image{
	text-align:center;
}

#univers_top_header_responsive .nav-label span:nth-child(2){
	display:none;
}

#univers_top_header_responsive .nav-label{
	display: flex;
	align-items: center;
}

#univers_top_header_responsive>li>a>i.fa-chevron-down{
	order:2;
}

#univers_top_header_responsive li.have-icon>a>div{
	display:flex;
}

#univers_top_header_responsive li.have-icon .nav-label{
	order:2;
}

#univers_top_header_responsive li.have-icon .icon-image{
	width:50px;
	text-align:left;
}
#univers_top_header_responsive li.have-icon .icon-image img{
	height:30px;
}

#univers_top_header_navigation>ul>li>a{
	padding:18px 25px 12px 25px;
}

.cookies-modal-body{
	 max-height: calc(100vh - 30em);
	 overflow: scroll;
 }
#univers_top_header_navigation>ul>li.font-icon .nav-icon i, #univers_top_header_navigation>ul>li.font-icon .nav-icon span{
	font-size:35px;
	margin-bottom:5px;
	color:#226ab6;
	max-width:35px;
}


#univers_top_header_navigation>ul>li>a>i{
	display:none;
}

.last_posts-posts .last_post-img{
	background-size:cover;
	background-position:center;
}

.last_posts-posts .last_post-img div{
	background-size:contain;
	background-repeat:no-repeat;
	backdrop-filter:blur(10px);
}

.blogPreview{
	background-size:cover;
	background-position:center;
}

.blogPreview div{
	background-size:contain;
	background-repeat:no-repeat;
	backdrop-filter:blur(10px);
}

.gallery-category-preview{
	background-size: cover;
}

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

.g-preview{
	background-size: cover;
}

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

#univers_top_header_navigation>ul>li>ul::before{
	left:20px;
}

.blogDiv{
	background: #f5f5f5;
	border:0;
}

.blogContent{
	display:flex;
	flex-direction: column;
}

.blog-perex{
	flex:none;
}

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

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

	.slick-dots{
		bottom: 30px;
	}

}

/* 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) {



}

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

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




}


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


}

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



}