
a.logo {width: 150px !important; -webkit-transform:translate3d(0,0px,0); height: auto; float: left; position: relative; display: block;   display: flex;	align-items: center; justify-content: flex-start; transition: 0.3s; }  

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #79aa66 !important;
}

.element-block-2 p {
    color: white;
}

.navbar-toggler-icon {
    width: 50px; height: 50px;
    filter: invert(1);
}

.navbar {
    background: #EEE;
    background: linear-gradient(135deg, rgba(240, 240, 240, 1) 0%, rgba(253, 253, 253, 1) 100%);
}

/* SLICK DOTS */

.td_slick_main .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 0;

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

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;

    list-style: none;
    z-index: 10;
}

.td_slick_main .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.td_slick_main .slick-dots li button {
    width: 9px;
    height: 9px;

    padding: 0;
    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.65);

    font-size: 0;
    line-height: 0;

    cursor: pointer;

    transition:
        width 0.25s ease,
        background 0.25s ease,
        opacity 0.25s ease;
}

/* odstranění default Slick tečky */
.td_slick_main .slick-dots li button::before {
    display: none;
}

/* aktivní slide */
.td_slick_main .slick-dots li.slick-active button {
    width: 28px;
    border-radius: 10px;

    background: #7aaa6c;
}

/* hover */
.td_slick_main .slick-dots li:not(.slick-active) button:hover {
    background: #7aaa6c;
}


/* MOBIL */

@media (max-width: 767px) {

    .td_slick_main .slick-dots {
        bottom: 12px;
        gap: 7px;
    }

    .td_slick_main .slick-dots li button {
        width: 7px;
        height: 7px;
    }

    .td_slick_main .slick-dots li.slick-active button {
        width: 22px;
    }
}

.element-block-2 .element-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
    overflow: hidden;
}

.element-block-5 .element-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
    overflow: hidden;
}

.slick-dots {
    margin-left: 0 !important; 
}

.element-block .card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0 !important;
}

.element-block .card ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.element-block .card ul li::before {
    content: "\F26E";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    transform: translate(-4px, -15px);
    color: #aaa;
    font-size: 32px;
}




.element-block .card-subtitle {
    line-height: 120%;
}

.element-block.element-block-10 {
    padding-bottom: 20px !important;
}

.element-block .card-title {
    margin-bottom: 25px !important;
}

.element-block .card-subtitle {
    margin-bottom: 25px !important;
}

.element-default .card:hover {
box-shadow: none !important;
}

