/* reset */
.com-sppagebuilder .row {
    --gutter-x: 0;
}

.container-full,
.bottom-area,
.site-content {
    overflow: hidden;
}

section.bottom-area .mod-position-sp-bottom.mod-inline {
    display: block;
}

.sp-page-builder .page-content #section-id-349986c6-19bd-44b7-84e3-998a886f51be {
    z-index: 2;
}

.sppb-section-content-bottom,
.sppb-section-content-center,
.sppb-section-content-top {
    display: flex;
    width: auto;
    max-width: 100%;
}

:root {
    --mycolor1: #101010;
    --mycolor1H: #000;
    --mycolor2: #66bc3c;
    --mycolor3: #fff;
    --mycolor4: #335c1f;
    --mycolor5: #1a171b;
}

.builder-container>.sppb-section>.sppb-container-inner>.sp-pagebuilder-row,
.builder-container>.sppb-section>.sppb-container-inner>.sppb-row {
    margin-right: calc(-0.5 * var(--gutter-x));
    margin-left: calc(-0.5 * var(--gutter-x));
}

.mod-position-left.mb-5 {
    margin-bottom: 2rem !important;
}

/* content */
.com-content.view-article .breadcrumbs-section,
.com-content.view-category .breadcrumbs-section {
    margin-bottom: 30px;
}

.page-header .h1,
.page-header h1 {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}

.page-header .h2,
.page-header h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

p {
    margin-bottom: 10px;
}

/* main section */
.main-section {
    padding-top: 1.5rem;
}

.main-content-area {
    background-color: var(--template-main-content-area-bg, transparent);
    background-image: url('/templates/vp_neoteric_agrokonzulta/images/background-mainsection.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.view-productdetails:not(.layout-notify) .main-content-area {
    background-position: center -20%;
}

@media(max-width: 1600px) {
    .main-content-area {
        background-position: center -10%;
    }
}

.com-sppagebuilder .main-section {
    padding-top: 0;
}

.sp-page-builder .page-content #slideHome {
    aspect-ratio: 1920 / 715;
}

#topsectionhome::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url(/images/2026/07/30/pozadi-stranka-vlnovky.png);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: 50% 100%;

    pointer-events: none;
}

/* hedaer */
.header-notice {
    width: 100%;
}

.desktop-header {
    grid-template-columns: 180px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 30px;
}

.header-logo-column {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
}

.header-top-row {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.header-bottom-row {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
}

.header-info,
.header-navigation {
    min-width: 0;
}

.header-user-tools {
    flex-shrink: 0;
    gap: 18px;
}

.header-navigation {
    flex: 1 1 auto;
    position: relative;
}

.header-mega-menu {
    min-width: 0;
}

.header-search-container {
    flex: 0 0 320px;
    max-width: 320px;
    margin-left: 30px;
}

.site-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* =========================================
   HEADER
========================================= */

.header-content {
    background: #67bd38;
    position: relative;
    z-index: 100;
}

.header-content.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.header-main {
    padding: 10px 0 0px;
}

.container-inner {
    max-width: 100%;
}

.header-main {
    background: none;
}

.header-main .container-inner {
    padding: 0rem 0;
}

/* =========================================
   HORNÍ PRUH
========================================= */

.header-notice {
    background: #eef7df;
    border-bottom: 1px solid #d8e9c5;
    font-size: 14px;
    color: #222;
}

.header-notice .container-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
}

.free-shipping-message {
    font-weight: 600;
}

.free-shipping-message i {
    margin-right: 8px;
    color: #222;
}

.free-shipping-message .dopravaCena {
    font-weight: 700;
}

.free-shipping-message .zdarma {
    color: #000;
    font-weight: 800;
}

.desktop-header {
    display: grid;

    grid-template-columns: 165px 1fr;

    grid-template-rows: 38px 58px;

    gap: 10px 35px;

    align-items: center;
}

.header-logo-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo img {
    width: auto;
    height: auto;
    margin-top: 20px;
    display: block;
    max-width: 115%;
    transition: all 0.6s;
}

.itemid-101 .site-logo img {
    width: auto;
    height: auto;
    display: block;
    max-width: 115%;
    margin-top: 20px;
    transition: all 0.6s;
}

.header-top-row {
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.header-top-row:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #499922;
    position: absolute;
    bottom: -10px;
}

.header-info {
    gap: 30px;
    color: #fff;
}

.header-info a {
    color: #fff;
    text-decoration: none;
}

.header-info i {
    color: #fff;
}

.header-user-tools {
    gap: 18px;
    color: #fff;
}

.header-user-tools a {
    color: #fff;
    text-decoration: none;
}

.header-bottom-row {
    align-items: center;
}

.header-mega-menu {
    margin-left: 0px;
}

.header-mega-menu .mod-megamenu {
    display: flex;
    gap: 1px;
}

.header-mega-menu a,
.header-mega-menu span {
    color: #111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.mod-megamenu--deeper:not(.mod-megamenu--group)>.mod-megamenu--item-anchor {
    position: relative;
    z-index: 2;
    padding: 1rem 0.9rem 3rem;
}

.header-category-dropdown {
    margin-right: 25px;
}

.header-category-dropdown>a {
    color: #111;
    font-weight: 700;
}

span.mod-megamenu--item-title {
    display: block;
}

.mod-megamenu>.mod-megamenu--item:not(:last-child) span.mod-megamenu--item-title:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: -1rem;
    background: #333333;
}

.mod-megamenu--active>.mod-megamenu--item-anchor .mod-megamenu--item-title,
.mod-megamenu--active>.mod-megamenu--item-anchor .mod-megamenu--item-icon {
    color: #267300;
}

.mod-megamenu--item:hover>.mod-megamenu--item-anchor .mod-megamenu--item-title,
.mod-megamenu--item:hover>.mod-megamenu--item-anchor .mod-megamenu--item-icon {
    color: #267300;
}

/* =====================================================
   ROZBALOVACÍ MENU KATEGORIÍ – GRAFICKÝ NÁVRH
===================================================== */

/*
 * Hlavní položka Kategorie.
 * item-126 je ID Joomla položky menu Kategorie.
 */
.mod-megamenu--level-1>.mod-megamenu--item-anchor {
    padding: 3rem 0.9rem;
}

/*
.com-virtuemart .mod-megamenu--level-1>.mod-megamenu--item-anchor {
    padding: 1rem 0.9rem;
}
*/

.header-mega-menu .mod-megamenu--item.item-126>.mod-megamenu--item-anchor {
    position: relative;
}

