#search-results {
    background-color: #fff;
    margin: -15px 0 15px 0;
    width: 100%;
    padding: 0 0 10px 35px;
    position: relative;
    z-index: 10;
}

.search-results-kompakt-heading {
    background-color: #fff;
    color: var(--primary-dark);
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

.sz-banner-container {
    margin-top: 0;
}

/*
.header .logo img {
    max-height: 120px;
    margin-right: 0;
}
*/

.header .banner {
    margin-bottom: 1.5rem;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.header .banner img {
    max-width: 100%;
}

.page-wrapper {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}


/* Ošetření skrz AdActive branding - POLOCUSTOM RUBRIKY - STANDARD (START) */

body {
    text-align: center;
}

.page-wrapper {
    text-align: left;
}

header, .row, footer {
    z-index: 10;
    position: relative;
}

.leaderboard-top-container {
    text-align: center;
}

#leaderboard-top img {
    max-width: none;
}

/* Ošetření skrz AdActive branding - POLOCUSTOM RUBRIKY - STANDARD (END) */

ul.comments {
    margin-top: 1rem;
}

.comment {
    background: #F2F2F2;
    margin-bottom: 3px;
    padding: 15px;
}

.comment-wrapper {
    margin-top: 1rem;
}

.item-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.item-author {
    color: var(--primary-dark);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.item {
    color: var(--primary-dark);
    font-weight: 700;
}

.item-meta {
    margin: 0 10px;
}

.comment-bubble {
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 0.5rem 1.3rem;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
    display: inline-block;
    width: auto;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.item-answer {
    text-transform: uppercase;
    color: var(--primary-dark);
    display: inline-block;
    font-weight: 700;
}

a:not([href]):not([tabindex]).positive {
    color: #0F7C38;
    cursor: pointer;
    font-weight: 700;
}

a:not([href]):not([tabindex]).negative {
    color: #d73925;
    cursor: pointer;
    font-weight: 700;
}

span.positive {
    color: #0F7C38;
    font-weight: 700;
}

span.negative {
    color: #d73925;
    font-weight: 700;
}

#modal-reply {
    padding: 2.5rem 3rem 3rem 3rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#modal-reply .form-control {
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
}

.comment-hidden {
    display: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../../../../img/PageModule/RubrikaCustom/DobryKontakt/check.svg);
}

.dobry-kontakt-item.no-image {
    padding-left: 2rem !important;
    margin: 1.5rem 0;
}
.dobry-kontakt-item {
    position: relative;
    padding: 1.5rem 1.5rem 2rem 45%;
    line-height: 1.4;
    margin: 2.5rem 0;
}

.dobry-kontakt-item .item-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.dobry-kontakt-item .item-text {
    position: relative;
    padding-right: 3rem;
}

.dobry-kontakt-item .item-arrow {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: var(--primary-dark);
    text-align: center;
    line-height: 3rem;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
}

.dobry-kontakt-item .item-arrow:before {
    content: "\e91e";
    font-family: icomoon;
}

.heading-dobry-kontakt {
    color: var(--primary-dark);
}

.dobry-kontakt-item .item-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
}

.signin {
    color: var(--primary-default);
    font-weight: 400;
    font-size: 1.6rem;
    margin-right: 10px;
    text-decoration: underline;
}

.signin:hover {
    text-decoration: none;
}

.lunar-calendar {
    background-color: transparent;
    border-bottom: 1px solid #e0dcba;
}

.lunar-calendar .item-heading {
    color: #126832;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.7rem;
    margin: 1.5rem 0 0.2rem 0;
}

.lunar-calendar-slider {
    position: relative;
    padding-bottom: 2.5rem;
}

.lunar-calendar-slider .slick-arrow {
    position: absolute;
    left: 0;
    top: -3.8rem;
    z-index: 3;
    width: 6.5rem;
    height: 7.3rem;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border: none;
    font-size: 0;
    text-align: center;
}

.lunar-calendar-slider .slick-arrow:before {
    content: "\e91d";
    font-family: icomoon;
    font-size: 3.4rem;
    color: var(--primary-dark);
}

.lunar-calendar-slider .slick-arrow.slick-next:before {
    content: "\e91e";
}

