/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.article-blog-template-1 .blog__slick-slider:not(.slick-initialized) .item {
    display: none !important;
}

@media (min-width: 1300px) {
    .article-blog-template-1 .blog__slick-slider:not(.slick-initialized) .item {
        width: calc(50% - 12px);
    }
}

.article-blog-template-1 {
    background-color: var(--article-blog-template-1-bg);
}

.article-blog-template-1 .bg-image {
    opacity: 0.1;
}


.article-blog-template-1 .blog__arrow-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--article-blog-template-1-blog__arrow-bg);
    z-index: -5;
    border: 2px solid #d5d5d5;
    border-radius: 50%;
}

.article-blog-template-1 .blog__next-arrow,
.article-blog-template-1 .blog__prev-arrow {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
}

.article-blog-template-1 .blog__next-arrow {
    left: 18px;
}

.article-blog-template-1 .blog__prev-arrow {
    left: 12px;
}


@media (min-width: 768px) {
    .article-blog-template-1 .arrows-nav-container {
        padding-bottom: var(--article-blog-template-1-arrow-container-md-pb);
    }
}

.article-blog-template-1 .blog-article {
    height: 365px;
    line-height: 1.6;
}

.article-blog-template-1 .blog-article-content {
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .09);
    text-align: left;
    color: #151515;
    z-index: 1;
}

@media (min-width: 992px) {
    .article-blog-template-1 .blog-article-content {
        height: 100% !important;
    }
}

.article-blog-template-1 .blog-article .post-classic-time {
    position: absolute;
    top: 6%;
}


.article-blog-template-1 .post-classic-figure {
    position: relative;
    z-index: -1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden;
}

.article-blog-template-1  .no-article-image .post-classic-figure {
    flex-grow: 0
}

.article-blog-template-1 .article-intro {
    height: 165px;
}

.article-blog-template-1 .article-blog-title {
    font-weight: var(--article-blog-template-1-article-blog-title-weight);
    color: var(--article-blog-template-1-article-blog-title-color);
    margin-top: var(--article-blog-template-1-article-blog-title-mt) !important; /* toto je kvůli font Kanit, který má hodně vysokou mezeru nad písmem. Pro jiný font by stačilo okolo -8px */
    font-size: var(--article-blog-template-1-article-blog-title-size);
    text-transform: var(--article-blog-template-1-title-transform);
}

@media (min-width: 576px) {
    .article-blog-template-1 .article-blog-title {
        font-size: var(--article-blog-template-1-article-blog-title-sm-size);
    }
}

@media (min-width: 768px) {
    .article-blog-template-1 .article-blog-title {
        font-size: var(--article-blog-template-1-article-blog-title-md-size);
    }
}

@media (min-width: 992px) {
    .article-blog-template-1 .article-blog-title {
        font-size: var(--article-blog-template-1-article-blog-title-lg-size);
    }
}

@media (min-width: 1300px) {
    .article-blog-template-1 .article-blog-title {
        font-size: var(--article-blog-template-1-article-blog-title-xl-size);
    }
}

.article-blog-template-1 .post-no-image .article-intro {
    height: 300px;
}


