
@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Regular.eot');
    src: local('Sarabun Regular'), local('Sarabun-Regular'),
        url('../fonts/Sarabun-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-Regular.woff2') format('woff2'),
        url('../fonts/Sarabun-Regular.woff') format('woff'),
        url('../fonts/Sarabun-Regular.ttf') format('truetype'),
        url('../fonts/Sarabun-Regular.svg#Sarabun-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Bold.eot');
    src: local('Sarabun Bold'), local('Sarabun-Bold'),
        url('../fonts/Sarabun-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-Bold.woff2') format('woff2'),
        url('../fonts/Sarabun-Bold.woff') format('woff'),
        url('../fonts/Sarabun-Bold.ttf') format('truetype'),
        url('../fonts/Sarabun-Bold.svg#Sarabun-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: local('FontAwesome'), local('FontAwesome'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Sarabun', sans-serif;
    background-color: #fbfdfe;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-family: 'Sarabun', sans-serif;
    font-weight: bold;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #333;
    font-size: 1.2rem;
}
.grid-container {
    max-width: 64rem;
}
.header .grid-container {
    max-width: 65.375rem;
}
a {
    color: #f15840;
}
a:hover, a:focus {
    color: #d65a33;
}
a.link-base-color {
    color: #0a0a0a;
}
[type=color], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select, input:disabled, input[readonly], textarea:disabled, textarea[readonly], [type=date] {
    /* width: 100%; */
    height: auto;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.2;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5rem 1.75rem .5rem .85rem;
    border-radius: 2px;
    border-color: #e8ecef;
    margin-bottom: .5rem;
}
[type=date] {
    padding: 0.34375rem .85rem;
    min-height: 2.125rem;
    max-height: 2.125rem;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #f9f9f9;
    color: #656565;
}
.vyroky__filter .large-7, .vyroky__filter .right-margin, .right-margin--small_disabled {
    padding-right: .75rem;
}
.vyroky__filter__aktivne {
    margin-bottom: 2rem;
}
.vyroky__filter__aktivne--top_margin {
    margin-top: .5rem;
    margin-bottom: 0;
}
.filter__active {
    background-color: #f15840;
    color: #ffffff;
    font-weight: bold;
    font-size: .875rem;
    display: inline-block;
    line-height: 1;
    padding: .25rem .5rem;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    position: relative;
}
.filter__active span {
    text-transform: uppercase;
    font-weight: normal;
    font-size: .625rem;
    opacity: .7;
    position: relative;
    bottom: 1px;
}
.filter__active:hover {
    color: #222;
    background-color: #eff3f5;
}
.filter__active:hover:after {
    display: block;
    content: 'Zmazať filter';
    position: absolute;
    top: -1.25rem;
    left: 0px;
    background: #111;
    color: #fff;
    font-weight: normal;
    font-size: .75rem;
    padding: .15rem .35rem;
    border-radius: 2px;
    opacity: .75;

}
.archive-box__thumbnail {
    background-color: #f7fafb;
    text-align: center;
    position: relative;
}
img.profile-picture {
    height: 50px;
    width: 50px;
    border-radius: 18px;
}
header.header {
    margin: 2rem 0;
    /* padding: 2rem 0;
    background: #fff;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 3rem; */
}
#logo {
    max-height: 3.75rem;
    height: 3.75rem;
    margin: 0.375rem 0;
}
header.header #searchform, .off-canvas #searchform {
    clear: both;
    overflow: hidden;
}
header.header #searchform #s {
    width: auto;
    height: auto;
    float: left;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.2;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5rem .85rem;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: none;
    border-color: #e8ecef;
}
header.header #searchform #searchsubmit {
    float: left;
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.2;
    color: #fff;
    background-color: #f15840;
    font-weight: bold;
    border: 1px solid #d65a33;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}