.lunar-calendar-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.lunar-calendar-slider .item-date {
    text-align: center;
    border-bottom: 1px solid #e4e4c6;
    color: var(--primary-dark);
    padding-bottom: 1.5rem;
}

.lunar-calendar-slider .item-text {
    position: relative;
    padding: 1.5rem 2rem 0 10.5rem;
    color: var(--secondary-default);
    line-height: 1.4;
    height: 7.4rem;
    overflow: hidden;
}

.lunar-calendar-slider .item-image {
    position: absolute;
    left: 2rem;
    top: 1.5rem;
    width: 6.5rem;
}

.lunar-calendar-slider .item-more {
    float: right;
    margin-right: 2rem;
}

.lunar-calendar-slider .item:after, .lunar-calendar-slider .item:before {
    display: table;
    content: "";
    clear: both;
}

.lunar-calendar-slider .item-image img {
    width: 100%;
    height: auto;
}

.checkbox {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin: 2rem 0 0 0;
    color: #222;
}

.checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.checkbox label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 0 0 3rem;
    margin: 0 1rem 0 0;
    min-height: 0;
    max-width: none;
    font-size: 1.4rem;
    color: #222;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
}

.checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    border: 1px solid #e0dcba;
    background-color: #f7f8ef;
    box-sizing: border-box;
}

.checkbox label:after {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    transform: rotate(
            -45deg
    );
}

.checkbox input[type=checkbox]:checked + label:before {
    border-color: var(--primary-dark);
    background-color: var(--primary-dark);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
    border-color: #fff;
}

.error-text {
    color: #ff0000;
}

.comments-options .item-right {
    position: absolute;
    right: 0;
    top: 0;
}

.comments-options .item-count {
    display: inline-block;
}

.comments-options .item-count .icon {
    margin-left: 0.5rem;
    display: inline-block;
}

.icon-comment:before {
    font-family: icomoon;
    font-size: 1.6rem;
    margin-right: 0;
}

#rozbalit-vse {
    cursor: pointer;
}

.comments-options .item-right a {
    font-size: 1.4rem;
    font-weight: 400;
}

.comments-options .item-right a:hover {
    text-decoration: underline;
}

.comment .item-answer {
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    font-weight: 700;
}