.top-contact-bar {
    background: linear-gradient(90deg, #4aa38c, #388873);
    min-height: 56px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.top-contact-bar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.top-contact-bar .social-links {
    gap: 10px;
}

.top-contact-bar .social-icon {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .2s ease;
}

.top-contact-bar .social-icon:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.top-contact-bar .social-icon i {
    font-size: 16px;
}

.top-contact-bar .phone-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.top-contact-bar .phone-link:hover {
    color: #fff;
    text-decoration: none;
}

.top-contact-bar .phone-link strong {
    font-size: 17px;
    font-weight: 700;
}

.element-block-3 .row {
    align-items: flex-start;
}


.element-block-1 .card-body, .element-block-1 .card,
.element-block-2 .card-body, .element-block-2 .card,
.element-block-4 .card-body, .element-block-4 .card,
.element-block-5 .card-body, .element-block-5 .card,
.element-block-6 .card-body, .element-block-6 .card,
.element-block-8 .card-body, .element-block-8 .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ===== INSCENACE / CARDS ===== */

.element-block-3 .row {
    align-items: stretch;
}

/* Sloupec */
.element-block-3 .element-item {
    display: flex;
    margin-bottom: 35px !important;
}

/* Celá karta */
.element-block-3 .card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff !important;
    border: 0;
    border-radius: 18px;
    overflow: hidden;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* Hover */
.element-block-3 .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}


/* ===== OBRÁZEK ===== */

.element-block-3 .card img {
    width: 100%;
    aspect-ratio: 16 / 9;

    object-fit: cover;
    object-position: center;

    display: block;

    border-radius: 0;
}


/* ===== OBSAH ===== */

.element-block-3 .card-body {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 25px 28px 30px 28px;
}


/* Nadpis */
.element-block-3 .card-title {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    border-left: 10px solid #b3c1a6; padding-left: 10px;
    margin: 0 0 18px 0 !important;
}


/* Text */
.element-block-3 .card-text {
    font-size: 16px;
    line-height: 1.65;
}


/* Odstavce */
.element-block-3 .card-text p {
    margin: 0 0 15px 0;
}

.element-block-3 .card-text p:last-child {
    margin-bottom: 0;
}


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

@media (max-width: 767px) {

    .element-block-3 .element-item {
        margin-bottom: 22px;
    }

    .element-block-3 .card {
        border-radius: 14px;
    }

    .element-block-3 .card-body {
        padding: 20px 20px 24px 20px;
    }

    .element-block-3 .card-title {
        font-size: 21px;
        margin-bottom: 14px !important;
    }

    .element-block-3 .card-text {
        font-size: 15px;
        line-height: 1.55;
    }
}

.td_slick_main {
    width: 100%;
}

.td_slick_main .slickSlider {
    width: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    position: relative;
}

.td_slick_main .slickSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.shader, .slickSlider, .slick-track, .slick-list, .td_slick {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {

    .top-contact-bar {
        min-height: auto;
        padding: 10px 0;
    }

    .top-contact-bar .phone-link {
        font-size: 14px;
    }

    .top-contact-bar .phone-link strong {
        font-size: 15px;
    }
}


/* =========================================
   SPOLUPRACUJEME
   ========================================= */

.element-block-5 {
    padding-top: 60px;
    padding-bottom: 70px;
}


/* CARD bez klasického vzhledu karty */
.element-block-5 .card {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.element-block-5 .card-body {
    padding: 0;
}


/* NADPIS */

.element-block-5 .card-title {
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.1;
    font-weight: 300;
    margin: 0 0 30px 0 !important;
}


/* TEXT */

.element-block-5 .card-text {
    font-size: 17px;
    line-height: 1.65;
}

.element-block-5 .card-text p {
    margin: 0 0 16px 0;
}


/* SEZNAM LIDÍ */

.element-block-5 .card-text ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px 0;
}

.element-block-5 .card-text ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.element-block-2 .card p img {
    max-width: 250px; margin-bottom: 25px;
    height: auto;   
}


/* vlastní fajfka */

.element-block-5 .card-text ul li::before {
    content: "✓";
    position: absolute;
    left: 2px;
    top: 0px;

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

    color: #7daa70;
}


/* JMÉNA */

.element-block-5 .card-text li strong {
    font-weight: 700;
}


/* NADPISY HUDEBNÍCH SOUBORŮ */

.element-block-5 .card-text p strong {
    font-weight: 700;
}


/* OBRÁZKY / LOGA */

.element-block-5 .card-text img {
    display: block;

    max-width: 100%;
    height: auto;

    margin: 20px 0 28px 0;
}


/* Pravý sloupec */

.element-block-5 .row {
    align-items: center;
}


/* MOBIL */

@media (max-width: 767px) {

    .element-block-5 {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .element-block-5 .card-title {
        font-size: 38px;
        margin-bottom: 25px !important;
    }

    .element-block-5 .card-text {
        font-size: 16px;
    }

    .element-block-5 .card-text ul li {
        padding-left: 27px;
        margin-bottom: 10px;
    }

    .element-block-5 .card-text img {
        margin: 15px 0 25px 0;
    }
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ec2127;
}

.arrowUp {
    position: fixed; bottom: 25px; right: 25px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 100;
    font-size: 24px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 60;
}

footer {
    float: left; width: 100%; padding: 10px 0; background-color: #000000; color: white; text-align: center;
}


.element-gallery-item {
    border-radius: 25px; overflow: hidden; position: relative;
}

.menu-items {
    float: left; width: 100%;
}

.alert {
    border-radius: 15px;
}


.td_slick {
    border-radius: 15px;
    overflow: hidden;
}

strong, b {
    font-weight: 600;
}

.img-center-text h1,
.img-center-text span {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.img-center-text.animate h1,
.img-center-text.animate span {
    opacity: 1;
    transform: translateY(0);
}

.nav-item {
    position: relative;
    padding: 0 !important;
    margin: 0 15px !important;
    display: flex; align-items: center; justify-content: center;
}

a.nav-link {
    position: relative;
    padding: 3px 0 !important;
    margin: 0 !important;
}

.nav-item .effect-line {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0;
    height: 2px;
    background-color: #79aa66;
    transition: width 0.3s ease;
}


.test-hero {
    float: left; width: 100%; display: block; padding: 55px 0;
    background: #432648;
    background: linear-gradient(46deg, rgba(67, 38, 72, 1) 0%, rgba(119, 35, 130, 1) 100%);
}

.element-dark {
    background: #432648;
    background: linear-gradient(46deg, rgba(67, 38, 72, 1) 0%, rgba(119, 35, 130, 1) 100%);
}

.element-light {
    background: #fff;
}

.element-normal {
    background: #832F8D;
    background: linear-gradient(180deg, rgba(131, 47, 141, 1) 0%, rgba(42, 5, 75, 1) 100%);
}

.element-footer {
    float: left; width: 100%; display: block; padding: 55px 0;
    background: #432648;
    background: linear-gradient(46deg, rgb(24, 15, 26) 0%, rgb(63, 25, 68) 100%);
    
}

.element-default .card {
    border: none !important;
    background: none;
}


.element-footer .card {
    background: none; 
    border: none !important;   
}

.element-footer .card * {
    color: white;
}

.element-block .card:hover {
    background: inherit;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transform: none;
}




.test-hero .card {
    border-radius: 0;
    background: #FFFFFF;
    background: linear-gradient(46deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
    border: none !important;;
}

.test-hero h2 {
    color: white;
    font-size: 42pt;
}

.test-hero p, .test-hero a {
    color: white;
}

.main-hero {
    float: left; width: 100%; display: block; padding: 55px 0;
    background: #832F8D;
    background: linear-gradient(180deg, rgba(131, 47, 141, 1) 0%, rgba(42, 5, 75, 1) 100%);
}


.main-hero .card {
    border-radius: 0;
    background: #FFFFFF;
    border: none !important;
    background: none !important;
}

.main-hero img {
    border-radius: 15px;
}

.main-hero h3 {
    color: white;
    font-size: 3vw;
}

.main-hero p, .main-hero span, .main-hero strong {
    color: white;
    font-size: 14pt;
}


.main-hero .card-body {
    display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
    border-radius: 0;
    background: none;
}



.card-vivid .card-title, .card-vivid .card-text {
    color: #fff !important;
}

.navbar-toggler {
    filter: invert(100%);
}

ul.navbar-nav {
    margin-left: 0 !important;
}


.shader {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.3); /* poloprůhledný černý překryv */
    z-index: 55;
}


nav.navbar {
    float: left; width: 100%; z-index: 100;  top: 0;
}

.navbar-collapse {
 flex-grow: 0;
}




nav.navbar {
    height: 105px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #484848;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #1f1f1f;
}
.navbar-light .navbar-nav .nav-item.active .effect-line{
    background-color: #79aa66; width: 100%;
}

.navbar-light .navbar-nav .nav-item:hover .effect-line{
    background-color: #79aa66; color: #79aa66; width: 100%;
}

.card h5 {
    font-size: 18px !important;
    color: rgb(135,135,135) !important;
    font-weight: bold;
    margin-bottom: 5px !important;;
}

.card {
    position: relative;
    border-radius: 15px;
    transition: 0.15s;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5 !important;
    background-color: #f6f8f9;
}

.card:hover {
    background-color: #c3e0e4;
}

.card:hover h5 {
    color: #000 !important;
}

.read-more {
    color: #aaa;
}

.stretched-link {
    pointer-events: none !important;;
}


.td_body {
    padding: 35px 0 !important;
}

.element-card-cover {
    border-radius: 25px !important; overflow: hidden;
}

@media only screen and (max-width: 1023px) {

    .navbar-light .navbar-nav .nav-link {
        font-weight: 500;
        color: #eee;
    }

    .navbar-light .navbar-nav .nav-item.active .nav-link {
        color: #fff !important;
    }

    .navbar-collapse {
        position: absolute; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0,0,0,0.8); padding-top: 50px; z-index: 200;
    }

    .collapsing {
        width: 100% !important; height: 100vh !important;
    }

    ul.navbar-nav {
        margin-left: 0;
    }

    .nav-link {
        padding: 10px 15px !important; font-size: 18px;
    }




}

@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 700px) 
and (orientation : portrait) { 



}