/* zelený okraj */
.header-mega-menu .mod-megamenu--item.item-126>.mod-megamenu--item-anchor:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 32px solid #67bd38;
    z-index: 100;

    opacity: 1;
    visibility: visible;
    transition: .2s;
}

/* bílá výplň */
.header-mega-menu .mod-megamenu--item.item-126>.mod-megamenu--item-anchor:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    z-index: 101;
    top: auto;

    opacity: 1;
    visibility: visible;
    transition: .2s;
}

/* Šipka pouze při hoveru nebo otevřeném submenu */
.header-mega-menu .mod-megamenu--item.item-126:hover>.mod-megamenu--item-anchor:before,
.header-mega-menu .mod-megamenu--item.item-126:hover>.mod-megamenu--item-anchor:after,
.header-mega-menu .mod-megamenu--item.item-126.mod-megamenu--hover>.mod-megamenu--item-anchor:before,
.header-mega-menu .mod-megamenu--item.item-126.mod-megamenu--hover>.mod-megamenu--item-anchor:after {
    opacity: 1;
    visibility: visible;
}

/* Odstranění případné původní šipky pluginu */
.header-mega-menu .mod-megamenu--item.item-126>.mod-megamenu--item-anchor::before {
    /*display: none;*/
}

/* Samotný rozbalovací box */
.header-mega-menu .mod-megamenu--item.item-126 {
    position: static;
    /*margin-top: 2rem;*/
}

.header-mega-menu .mod-megamenu--item.item-126>.mod-megamenu--container {
    left: -145px !important;
    top: 100%;
    margin-top: 0;
    width: 255px !important;
    min-width: 255px !important;
    max-width: 255px !important;
    padding: 8px 16px;
    background: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    overflow: visible;
    z-index: 1;
}

/* Vynulování vnitřního megamenu */
.header-mega-menu .item-126>.mod-megamenu--container>.mod-megamenu--sub {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.header-mega-menu .item-126 .mod-megamenu--module {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Seznam kategorií */
.header-mega-menu .item-126 .mod-vmcategory-menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Jednotlivé řádky */
.header-mega-menu .item-126 .mod-vmcategory-menu--item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d9e2d3;
}

.header-mega-menu .item-126 .mod-vmcategory-menu--item:last-child {
    border-bottom: 0;
}

/* Odkaz kategorie */
.header-mega-menu .item-126 .mod-vmcategory-menu--item-anchor {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    width: 100%;
    padding: 7px 36px 7px 38px;
    color: #62bd39;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: none;
    text-decoration: none;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
    border: 0;
}

/* Vnitřní prvky odkazu */
.header-mega-menu .item-126 .mod-vmcategory-menu--item-inner,
.header-mega-menu .item-126 .mod-vmcategory-menu--item-title {
    display: block;
    width: 100%;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: none;
    padding: 0rem 0rem;
}

/* Pravé zelené kolečko */
/* Pravá šipka */
.header-mega-menu .item-126 .mod-vmcategory-menu--item-anchor::after {
    content: "";

    position: absolute;
    top: 50%;
    right: 0;

    width: 24px;
    height: 24px;

    transform: translateY(-50%);
    transition: transform .2s ease;

    background: url("/templates/vp_neoteric_agrokonzulta/images/circle-arrow-right-green.svg") center center / contain no-repeat;
}

/* Hover */
.header-mega-menu .item-126 .mod-vmcategory-menu--item-anchor:hover .mod-vmcategory-menu--item-title {
    color: #000;
}

.header-mega-menu .item-126 .mod-vmcategory-menu--item:hover .mod-vmcategory-menu--item-anchor::after {
    background-image: url("/templates/vp_neoteric_agrokonzulta/images/circle-arrow-right-black.svg");
    transform: translateY(-50%) translateX(2px);
}

/* Hover + aktivní položka */
.header-mega-menu .item-126 .mod-vmcategory-menu--item:hover .mod-vmcategory-menu--item-anchor::after,
.header-mega-menu .item-126 .mod-vmcategory-menu--item.active .mod-vmcategory-menu--item-anchor::after {
    background-image: url("/templates/vp_neoteric_agrokonzulta/images/circle-arrow-right-black.svg");
    transform: translateY(-50%) translateX(2px);
}

.header-mega-menu .item-126 .mod-vmcategory-menu--item:hover .mod-vmcategory-menu--item-anchor::after {
    background-image: url("/templates/vp_neoteric_agrokonzulta/images/circle-arrow-right-black.svg");
    transform: translateY(-50%) translateX(2px);
}

/* Levá ikonka */
.header-mega-menu .item-126 .mod-vmcategory-menu--item-anchor::before {
    content: "";

    position: absolute;
    top: 50%;
    left: 1px;

    width: 23px;
    height: 23px;

    transform: translateY(-50%);

    background-color: rgb(0 0 0);

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

/* Ikona obilí – liché položky */
.header-mega-menu .item-126 .mod-vmcategory-menu--item:nth-child(odd) .mod-vmcategory-menu--item-anchor::before {

    -webkit-mask-image: url("/templates/vp_neoteric_agrokonzulta/images/barley.svg");
    mask-image: url("/templates/vp_neoteric_agrokonzulta/images/barley.svg");
}

/* Ikona traktoru – sudé položky */
.header-mega-menu .item-126 .mod-vmcategory-menu--item:nth-child(even) .mod-vmcategory-menu--item-anchor::before {

    -webkit-mask-image: url("/templates/vp_neoteric_agrokonzulta/images/tractor.svg");
    mask-image: url("/templates/vp_neoteric_agrokonzulta/images/tractor.svg");
}

/* konec submenu */

/* =====================================================
   LEVÉ MENU U SLIDESHOW
===================================================== */

#slideshow-header .mod-vmcategory-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px 10px 10px 10px;
    background: #fff;
    color: #62bd39;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: .25s;
}

#slideshow-header .mod-vmcategory-menu--item {
    margin: 0;
    border-bottom: 1px solid #d9e2d3;
}

#slideshow-header .mod-vmcategory-menu--item:last-child {
    border-bottom: 0;
}

#slideshow-header .mod-vmcategory-menu--item-anchor {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 10px 48px 10px 42px;
    background: transparent;
    color: #62bd39;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: .2s;
    border: 0;
}

#slideshow-header .mod-vmcategory-menu--item-anchor:hover {
    color: #000;
    transform: translateX(5px);
}

/* název */
#slideshow-header .mod-vmcategory-menu--item-title {
    color: inherit;
    font: inherit;
}

