.navigation {
    color: #D84800;
    flex-grow: 1;
    flex-direction: column;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 5px 0 28px;
    text-align: center;
    text-transform: uppercase;
}

.nav__collapse { display: flex; justify-content: center; transition: all .25s; }
.nav__item { align-items: center; justify-content: center; padding: 10px; margin: 5px; border-radius: 10px;}
.nav__heading { margin: auto; }
.nav__item img { margin-bottom: auto; }
.nav__toggler { background: linear-gradient(transparent 13px,#000 13px, #000 17px,transparent 17px); cursor: pointer; display: none; height: 30px; margin: auto; position: relative; width: 30px; }
.nav__toggler::after { background: #000; content: ""; display: block; height: 4px; position: absolute; top: 4px; transition: all .25s; width: 30px; }
.nav__toggler::before { background: #000; bottom: 4px; content: ""; display: block; height: 4px; position: absolute; transition: all .25s; width: 30px; }
.nav__toggler--opened::before { margin-bottom: 9px; transform: rotate(45deg); }
.nav__toggler--opened {background: transparent;}
.nav__toggler--opened::after { margin-top: 9px; transform: rotate(-45deg); }
@media (max-width: 991px) {
    .navigation { max-width: 700px; }
    .nav__collapse { flex-wrap: wrap; }
    .nav__item { flex: 0 0 33.33%; width: 33.33%; }
}
@media (max-width: 767px) {
    .navigation { font-size: 21px; line-height: 21px; margin-left: auto; margin-right: auto; max-width: 450px; }
    .nav__item img { width: 80px; }
}
@media (max-width: 575px) {
    .navigation { margin: 20px auto; padding: 0 15px; }
    .nav__collapse { margin-top: 15px; max-height: 0; overflow: hidden; }
    .nav__collapse--opened { max-height: 350px; }
    .nav__item {flex: 0 0 100%;flex-direction: row;justify-content: flex-start;padding: 10px 0 10px 0;width: 80%; margin: 10px;}
    .nav__item img { width: 50px; }
    .nav__toggler { display: block; }
}

#search-results {
    background-color: #fff;
    border: lightgrey 1px solid;
    margin: -10px 0 10px 0;
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 10;
}

.btn-dark {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

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

.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 2 (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 2 (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);
}

.article-item-image.b-loaded, .lazy-image.b-loaded {
    background-size: cover;
}
.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;
}


.checkbox {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  margin: 0 0 0 0;
  color: #222;
}
.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: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 label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  border: 1px solid var(--primary-dark);
  background-color: rgba(var(--primary-dark-rgb),0.25);
  box-sizing: border-box;
}
.checkbox label:hover::after {
  opacity: 0.2;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  border-color: #fff;
}
.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.checkbox-inline {
  display: inline-block;
}

.suscribe .btn {
  box-shadow: none;
}
.suscribe .btn-success {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}
.suscribe .btn-success:hover {
  background-color: var(--primary-default);
  border-color: var(--primary-default);
}


.g-recap div:first-of-type {
  margin: auto;
  /*margin-top: 30px;*/
}

#fr-recaptcha.input-error, #fr-recaptcha-edit.input-error, #fr-recaptcha-reply.input-error {
    border: #cb0000 1px solid;
    background-color: #fef6f2;
}

#fr-recaptcha.input-error .error-text,
#fr-recaptcha-reply.input-error .error-text {
    color: #f04f00;
}

#fr-recaptcha, #fr-recaptcha-edit, #fr-recaptcha-reply {
    margin-bottom: 15px;
}

#faq {
    margin-bottom: 25px;
}

#faq .ui-accordion-header {
    background-color: var(--primary-default) !important;
    border-color: var(--primary-default) !important;
    color: #fff !important;
    font-family: inherit !important;
}

#faq .ui-accordion-content {
    font-family: inherit !important;
}