
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: #aaa !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-7 .element-image {
    border-radius: 0;
    max-width: 150px;
    margin-left: 18px;
}

.element-block-15 .element-image {
    aspect-ratio: 1/1;
    overflow: hidden;
    object-fit: cover;
}

.element-block-7 li a {
    color: white !important;
}

.element-item-44 p img {
    max-width: 250px; float: none; display: block; margin: 10px auto;
}

a.nav-link.nav-link-83 {
    background-color: #4aa38c;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 15px;
    display: inline-block;
    transition: all 0.2s ease;
    border: 2px solid white;
}


.element-block-17 .row,
.element-block-15 .row,
.element-block-2 .row, .element-block-3 .row {
    align-items: center;
}

.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;
}

@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;
    }
}



.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: #d88b22;
    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 !important;
}


.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%; position: absolute; z-index: 100;  top: 0;
}

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




nav.navbar {
    height: 105px;
}

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

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-item.active .effect-line{
    background-color: #fff;
}

.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: #d88b22 !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) { 



}