/* levá ikonka */
/* společné */
#slideshow-header .mod-vmcategory-menu--item-anchor::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 22px;
    height: 22px;

    transform: translateY(-50%);

    background: #000;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

/* liché */
#slideshow-header .mod-vmcategory-menu--item:nth-child(odd) .mod-vmcategory-menu--item-anchor::before {

    -webkit-mask-image: url("/templates/vp_neoteric_agrokonzulta/images/barley.svg");
    mask-image: url("/templates/vp_neoteric_agrokonzulta/images/barley.svg");
}

/* sudé */
#slideshow-header .mod-vmcategory-menu--item:nth-child(even) .mod-vmcategory-menu--item-anchor::before {

    -webkit-mask-image: url("/templates/vp_neoteric_agrokonzulta/images/tractor.svg");
    mask-image: url("/templates/vp_neoteric_agrokonzulta/images/tractor.svg");
}

#slideshow-header .mod-vmcategory-menu--item:hover .mod-vmcategory-menu--item-title {
    color: #000;
}

#slideshow-header .mod-vmcategory-menu--item:hover .mod-vmcategory-menu--item-anchor::after {
    background-image: url("/templates/vp_neoteric_agrokonzulta/images/circle-arrow-right-black.svg");
    transform: translateY(-50%) translateX(2px);
}

/* pravá šipka */
#slideshow-header .mod-vmcategory-menu--item-anchor::after {

    content: "";

    position: absolute;
    right: 16px;
    top: 50%;

    width: 24px;
    height: 24px;

    transform: translateY(-50%);
    transition: .25s;

    background: url("/templates/vp_neoteric_agrokonzulta/images/circle-arrow-right-green.svg") center/contain no-repeat;
}

#slideshow-header .mod-vmcategory-menu--item-anchor:hover::after {

    background-image: url("/templates/vp_neoteric_agrokonzulta/images/circle-arrow-right-black.svg");
    transform: translateY(-50%) translateX(3px);
}

div#column-wrap-id-748e8e34-95e8-4003-bea2-9ffcc23111c7 {
    z-index: 2;
}

/* konec leveho menu */

/* =====================================================
   LEVÉ MENU U SLIDESHOW + SUBMENU
===================================================== */

/* Levý hlavní seznam */
#slideshow-header .mod-vmcategory-menu {
    position: relative;
    z-index: 20;

    width: 100%;
    margin: 0;
    padding: 10px;

    list-style: none;

    background: #fff;
    border-radius: 10px;

    color: #62bd39;
    font-size: 16px;
    font-weight: 700;
}

#slideshow-header .mod-vmcategory-menu {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04), 0 10px 25px rgba(0, 0, 0, 0.035);
    overflow: visible;
}

/* Pouze hlavní položky první úrovně */
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item {
    position: relative;

    display: block;
    width: 100%;

    margin: 0;
    padding: 0;

    border-bottom: 1px solid #d9e2d3;
}

#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item:last-child {
    border-bottom: 0;
}

/* Pouze hlavní odkaz první úrovně */
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--item-anchor {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 45px;
    padding: 0px 48px 0px 42px;
    color: #62bd39;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    border: 0;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.mod-position-left #slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--sub {
    box-shadow: 0 0 5px rgb(0 0 0 / 14%);
}

/* Vnitřní obal názvu */
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--item-anchor .mod-vmcategory-menu--item-inner {
    display: block;
    width: 100%;
}

#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--item-anchor .mod-vmcategory-menu--item-title {
    display: block;

    color: inherit;
    font: inherit;

    transition: color 0.2s ease;
}

/* Hover hlavní položky */
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item:hover>.mod-vmcategory-menu--item-anchor {
    color: #000;
    transform: translateX(3px);
}

/* =====================================================
   LEVÉ IKONY HLAVNÍCH POLOŽEK
===================================================== */

#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--item-anchor::before {
    content: "";

    position: absolute;
    top: 50%;
    left: 0;

    width: 22px;
    height: 22px;

    transform: translateY(-50%);

    background-color: #000;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

/* Liché hlavní položky – obilí */
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item:nth-child(odd)>.mod-vmcategory-menu--item-anchor::before {
    -webkit-mask-image:
        url("/templates/vp_neoteric_agrokonzulta/images/barley.svg");

    mask-image:
        url("/templates/vp_neoteric_agrokonzulta/images/barley.svg");
}

/* Sudé hlavní položky – traktor */
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item:nth-child(even)>.mod-vmcategory-menu--item-anchor::before {
    -webkit-mask-image:
        url("/templates/vp_neoteric_agrokonzulta/images/tractor.svg");

    mask-image:
        url("/templates/vp_neoteric_agrokonzulta/images/tractor.svg");
}

/* =====================================================
   PRAVÁ ŠIPKA HLAVNÍCH POLOŽEK
===================================================== */

#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--item-anchor::after {
    content: "";

    position: absolute;
    top: 50%;
    right: 8px;

    width: 24px;
    height: 24px;

    transform: translateY(-50%);

    background:
        url("/templates/vp_neoteric_agrokonzulta/images/circle-arrow-right-green.svg") center / contain no-repeat;

    transition:
        transform 0.2s ease,
        background-image 0.2s ease;
}

#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item:hover>.mod-vmcategory-menu--item-anchor::after {
    background-image:
        url("/templates/vp_neoteric_agrokonzulta/images/circle-arrow-right-black.svg");

    transform: translateY(-50%) translateX(2px);
}

/* =====================================================
   SUBMENU DRUHÉ ÚROVNĚ
===================================================== */

#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--sub {
    position: absolute;
    left: calc(100% + 30px);
    top: -10px;
    display: flex;
    align-items: stretch;
    width: max-content;
    min-width: 680px;
    max-width: 900px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-8px);
    transition: opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
    z-index: 30;
    flex-direction: row;
    flex-wrap: wrap;
}

.mod-position-left #slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--sub {
    left: calc(100% + 15px);
}

/* Zobrazení submenu při hoveru */
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item:hover>.mod-vmcategory-menu--sub,
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item:focus-within>.mod-vmcategory-menu--sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(0);
}

/* Bílá výplň */
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--sub::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 20px solid #fff;
    z-index: 2;
}

/* Hover bridge */
#slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    width: 30px;
    /* stejná mezera jako left: calc(100% + 30px) */
    height: 100%;
    background: transparent;
}

.mod-position-left #slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--sub::after {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* =====================================================
   POLOŽKY SUBMENU
===================================================== */

#slideshow-header .mod-vmcategory-menu--sub>.mod-vmcategory-menu--item {
    flex: 0 0 50%;

    min-width: 300px;
    margin: 0;
    padding: 0;

    border: 0;
}

