.top-article-2 {
	margin-bottom: 18.4px;
}

.top-article-2__item {
	padding: 20px;
	line-height: 1.2;
	margin-bottom: 4px;
	text-align: center;
	background: #bd1824;
        color: white;
}

.top-article-2__item__text {
	color: white;
	text-decoration: none
}

.top-article-2 h2 {
        margin-top: 0;
        padding-top: 0;
	font-weight: 600;
	color: white;
}

.top-article-2__item:hover .top-article-2__item__text__title {
}

@media only screen and (min-width:750px) {
	.top-article-2 {
		display: flex;
		flex-wrap: wrap;
		margin-left: -1%
	}
	.top-article-2__item {
		box-sizing: border-box;
		float: left;
		width: 49%;
		margin-left: 1%
	}
}

.top-article__item__text, .top-article-2__item__text { box-sizing: border-box;
	display: block;
	padding-left: 60px;
	text-decoration: none;
	position: relative;
}

.reference-2 {
    width: 99%;
}

.reference-2 tbody {
	background: #c7c7c6
}

.reference-2 td,
.reference-2 th {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.reference-2 td.reference__title,
.reference-2 th.reference__title {
        height: 3rem;
	color: #fff;
	background: #bd1824;
}

.reference-2 td.reference__obrazek {
        min-width: 10%;
        padding: 0; margin: 0;
	vertical-align: top;
        max-width: 230px;
}

.reference-2 td.reference__obrazek img {
        display: block;
        min-width: 150px;
}

.reference-2 td.reference__text,
.reference-2 th.reference__text {
	vertical-align: top;
}

.reference-2 thead th.reference__title {
	background: 0
}

.nabidky__odkaz__lupa { padding: 4px 6px; background: #bd1824; color: white; text-decoration: none; }
.nabidky__odkaz__lupa:hover, .nabidky__odkaz__lupa:focus, .nabidky__odkaz__lupa:active { background: black; }

.nabidky__cervene_odrazky { color: #bd1824; }
.nabidky__cervene_odrazky span { color: black; }


.rating {
  width: 5.625rem;
  height: 1.125rem;
  margin: auto;
  position: relative;
}
.rating--recept--action:hover .rating__score {
  width: 100% !important;
}
.rating__score {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.rating__score svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #bd1824;
}
.rating__score__inner {
  display: flex;
}
.rating__score__background {
  display: flex;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rating__score__background svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #bd1824;
}
.rating__score__background__inner {
  display: flex;
}
.rating-newest {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.25rem 0;
}

@media only screen and (min-width:1000px) {
    .obchodni_nabidky_souvisejici_polozky {
        width: 18.9%!important;
    }
}
@media only screen and (min-width:900px) {
    .obchodni_nabidky_heureka {
        width: 23.9%!important;
    }
}

.lista--gdpr{
    width: 100%;
    text-align: center;
    font-size: .9rem;
    background-color: #c7c7c6;
    padding: 5px;
    color: black;
    line-height: 1.2rem;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lista--gdpr div{
    padding-top: .5rem;
}

.lista--gdpr__button {
    margin: 0 1rem;
    padding: .3rem 1rem;
    color: #fff;
    background: #bd1824;    
    cursor: pointer;
}

.lista--gdpr__button:hover, .lista--gdpr__button:focus, .lista--gdpr__button:active {
    background: black;    
    cursor: pointer;
}

.ulozeny-kosik { 
    text-decoration: none; margin: 1rem 0; text-align: left; padding: 1rem; font-weight: normal;
    border: 1px solid #c7c7c6; color: black; background: #c7c7c6;
}

.doporuc { padding-top: 1rem; margin-right: -7px; }
.doporuc-skryj { padding-top: 0; padding-bottom: 0; height: 0; overflow: hidden; }

.article1 { background: #c7c7c6; }
.article4 { background: #c7c7c6; }

@media only screen and (max-width:999px) {
    .article1 { background: #c7c7c6; }
    .article2 { background: none; }
    .article3 { background: #c7c7c6; }
    .article4 { background: none; }
}

.stav--ok {
    color:#black;
    background:#c7c7c6;
    border-color:#c7c7c6;
}
.stav--chyba {
    color:white;
    background:#bd1124;
    border-color:#bd1124;
}

.popup {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
        backdrop-filter: blur(4px);
	z-index: 10000;
}
.popup .okno {
	padding: 20px 30px;
	font-size: 1rem;
        line-height: 125%;
}
.popup .tlacitko_odstavec { margin: 0; padding: 0; text-align: center; }
.tlacitko { width: auto; min-width: 6rem; }
.stav--chyba .tlacitko {
    cursor: pointer;
    color:black;
    background:white;
    border-color:white;
}
.stav--ok .tlacitko {
    cursor: pointer;
    color:black;
    background:white;
    border-color:white;
}
.popup .tlacitko:hover, .stav--chyba .tlacitko:focus, .stav--chyba .tlacitko:active { background: black; border-color: black; color: white; }

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0;
	height:0;
	overflow:hidden;
    margin-bottom: .5em;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.h3, h3 {
    font-size: 14px;
    color: black;
}

.h4, h4 {
    font-size: 14px;
}