header.header #searchform #searchsubmit:hover {
    background-color: #e66137;
}
header.header #searchform #searchsubmit > svg {
    margin-right: 2px;
}
.off-canvas #searchform {
    padding: .5rem;
    border-bottom: 1px solid #f5f5f5;
}
.off-canvas #s {
    width: auto;
    height: auto;
    float: left;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    max-width: 80%;
    width: 80%;
}
.off-canvas #searchsubmit {
    float: right;
    padding: .5rem 1rem;
    cursor: pointer;
    max-width: 20%;
}
.main_menu-container {
    text-align: right;
}
.main_menu-container > ul {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.main_menu-container ul li a {
    text-transform: none;
    font-size: 1rem;
    color: #111;
}
.main_menu-container ul li.active > a {
    font-weight: bold;
    color: #111;
    background: transparent;
}
.main_menu-container ul li a:hover {
    color: #f15840;
}
.dropdown.menu .is-active > a {
    color: #f15840;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: auto;
    height: auto;
    border: none;
    content: '\f0dd';
    font-family: 'FontAwesome';
    left: auto;
    margin-top: -10px;
}
header.header .menu.is-dropdown-submenu {
    border-top: none;
    text-align: left;
    border-color: #e8ecef;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #fbfdfe;
}
header.header .menu.is-dropdown-submenu:before, header.header .menu.is-dropdown-submenu:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    height: 1.5rem;
    width: 1px;
    background: linear-gradient(to top, #e8ecef, #fbfdfe);
}
header.header .menu.is-dropdown-submenu:before {
    left: -1px;
}
header.header .menu.is-dropdown-submenu:after {
    right: -1px;
}
.mobile_menu-wrapper {
    float: right;
    display: block;
    padding: .5rem .5rem .5rem .75rem;
}
.position-right.is-transition-push {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-left: 1px solid #f5f5f5;
}
.main-slider__container {
    width: 100%;
}
.main-slider__container * {
    outline: none;
}
.main-slide, .slick-cloned {
    opacity: .5;
    transform: scale(.9);
    transition: all .3s cubic-bezier(0, 0, 0.2, 1);
}
.main-slide.slick-active, .main-slide.slick-current {
    transform: scale(1);
    opacity: 1;
}
.main-slide__wrapper {
    background-color: #fff;
    display: block;
    min-height: 10rem;
    border: 1px solid #f7f8f9;
    border-radius: 1px;
    position: relative;
}
.main-slide__wrapper > img {
    width: 100%;
    border-radius: 1px;
}
.main-slide__gradient {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(
        to top, rgba(0, 0, 0, 0.75), transparent
        );
}
.main-slide__content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    color: #fff;
    padding: 2rem;
}
.main-slide__content h2 {
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.main-slide__content p {
    font-size: .875rem;
    line-height: 1.5;
}
.vyrok-container {
    clear: both;
    overflow: hidden;
}
.archive-box--archive .vyrok-container {
    overflow: visible;
}
.vyrok-container img {
    float: left;
}
.vyrok-container--normal .profile-picture {
    height: 70px;
    width: 70px;
    border-radius: 25px;
}
.vyrok-container .vyrok-grafy {
    float: left;
    width: 74%;
    width: calc(100% - 50px);
    padding-left: 5px;
}
.vyrok-container--normal .vyrok-grafy {
    width: calc(100% - 70px);
}
.graf {
    width: 0% !important;
    position: relative;
    margin-bottom: 2.5px;
    display: block;
    color: #fff;
    /* height: 10px;
    border-radius: 5px; */
}
.graf:hover {
    color: #fff;
}
.graf--small {
    min-width: 10px;
    height: 10px;
    border-radius: 5px;
}
.graf--normal {
    min-width: 15px;
    height: 15px;
    border-radius: 7.5px;
    min-width: 15px;
    position: relative;
}
.graf--normal > svg {
    position: absolute;
    top: 3px;
    max-height: 9px;
    max-width: 9px;
    line-height: 1;
}
.graf--pravda > svg {
    left: 3px;
}
.graf--nepravda > svg {
    left: 2px;
    top: 2.5px;
    max-height: 10px;
    max-width: 10px;
}
.graf--zavadzanie > svg {
    left: 4px;
}
.graf--neoveritelne > svg {
    left: 2.5px;
}
.graf:last-child {
    margin-bottom: 0px;
}
.graf:after {
    content: attr(count);
    /* font-size: 10px; */
    color: #111;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: -33px;
    display: block;
    width: 30px;
    text-align: left;
    top: 0px;
}
.graf--small:after {
     font-size: 10px;
}
.main-slide__content .graf--small:after {
     color: #fff;
}
.graf--normal:after {
    font-size: 12px;
    right: -35px;
    display: block;
    top: 1.5px;
    width: 30px;
}
.vyrok-container--inpage {
    margin-bottom: 1rem;
}
.vyrok-container--inpage:last-of-type {
    margin-bottom: 1.5rem;
}
.vyrok-container--inpage .graf {
    cursor: pointer;
}
.pr_badge {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: 5px;
}
.archive-quote--inpage .pr_text_badge {
    margin-right: 1rem;
}
.pr_text_badge > svg {
    margin-right: 5px;
}
.pr_badge > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 12px;
    max-width: 12px;
    height: 12px;
}
.graf--pravda, .pr_badge.pravda, .statistics__graf--pravda {
    background-color: #219847;
}
.pr_text_badge.pravda {
    color: #219847;
}
.vyrok-container--inpage .graf--pravda.graf:hover {
    box-shadow: 0 0 0 2px rgba(33, 152, 71, 0.5);
}
.graf--nepravda, .pr_badge.nepravda, .statistics__graf--nepravda {
    background-color: #e33f2a;
}
.pr_text_badge.nepravda {
    color: #e33f2a;
}
.vyrok-container--inpage .graf--nepravda.graf:hover {
    box-shadow: 0 0 0 2px rgba(227, 63, 42, 0.5);
}
.graf--zavadzanie, .pr_badge.zavadzanie, .statistics__graf--zavadzanie {
    background-color: #e47e2d;
}
.pr_text_badge.zavadzanie {
    color: #e47e2d;
}
.vyrok-container--inpage .graf--zavadzanie.graf:hover {
    box-shadow: 0 0 0 2px rgba(228, 126, 45, 0.5);
}
.graf--neoveritelne, .pr_badge.neoveritelne, .statistics__graf--neoveritelne {
    background-color: #d4d4d4;
}
.pr_text_badge.neoveritelne {
    color: #797979;
}
.vyrok-container--inpage .graf--neoveritelne.graf:hover {
    box-shadow: 0 0 0 2px rgba(212, 212, 212, 0.5);
}
.graf.animated {
    animation: anim_width 3s forwards;
}
@keyframes anim_width {
    0% {
        width: 0%;
    }
    80% {
        width: 95%;
    }
    100% {
        width: 100%;
    }
}
.section__title {
    font-size: 1.2rem;
    margin: 3rem 0 1.8rem 0;
}
.section__title span {
    color: #f15840;
}
.archive-box {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
    border-radius: 1px;
    margin-bottom: 2rem;
}
.archive-box--grid {
    margin-bottom: 0;
}
.archive-box h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: .25rem;
    width: 100%;
    color: #f15840;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.archive-box__wrapper {
    padding: 1rem 1.25rem;
}
.archive-box__wrapper p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.archive-box--grid p {
    margin-bottom: 0;
}
.archive-box__footer {
    padding-top: 0.15rem;
}
.archive-box__footer .politici {
    text-align: right;
}
.archive-box__footer .politici img {
    margin-right: .75rem;
}
.archive-box__footer .more-link {
    margin-left: .5rem;
}
.archive-box__postype {
    background-color: #f15840;
    background: transparent;
    color: #fff;
    color: #737373;
    padding: 5px 7px;
    border-bottom: 1px solid #f3f3f3;
}
.archive-box__postype h3 {
    line-height: 1.2;
    font-size: .875rem;
    margin-bottom: 0;
}
.archive-box__relacia {
    position: absolute;
    bottom: 1rem;
    left: 1.25rem;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}