.article-blog-template-1 .post-classic-figure img {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    will-change: transform;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.article-blog-template-1 .post-classic-time {
    padding: 1px 10px;
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 30px;
    z-index: 1;

    display: var(--article-blog-template-1-date-display);
    background: var(--article-blog-template-1-date-bg);
    color: var(--article-blog-template-1-date-color);
}

.article-blog-template-1 .post-classic-intro {
    font-family: var(--font-primary);
    color: #000;
    margin-bottom: 0
}

.article-blog-template-1 .post-classic-title {
    font-family: var(--font-primary);
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    color: var(--g-color-black);
    margin-bottom: 7px;
}

.article-blog-template-1 .no-article-image .post-classic-title {
    margin-bottom: 16px;
}

.article-blog-template-1 .post-classic-title a:hover {
    text-decoration: underline
}

.article-blog-template-1 .post-classic-figure img {
    -webkit-transition: var(--g-img-transition-timing);
    -o-transition: var(--g-img-transition-timing);
    transition: var(--g-img-transition-timing);
}

.article-blog-template-1 a:hover img {
    -webkit-transform: var(--g-img-transition-transform);
    -ms-transform: var(--g-img-transition-transform);
    transform: var(--g-img-transition-transform);
}


@media (min-width: 1300px) {
    .article-blog-template-1 .blog-article .post-classic-time {
        top: 10%;
    }
}

.article-blog-template-1 .article-btn-font {
    font-family: var(--article-blog-template-1-btn-font);
}

.article-blog-template-1 .aside-news .button,
.article-blog-template-1 .mobile_button .button {
    padding: var(--article-blog-template-1-news-btn-py) var(--article-blog-template-1-news-btn-px);
    background-color: var(--article-blog-template-1-news-btn-bg);
    border-color: var(--article-blog-template-1-news-btn-border);
    border-radius: var(--article-blog-template-1-news-btn-radius);
    color: var(--article-blog-template-1-news-btn-color);
}

.article-blog-template-1 .aside-news .button:hover {
    background-color: var(--article-blog-template-1-news-btn-bg-hover);
    border-color: var(--article-blog-template-1-news-btn-border-hover);
}

.article-blog-template-1 .aside-news .button:hover:before,
.article-blog-template-1 .aside-news .button:hover:after {
    background-color: var(--article-blog-template-1-news-btn-bg-hover);
}


.article-blog-template-1 .aside-news * + .button {
    margin-top: 0
}

.article-blog-template-1 .aside-news-button:empty {
    margin-bottom: 0;
    margin-left: 0
}

@media (min-width: 1300px) {
    .article-blog-template-1 .aside-news {
        padding: var(--article-blog-template-1-aside-news-p);
    }

    .article-blog-template-1 .aside-news-button:empty {
        margin-bottom: 0;
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .article-blog-template-1 .aside-news .button {
        padding-top: var(--article-blog-template-1-news-btn-md-py);
        padding-bottom: var(--article-blog-template-1-news-btn-md-py);
    }
}

@media (min-width: 992px) {
    .article-blog-template-1 .aside-news .button {
        padding-top: var(--article-blog-template-1-news-btn-lg-py);
        padding-bottom: var(--article-blog-template-1-news-btn-lg-py);
    }
}

@media (min-width: 1300px) {
    .article-blog-template-1 .aside-news .button {
        padding-top: var(--article-blog-template-1-news-btn-xl-py);
        padding-bottom: var(--article-blog-template-1-news-btn-xl-py);
    }
}


.article-blog-template-1 .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.article-blog-template-1 .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.article-blog-template-1 .slick-list:focus {
    outline: 0
}

.article-blog-template-1 .slick-slider .slick-list, .article-blog-template-1 .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.article-blog-template-1 .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.article-blog-template-1 .slick-track:after, .article-blog-template-1 .slick-track:before {
    content: "";
    display: table
}

.article-blog-template-1 .slick-track:after {
    clear: both
}

/*.article-blog-template-1 .slick-slide {*/
/*    float: left;*/
/*    height: 100%;*/
/*    min-height: 1px;*/
/*    text-align: center;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*    display: none*/
/*}*/

/*[dir=rtl] .article-blog-template-1 .slick-slide {*/
/*    float: right*/
/*}*/

.article-blog-template-1 .slick-slide img,
.article-blog-template-1 .slick-slide .empty-img {
    display: inline-block;
    width: calc(100% + 1px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    vertical-align: middle;
    height: 100%;
}

.article-blog-template-1 .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Memo: vytváří se extra prázdný prostor kvůli tomuto dynamicky vytvořenému div */
.article-blog-template-1 .slick-initialized .slick-slide > div {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.article-blog-template-1 .slick-initialized .slick-slide,
.article-blog-template-1 .slick-initialized .slick-slide > div,
.article-blog-template-1 .blog-nav-container {
    gap: 20px;
}

@media (min-width: 768px) {
    .article-blog-template-1 .slick-initialized .slick-slide,
    .article-blog-template-1 .slick-initialized .slick-slide > div,
    .article-blog-template-1 .blog-nav-container {
        gap: 25px;
    }

    .article-blog-template-1 .blog-nav-container {
        display: var(--article-blog-template-1-nav-md-display) !important;
    }
}

@media (min-width: 992px) {
    .article-blog-template-1 .slick-initialized .slick-slide,
    .article-blog-template-1 .slick-initialized .slick-slide > div,
    .article-blog-template-1 .blog-nav-container {
        gap: 24px;
    }
}

.article-blog-template-1 .slick-slide:focus {
    outline: 0
}

.article-blog-template-1 .slick-next, .article-blog-template-1 .slick-prev {
    display: block;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    border: none;
    background: 0 0;
    cursor: pointer;
    z-index: 9;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.article-blog-template-1 .slick-next:hover, .article-blog-template-1 .slick-prev:hover {
    outline: 0;
    color: var(--g-color-4);
}

.article-blog-template-1 .slick-prev::before {
    content: '\f14a'
}

.article-blog-template-1 .slick-next::before {
    content: '\f14f'
}

.article-blog-template-1 .slick-next:before, .article-blog-template-1 .slick-prev:before {
    font-family: "Material Design Icons", serif;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.article-blog-template-1 .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.article-blog-template-1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.article-blog-template-1 .slick-dots li button {
    border: 0;
    display: block;
    height: 14px;
    width: 14px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    background: var(--article-blog-template-1-dots-bg);
    cursor: pointer
}

.article-blog-template-1 .slick-dots li button:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    opacity: 0;
    background: var(--g-color-1);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.article-blog-template-1 .slick-dots li button:focus, .article-blog-template-1 .slick-dots li button:hover {
    outline: 0
}

.article-blog-template-1 .slick-dots li button:focus:before, .article-blog-template-1 .slick-dots li button:hover:before {
    opacity: .7
}

.article-blog-template-1 .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 14px;
    height: 14px
}

@media (min-width: 992px) {
    .article-blog-template-1 .slick-dots {
        display: none !important;
    }
}


.article-blog-template-1 .slick-custom-nav .slick-next, .article-blog-template-1 .slick-custom-nav .slick-prev {
    background-color: transparent;
    font-size: 60px
}

.article-blog-template-1 .slick-custom-nav .slick-prev {
    left: -30px
}

.article-blog-template-1 .slick-custom-nav .slick-next {
    right: -20px
}

@media (min-width: 1600px) {
    .article-blog-template-1 .slick-custom-nav .slick-prev {
        left: -50px
    }

    .article-blog-template-1 .slick-custom-nav .slick-next {
        right: -40px
    }
}

.article-blog-template-1 .slick-news .slick-dots {
    top: 50%;
    right: calc(50% - 50vw + 15px);
    bottom: auto;
    width: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

@media (min-width: 420px) {
    .article-blog-template-1 .slick-news .slick-dots {
        right: calc(50% - 50vw + 35px);
    }
}


.article-blog-template-1 .slick-news .slick-dots li {
    display: block;
    margin: 10px 0
}

.article-blog-template-1 .custom-circle-arrows {
    font-size: 0;
    line-height: 0;
    display: contents;
}


.article-blog-template-1 .custom-circle-arrows.active {
    visibility: visible;
    display: block
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: var(--article-blog-template-1-arrow-w);
    height: var(--article-blog-template-1-arrow-h);
    font-size: 32px;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media (min-width: 768px) {
    .article-blog-template-1 .custom-circle-arrows .slick-arrow {
        width: var(--article-blog-template-1-md-arrow-w);
        height: var(--article-blog-template-1-md-arrow-h);
    }
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow.disabled {
    pointer-events: none;
    cursor: pointer;
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow.disabled .blog__arrow-bg {
    background: transparent;
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow.disabled .slick-button-line,
.article-blog-template-1 .custom-circle-arrows .slick-arrow.disabled .slick-button-line-2 {
    stroke: #9d9d9d;
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow circle {
    fill: none;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow .slick-button-line {
    stroke: var(--article-blog-template-1-arrow-stroke);
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow .slick-button-line-2 {
    opacity: 0;
    stroke: var(--article-blog-template-1-arrow-stroke-hover);
    stroke-dasharray: 226;
    stroke-dashoffset: 226;
    -webkit-transition: stroke-dashoffset .5s;
    -o-transition: stroke-dashoffset .5s;
    transition: stroke-dashoffset .5s
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow:hover {
    color: #151515
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow:hover .slick-button-line {
    opacity: 0;
    -webkit-transition: all 0s ease-in-out .5s;
    -o-transition: all 0s ease-in-out .5s;
    transition: all 0s ease-in-out .5s
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow:hover .slick-button-line-2 {
    opacity: 1;
    stroke-dashoffset: 0
}

.article-blog-template-1 .custom-circle-arrows .slick-prev::before {
    content: '\f744';
    display: none
}


.article-blog-template-1 .custom-circle-arrows .svg-arrow {
    color: var(--article-blog-template-1-arrow-color);
    -webkit-transform: scale(2.3) rotateZ(90deg);
    -ms-transform: scale(2.3) rotate(90deg);
    transform: scale(2.3) rotateZ(90deg);
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.article-blog-template-1 .custom-circle-arrows .slick-arrow:hover .svg-arrow {
    color: var(--article-blog-template-1-arrow-color);
}

.article-blog-template-1 .custom-circle-arrows .slick-next::before {
    content: '\f745';
    display: none
}

.article-blog-template-1 .custom-arrows-4 .slick-arrow {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    padding: 0 12px
}

.article-blog-template-1 .custom-arrows-4 > * + * {
    border-left: 1px solid #e1e1e1
}

@media (min-width: 1300px) {
    .article-blog-template-1 .custom-arrows-4 {
        padding-bottom: 8px
    }
}

.article-blog-template-1 .bg-primary .custom-arrows-4 .slick-arrow {
    color: #fff
}

.article-blog-template-1 .bg-primary .custom-arrows-4 .slick-arrow:hover {
    color: var(--g-color-3)
}

.article-blog-template-1 .bg-primary .custom-arrows-4 > * + * {
    border-color: rgba(225, 225, 225, .3)
}

.article-blog-template-1 .slick-style-1 .slick-slide {
    text-align: inherit
}

.article-blog-template-1 * + .slick-style-1 {
    margin-top: 35px
}

.article-blog-template-1 .slick-style-2 {
    padding: 20px;
    margin-top: -25px;
    background: #fff
}

.article-blog-template-1 .slick-style-2 .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.article-blog-template-1 .slick-style-2 .slick-slide {
    text-align: inherit;
    padding-left: 15px;
    padding-right: 15px
}


@media (min-width: 1300px) {
    .article-blog-template-1 .slick-style-2 {
        padding-left: 70px;
        padding-right: 70px
    }
}

.article-blog-template-1 .mdi-arr {
    position: absolute;
    top: 23px;
    z-index: 2;
    left: 23px;
    color: #000;
    font-size: 32px;
}

.article-blog-template-1 .mdi-arr-2 {
    position: absolute;
    top: 23px;
    z-index: 2;
    left: 23px;
    color: #000;
    font-size: 32px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.article-blog-template-1 .post-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #fff;
    width: 100%;
    padding: 6% 5%;
}

@media (min-width: 1300px) {
    .article-blog-template-1 .post-content {
        padding: 10% 13%
    }
}

@media (min-width: 992px) {
    .article-blog-template-1 .post-content {
        padding: 7%
    }
}

@media (min-width: 768px) {
    .article-blog-template-1 .post-content {
        padding: 8% 9%
    }
}

.article-blog-template-1 .no-article-image .post-content {
    padding-top: 82px;
    padding-bottom: 12px;
}

.article-blog-template-1 .list-category {
    line-height: 1.71;
    letter-spacing: var(--article-blog-template-1-list-category-spacing);
    font-size: 16px;
    display: block;
}

.article-blog-template-1 * + .list-category {
    margin-top: 10px
}

@media (min-width: 768px) {
    .article-blog-template-1 .list-category {
        padding-top: var(--article-blog-template-1-list-category-md-pt);
    }
}

.article-blog-template-1 .list-category-item a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#939393), to(transparent));
    background-image: -o-linear-gradient(right, #939393, transparent);
    background-image: linear-gradient(to left, #939393, transparent);
}

.article-blog-template-1 .list-category.align-menu-left .list-category-item a::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#939393), to(transparent));
    background-image: -o-linear-gradient(left, #939393, transparent);
    background-image: linear-gradient(to right, #939393, transparent);
}

.article-blog-template-1 .list-category.align-menu-right .list-category-item a::before {
    background-image: -webkit-gradient(linear, right top, left top, from(#939393), to(transparent));
    background-image: -o-linear-gradient(right, #939393, transparent);
    background-image: linear-gradient(to left, #939393, transparent);
}

.article-blog-template-1 .list-category.align-menu-left .list-category-item a::after {
    left: 0;
}

.article-blog-template-1 .list-category.align-menu-left .list-category-item a::after {
    right: 0;
}

.article-blog-template-1 .list-category-item a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: var(--article-blog-template-1-list-category-line-color);
}

.article-blog-template-1 .list-category.align-menu-left .list-category-item a::after {
    left: 0

}

.article-blog-template-1 .list-category.align-menu-right .list-category-item a::after {
    right: 0
}

.article-blog-template-1 .list-category-item a {
    position: relative;
    display: block;
    padding: 11px 0;
    color: var(--article-blog-template-1-list-category-color);
    font-weight: var(--article-blog-template-1-list-category-weight);
}

.article-blog-template-1 .list-category-item a.cat-active::after {
    width: 100%;
}

.article-blog-template-1 .list-category-item a:hover:not(.cat-active)::after {
    width: 50%;
}

.article-blog-template-1 .button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    letter-spacing: var(--article-blog-template-1-btn-letter-spacing);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: var(--g-color-3);
    background-color: transparent;
    border-color: var(--g-color-3);
    border: 2px solid var(--g-color-3);
}

.article-blog-template-1 .js_blog-arrows--switch .slick-next svg.inner {
    position: relative;
    fill: white;
    top: 20px;
}

.article-blog-template-1 .js_blog-arrows--switch .slick-prev svg.inner {
    position: relative;
    fill: white;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 20px;
}

.article-blog-template-1 .js_blog-arrows--switch .slick-prev .inner-img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1300px) {
    .article-blog-template-1 .tab-content.align-menu-right {
        padding-right: 110px
    }

    .article-blog-template-1 .tab-content.align-menu-left {
        padding-left: 110px
    }
}

.article-blog-template-1 .tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.article-blog-template-1 .tab-content > .active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.article-blog-template-1 .no-article-image .post-classic-figure {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--g-color-2)), color-stop(89%, var(--g-color-1)));
    background: -o-linear-gradient(left, var(--g-color-2) 10%, var(--g-color-1) 89%);
    background: linear-gradient(90deg, var(--g-color-2) 10%, var(--g-color-1) 89%);
    opacity: 0.5;
}


@media (max-width: 575px) {
    .article-blog-template-1 .tab-content > .tab-pane {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 370px;
        margin: auto;
    }


    @media (min-width: 1300px) {
        .article-blog-template-1 .tab-content {
            padding-right: 104px; /* Toto je pro kalibraci s modulem rychlá volba*/
        }
    }
}