/* Odkazy druhé úrovně */
#slideshow-header .mod-vmcategory-menu--sub>.mod-vmcategory-menu--item>.mod-vmcategory-menu--item-anchor {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 45px;
    width: 100%;
    padding: 0px 28px 0px 72px;
    color: #111;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    border: 0;
    transition: color 0.2s ease,
        background-color 0.2s ease;
}

ul.mod-vmcategory-menu--sub a.mod-vmcategory-menu--item-anchor:after {
    display: none;
}

/* Odstranění odsazovacího elementu modulu */
#slideshow-header .mod-vmcategory-menu--sub .mod-vmcategory-menu--item-indent {
    display: none;
}

/* Text submenu */
#slideshow-header .mod-vmcategory-menu--sub .mod-vmcategory-menu--item-inner,
#slideshow-header .mod-vmcategory-menu--sub .mod-vmcategory-menu--item-title {
    display: block;
    width: 100%;

    color: inherit;
    font: inherit;
}

/* Hover submenu */
#slideshow-header .mod-vmcategory-menu--sub>.mod-vmcategory-menu--item:hover>.mod-vmcategory-menu--item-anchor {
    color: #62bd39;
}

/* =====================================================
   KULATÉ OBRÁZKY V SUBMENU
===================================================== */

#slideshow-header .mod-vmcategory-menu--sub>.mod-vmcategory-menu--item>.mod-vmcategory-menu--item-anchor::before {
    content: "";

    position: absolute;
    top: 50%;
    left: 24px;

    width: 36px;
    height: 36px;

    transform: translateY(-50%);

    background-color: #67bd38;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 50%;
}

/* sticky uprava menu horniho a dalsich */
.header-is-sticky .site-logo img {
    width: 150px;
    height: auto;
    margin-top: 0;
}

.header-is-sticky .header-mega-menu .mod-megamenu--item.item-126>.mod-megamenu--item-anchor::before,
.header-is-sticky .header-mega-menu .mod-megamenu--item.item-126>.mod-megamenu--item-anchor:after {
    display: none;
}

.header-is-sticky .header-main .container-inner {
    padding: 0;
}

/*
 * Zde doplň skutečné obrázky kategorií.
 * Selektory jsou podle ID kategorií z HTML.
 */

/* =====================================================
   MOBIL / TABLET
===================================================== */

@media (max-width: 991px) {

    #slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item>.mod-vmcategory-menu--sub {
        position: static;

        display: none;

        width: 100%;
        min-width: 0;
        max-width: none;

        margin: 0;
        padding: 4px 0 8px 26px;

        border-radius: 0;

        opacity: 1;
        visibility: visible;
        pointer-events: auto;

        transform: none;
    }

    #slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item:hover>.mod-vmcategory-menu--sub,
    #slideshow-header .mod-vmcategory-menu>.mod-vmcategory-menu--item:focus-within>.mod-vmcategory-menu--sub {
        display: block;
    }

    #slideshow-header .mod-vmcategory-menu--sub>.mod-vmcategory-menu--item {
        min-width: 0;
    }

    #slideshow-header .mod-vmcategory-menu--sub>.mod-vmcategory-menu--item>.mod-vmcategory-menu--item-anchor {
        min-height: 48px;
        padding: 7px 10px 7px 52px;
    }

    #slideshow-header .mod-vmcategory-menu--sub>.mod-vmcategory-menu--item>.mod-vmcategory-menu--item-anchor::before {
        left: 8px;
        width: 30px;
        height: 30px;
    }

    #slideshow-header .mod-vmcategory-menu--sub>.mod-vmcategory-menu--item:not(:last-child)>.mod-vmcategory-menu--item-anchor::after {
        display: none;
    }
}

/* konec levého menu */


.header-search-container {
    width: 330px;
}

.header-search-container .form-control {
    border: none;
    border-radius: 30px 0 0 30px;

    height: 46px;

    padding-left: 22px;
}

.header-search-container .btn {
    border: none;

    width: 58px;

    border-radius: 0 30px 30px 0;

    background: #fff;
    color: #111;
}

.header-login-link {
    font-weight: 500;
    color: #111;
}

.header-user-tools .btn-icon {
    color: #111;
}

.jewel {
    background: #67bd38;
    color: #fff;
}

.header-login-link .vpi-lg {
    font-size: 1.2em;
    color: white;
    margin-right: 10px;
}

.header-info .mod-menu {
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.header-info .mod-menu li {
    position: relative;
    padding: 0;
}

.header-info .mod-menu li+li:before {
    content: "|";

    position: absolute;

    left: -14px;

    color: #fff;
    opacity: .4;
}

#sppb-addon-e78cc203-813b-4b78-8695-204cc4926928 .sppb-media-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#sppb-addon-e78cc203-813b-4b78-8695-204cc4926928 .sppb-media-content p {
    margin: 0 0 0 10px;
}

#sppb-addon-e78cc203-813b-4b78-8695-204cc4926928 .sppb-media {
    display: flex;
    align-items: center;
}

#sppb-addon-e78cc203-813b-4b78-8695-204cc4926928 .sppb-media>.pull-left {
    margin-right: 10px;
}

/* ===========================================================
   SLIDESHOW
=========================================================== */

#slideHome .sppb-addon-sp-slider.sp-slider {
    border-radius: 20px;
}

#slideHome .sp-slider-content-align-center {
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
    align-content: space-between;

    width: 100%;
    height: 100%;

    padding: 35px 55px 90px;

    box-sizing: border-box;
}

/* společné */
#slideHome .title,
#slideHome .green,
#slideHome .lines,
#slideHome .readmore {
    margin: 0 !important;
}

/* ==========================
   NADPIS
========================== */

#slideHome .title {
    flex: 0 0 45%;
    width: 260px;
    font-size: 45px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    padding-bottom: 5%;
}

/* ==========================
   LINKY
========================== */

#slideHome .lines {
    flex: 0 0 45%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -15% !important;
    margin-bottom: 5% !important;
}

#slideHome .lines img {

    height: 300px;
    width: auto;
}

/* ==========================
   ZELENÝ BOX
========================== */

#slideHome .green {

    flex: 0 0 auto;

    width: 400px;

    background: #69be28;
    color: #111;

    padding: 18px 30px;

    border-radius: 14px;

    font-size: 16px !important;
    font-weight: 600;
}

#slideHome .green p {
    margin: 0;
}

/* ==========================
   BUTTON
========================== */

