img.logo {
    width: 150px; margin: 15px 0;
}

img.arrowUp {
    position: fixed; bottom: 25px; right: 25px; width: 75px; display: none;
}

footer {
    position: relative; width: 100%; background: none; float: left;
}

footer ul {
    margin-left: 0px !important;
}

.style-ul ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.modal, .modal h2, .modal .modal-header, .modal .modal-body, .modal .modal-footer {
    color: #333 !important;
}

.table td, .table th {
    border-top: 1px solid #333;
}

.map-selector {
    position: relative; width: 100%; padding: 25px 0; aspect-ratio: 1024/680; display: flex; justify-content: center; align-items: center;
}

.map-selector-point {
    position: absolute; width: 5vw; height: 5vw; border-radius: 50%; background-color: #fff; border: 5px solid #4c8ecc; color: black !important; display: flex; justify-content: center; align-items: center; color: white; font-weight: bold; font-size: 2vw; transform: translate(-2.5vw, -2.5vw); transition: 150ms;
}

.map-selector-point:hover  {
    background-color: #4c8ecc; border: 5px solid #4c8ecc; color: #fff !important; text-decoration: none;
}

.btn.btn-neon, .btn.btn-neon-noglow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 44px;
  border-radius: 18px;
    border: 1px solid #4c8ecc;
    background-color: #fff;
    color: #4c8ecc !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: transform .15s ease, box-shadow .2s ease;
}


.selection {
    padding: 18px 44px;
    border-radius: 18px;
    border: 2px solid #4c8ecc;           /* zlatý okraj */
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #4c8ecc;
}



.btn.btn-neon.btn-neon-sm, .btn.btn-neon-noglow.btn-neon-sm{
    padding: 10px 25px;
    border-radius: 14px;
    font-size: 10pt !important;
}



/* silnější aura kolem (glow “mlha”) */
.btn-neon::before{
  content: "";
  position: absolute;
  inset: -18px;                /* jak moc aura přesahuje */
  border-radius: 26px;
  filter: blur(10px);
  z-index: -1;
  opacity: .9;
}

.btn-neon:hover{
    border: 1px solid #4c8ecc;
    background-color: #4c8ecc;
    color: #fff !important;
}

.btn-neon:active{
  transform: translateY(0);
}


.style-ul ul li {
    padding-right: 55px;
}

.top-bar{
  position: relative; /* normální chování */
  z-index: 1000;
}

.main-navbar{
  position: sticky;
  top: 0;
  z-index: 1020; /* nad obsahem */
}

.payment-icons {
    width: 100%; transform: scale(1.4) translateX(7px);
}

.menu-logo {
    width: 250px;
}

footer.footer {
    float: left;
    width: 100%;
    background-color: #eee;
    position: relative;
    bottom: 0;
    z-index: 100;  
}

footer.footer1 {
     
     background-color: rgba(255, 255, 255, 0.0);
}

.mainpic-black {
    filter: brightness(0);
}

.slickSliderCenter .slash-text{
    display: flex; justify-content: center; flex-wrap: wrap; align-items: center; text-align: center; top: 0; left: 0; transform: translateY(0);}

footer.footer ul li p {
    float: right;
    width: calc(100% - 30px);
}
footer.footer * {
    color: #999 !important;
}



.closed-web h1 {
    color: white; text-align: left; font-size: 60pt; font-weight: 600; line-height: 120%;
}


.closed-web {
    color: white; text-align: left;
}

.closed-web p {
    color: white; text-align: left;
}

.block {
    padding: 55px 0;
}

.block-1 {
    padding-top: 0 !important;
}

.block-2 {
    background-color: rgba(255,255,255,0.1);;
}

.footer ul  {
    list-style-type: none;
}

footer p {
    margin: 0 !important;
}

.style-ul ul li {
    list-style: none;
}

.slash {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.slash-text {position: absolute; top: 60%; left: 4vW; width: 100%; height: 100%; z-index: 50; transform: translateY(-50%);}
div.slash-sub-text {font-size: 2vw !important; line-height: 120%; font-weight: 300 !important; margin: 25px 0; }
div.slash-desc-text {font-size: 1.2vw !important; line-height: 120%; font-weight: 300 !important; margin: 25px 0; }
.slash-text div, .slash-text div span {color: #000; font-size: 3vw; line-height: 120%; font-weight: bold;}
.tint {
    color: #4c8ecc !important;
}
.slash-text .btn {font-size: 1.5vw; line-height: 120%; font-weight: bold;}

.style-ul ul li::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-left: -25px;
    transform: translate(-5px, 7px);
    background-image: url("/files/check-gym.svg");
  }

  .style-ul ul:nth-of-type(3) li::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-left: -25px;
    transform: translate(-5px, 7px);
    background-image: url("/files/cinka.svg");
  }

