
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; }  

.w-10 {width: 10% !important;}
.w-20 {width: 20% !important;}
.w-25 {width: 25% !important;}
.w-30 {width: 30% !important;}
.w-33 {width: 33.33% !important;}
.w-40 {width: 40% !important;}
.w-50 {width: 50% !important;}
.w-60 {width: 60% !important;}
.w-66 {width: 66% !important;}
.w-65 {width: 65% !important;}
.w-70 {width: 70% !important;}
.w-75 {width: 75% !important;}
.w-80 {width: 80% !important;}
.w-85 {width: 85% !important;}
.w-90 {width: 90% !important;}
.w-95 {width: 95% !important;}
.w-100 {width: 100% !important;}

.td_slick {
    border-radius: 15px;
    overflow: hidden;
}

strong {
    font-weight: 900;
}

.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 10px !important;
}

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: #17a2b8;
    transition: width 0.3s ease;
}

.nav-item:hover .effect-line, .nav-item.active .effect-line {
    width: 100%;
}

.slickSlider {
    aspect-ratio: 16/9; /* nebo jiný požadovaný poměr */
    max-height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slickSlider img {
    position: absolute; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%);
}

.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;
}

.slickSlider .img-center-text {
    z-index: 60;
    position: absolute; top: 50%; left: 15%; transform: translate(-50%, -50%);
    color: white; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
    font-size: 2em; 
    text-align: center; 
    width: 80%;
}

.slickSlider .img-center-text span {
    color: white; text-shadow: none;
    font-size: 24px;
}

.slickSlider .img-center-text h1 {
    color: white; text-shadow: none;
    font-size: 50px;
}

nav.navbar {
    float: left; width: 100%; position: relative; z-index: 100; background-color: white;
}

a.logo {
    display: none;
}

.logo-text {
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
    font-size: 14px; font-weight: 600; color: #000; font-weight: 900; margin-right: 25px;
}

.logo-text div {
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
}

.logo-text span {
    font-weight: 900;
    line-height: 1.2;
}

.logo-text span:nth-of-type(1) {
    font-size: 24px;
    color: #17a2b8;
}
.logo-text span:nth-of-type(2) {
    font-size: 13.5px;font-weight: 300;
}


.logo-text-2 {
    display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end;
    font-size: 14px; font-weight: 600; color: #000; font-weight: 900;
}

.logo-text-2 div {
    display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end;
}

.logo-text-2 span {
    font-weight: 900;
    line-height: 1.2;
}

.logo-text-2 span:nth-of-type(1) {
    font-size: 13.5px;font-weight: 300;
}
.logo-text-2 span:nth-of-type(2) {
    font-size: 18px; 
    color: #17a2b8;
}

nav.navbar {
    height: 75px;
}

.nav-link {
    font-weight: bold;
    padding: 0 15px !important; font-size: 14px;
}

.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;;
}

.panel {
    background-color: #eee;
    height: 250px; display: block; position: relative; width: 100%; border-radius: 15px; overflow: hidden;
}

.panel-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.15s;
}

.shader-header {
    float: left;
    position: relative;
    height: 150px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    display: flex; justify-content: center; align-items: center;
}

.shader-header h1 {
    z-index: 60; color: white; text-align: left; width: calc(100% - 55px);
}

.panel iframe {
    height: 250px; width: 100%; border: none; border-radius: 15px;
}

.panel strong {
    font-weight: 900;
}

.row-2 .panel {
    height: auto;
}

.td_body {
    padding: 35px 0 !important;
}

@media only screen and (max-width: 1023px) {

    .navbar-collapse {
        position: absolute; top: 0; left: 0; width: 100%; height: 100vh; background-color: white; 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;
    }

    .logo-text-2 {
        display: none;
    }

    .img-center-text {
        left: 50% !important;
    }


}

@media only screen 
and (min-device-width : 200px) 
and (max-device-width : 700px) 
and (orientation : portrait) { 

    .img-center-text h1 {
        font-size: 42px !important;;
    }

    .img-center-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .img-center-text span {
        font-size: 20px !important;;
    }

    .logo-text span:nth-of-type(1) {
    font-size: 14px;
    color: #17a2b8;
    }

    .modal-body .btn {
        width: 100% !important;
        margin: 5px 0 !important;
    }
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #494949;
    background-color: #ededed;
    border-color: #e2e2e2;
}

.alert-primary hr {
    border-top-color: #d6d6d6;
}

.alert-primary .alert-link {
    color: #303030;
}

.badge-primary {
    color: #212529;
    background-color: #878787;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #212529;
    background-color: #6d6d6d;
}

.bg-primary {
    background-color: #878787 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #6d6d6d !important;
}

.border-primary {
    border-color: #878787 !important;
}

.btn-primary {
    color: #eee;
    background-color: #878787;
    border-color: #878787;
}

.btn-primary:hover {
    color: #fff;
    background-color: #757575;
    border-color: #6d6d6d;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #878787;
    border-color: #878787;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #6d6d6d;
    border-color: #656565;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5);
}

.btn-outline-primary {
    color: #878787;
    background-color: transparent;
    border-color: #878787;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #878787;
    border-color: #878787;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #878787;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #878787;
    border-color: #878787;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5);
}

.list-group-item-primary {
    color: #494949;
    background-color: #e2e2e2;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #494949;
    background-color: #d6d6d6;
}

.list-group-item-primary.list-group-item-action.active {
    color: #212529;
    background-color: #494949;
    border-color: #494949;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #e2e2e2;
}

.table-hover .table-primary:hover {
    background-color: #d6d6d6;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #d6d6d6;
}

.text-primary {
    color: #878787 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #6d6d6d !important;
}