#slideHome .readmore {

    margin-left: auto !important;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 220px;
    height: 58px;

    border-radius: 40px;

    background: #fff;

    color: #111;

    font-size: 18px;
    font-weight: 700;

    text-decoration: none;

    transition: .3s;
}

#slideHome .readmore:hover {
    transform: translateY(-2px);
}

#slideHome .readmore .sp-slider-btn-text {
    display: block;
    color: #111;
    background: transparent;
    padding: 0px;
    transition-duration: .4s;
    transition-property: color, background;
    font-size: 16px;
    border-radius: 2px;
    line-height: 58px;
}

#slideHome .readmore .sp-slider-btn-text .fa-circle-arrow-right::before {
    content: "\f0a9";
    color: #69be28;
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-left: 40px;
}

/* dots */

#slideHome .sp-dots {
    bottom: 20px;
}

#slideHome .sp-slider-content-align-center {

    text-align: left !important;

}

#slideHome .title,
#slideHome .green,
#slideHome .lines,
#slideHome .readmore {

    margin-left: 0 !important;
    margin-right: 0 !important;

}

#slideHome .sp-slider .sp-dots ul li.active {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

#slideHome .sp-slider .sp-dots ul li.active {
    background-color: #66bc3c !important;
    width: 48px;
}

#slideHome .dot-controller-dot.sp-slider .sp-dots ul li::after {
    display: none;
}

/* titulky */
.sppb-addon-title span.green {
    color: #66bc3c;
}

.sppb-addon-title span.black {
    color: #000;
}

/* animovana cisla */
div#numberAnimated>div>.sppb-row.sppb-nested-row>.sppb-row-column:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #64ba3a;
    top: 0;
    right: 15px;
}

div#numberAnimated img.sppb-img-responsive {
    padding-top: 10px;
}

/* TABS 1 aktuality */
#sp-main-body .sppb-section.myTabs1 {}

/* TABS 1 aktuality - Tlacitka */
.sppb-column.myTabs1Col1>.sppb-column-addons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 28px;
    row-gap: 15px;
}

.sppb-column.myTabs1Col1>.sppb-column-addons .sppb-addon-text-block>.sppb-addon-content a,
.sppb-column.myTabs1Col1>.sppb-column-addons .sppb-addon-text-block>.sppb-addon-content a::after {
    transition: all 0.2s linear 0s;
}

.sppb-column.myTabs1Col1>.sppb-column-addons .sppb-addon-text-block>.sppb-addon-content a {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 9%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 15px;
    vertical-align: top;
    width: fit-content;
    text-decoration: none;
    color: #000;
}

.sppb-column.myTabs1Col1>.sppb-column-addons .sppb-addon-text-block>.sppb-addon-content a.myActive {
    color: var(--mycolor2);
}

.sppb-column.myTabs1Col1>.sppb-column-addons .sppb-addon-text-block>.sppb-addon-content a:hover {
    color: var(--mycolor4);
}

.sppb-column.myTabs1Col1>.sppb-column-addons .sppb-addon-text-block>.sppb-addon-content a::after {
    content: '';
    display: block;
    width: 47px;
    aspect-ratio: 1 / 1;
    background-color: var(--mycolor2);
    border-radius: 100%;
    background-image: url(ikony2/tlacitko-sipka.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 26px;
    background-image: url(ikony2/traktor2.svg);
}

.sppb-column.myTabs1Col1>.sppb-column-addons .sppb-addon-text-block>.sppb-addon-content a.myActive::after {
    background-color: #000;
}

.sppb-column.myTabs1Col1>.sppb-column-addons .sppb-addon-text-block>.sppb-addon-content a:hover::after {
    background-color: var(--mycolor4);
}

/* TABS 1 aktuality - Zalozky */
#sp-main-body .sppb-column.myTabs1Col2>.sppb-column-addons>.sppb-addon-wrapper {
    margin: 0px;
}

.sppb-column.myTabs1Col2>.sppb-column-addons>.sppb-addon-wrapper>div>.sppb-addon {
    margin-top: 54px;
    margin-bottom: 50px;
    display: none;
}

.sppb-column.myTabs1Col2>.sppb-column-addons>.sppb-addon-wrapper>div>.sppb-addon.myTab0 {
    display: block;
}

/* ADD REPEAT ELEMENT */
/* BUTTON 1 */
.myBlogArtDivize .myContent .myText>div:last-child>a,
.myBlogArtDivize .myContent .myText>div:last-child>a::after,
.myButton1>.sppb-addon-content a,
.myButton1>.sppb-addon-content a::after {
    transition: all 0.2s linear 0s;
}

.myBlogArtDivize .myContent .myText>div:last-child>a,
.myButton1>.sppb-addon-content a {
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 0%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 25px;
    vertical-align: top;
    width: fit-content;
    text-decoration: none;
    color: var(--mycolor5);
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px 15px;
}

.myBlogArtDivize .myContent .myText>div:last-child>a::after,
.myButton1>.sppb-addon-content a::after {
    content: '';
    display: block;
    width: 30px;
    aspect-ratio: 1 / 1;
    background-color: var(--mycolor2);
    border-radius: 100%;
    background-image: url(ikony2/tlacitko-sipka.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40%;
}

.myBlogArtDivize .myContent .myText>div:last-child>a:hover,
.myButton1>.sppb-addon-content a:hover {
    text-decoration: none;
    color: var(--mycolor2);
}

.myBlogArtDivize .myContent .myText>div:last-child>a:hover::after,
.myButton1>.sppb-addon-content a:hover::after {
    background-color: var(--mycolor5);
}

/* ADD STYLE for slider Carusel */

@font-face {
    font-family: myFa2;
    font-display: swap;
    src: url('fonts/fontawesome6/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: myFa3;
    font-display: swap;
    src: url('fonts/fontawesome6/fa-solid-900.woff2') format('woff2');
}


/* Owl Carousel SLIDER */
.owl-carousel {
    position: relative;
}

.owl-carousel>.owl-stage-outer {
    overflow: hidden;
}

.owl-carousel>.owl-stage-outer>.owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    /*align-items: center;*/
    align-items: stretch;
    padding: 0px;
    min-height: 51px;
    min-width: 100%;
}

.owl-carousel>.owl-nav.disabled,
.owl-carousel>.owl-dots.disabled {
    display: none;
}


/* Slider REFERENCE */
.myOwlReference .owl-carousel {
    position: relative;
    width: calc(100%);
}

.myOwlReference .owl-carousel>.owl-stage-outer {
    overflow: hidden;
    width: calc(100% - 74px);
    /* okraje kvuli stinovani itemu */
    box-sizing: content-box;
    padding: 30px;
    margin: -30px 0;
}

.myOwlReference .owl-carousel>.owl-stage-outer>.owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    /*align-items: center;*/
    align-items: stretch;
    padding: 0px;
    min-height: 51px;
    /*min-width: 100%;*/
    min-width: calc(100% + 74px);
    margin-left: -37px;
}