.archive-box--dark {
    background-color: #222;
    color: #fff;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 1px;
}
.archive-sau {
    margin-bottom: 0;
}
.archive-sau a {
    line-height: 1.2;
    display: inline-block;
}
.archive-sau h2 {
    color: #fff;
}
.archive-sau p {
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 1.5;
}
.archive-quote:nth-child(1), .archive-quote:nth-child(2), .archive-quote:nth-child(3) {
    margin-bottom: 2rem;
}
.search--quote {
    margin-bottom: .5rem;
}
.archive-quote img, .archive-sau img, .search--quote img {
    margin-right: 10px;
}
.archive-quote h2, .archive-sau h2, .search--quote h2 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1;
}
.archive-quote .strana__link, .archive-sau .strana__link, .search--quote .strana__link {
    font-size: .875rem;
    line-height: 1.2;
    display: block;
}
.archive-quote .large-shrink, .search--quote .large-shrink {
    position: relative;
}
.archive-quote__info {
    text-align: right;
}
.archive-quote__info a {
    color: #a2a2a2;
    font-size: .875rem;
    position: relative;
    bottom: 1px;
}
.archive-quote__info a > svg {
    margin-left: 5px;
}
.archive-quote__content {
    background-color: #eff3f5;
    border-radius: 2px;
    padding: .75rem 1rem;
    margin-top: .8rem;
    position: relative;
}
.archive-quote__content:before {
    width: 0;
    height: 0;
    border: inset 8px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #eff3f5 transparent transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: -8px;
    left: 17px;
}
.archive-quote__content p {
    margin-bottom: 0;
    line-height: 1.5;
}
.archive-quote--inpage .archive-quote__content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.archive-quote__explain {
    padding: .75rem 1rem;
    border: 1px solid #f7f7f7;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #fff;
}
.archive-quote__explain a {
    display: inline;
    font-size: 1rem;
}
.archive-quote__explain .archive-quote__hidden {
    overflow: hidden;
    max-height: 4.3rem;
    position: relative;
    margin-bottom: 1rem;
}
.archive-quote--full {
    padding-top: 3rem;
}
.archive-quote__explain--full {
    border: none;
    background: transparent;
}
.archive-quote__content--full {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.archive-quote__explain--full .archive-quote__hidden {
    overflow: inherit;
    max-height: 100%;
    position: relative;
}
.archive-quote__hidden p {
    line-height: 1.5 !important;
    margin-bottom: 1rem !important;
}
.archive-quote__hidden p:last-child {
    margin-bottom: 0;
}
.archive-quote__explain .archive-quote__hidden--opened:after {
    display: none;
}
.archive-quote__hidden.archive-quote__hidden--opened {
    max-height: none;
}
.archive-quote__explain .archive-quote__more {
    font-size: .875rem;
    display: block;
    margin: 1.5rem auto .5rem auto;
    border: none;
    padding: none;
    color: #a2a2a2;
    cursor: pointer;
}
.archive-quote__explain .archive-quote__more > svg {
    font-size: .75rem;
    margin-left: 5px;
}
.archive-quote__explain .archive-quote__more--hide {
    display: none;
}
.archive-quote--inpage {
    margin-bottom: 4rem !important;
}
.archive-quote--inpage:last-of-type {
    margin-bottom: 0 !important;
}
.more-link, .demagog__button {
    background-color: #f15840;
    color: #fff;
    border: 1px solid #d65a33;
    border-radius: 2px;
    display: inline-block;
    font-size: .875rem;
    padding: .5rem 1rem;
    font-weight: bold;
    line-height: 1.2;
    cursor: pointer;
    outline: none;
}
.demagog__button:hover, .demagog__button:focus {
    outline: none;
}
.demagog__button.loadmore {
    margin-top: 4rem;
}
.filter__reset {
    color: #a2a2a2;
    margin-left: 1rem;
    font-size: .875rem;
}
.filter__reset:hover {
    text-decoration: underline;
    color: #a2a2a2;
}
.more-link:hover, .demagog__button:hover {
    background-color: #d65a33;
    color: #fff;
}
.demagog__button > svg {
    margin-left: .5rem;
}
#socialnesiete iframe {
    border-radius: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
}
.siete_fb {
    overflow: hidden;
}
#spoluprace div.cell {
    padding: 1rem;
    text-align: center;
}
footer.footer {
    background-color: #222;
    color: #fff;
    padding: 2rem 0;
    font-size: .875rem;
    margin-top: 4rem;
}
footer.footer a {
    color: #726a68;
}
footer.footer a:hover, footer.footer a:focus {
    color: #f15840;
}
footer.footer h3 {
    color: #fff;
    font-size: 1.2rem;
}
footer.footer ul.footer-menu {
    margin: 0;
    padding: 0;
}
footer.footer ul.footer-menu li {
    list-style: none;
    line-height: 1.2;
    margin-bottom: .5rem;
}
footer.footer ul.footer-menu li:last-child {
    margin-bottom: 0;
}
footer.footer .large-4:first-child, footer.footer .bottom-footer {
    text-align: center;
}
footer.footer .large-4:first-child {
    margin: 2rem 0;
}
footer.footer .bottom-footer p {
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 0;
}
footer.footer .bottom-footer svg {
    font-size: 1rem;
    margin-right: 5px;
}
footer.footer .bottom-footer a:last-child svg {
    margin-right: 0px;
}
footer.footer .bottom-footer span {
    margin: 0 .75rem;
    font-weight: bold;
    color: #726a68;
}
footer.footer .footer-logo {
    height: 8rem;
    opacity: .75;
}
.content-not-found, .search-not-found {
    padding: 5rem 0 8rem 0;
    text-align: center;
}
section.search {
    max-width: 60%;
    margin: 0 auto;
    margin-top: 2rem;
}
.search-not-found section.search {
    max-width: 80%;
}
section.search #s {
    height: 2.875rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5rem .85rem;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: none;
    border-color: #e8ecef;
    width: 75%;
    font-size: 1.5rem;
    float: left;
}
section.search #searchsubmit {
    float: left;
    width: 25%;
    height: 2.875rem;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #fff;
    background-color: #f15840;
    font-weight: bold;
    border: 1px solid #d65a33;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}