.comment .item-author {
    display: inline-block;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.comment .item-meta {
    display: inline-block;
    color: #999;
    font-weight: 700;
    font-size: 1.4rem;
    margin-left: 1rem;
}

.comment .item-meta .item {
    display: inline-block;
    margin-right: 0.6rem;
    padding-right: 0.6rem;
    border-right: 1px solid #999;
    line-height: 1;
}

.discussion .comment-bubble {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.comment-bubble {
    background-color: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 0.5rem 1.3rem;
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
    display: inline-block;
    width: auto;
    -webkit-box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
}

.comment .item-answer {
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    font-weight: 700;
}

.comment .item-rating {
    display: inline-block;
    margin-left: 0.5rem;
    color: #666;
    font-weight: 700;
}

.comment .item-rating a {
    display: inline-block;
    text-decoration: none !important;
    color: #1b9c4b;
    margin: 0 0.6rem 0 1.3rem;
}

.likeIcon {
    cursor: pointer;
}

.comment .negative {
    color: #cb0000 !important;
}

.icon-thumbs-up:before {
    content: "\e92f";
    font-family: icomoon;
    font-size: 1.6rem;
}

.icon-thumbs-down:before {
    content: "\e92e";
    font-family: icomoon;
    font-size: 1.6rem;
}

.comment .item-image {
    position: absolute;
    left: 8rem;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}

.comment .comment .item-image {
    width: 3rem;
    height: 3rem;
}

.comment .item-meta .item:last-child {
    border-right: none;
}

.icon-pencil:before {
    content: "\e935";
    font-family: icomoon;
    font-size: 1.6rem;
}

.icon-remove:before {
    content: "\e921";
    font-family: icomoon;
    font-size: 1.6rem;
}

.icon-arrow-circle-o-down:before {
    content: "\e92a";
    font-family: icomoon;
    font-size: 1.6rem;
}

.item-text .link-more {
    float: right;
}

.poll-item .item-bar .fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #99a316;
}
.poll-item .item-bar .fill.color-poll-2 {
    background-color: #a39a13;
}
.poll-item .item-bar .fill.color-poll-3 {
    background-color: #b6880f;
}
.poll-item .item-bar .fill.color-poll-4 {
    background-color: #c27c0c;
}
.poll-item .item-bar .fill.color-poll-5 {
    background-color: #f04f00;
}

.poll-footer .item-date {
    color: #999;
}

.poll-detail-container .poll-item .item-title {
    font-weight: 700;
}
.poll-item .item-title {
    font-size: 1.4rem;
    color: var(--primary-dark);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.poll-detail-container .link-more {
    color: var(--primary-dark);
    text-decoration: none;
}

.poll-detail-container .link-more:hover {
    text-decoration: underline;
}

.list-category-items {
    margin: 1rem -1rem 3rem -1rem;
    padding-top: 2rem;
}

.list-category-items:after, .list-category-items:before {
    display: table;
    content: "";
    clear: both;
}

.list-category-items li {
    float: left;
    padding: 0.5rem 1rem;
    width: 33.333%;
}

.list-category-items .item-image {
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    margin-right: 1rem;
}

.list-category-items .item-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.list-category-items a:hover {
    text-decoration: none;
}

.chevron-list li:before {
    content: "\e91e";
    font-family: icomoon;
    display: inline-block;
    color: var(--primary-dark);
    font-size: 0.5em;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 1.1em;
}

.related-articles ul li {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto Slab', sans-serif;
    line-height: 1.3;
}

.chevron-list li {
    position: relative;
    padding: 0.2em 0 0.2em 1em;
}

.lunar-calendar-items {
    margin: 1rem -1rem 3rem -1rem;
}

.lunar-calendar-items:after, .lunar-calendar-items:before {
    display: table;
    content: "";
    clear: both;
}

.lunar-calendar-items li {
    float: left;
    padding: 0.25rem 0.75rem;
}

.lunar-calendar-items .item-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.lunar-calendar-items a.active {
    color: var(--primary-default);
}

.lunar-text {
    margin-left: -3rem;
}

.lunar-text h1 {
    margin-left: 0;
}

.lunar-text table {
    font-size: 92%;
}

a.btn {
    color: var(--primary-dark);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-weight: bold;
    text-decoration: none;
}

.perex .zodiac-image {
    float: right;
    width: 130px;
    margin: 2rem;
    margin-right: 0;
}

ul.pranostiky > li:before {
    content: "\f111";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--tertiary-deep);
    font-size: 1rem;
}

ul.pranostiky li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
}

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table-side {
    float: right;
    width: 40% !important;
    margin-left: 2rem;
    margin-bottom: 2rem;
}
.table-lunar {
    font-size: 0.75em;
}

.zodiac-mini-image {
    float: left;
    width: 25px;
    height: 25px;
}

.lunar-item-category {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2rem;
    position: relative;
    text-decoration: none;
}

.lunar-item-category a {
    text-decoration: none;
}

.lunar-item-category a:hover {
    text-decoration: underline;
}

.lunar-item-category:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: var(--primary-default);
    border-radius: 100%;
    top: 1rem;
    right: -1.3rem;
    position: absolute;
}

.search-results {
    text-align: left;
}

.search-results li {
    margin: 0.4rem 0;
}

.search-results li a {
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 1rem;
}

.search-results li a:hover {
    text-decoration: underline;
}

.search-results li a .highlight {
    color: #f04f00;
}

.search-results li a:hover:not([href]) {
    color: #fff;
}

.search-results li .item-tag {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0.1rem 0.7rem;
    background-color: #126832;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0 0 0.3rem 0;
}

.search-results li .item-tag:hover {
    text-decoration: none;
}

.search-results li .item-tag.color-brand {
    background-color: #6b9110;
}

.search-results li .item-tag.color-secondary {
    background-color: #ff6c00;
}

.search-results li .item-tag.color-clanky {
    background-color: #884a0e;
}

.search-results li .item-tag.color-recepty {
    background-color: #389a61;
}

.aside-list-item .item-price {
    color: var(--primary-deep);
}