.myOwlReference .owl-carousel>.owl-stage-outer>.owl-stage>.owl-item {
    padding: 0px 37px;
    max-width: 33.33333%;
}

.myOwlReference .owl-carousel>.owl-stage-outer>.owl-stage>.owl-item>div {
    height: 100%;
}

.myOwlReference .owl-carousel>.owl-nav {
    /*display: none;*/
}

.myOwlReference .owl-carousel>.owl-nav.disabled {
    /*display: block;*/
}

.myOwlReference .owl-carousel>.owl-nav>button.disabled {
    /*display: none;*/
}

.myOwlReference .owl-carousel>.owl-nav>button {
    border: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 21px;
    height: 51px;
    background-color: transparent;
    overflow: hidden;
}

.myOwlReference .owl-carousel>.owl-nav>button:before {
    display: block;
    position: absolute;
    font-family: myFa3;
    font-size: 40px;
    line-height: 32px;
    height: 32px;
    width: 21px;
    top: 0px;
    bottom: 0px;
    left: -2px;
    margin: auto;
    color: #000;
}

.myOwlReference .owl-carousel>.owl-nav>button:hover:before {
    color: var(--mycolor2);
}

.myOwlReference .owl-carousel>.owl-nav>button.owl-prev {
    right: calc(100%);
}

.myOwlReference .owl-carousel>.owl-nav>button.owl-prev:before {
    content: "\f104";
}

.myOwlReference .owl-carousel>.owl-nav>button.owl-next {
    left: calc(100%);
}

.myOwlReference .owl-carousel>.owl-nav>button.owl-next:before {
    content: "\f105";
}

.myOwlReference .owl-carousel>.owl-nav>button>span {
    display: none;
}

.myOwlReference .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}



/* SLIDER Loga SLIDER 1 */
.myOwlLoga1 .owl-carousel {
    position: relative;
    width: calc(100% + 30px);
}

.myOwlLoga1 .owl-carousel>.owl-stage-outer {
    overflow: hidden;
    width: calc(100% - 30px);
}

.myOwlLoga1 .owl-carousel>.owl-stage-outer>.owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0px;
    min-height: 51px;
    /*min-width: 100%;*/
    min-width: calc(100% + 30px);
    margin-left: -15px;
}

.myOwlLoga1 .owl-carousel>.owl-stage-outer>.owl-stage>.owl-item {
    padding: 0px 15px;
}

.myOwlLoga1 .owl-carousel>.owl-nav {
    /*display: none;*/
}

.myOwlLoga1 .owl-carousel>.owl-nav.disabled {
    /*display: block;*/
    display: none;
}

.myOwlLoga1 .owl-carousel>.owl-nav>button.disabled {
    /*display: none;*/
}

.myOwlLoga1 .owl-carousel>.owl-nav>button {
    border: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 21px;
    height: 51px;
    background-repeat: no-repeat;
    /*background-position-y: 50%;*/
    background-color: transparent;
    overflow: hidden;
}

.myOwlLoga1 .owl-carousel>.owl-nav>button:before {
    display: block;
    position: absolute;
    font-family: myFa3;
    font-size: 40px;
    line-height: 32px;
    height: 32px;
    width: 21px;
    top: 0px;
    bottom: 0px;
    left: -2px;
    margin: auto;
    color: var(--mycolor1H);
}

.myOwlLoga1 .owl-carousel>.owl-nav>button:hover:before {
    color: var(--mycolor2);
}

.myOwlLoga1 .owl-carousel>.owl-nav>button.owl-prev {
    /*background-image: url(slider/left2.webp);*/
    /*background-position-x: 0%;*/
    right: calc(100% + 10px);
}

.myOwlLoga1 .owl-carousel>.owl-nav>button.owl-prev:before {
    content: "\f104";
}

.myOwlLoga1 .owl-carousel>.owl-nav>button.owl-prev:hover {
    /*background-position-x: 100%;*/
}

.myOwlLoga1 .owl-carousel>.owl-nav>button.owl-next {
    /*background-image: url(slider/right2.webp);*/
    /*background-position-x: 100%;*/
    left: calc(100% - 30px + 10px);
}

.myOwlLoga1 .owl-carousel>.owl-nav>button.owl-next:before {
    content: "\f105";
}

.myOwlLoga1 .owl-carousel>.owl-nav>button.owl-next:hover {
    /*background-position-x: 0%;*/
}

.myOwlLoga1 .owl-carousel>.owl-nav>button>span {
    display: none;
}

/* Loga SLIDER 1 - Content formated */
.myOwlLoga1 .myBlogArt>.myContent img {
    display: block;
    /*width: auto;*/
    /*height: auto;*/
    max-width: 100%;
    object-fit: scale-down;
    margin: auto;
}

.myModulAktuality1 {
    /*margin-top: 40px;*/
}

/* REFERENCE - Blog Reference */
.myBlogArtReference {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 18%);
}

.myBlogArtReference .myImg {
    position: relative;
}

.myBlogArtReference .myImg img {
    width: 100%;
    aspect-ratio: 364 / 342;
    object-fit: cover;
}

.myBlogArtReference .myDate {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 153px;
    aspect-ratio: 153 / 102;
    color: #fff;
    /*background-color: var(--mycolor2);*/
    background-image: url(aktuality/bg-datum.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 15px;
    padding-bottom: 12px;
}

.myBlogArtReference .myDate .myDate1 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    border-left: 1px solid #fff;
    padding: 4px 0px;
    padding-left: 13px;
}

.myBlogArtReference .myDate .myDate2 {
    font-size: 31px;
    line-height: 100%;
    font-weight: 500;
    margin-left: 12px;
}

.myBlogArtReference .myContent {
    flex-grow: 1;
    padding: 0px 36px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.myBlogArtReference .myCategory {
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}

.myBlogArtReference .myTitle {
    font-size: 25px;
    line-height: 130%;
    font-weight: 500;
}

.myBlogArtReference .myTitle,
.myBlogArtReference .myTitle a {
    color: var(--mycolor2);
}

.myBlogArtReference .myTitle a:hover {
    color: var(--mycolor4);
}

.myBlogArtReference .myText {
    color: #000;
    font-size: 18px;
    line-height: 144%;
    font-weight: 300;
    margin-top: 12px;
}

.myBlogArtReference .myReadmore {
    margin-top: 20px;
}

/* Reference BLOG */
.myBlog1Cover {
    /*overflow: hidden;*/
}

.myBlog1.verBlogPage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 74px 0px;
    margin: 0px -37px;
}