div.TDform {
    margin-left: -10px !important;
    width: calc(100% + 20px) !important;
    margin-right: -10px !important;
}

.footer ul li i {
    float: left;
    width: 30px;
    transform: translateY(7px);
    color: #4c8ecc !important;
}

.footer ul li {
    float: left;
    width: 100%;
}

.boxes-ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
}

.boxes-ul li {
    float: left; margin: 10px; border-radius: 25px; width: calc(50% - 20px); background-color: #eeeeee; padding: 15px 25px; padding-left: 45px; padding-bottom: 25px;
}

.footer-copyright {
    background-color: rgba(255, 255, 255, 0.1);
}

.block {
    padding: 15px 0; float: left; width: 100%;
}

table.table th, table.table td {
    font-size: 10pt; vertical-align: middle;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ff9900;
}

.icon64 {
    width: 64px;
}

.td_slick_line {
    float: left; width: 100%;
}

.navbar {
    position: relative; z-index: 500; width: 100%; min-height: 130px;
}

.navbar-nav {height: 100%; margin-left: 100px !important;}

.nav-item {
    margin: 0 5px;
}

.td_slick_line_main, iframe {
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.nav-link {
    color: #333 !important;
}

.nav-item.active .nav-link {
    background-color: #4c8ecc; color: #fff !important;
}

a.td-thumbnail {
    width: calc(25% - 6px); float: left; margin: 3px;
}

img.td-thumbnail {
    width: 100%; float: left;
}

div.flags {
    margin-left:6px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 50;
}

.social-icons i {float: left; margin-bottom: 10px; width: 50px; font-size: 20pt;}

div.flags img {
    width: 25px; margin: 0 2px; float: left; opacity: 0.5;
}

div.flags img {
    width: 25px; margin: 0 2px; float: left; opacity: 0.5;
}

div.flags img.activeFlag, div.flags img:hover {
    opacity: 1 !important;
}

.td-box-img  {
    display: block; width: 100%; height: 180px; position: relative; 
}

.td-box-img img {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.0); transition: 150ms; height: 160px; 
    border-radius: 50%;
    padding: 25px;
    background-color: #b4d1ed;
}

.slick-text {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 44pt; color: white; text-shadow: 0px 0px 15px black; font-weight: bold; max-width: 500px; text-align: center; line-height: 120%;
}


.card {
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    border: none;
    background: #DDD;
    background: linear-gradient(307deg, rgba(221, 221, 221, 0.5) 0%, rgba(255, 255, 255, 1) 50%);
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transition: 150ms;



}



.box {
    width: calc(50% - 20px);
    float: left; margin: 10px; 
    padding: 25px; background-color: #eee; border-radius: 25px;
    height: 300px;
}

.box h4 {
    color: #4c8ecc !important; font-size: 14pt !important;
}

.td_body {
    max-width: 800px;
}

