/* === HOTFIXES (dočasně) === */

.section--reference .blocks li:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.section--reference a {
	position: relative;
	z-index: 2;
}

.section--reference .category {
	color: #000000;
    background: #00000029;
    padding: 0px 7px;
    border-radius: 3px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 5px;
}
.section--reference a.www,
.section--reference a.preview,
.section--reference a.profile {
	color: #000000;
    background: white;
    padding: 0px 7px;
    border-radius: 3px;
    text-decoration: none;
    position: absolute;
    left: 5px;
    bottom: 40px;
}

.section--reference a:hover.www,
.section--reference a:hover.preview,
.section--reference a:hover.profile {
	background: #ccc;
}

.section--reference a.www {
    left: 5px;
}

.section--reference a.preview{
	display: none;
}

.section--reference a.profile {
	left: auto;
	right: 5px;
}



.section--reference iframe{
	
	border: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.benefits {
    margin: 0;
    padding: 60px 0;
    width: 100%;
	background: transparent;
    text-align: center;
}

.benefits p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits h2 {
text-align: center;

}

.benefits a {
	display: inline-block;
	margin: 0;
	padding: 30px;
}

.benefits a span {
	display: none;
}

.benefits img,
.benefits svg {
	display: inline-block;
}

.benefits ul {
	display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.benefits li {
	list-style: none;
    margin: 0 auto;
    padding: 20px;
	max-width: 260px;
}

@media only screen and (min-width: 700px) { /* Z Fold 7 - chrome) */

	.benefits ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: flex-start;
		max-width: 1200px;
	}
	
	.benefits li {
	    margin: 0;
	    max-width: 33%;
	}
	
}

.benefits li h3 {
	font-size: 120%;
    font-weight: bold;
}

.benefits li img {
	max-width: 100%;
	    display: block;
    margin: 0 auto;
}

.hp-sluzby {
	margin: 60px 0;
}