.myBlog1.verBlogPage>div {
    width: 25%;
    padding: 0px 37px;
}

/* SP TITLE - POZICE */
.myTitleCenter {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* SP TITLE 1 */
.mySpTitle1>.sppb-addon-content h1,
.mySpTitle1>.sppb-addon-content {
    font-size: 50px;
    line-height: 100%;
    font-weight: 600;
    margin: 0px;
}

.mySpTitle1>.sppb-addon-content {
    margin-bottom: 8px;
}

.mySpTitle1>.sppb-addon-content strong {
    color: var(--mycolor2);
    font-weight: 600;
}

.mySpTitle1>.sppb-addon-content p {
    margin: 0px;
}

/* SP TITLE 2 */
.mySpTitle2>.sppb-addon-content {
    font-size: 19px;
    line-height: 118%;
    font-weight: 500;
    letter-spacing: 9%;
}

.mySpTitle2>.sppb-addon-content p {
    margin: 0px;
}

/* SP TITLE 3 */
.mySpTitle3>.sppb-addon-title {
    font-size: 35px;
    line-height: 100%;
    font-weight: 500;
    color: #000;
}

.mySpTitle3>.sppb-addon-content {
    font-size: 25px;
    line-height: 100%;
    font-weight: 500;
    color: var(--mycolor2);
}

.mySpTitle3>.sppb-addon-content p {
    margin: 0px;
}

.mySpTitle3>.sppb-addon-title+.sppb-addon-content {
    margin-top: 10px;
}

/* PopUp TITLE 1 */
.myPopUpTitle1>.sppb-addon-title {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
}

/* UL Seznam 1 */
.myList1>.sppb-addon-content ul {
    padding: 3px 0px;
    padding-left: 48px;
}

.myList1>.sppb-addon-content ul>li {
    list-style-type: none;
    font-weight: 300;
    color: #000;
    position: relative;
}

.myList1>.sppb-addon-content ul>li::before {
    content: '';
    display: block;
    position: absolute;
    width: 31px;
    aspect-ratio: 1 / 1;
    background-image: url(ikony2/odrazka1.svg);
    background-size: contain;
    background-position: 50%;
    left: -48px;
    top: -2.5px;
}

.myList1>.sppb-addon-content ul>li:nth-child(n+2) {
    margin-top: 18px;
}

/* Blog - Popis kategorie */
.blogmyBlog1 .myCategoryDesc {
    margin-bottom: 50px;
}

.blogmyBlog1 .myCategoryDesc h1 {
    font-size: 50px;
    line-height: 100%;
    font-weight: 600;
    margin: 0px;
    color: var(--mycolor2);
}

.blogmyBlog1 .myCategoryDesc h2 {
    font-size: 19px;
    line-height: 118%;
    font-weight: 500;
    letter-spacing: 9%;
    margin-top: 8px;
}


/* BLOK Kdo jsme */
#sp-main-body .sppb-section.mySecKdoJsme {
    padding-top: 0px;
    padding-bottom: 150px;
    /*background-size: 1920px auto;*/
    background-size: 100% auto;
    background-position: 50% 0px;
    position: relative;
    overflow: hidden;
}

.sppb-section.mySecKdoJsme>.myBg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 0px;
}

/* BLOK Kdo jsme - Seznam */
.mySecKdoJsme .sppb-section.myKdoJsmeList1 {}

.mySecKdoJsme .sppb-section.myKdoJsmeList1>div>.sppb-row {}

.mySecKdoJsme .sppb-section.myKdoJsmeList1>div>.sppb-row>div {}

.mySecKdoJsme .sppb-column.myKdoJsmeList1Col1 {
    width: 534px;
    margin-left: auto;
}

.mySecKdoJsme .sppb-column.myKdoJsmeList1Col2 {
    width: 464px;
    margin-right: auto;
    position: relative;
}

/* BLOK Kdo jsme - Dekorace */
.mySecKdoJsme .myKdoJsmeList1Bg1 .sppb-addon-single-image-container {
    position: static;
}

.mySecKdoJsme .myKdoJsmeList1Bg1 img {
    display: block;
    position: absolute;
    width: 622px;
    top: -230px;
    left: calc(100% + 33px);
    max-width: none;
}

/* bottom */
section.bottom-area .sp-page-builder .page-content #section-id-b8bbe35e-df88-434f-aaea-f49627ba36f5 {
    background-position: 94% -57px;
}

section.bottom-area .sp-page-builder .page-content #vas-partner {
    margin-right: 0px;
    margin-left: 0px;
}

/* paticka */
.footer-area {
    color: #000000;
    background-color: #67bd38;
}

.footer-area a {
    color: #000000;
}

.footer-area .mod-inline {
    display: block;
}

.footer-area .sppb-addon-title {
    text-transform: none;
}

.footer-menu ul.mod-menu.mod-list.nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-area .footer-menu .mod-list a,
.footer-area .footer-menu .mod-list .nav-header {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

/* ==========================================================
   CATEGORY - BREADCRUMBS
========================================================== */

.breadcrumbs-section {
    background: transparent !important;
    border: 0 !important;
}

.breadcrumbs-section .container-xxl {
    padding-top: 22px;
    padding-bottom: 0;
}

.breadcrumbs-section .breadcrumbs-inner {
    display: block !important;
}

.breadcrumbs-section .mod-position-breadcrumbs {
    width: 100%;
}

.breadcrumbs-section .mod-breadcrumbs__wrapper {
    width: 100%;
}

/* celý breadcrumb */
.breadcrumbs-section .breadcrumb {
    display: flex;
    align-items: center;

    min-height: 38px;

    margin: 0 !important;
    padding: 0 0 15px !important;

    border-bottom: 1px solid #63c132;

    background: transparent !important;

    font-size: 14px;
    line-height: 1;
}

/* všechny položky vertikálně doprostřed */
.breadcrumbs-section .breadcrumb-item,
.breadcrumbs-section .mod-breadcrumbs__divider {
    display: flex;
    align-items: center;

    height: 24px;
    line-height: 24px;
}

/* odkazy */
.breadcrumbs-section .breadcrumb-item a,
.breadcrumbs-section .breadcrumb-item span {
    display: inline-flex;
    align-items: center;

    line-height: 24px;

    color: #222 !important;
    text-decoration: none;
}

.breadcrumbs-section .breadcrumb-item a:hover {
    color: #63c132 !important;
}


/* ==========================================================
   HOME ICON
========================================================== */

.breadcrumbs-section .mod-breadcrumbs__divider {
    margin: 0 12px 0 0;

    font-size: 0;
}

.breadcrumbs-section .mod-breadcrumbs__divider::before {
    content: "\f015";

    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 24px;

    font-size: 17px;
    line-height: 24px;

    color: #222;
}


/* ==========================================================
   BREADCRUMB ARROWS
========================================================== */

/* zrušíme původní šipku šablony */

.breadcrumbs-section .breadcrumb .breadcrumb-item:not(:first-child):before {
    font-family: VP-Prime, Roboto, sans-serif !important;
    content: "\e923";
    color: #000000;
    position: relative;
    left: 0px;
}

.breadcrumbs-section .breadcrumb .breadcrumb-item:nth-of-type(2):before {
    left: -5px;
}

#vas-partner {
    margin-top: 30px !important;
}