.card:hover {
        background: #fff;
    background: linear-gradient(307deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

.card-wide h3 {
    color: #b5b5b5 !important; 
}
 
.card h3 {
    color: #b5b5b5 !important; font-size: 14pt !important;
}


.card-wide {
    min-height: 0 !important;
    background-color: rgba(0,0,0,0.9);
    float: left; width: 100%;
}

.card-wide:hover {
    min-height: 0 !important;
    background-color: rgba(0,0,0,0.9);
    float: left; width: 100%;
    cursor: pointer;

}



.card:nth-of-type(2) {
    transform: translateY(-10px);
}

.flag-toggler {
    cursor: pointer;
}

.flag-toggler-sub {
    position: absolute; top: 100%; width: auto; left: 0; display: block; float: left; display: none; background: white; border: 1px solid #eee;
}

.flag-toggler-sub img{
    margin: 3px !important; float: left;
}

.pagination > li > a
{
    background-color: white;
    color: #333;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #333;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: #ff9900;
    background-color: #333 !Important;
    border: solid 1px #333 !Important;
}

.pagination > .active > a:hover
{
    background-color: #333 !Important;
    border: solid 1px #333;
}


/*------------------------------------
- COLOR danger
------------------------------------*/
.alert-danger {
    color: #ffa22b;
    background-color: #ff131172;
    border-color: #ff12815d;
}

.alert-danger hr {
    border-top-color: #ff11d144;
}

.alert-danger .alert-link {
    color: #f78b00;
}

.badge-danger {
    color: #212529;
    background-color: #ffd8a6;
}

.bg-light {
    background: none !important;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #212529;
    background-color: #ffc172;
}

.bg-danger {
    background-color: #ffd8a6 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #ffc172 !important;
}

.border-danger {
    border-color: #ffd8a6 !important;
}

.btn-danger {
    color: #ffffff;
    background-color: #a35c00;
    border-color: #1e1101;
}

.btn-danger:hover {
    color: #212529;
    background-color: #ffc882;
    border-color: #ffc172;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 216, 166, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #212529;
    background-color: #ffd8a6;
    border-color: #ffd8a6;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #212529;
    background-color: #ffc172;
    border-color: #ffba63;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 216, 166, 0.5);
}

.btn-outline-danger {
    color: #ffd8a6;
    background-color: transparent;
    border-color: #ffd8a6;
}

.btn-outline-danger:hover {
    color: #212529;
    background-color: #ffd8a6;
    border-color: #ffd8a6;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 216, 166, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ffd8a6;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #ffd8a6;
    border-color: #ffd8a6;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 216, 166, 0.5);
}

.list-group-item-danger {
    color: #ffa22b;
    background-color: #ff12815d;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #ffa22b;
    background-color: #ff11d144;
}

.list-group-item-danger.list-group-item-action.active {
    color: #212529;
    background-color: #ffa22b;
    border-color: #ffa22b;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #ff12815d;
}

.table-hover .table-danger:hover {
    background-color: #ff11d144;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ff11d144;
}

.text-danger {
    color: #ffd8a6 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #ffc172 !important;
}


@media only screen 
and (min-width : 200px) 
and (max-width : 700px) 
and (orientation : portrait) {  

    .map-selector {
        transform: scale(1.5);
        margin-top: 105px;
        margin-bottom: 35px;
    }

    .map-selector-point {
    width: 9vw; height: 9vw; transform: translate(-4.5vw, -4.5vw); font-size: 3vw;
    }

    .closed-web h1 {
        font-size: 40pt;
    }

    a.nav-link78 {
        display: none;
    }

    .boxes-ul li {width: calc(100% - 20px);}
    .card {margin-top: 25px !important;} 
    .row {
        margin-left: 0; margin-right: 0;
    }

    .boxes-ul {
        margin-left: 0 !important;
    }
    .style-ul ul {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }

    .slash-text div {font-size: 3.5vw; }
    .slash-text .btn {font-size: 4vw; margin-top: 5px !important }

    .navbar-nav {
        margin-left: 0px !important;
    }

    div.flags {
        display: block;
    }

    .row {
        float: left;
    }

    .payment-icons {
        max-height: 30px; margin: 10px 0;
    }
}


/*------------------------------------
- COLOR light
------------------------------------*/
.alert-light {
    color: #515151;
    background-color: #eeeeee;
    border-color: #eaeaea;
}

.alert-light hr {
    border-top-color: #dedede;
}

.alert-light .alert-link {
    color: #383838;
}

.badge-light {
    color: #212529;
    background-color: #8f8f8f;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    background-color: #757575;
}

.bg-light {
    background: none !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #757575 !important;
}

.border-light {
    border-color: #8f8f8f !important;
}

.btn-light {
    color: #212529;
    background-color: #8f8f8f;
    border-color: #8f8f8f;
}

.btn-light:hover {
    color: #212529;
    background-color: #7d7d7d;
    border-color: #757575;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #8f8f8f;
    border-color: #8f8f8f;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #757575;
    border-color: #6d6d6d;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.5);
}

.btn-outline-light {
    color: #8f8f8f;
    background-color: transparent;
    border-color: #8f8f8f;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #8f8f8f;
    border-color: #8f8f8f;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #8f8f8f;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #8f8f8f;
    border-color: #8f8f8f;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 143, 143, 0.5);
}

.list-group-item-light {
    color: #515151;
    background-color: #eaeaea;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #515151;
    background-color: #dedede;
}

.list-group-item-light.list-group-item-action.active {
    color: #212529;
    background-color: #515151;
    border-color: #515151;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #eaeaea;
}

.table-hover .table-light:hover {
    background-color: #dedede;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #dedede;
}

.text-light {
    color: #8f8f8f !important;
}

a.text-light:hover, a.text-light:focus {
    color: #757575 !important;
}