.archive-box--search {
    margin-bottom: 2rem;
}
.archive__logo {
    max-width: 200px;
    max-height: 100px;
    margin-bottom: 2rem;
}
.filters__container h3, .vyroky__filter__aktivne h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.tip {
    background-color: #5b94dc;
    border: 1px solid #478be0;
    padding: .75rem 1rem;
    color: #fff;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
}
.tip h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .5rem;
    line-height: 1;
}
.tip p {
    font-size: .875rem;
    line-height: 1.2;
    margin-bottom: 0;
}
.filter__notfound {
    text-align: center;
    margin-top: 3rem;
}
.filter__notfound .filter__reset {
    margin-left: 0;
}
.dk-widget {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
    border-radius: 1px;
    margin: 0 !important;
}
.dk-widget .project-teaser {
    border: none !important;
}
.archive-quote--dolezity .archive-quote__content {
    background-color: #f7e4de;
}
.archive-quote--dolezity .archive-quote__content:before {
    border-color: #f7e4de transparent transparent;
}
.archive-quote--dolezity .archive-quote__explain {
    border-color: #f7e4de;
}
.archive-quote--dolezity .archive-quote__explain .archive-quote__more, .archive-quote--dolezity .archive-quote__info a {
    color: #dea998;
}
.post-type-archive-vyrok .archive-quote:first-of-type {
    margin-top: 2rem;
}
.archive-box--archive .vyrok-container--inpage {
    margin: 1rem 0 0 0;
}
.menu__strany {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu__strany li {
    margin-bottom: .5rem;
}
.menu__strany li a {
    display: inline-block;
    line-height: 1.2;
}
.archive__logo-nomargin {
    margin-bottom: 0;
}
.strana__container {
    margin: 1rem 0;
}
.strana__container .archive__logo {
    margin-left: .5rem;
}
.pagination li .current {
    border-radius: 2px;
    background-color: #f15840;
    padding: 5px 9px 6px 8px;
    line-height: 1;
}
.pagination li a {
    padding: 3px 9px 4px 8px;
    border-radius: 2px;
}
.page-navigation {
    text-align: center;
}
.pagination {
    margin: 0 auto;
}
.off-canvas .menu .active > a {
    background-color: #f15840;
}
.off-canvas .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #f15840 transparent transparent;
}
.off-canvas .accordion-menu .is-accordion-submenu-parent.active:not(.has-submenu-toggle)>a::after {
    border-color: #fff transparent transparent;
}
.archive-box__content--margin {
    margin-bottom: 2rem;
}
.archive-box__vyrok {
    color: #a2a2a2;
    font-size: .875rem;
    margin-bottom: 1rem;
}
section.statistics {
    margin-top: 9rem;
}
.statistics__container {
    margin-bottom: 4rem;
}
.small-change {
    height: 100%;
}
.statistics__grafy {
    height: 20rem;
    border-top: 1px solid #e8ecef;
    border-left: 1px solid #e8ecef;
    border-top-left-radius: 2px;
}
.statistics__data {
    position: relative;
    padding: 0 5px 0 1rem;
    color: #989898;
    font-size: .875rem;
}
.statistics__data--max {
    position: absolute;
    display: block;
    width: 33px;
    bottom: 5px;
    right: -3px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.statistics__graf__container {
    float: left;
    height: 100%;
    width: 5%;
    margin: 0 2.5%;
    border-radius: 2px;
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.statistics__politic {
    position: absolute;
    bottom: 105%;
    max-width: 100%;
}
.statistics__politic a {
    color: #222;
}
.statistics__politic img {
    border-radius: 17px;
    border: 1px solid #f3f3f3;
    margin-top: 5px;
}
.statistics__politic h3 {
    font-size: .75rem;
    line-height: 1.2;
    text-align: center;
}
.statistics__graf {
    width: 100%;
    position: relative;
}
.statistics__graf--neoveritelne {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.statistics__graf--pravda {
    /*border-top-left-radius: 2px;
    border-top-right-radius: 2px;*/
}
.statistics__graf:hover:after, .statistics__graf:focus:after {
    content: attr(cislo);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 100%;
    margin-left: 3px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 0.75rem;
    background: rgb(17, 17, 17);
    padding: 0.15rem 0.35rem;
    border-radius: 2px;
}
#main-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f15840;
    color: #fff;
    border: 1px solid #d65a33;
    font-size: 1rem;
    cursor: pointer;
    z-index: 99;
    padding: 1rem .75rem;
}
#main-slider .arrow-left {
    left: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-right: .5rem;
}
#main-slider .arrow-right {
    right: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-left: .5rem;
}
.homepage_quote > p {
    display: -webkit-box;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.moove-gdpr-tab-main-content .slider {
    height: auto;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    border-top: none;
    padding: 1rem;
    background: transparent;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 15px 0;
    background-color: #fff;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    border-radius: 1px;
}
.full-width-search {
    text-align: center;
    margin-bottom: 2rem;
}
.full-width-search .centered-item {
    width: 60%;
    margin: 0 auto;
}
.full-width-search .centered-item form button > svg {
    margin-left: 0px;
    margin-right: 5px;
}
@media screen and (max-width: 617px) {
    .full-width-search .centered-item {
        width: 100%;
    }
}
@media screen and (max-width: 44em) {
    .off-canvas-content {
        padding-top: 6rem;
    }
    header.header {
        background-color: #fff;
        border-bottom: 1px solid #f5f5f5;
        padding: 1rem .375rem;
        margin: 0;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1001;
    }
    #logo {
        height: 2.5rem;
    }
    header.header .show-for-small-only {
        display: block !important;
    }
    header.header .hide-for-small-only {
        display: none;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .main-slide__content {
        padding: 1rem 1.25rem;
    }
    .main-slide__content p, .main-slide__content h2, .archive-box__content p {
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }
    .show-full-content p {
        overflow: initial;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }
    .archive-quote {
        margin-bottom: 0;
    }
    .archive-quote:not(:last-child), .archive-box:not(:last-child) {
        margin-bottom: 2rem;
    }
    .archive-box p {
        margin-bottom: 0;
    }
    .siete_fb {
        margin-bottom: 2rem;
        text-align: center;
    }
    .siete_tw {
        text-align: center;
    }
    .siete_tw > iframe {
        margin-top: 4px;
    }
    section.search {
        max-width: 100%;
    }
    section.search #searchsubmit span {
        display: none;
    }
    .grid-x>.small-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x>.small-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .archive-quote--inpage .pr_text_badge {
        margin-right: 0;
        display: block;
    }
    .vyroky__container {
        margin-top: 4rem;
    }
    .right-margin--small_disabled {
        padding-right: 0;
    }
    .small-change {
        height: 100%;
        width: 245%;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .archive-sau:not(:last-child) {
        margin-bottom: 2rem;
    }
    .content-not-found section.search {
        max-width: 80%;
    }
    .archive-quote--inpage .pr_text_badge {
        margin-right: 0;
        display: block;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}