/* =========================================================
   BLOG - KARTY ČLÁNKŮ
   ========================================================= */

.com-content-category-blog .blog-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
    max-width: 1000px;
    margin: 35px auto 0;
}


/* ---------------------------------------------------------
   CELÁ KARTA
   --------------------------------------------------------- */

.com-content-category-blog .blog-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.12);

    min-width: 0;
}


/* ---------------------------------------------------------
   OBRÁZEK
   --------------------------------------------------------- */

.com-content-category-blog .blog-item .item-image {
    width: 100%;
    height: 335px;
    margin: 0;
    overflow: hidden;
}

.com-content-category-blog .blog-item .item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* ---------------------------------------------------------
   OBSAH KARTY
   --------------------------------------------------------- */

.com-content-category-blog .blog-item .item-content {
    display: flex;
    flex-direction: column;
    flex: 1;

    padding: 28px 35px 30px;
}


/* ---------------------------------------------------------
   NADPIS
   --------------------------------------------------------- */

.com-content-category-blog .blog-item .page-header {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
}

.com-content-category-blog .blog-item .page-header h2 {
    margin: 0;
    padding: 0;

    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
}

.com-content-category-blog .blog-item .page-header h2 a {
    color: #5fc135;
    text-decoration: none;
}

.com-content-category-blog .blog-item .page-header h2 a:hover {
    text-decoration: none;
}


/* ---------------------------------------------------------
   TEXT
   --------------------------------------------------------- */

.com-content-category-blog .blog-item .item-content>p:not(.readmore),
.com-content-category-blog .blog-item .item-content>ul {
    font-size: 17px;
    line-height: 1.55;
}

.com-content-category-blog .blog-item .item-content>p:not(.readmore) {
    margin: 0 0 12px;
}

.com-content-category-blog .blog-item .item-content>ul {
    margin-top: 0;
}


/* ---------------------------------------------------------
   ČÍST DÁL
   --------------------------------------------------------- */

.com-content-category-blog .blog-item .readmore {
    margin-top: auto;
    padding-top: 15px;
}

.com-content-category-blog .blog-item .readmore .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    background: #5fc135;
    border: 0;
    border-radius: 25px;

    padding: 10px 18px;

    color: #fff;
    font-weight: 600;
    text-transform: uppercase;

    box-shadow: none;
}

.com-content-category-blog .blog-item .readmore .btn:hover {
    background: #4eaa2b;
    color: #fff;
}

.com-content-category-blog.blog {
    margin-bottom: 50px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .com-content-category-blog .blog-items {
        gap: 30px;
    }

    .com-content-category-blog .blog-item .item-image {
        height: 280px;
    }

    .com-content-category-blog .blog-item .item-content {
        padding: 25px;
    }
}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

    .com-content-category-blog .blog-items {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 25px;
    }

    .com-content-category-blog .blog-item .item-image {
        height: 260px;
    }

    .com-content-category-blog .blog-item .item-content {
        padding: 22px;
    }

    .com-content-category-blog .blog-item .page-header h2 {
        font-size: 23px;
    }

    .com-content-category-blog .blog-item .item-content>p:not(.readmore),
    .com-content-category-blog .blog-item .item-content>ul {
        font-size: 16px;
    }
}

/* =========================================================
   AGROKONZULTA - NEWSLETTER / ACYMAILING
   ========================================================= */

#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 {
    width: 100%;
}

/* celý formulář */
#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .acym_module_form {
    width: 100%;
    max-width: 350px;
    position: relative;
}

/* formulář */
#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .acym_form {
    width: 100%;
}

/* EMAIL BLOK */
#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .fieldacy2 {
    position: relative;
    width: 100%;
    margin: 0 0 7px 0;
}

/* label */
#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .fieldacy2>label {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}

/* schovat text E-mail */
#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .acym__users__creation__fields__title {
    display: none !important;
}

/* email input */
#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 input[type="email"] {
    width: 100% !important;
    height: 42px;
    padding: 0 52px 0 18px !important;
    border: 0 !important;
    border-radius: 25px !important;
    background: #fff !important;
    font-size: 13px;
    color: #555;
    box-shadow: none !important;
    outline: none;
    box-sizing: border-box;
    max-width: 100%;
}

/* placeholder */
#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 input[type="email"]::placeholder {
    color: #777;
    opacity: 1;
}


/* =========================================================
   ODESÍLACÍ TLAČÍTKO
   ========================================================= */

#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .acysubbuttons {
    position: absolute;

    top: 4px;
    right: 4px;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 5;
}

#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .acysubbuttons .subbutton {
    width: 34px !important;
    height: 34px !important;

    min-width: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;

    background: #5bc236 !important;

    font-size: 0 !important;

    box-shadow: none !important;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

/* šipka */
#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .acysubbuttons .subbutton::after {
    content: "→";

    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;

    position: relative;
    top: -1px;
}


/* =========================================================
   GDPR
   ========================================================= */

#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .fieldacyterms {
    margin: 3px 0 0 3px;
}

#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .fieldacyterms label {
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    font-weight: 400;
}

#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .fieldacyterms input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0;
    vertical-align: -2px;
}

#sppb-addon-6ecd0bb8-ff13-4b91-8cdd-6214f12a9be5 .fieldacyterms a {
    color: #fff !important;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .acym_fulldiv {
        margin-top: 10px;
    }
}

.acym__field__error__block.acym__field__error__block__active {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    top: -35px;
}