/* Všechna rozlišení */

.top-panel .navigation-open-button{
display:none;
}

#top-panel-navigation-desktop{
width:auto;
}

a.hp-link>div:first-child i{
color: #828282;
}

a.hp-link:hover>div:first-child i{
color: #fff;
}

a.hp-link img:nth-child(2){
	display:none;
}

a.hp-link:hover img:nth-child(1){
	display:none;
}

a.hp-link:hover img:nth-child(2){
	display:inline;
}

.slick-dots{
	display:none !important;
}

a.header-posts_slider-button{
	background:#75a9f9;
	color:#fff !important;
}

a.header-posts_slider-button:hover{
	background: #5086d7;
	color:#fff !important;
}

.hp-links-links{
	    max-width: 350px !important;
}

a.hp-link{
	font-size:1.1rem !important;
}

#top-panel-navigation-desktop .vitalex-navigation ul.basic{
	display:flex;
}

/* Rozlišení větší nebo rovné 576px (telefony) */

@media screen and (min-width: 576px) {

	.hp-links-links {
		max-width: 510px !important;
	}

}

/* Rozlišení větší nebo rovné 768px (větší telefony, tablety) */


@media screen and (min-width: 768px) {

	a.header-posts_slider-button{
		font-size:1.1rem;
	}

	.hp-links-links {
		max-width: 570px !important;
	}
}

/* Rozlišení větší nebo rovné 992px (velké tablety, menší počítače) */

@media screen and (min-width: 992px) {

	.hp-links-links{
		max-width: 950px !important;
	}

}

/* Rozlišení větší nebo rovné 1200px (standardní počítače) */

@media screen and (min-width: 1200px) {



}


@media screen and (min-width: 1400px) {



}
