/*general*/
html, body {
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

.contact_center table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.con {
    min-height: 160px;
    margin: 0;
    padding: 0;
}

.uvodka {
    min-height: 540px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.uvodka2 {
    min-height: 520px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.header {
    text-transform: uppercase;
    position: relative;
    top: 150px;
}

.uvodka p {
    font-size: 21px;
    color: #0071b7;
    letter-spacing: 25px;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}

h1 {
    font-size: 37px;
    color: #4d526e;
    font-weight: 700;
    letter-spacing: 6px;
}

h3 {
    color: #3a8fc8;
    font-size: 18px;
    letter-spacing: 7px;
}

h4 {
    padding-left: 40px;
    font-size: 16px;
    color: #7d849f;
    margin-bottom: 40px;
}

h5 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    margin: 0;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

h6 {
    font-size: 20px;
    color: #283145;
    margin-bottom: 24px;
}

/**/
.gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    top: -80px;
}

.gtco-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    max-width: 1135px;
    position: relative;
}

.feature {
    width: 33.33%;
    float: left;
    padding: 10px 30px 0 30px;
    background: #0084d3;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 880.5px) {
    .feature {
        width: 100%;
        margin-bottom: 90px;
    }

    .feature-inner {
        padding-bottom: 50px;
    }
}

.feature h3 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.feature p {
    color: white;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 55px;
}

.feature-2 p {
    margin-bottom: 43px;
}

.feature .icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 0 auto;
    position: relative;
    background: #006ca9;
    top: -3.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.scroll {
    transition: filter 0.3s linear;
}

.scroll:hover, .scroll:focus {
    filter: drop-shadow(0px 0px 15px #4C7207);
    transition: filter 0.3s linear;
}

.feature .icontop {
    top: -5.5em;
}

.feature .icon i {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
}

.feature.feature-1 {
    z-index: 7;
    -webkit-box-shadow: 0 10px 50px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 10px 50px 8px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 10px 50px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 50px 8px rgba(0, 0, 0, 0.25);
}

.feature.feature-2 {
    bottom: 0;
    z-index: 10;
    -webkit-box-shadow: 0 25px 50px 25px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 25px 50px 25px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 25px 50px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 25px 50px 25px rgba(0, 0, 0, 0.25);
    background: #0093e5;
}

@media screen and (max-width: 880.5px) {
    .feature.feature-2,
    .feature.feature-1,
    .feature.feature-3 {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}

.feature.feature-2 .feature-inner {
    top: -3em;
    position: relative;

}

@media screen and (max-width: 880.5px) {
    .feature.feature-2 .feature-inner {
        top: 0;
    }
}

.feature.feature-2:before {
    position: absolute;
    top: -50px;
    content: "";
    background: #0093e5;
    height: 50px;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 880.5px) {
    .feature.feature-2:before {
        display: none;
    }
}

.feature.feature-2:after {
    position: absolute;
    bottom: -30px;
    content: "";
    background: #0093e5;
    height: 30px;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 880.5px) {
    .feature.feature-2:after {
        display: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}

.feature.feature-3 {
    z-index: 7;
    background: #006ca9;
    -webkit-box-shadow: 0 10px 50px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 10px 50px 8px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 10px 50px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 50px 8px rgba(0, 0, 0, 0.25);
}

.feature .button {
    background-color: #00c1ff;
    padding: 18px 27px;
}

/*SPORTOVISTE*/
.sportoviste {
    min-height: 400px;
    padding: 0;
}

.wrap h3 {
    margin-top: 0;
}

.ul-sportoviste {
    margin: 0;
    padding: 0 13px;
    margin-top: 25px;
}

.ul-sportoviste div {
    height: 33px;
    position: absolute;
    bottom: 17px;
    width: 100%;
    text-align: center;
}

.ul-sportoviste li {
    /*width: 200px;*/
    height: 300px;
    width: 16%;
    max-width: 200px;
    max-height: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    margin: 16px 16px;
    vertical-align: top;
    padding: 0;
    transition: box-shadow 0.4s linear;
}

.ul-sportoviste li:hover,
.ul-sportoviste li:focus {
    box-shadow: 0 12px 51px -9px #b8b8b8;
    transition: box-shadow 0.4s linear;
}

.ul-sportoviste a {
    display: block;
    height: 100%;
    position: relative;
    color: #516f7f;
    transition: color 0.4s linear;
}

.ul-sportoviste a:hover,
.ul-sportoviste a:focus {
    color: #00a5ff;
    transition: color 0.4s linear;
}

.button {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background-color: #00a5ff;
    border: 1px solid #00a5ff;
    border-radius: 40px;
    padding: 18px 24px;
    letter-spacing: 1px;
}

.button:hover,
.button:focus {
    color: white;
    text-decoration: none;
}

.row_item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.date-added {
    text-align: right;
}

@media (max-width: 1500px) {
    .ul-sportoviste li {
        width: 20%;
    }
}

@media (min-width: 1960px) {
    .ul-sportoviste {
        padding: 0;
    }
}

@media (max-width: 1030px) {
    .date-wrap p {
        font-size: 30px;
    }
}

@media (max-width: 991.5px) {
    .butt-wrap {
        margin: 30px 0 60px 0;
    }

    .nline {
        margin-bottom: 80px;
    }

    .ul-sportoviste li {
        width: 33.333%;
    }

}

@media (max-width: 972.5px) {
    .feature .button {
        font-size: 13px;
    }
}

@media (max-width: 767.5px) {
    .nline {
        margin-bottom: 30px;
    }

    .trapp {
        display: none;
    }
}

@media (min-width: 518px) {
    .ul-sportoviste li {
        width: 50%;
    }
}

@media (max-width: 755.5px) {
    .ul-sportoviste li {
        margin: 10px 10px;
    }
}

@media (min-width: 570px) and (max-width: 755.5px) {
    .ul-sportoviste {
        padding: 0 10% 0 10%;
    }
}

@media screen and (max-width: 573.5px) {
    .gtco-container {
        top: 0;
    }
}

@media (max-width: 519px) {
    .ul-sportoviste li {
        width: 100%;
    }

    .ul-sportoviste {
        padding: 0 23% 0 21%;
    }
}

@media (max-width: 360px) {
    .feature .button {
        font-size: 11.5px;
    }
}

@media (max-width: 330px) {
    .ul-sportoviste li {
        width: 100%;
    }

    .ul-sportoviste {
        padding: 0 23% 0 17.5%;
    }
}

/*SUBPAGES-1*/
.heading {
    font-size: 16px;
    color: #a3a3a3;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 25px;
}

.con-first, .con-middle, .side-con {
    padding: 50px 15px;
}

.sub .row {
    margin: 0;
}

.side-con {
    width: 100%;
}

.side-con a {
    display: block;
    float: left;
    margin-bottom: 40px;
}

.side-con img {
    max-width: 100%;
    height: auto;
}

.con-middle {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.panel-group .panel-wrap {
    border-radius: 30px;
    padding: 17px 25px;
}

.panel-group .old-border {
    border: 2px solid #dbdce2;
}

.main-border {
    border: 2px solid #dbdce2;
}

.new-border {
    border: 2px solid #4d526e;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group.new-border2 {
    border: 2px solid #4d526e;
}

.panel-group .panel-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #4d526e;
}

.panel-wrap:hover,
.panel-wrap:focus {
    cursor: pointer;
}

.panel-title {
    padding-left: 0;
}

.panel .glyphicon {
    float: right;
    padding-top: 3px;
}

.panel-title:hover,
.panel-title:focus {
    text-decoration: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    position: relative;
}

.panel-collapse ul {
    padding-left: 20px;
}

.panel-collapse li {
    font-size: 16px;
    color: #4d526e;
    line-height: 30px;
    letter-spacing: 1px;
}

.panel-collapse li a {
    color: #4d526e;
}

.panel-collapse li:hover,
.panel-collapse li:focus {
    color: #00a5ff;
}

.panel-collapse li a:hover,
.panel-collapse li a:focus {
    color: #00a5ff;
    text-decoration: none;
}

/*SUB - ul sportoviste*/
.panel-heading .second-butt {
    background-color: white;
    border-radius: 30px;
    color: #4d526e;
}

.panel-heading .first-butt {
    border: 2px solid #dbdce2;
    background-color: white;
    border-radius: 30px;
    color: #4d526e;
}

.panel-group .panel + .panel {
    margin: 0 0 10px 0;
}

.panel-group .panel {
    border: none;
    box-shadow: none;
    margin: 0 0 10px 0;
}

.panel-heading {
    background-image: none;
    background-color: white;
}

.panel-heading .wrapper,
.panel-heading .wrapper-i {
    border: 2px solid #dbdce2;
    border-radius: 30px;
    padding: 13px 15px;
    display: inline-block;
}

.panel-heading .wrapper {
    width: 90%;
    float: left;
    margin-right: 10px;
}

.panel-heading .wrapper-i {
    border-radius: 50%;
}

.first-butt {
    display: block;
    width: 87%;
    float: left;
    padding: 17px 25px;
    height: 60px;
    position: relative;
}

.second-butt {
    display: block;
    float: left;
    border-radius: 50%;
    padding: 16px 19px;
    height: 60px;
    width: 60px;
    margin-left: 10px;
}

.panel-heading span {
    color: #c1c2cd;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.panel-body span {
    color: #c1c2cd;
    position: absolute;
    right: 115px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}

.con-middle .panel-heading {
    padding: 0;
    position: relative;
}

.outsider1 {
    margin-top: 47px;
}

/*SUBPAGES-2*/
.title-wrap h1 {
    font-size: 50px;
    color: white;
    font-weight: 700;
}

.title-wrap h2 {
    font-size: 26px;
    color: #00a5ff;
    margin: 0 0 38px 0;
}

.title-wrap p {
    font-size: 16px;
    color: white;
}

.text {
    margin-bottom: 20px;
}

.sub-wrap {
    padding: 0;
}

.col-hriste {
    padding: 0;
    border-left: 1px solid #d6d6d6;
}

.sub-bg-con {
    min-height: 550px;
    padding: 0;
    background: #242944;
    background-size: cover;
}

.no-margin {
    margin: 0;
}

.sub-bg-con .heading {
    padding: 55px 0 15px 50px;
}

.title-wrap, .btn-wrap {
    padding-left: 50px;
    padding-bottom: 25px;
}

.btn-wrap {
    margin-top: 115px;
}

.white_btn {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px;
}

.b-dark {
    background-color: #45526e;
    border-color: #45526e;
    margin-left: 20px;
    padding: 18px 50px;
}

.address-wrapp {
    font-size: 16px;
    color: white;
    padding: 140px 0 0 50px;
}

address a {
    color: white;
}

address a:focus,
address a:hover {
    color: white;
    text-decoration: none;
}

address a span {
    color: #00a5ff;
    text-decoration: underline;
}

.butt-map-wrapp {
    padding: 0 0 0 50px;
}

.b-map {
    background-color: #45526e;
    border-color: #45526e;
    padding: 18px 40px;
}

.fullrow {
    min-height: inherit;
}

.rel {
    position: relative;
    min-height: inherit;
}

.aktivity-butts {
    margin: 80px 0 90px 0;
}

.aktivity-butts h2,
.kalendar h2 {
    font-size: 28px;
    color: #45526e;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.aktivity-butts .button {
    background-color: #45526e;
    border-color: #45526e;
}

.aktivity-butts .button:focus,
.aktivity-butts .button:hover {
    background-color: #00a5ff;
    border-color: #00a5ff;
}

.fancybox-thumbs > ul {
    background: #404040;
}

.margin_bottom > li {
    margin-bottom: 50px;
}

.panel-collapse li a.tax_link_active {
    color: #00a5ff;
    text-decoration: dotted;
}

.kalendar h2 {
    margin-bottom: 16px;
}

.kalendar h3 {
    letter-spacing: 2.5px;
}

.rezervace {
    font-size: 20px;
    color: #283145;
    margin: 40px 0 0 0;
}

.time {
    font-size: 16px;
    color: #7d849f;
}

.two-butts {
    margin-top: 75px;
}

/*SUBPAGES-3*/
.con-nabidka {
    padding-left: 30px;
}

.con-nabidka .heading {
    margin-top: 50px;
}

.con-nabidka .panel-heading {
    padding: 0;
}

.con-nabidka .first-butt {
    width: 75%;
    line-height: 1;
}

.sep {
    margin-bottom: 35px;
}

.b-rad {
    background-color: #45526e;
    border-color: #45526e;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 18px 42px;
    display: inline-block;
}

.info {
    min-height: 80px;
    background-color: #a6acba;
    font-size: 16px;
    font-weight: 600;
    color: white;
    padding-left: 65px;
    margin: auto 0;
}

.back_button {
    margin-left: -60px;
}

.back_button span.glyphicon {
    font-size: 30px;
}

.info p {
    margin: 1.8em 0;
}

.hriste-wrap {
    min-height: 100%;
    padding: 0;
}

.hriste {
    width: 70%;
    float: left;
    border-right: 1px solid #d6d6d6;
}

.side-pics {
    width: 30%;
    float: left;
}

.wrap-content-hriste {
    padding: 70px 0 70px 50px;
}

.wrap-content-hriste h2 {
    margin: 20px 0 55px 0;
}

.wrap-box {
    margin: 28px 0 0 0;
    font-size: 16px;
    color: #8b8f9e;
}

.wrap-box ul {
    padding-top: 20px;
}

.wrap-box ul li a {
    color: #8b8f9e;
}

.wrap-box ul li {
    line-height: 27px;
}

.wrap-box ul li a:hover,
.wrap-box ul li a:focus,
.wrap-box ul li:focus,
.wrap-box ul li:hover {
    color: #00a5ff;
    text-decoration: none;
}

.wrap-box .button {
    display: block;
    background-color: #45526e;
    border-color: #45526e;
    width: 90%;
}

.wrap-box .button:hover,
.wrap-box .button:focus {
    background-color: #00a5ff;
    border-color: #00a5ff;

}

.wrap-content-pics {
    padding: 70px 0 0 0;
}

.wrap-content-pics a img {
    max-width: 100%;
    height: auto;
}

.wp-pagenavi {
    text-align: center;
    padding-top: 50px;
}

.card > a {
    display: block;
    text-align: center;
}

.card img {

    width: 365px !important;
    height: 270px !important;
    max-width: 365px;
    max-height: 270px;
}

.title-wrap ul {
    color: #fff;
}

@media (max-width: 1498px) {
    .b-rad {
        display: block;
        padding: 18px 38px;
        width: 211px;
        margin: 40px 0 20px 0;
    }
}

@media (max-width: 1384px) {
    .sub-wrap .panel-heading .first-butt {
        height: 80px;
    }

    .sub-wrap .panel-heading .second-butt {
        margin-top: 10px;
    }
}

@media (max-width: 1348.5px) {
    .sub-wrapp-address {
        padding-top: 260px;
    }

    .sub-map-wrapp {
        margin-top: 74px;
    }
}

@media (max-width: 1306px) {
    .address-wrapp, .butt-map-wrapp {
        padding-left: 0;
    }

    .hriste, .side-pics {
        width: 100%;
    }

    .wrap-content-pics {
        padding: 0 0 60px 0;
    }

    .hriste {
        border: none;
    }
}

@media (max-width: 1276.5px) {
    .sub-btn-wrap {
        margin-top: 93px;
    }
}

@media (max-width: 1106px) {
    .rel {
        width: 100%;
        min-height: 400px;
    }

    .address-wrapp, .wrapp-padd {
        padding: 50px 0 0 35px;
    }

    .butt-map-wrapp {
        padding-left: 35px;
        margin: 60px 0 50px 0;
    }
}

@media (max-width: 768px) {
    .rel .heading,
    .rel .title-wrap,
    .rel .btn-wrap {
        padding-left: 20px;
    }

    .title-wrap h1 {
        font-size: 40px;
        letter-spacing: 4px;
    }

    .address-wrapp, .sub-map-wrapp {
        padding-left: 5px;
    }

    .info {
        padding-left: 35px;
    }

    .wrapp-padd, .sub-wrapp-m {
        padding-left: 5px;
    }
}

@media (max-width: 488px) {
    .btn-wrap .button {
        display: block;
        width: auto;
        text-align: center;
        margin-top: 20px;
    }

    .b-dark {
        margin: 15px 0;
    }

    .b-rad {
        margin: 0;
        width: auto;
    }

    .column-address {
        text-align: center;
    }

    .aktivity-butts .button {
        font-size: 8px;
    }

}

@media (max-width: 1316px) {
    .sub-wrap .panel-heading .first-butt {
        width: 70%;
        text-align: center;
    }

    .con-nabidka {
        padding-left: 15px;
    }
}

@media (max-width: 1328px) {
    .aktivity-butts h2 {
        margin-bottom: 0;
    }

    .aktivity-butts li {
        margin-top: 50px;
    }
}

@media (max-width: 1276.5px) {
    .two-butts {
        margin: 53px 0 50px 0;
    }
}

@media (max-width: 1166.5px) {
    .wrapp-padd {
        padding-top: 217px;
    }

    .sub-wrapp-m {
        margin-top: 118px;
    }
}

@media (max-width: 1247px) {
    .first-butt {
        width: 84%;
    }
}

@media (max-width: 1045px) {
    .first-butt {
        width: 80%;
    }
}

@media (max-width: 870.5px) {
    .first-butt {
        width: 77%;
    }
}

@media (max-width: 779.5px) {
    .first-butt {
        width: 75%;
    }
}

@media (max-width: 1055px) {
    .con-middle .panel-heading span,
    .con-middle .panel-collapse span {
        display: none;
    }
}

@media (max-width: 935px) {
    .con-first {
        padding-left: 0;
    }

    .con-first .panel-title {
        padding: 0;
    }

    .con-first .panel-heading {
        padding: 17px 20px;
    }

    .con-first .panel-heading a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .con-middle {
        border: none;
    }

    .outsider1 {
        margin-top: 0;
    }
}

@media (max-width: 1121px) {
    .sub-map-wrapp {
        margin-top: 97px;
    }
}

@media (max-width: 1120.5px) {
    .sub-wrapp-m {
        margin-top: 140px;
    }
}

@media (max-width: 1107.5px) {
    .sub-map-wrapp .b-map {
        padding-left: 38px;
        padding-right: 38px;
    }
}

@media (max-width: 1070px) {
    .sub-wrap .panel-heading .first-butt {
        padding: 16px 20px;
        font-size: 15px;
        width: 67%;
    }
}

@media (max-width: 1020px) {
    .sub-wrap .panel-heading .first-butt {
        padding: 15px;
        width: 66%;
    }
}

@media (max-width: 960px) {
    .sub-wrap .panel-heading .first-butt {
        font-size: 14px;
        width: 75%;
        padding-top: 17px;
    }

    .sub-wrap .panel-heading .second-butt {
        width: 40px;
        height: 40px;
        padding: 8px 9px 10px 9px;
        margin: 20px 0 0 5px;
    }

    .panel-collapse ul li a {
        font-size: 14px;
    }
}

@media (max-width: 856px) {
    .sub-wrap .panel-heading .first-butt {
        width: 73%;
        font-size: 13px;
        padding-top: 19px;
    }
}

@media (max-width: 803px) {
    .sub-wrap .panel-heading .first-butt {
        width: 71%;
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 767px) {
    .sub-wrap .panel-heading .first-butt {
        width: 84%;
        padding: 17px 25px;
        font-size: 16px;
        height: 60px;
    }

    .sub-wrap .panel-heading .second-butt {
        width: 60px;
        height: 60px;
        padding: 16px 19px;
        margin: 0 0 0 10px;
    }

    .panel-collapse ul li a {
        font-size: 16px;
    }

    .col-hriste {
        border: none;
    }
}

@media (max-width: 484px) {
    .sub-wrap .panel-heading .first-butt {
        width: 80%;
    }
}

@media (max-width: 1106px) {
    .wrapp-padd {
        padding: 50px 0 0 35px;
    }

    .sub-map-wrapp, .sub-wrapp-m {
        margin-top: 70px;
    }
}

@media (max-width: 500px) {
    .wrapp-padd {
        padding-left: 0;
    }
}

@media (max-width: 380px) {
    .sub-wrap .panel-heading .first-butt {
        width: 78%;
    }
}

@media (max-width: 350px) {
    .sub-wrap .panel-heading .first-butt {
        width: 75%;
        height: 70px;
    }

    .sub-wrap .panel-heading .second-butt {
        margin-top: 5px;
    }
}

@media (max-width: 400px) {
    .con-middle .panel-heading .first-butt {
        width: 73%;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .con-middle .panel-heading .first-butt {
        padding: 11px 25px;
    }
}

@media (max-width: 340px) {
    .con-middle .panel-heading .first-butt {
        width: 68%;
    }
}


/*Venca 26.1.24*/
::selection {
    background: #00a6ff;
    color: #fff;
}

::-moz-selection {
    background: #00a6ff;
    color: #fff;
}

::-webkit-selection {
    background: #00a6ff;
    color: #fff;
}

body {
    letter-spacing: 1px;
    font-size: 1rem;
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
}

.container {
    max-width: calc(100% - 40px);
    width: 1700px;
}

a {
    transition-duration: .3s;
    color: #334a7c;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 40px 0;
}

p a {
    color: #0074b3;
}

p a:hover {
    color: #334a7c;
}

* {
    outline: none !important;
}

.mob-show {
    display: none !important;
}

.mob-hide {
    display: unset;
}

.block-white {
    position: relative;
    display: block;
    background: white;
    position: relative;
}

.top-line {
    border-top: 1px solid #d2d2d2;
}

.padd-mid {
    padding: 60px 0;
}

.padd-big {
    padding: 120px 0;
}

.padd-intro {
    padding: 200px 0 80px 0;
}

h2 .material-symbols-outlined {
    background: #334a7c;
    color: white;
    border-radius: 100%;
    padding: 5px;
    margin-right: 15px;
}

h1 {
    font-size: 3rem;
    color: #334a7c;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

h2 {
    color: #334a7c;
    letter-spacing: 2px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    margin: 20px 0 40px;
}

h3 {
    color: #101a2f;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 30px 0 20px;
}

.bold {
    font-weight: 600;
}

.flex {
    display: flex;
}

.v-uvod-hp {
    animation-duration: 2s;
    position: relative;
}

.v-center .v-sport-big {
    justify-content: start;
}

.v-center h2 {
    justify-content: center;
}

.btn {
    border-radius: 0;
    box-shadow: none;
    padding: 16px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1rem;
}

.modal {
    backdrop-filter: blur(10px);
}

.modal h2 {
    margin: 0;
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 1400px) {
    .padd-mid {
        padding: 40px 0;
    }

    .padd-big {
        padding: 80px 0;
    }

    .padd-intro {
        padding: 160px 0 60px 0;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 980px) {
    .padd-mid {
        padding: 30px 0;
    }

    .padd-big {
        padding: 60px 0;
    }

    .padd-intro {
        padding: 120px 0 30px 0;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.1rem;
    }
}


/*navbar 2024*/
.navbar {
    border-radius: 0 0 30px 30px;
    background: white;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 20%);
    height: 100px;
    padding: 0;
    animation-duration: 2s;
}

.navbar .navbar-brand {
    transition-duration: .3s;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
    line-height: inherit;
    white-space: nowrap;
    margin: 0 40px;
}

.navbar .navbar-brand:hover {
    opacity: .5;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

.navbar .nav-item {
    font-size: 15px;
    padding: 0 15px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-transform: uppercase;
    color: #45526e !important;
    font-weight: 600;
}

.navbar .nav-item:hover {
    color: #0074b3 !important;
}

.navbar .nav-item.v-cart, .navbar .nav-item.v-eshop {
    padding: 0 40px;
    color: white !important;
}

.navbar .nav-item.v-cart {
    background-color: #334a7c;
    margin-left: 40px;
}

.navbar .nav-item.v-cart:hover {
    background-color: #263a63;
    color: white;
}

.navbar .nav-item.v-eshop {
    background-color: #0093e5;
}

.navbar .nav-item.v-eshop:hover {
    background-color: #0074b3;
    color: white;
}

.navbar .navbar-toggler {
    height: 70px;
    border: none;
    border-radius: 0;
    aspect-ratio: 1;
    background: transparent;
}

/*megamenu*/
.v-megamenu {
    padding: 40px;
    border: none;
    border-radius: 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid #d2d2d2;
    background: white;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.dropdown-menu {
    padding: 0;
    display: flex;
    overflow: hidden;
    height: 0px;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 100px 100px 0px rgb(0 0 0 / 20%);
    width: 100%;
    transition-duration: 1s;
}

.dropdown-menu.show {
    height: auto !important;
}

.v-megamenu .columns {
    column-count: 3;
    column-gap: 60px;
    flex: 1;
}

.v-megamenu .columns a {
    flex-grow: 1;
    flex-basis: 0;
}

.v-megamenu div a {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.v-megamenu div a:hover {
    text-decoration: none;
    color: #0093e5;
}

.v-megamenu div a:last-child {
    background: #f0f3f3;
    border-radius: 100px;
}

.v-megamenu div a:last-child span {
    background: #334a7c;
}

.v-megamenu div a:last-child:hover {
    background: #ffffff;
}

.v-megamenu div a:last-child:hover span {
    background: #0093e5;
}

.v-megamenu .material-symbols-outlined {
    transition-duration: .3s;
    padding: 5px;
    color: white;
    border-radius: 100%;
    margin: 0 10px 0 0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link.nav-item.v-cart, .navbar-expand-lg .navbar-nav .nav-link.nav-item.v-eshop {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1400px) {
    .navbar, .navbar .nav-item {
        height: 70px;
    }

    .navbar-expand-lg .navbar-nav .nav-link.nav-item.v-cart, .navbar-expand-lg .navbar-nav .nav-link.nav-item.v-eshop {
        padding: 0 20px;
    }

    .navbar .nav-item.v-cart {
        margin-left: 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar .navbar-brand {
        margin: 0 20px;
    }
}

@media screen and (max-width: 980px) {
    .navbar {
        padding: 0;
        max-width: 100%;
        align-items: flex-start;
    }

    .navbar .navbar-brand {
        margin: 10px 20px;
    }

    .navbar .nav-item.v-cart {
        margin-left: 0;
    }

    .navbar .navbar-collapse {
        background: white;
        border-top: 1px solid #d2d2d2;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px;
        height: 30px;
        justify-content: center;
    }

    .navbar .nav-item.v-cart, .navbar .nav-item.v-eshop {
        height: 50px;
    }

    .navbar .navbar-nav {
        padding: 30px 0 0 0;
    }

    .mob-show {
        display: flex !important;
    }

    .mob-hide {
        display: none !important;
    }
}

/*footer 2024*/
footer {
    padding: 60px 0;
    margin: 0 !important;
    border-top: 1px solid #d2d2d2;
}

footer .flex {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

footer .flex .v-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

footer .flex .v-menu a {
    text-transform: uppercase;
    transition-duration: .3s;
    color: #9199ab;
}

footer .flex .v-menu a:hover {
    color: #0074b3;
    text-decoration: none;
}

footer .flex .v-podmenu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-end;
}

footer .flex .v-podmenu * {
    flex-grow: 1;
    flex-basis: 0;
}

footer .flex .v-podmenu p {
    margin: 0;
}

footer .flex .v-podmenu a {
    display: flex;
    justify-content: flex-end;
}

footer .flex .v-podmenu a img {
    width: 100%;
    max-width: 106px;
    transition-duration: .3s;
}

footer .flex .v-podmenu a:hover img {
    opacity: .5;
}

footer .flex .v-podmenu img.platebni-brany {
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    footer .flex {
        text-align: center;
    }

    footer .flex .v-menu {
        gap: 20px;
    }

    footer .flex .v-podmenu {
        align-items: center;
        flex-direction: column-reverse;
        gap: 20px
    }
}


.text-uvod {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.3;
    padding-top: 0;
}

.text-uvod h2 {
    text-align: center;
    display: block;
    font-size: 2rem;
}

/*ROZCESTNÍK HP*/
.rozcestnik {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.rozcestnik a {
    background-position: center;
    background-size: cover;
    position: relative;
    aspect-ratio: 1 / 1;
    width: 25%;
    display: flex;
    padding: 50px;
    align-items: flex-end;
    justify-content: flex-start;
}

.rozcestnik a:first-child {
    background-image: url(img/roz_1.jpg);
}

.rozcestnik a:nth-child(2) {
    background-image: url(img/roz_2.jpg);
}

.rozcestnik a:nth-child(3) {
    background-image: url(img/roz_3.jpg);
}

.rozcestnik a:nth-child(4) {
    background-image: url(img/roz_4.jpg);
}

.rozcestnik a h3 {
    color: white;
    margin: 0;
    font-size: 2rem;
    z-index: 1;
}

.rozcestnik a:before {
    z-index: 0;
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 27, 59, 0) 0%, rgba(13, 27, 59, 1) 100%);
    opacity: 0;
    transition-duration: .3s;
}

.rozcestnik a:hover:before {
    opacity: .8;
}

@media screen and (max-width: 1400px) {
    .rozcestnik a h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1080px) {
    .rozcestnik a {
        width: calc(50% - 10px);
        padding: 30px;
        max-width: 370px;
    }

    .rozcestnik {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
}

/*AKTUALITY HP*/
.aktuality .flex {
    justify-content: space-between;
    row-gap: 20px;
}

.aktuality .flex a {
    width: calc(100% / 4 - 20px);
    background: #f2f3f4;
}

.aktuality .flex a div img {
    transition-duration: .3s;
}

.aktuality .flex a:hover div img {
    filter: brightness(0.7);
}

.aktuality .flex a:hover {
    background: #e9e9e9;
}

.aktuality .flex a div:first-child {
    background-color: #fff;
    aspect-ratio: 13/9;
    width: 100%;
    overflow: hidden;
}

.aktuality .flex a div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aktuality .flex a div:last-child {
    padding: 40px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.aktuality .flex a p {
    font-weight: 100;
    color: #1d1d1d;
    margin: 0;
}

.aktuality .flex a h3 {
    color: #334a7c;
    text-transform: none;
    margin: 0;
}

@media screen and (max-width: 1400px) {
    .aktuality .flex a {
        width: calc(100% / 2 - 20px);
    }

    .aktuality .flex {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .aktuality .flex a {
        width: calc(100%);
    }

    .aktuality .flex a div:last-child {
        padding: 20px;
    }
}

/*AKCE*/
.v-akce .flex {
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.v-akce .flex .v-datum {
    color: #0093e5;
    font-weight: 600;
}

.v-akce .flex a {
    flex: 1 0 calc(33.33% - 40px);
    width: 100%;
    background: #f2f3f4;
}

.v-akce .flex a div img {
    transition-duration: .3s;
}

.v-akce .flex a:hover {
    background: #e9e9e9;
}

.v-akce .flex a:hover div img {
    filter: brightness(0.7);
}

.v-akce .flex a div:first-child {
    background-color: #fff;
    aspect-ratio: 13/9;
    width: 100%;
    overflow: hidden;
}

.v-akce .flex a div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v-akce .flex a div:last-child {
    padding: 40px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.v-akce .flex a p {
    font-weight: 100;
    color: #1d1d1d;
    margin: 0;
}

.v-akce .flex a h3 {
    color: #334a7c;
    text-transform: none;
    margin: 0;
}

@media screen and (max-width: 1400px) {
    .v-akce .flex a {
        width: calc(100% / 2 - 20px);
    }

    .v-akce .flex {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1200px) {
    .v-akce .flex a {
        flex: 1 0 calc(50% - 20px);
    }

    .v-akce .flex {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .v-akce .flex a {
        flex: 1 0 100%;
    }

    .v-akce .flex a div:last-child {
        padding: 20px;
    }
}

/*PARTNERI HP*/
.partneri {
    padding: 60px 0;
    background: #f7f8f8;
}

.partneri ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 20px;
}

.partneri ul li {
    padding: 20px;
    background: white;
    aspect-ratio: 1/1;
    width: calc(100% / 8 - 20px);
    margin: 0 20px 0 0;
}

.partneri ul li:last-child {
    margin: 0;
}

.partneri ul li a {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 980px) {
    .partneri ul li {
        width: calc(100% / 4 - 20px);
        padding: 10px
    }
}


/*FILTR*/
.blok-intro {
    z-index: 1;
    position: relative;
    background-image: url('img/bg_sportoviste.jpg');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.v-filtr {
    display: flex;
    flex-direction: column;
}

.v-filtr .v-filtr-kategorie {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.v-filtr .v-filtr-kategorie button {
    display: inline-block;
    border-radius: 100px;
    padding: 13px 30px 20px 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.v-filtr .v-filtr-kategorie button span {
    margin: 0 15px 0 0;
    transform: translateY(5px);
}

.telocvicny-haly {
    background-color: #ff6600;
}

.v-filtr-kategorie .telocvicny-haly:hover,
.v-sport-small .columns a:hover .telocvicny-haly.material-symbols-outlined,
.v-megamenu div a:hover .telocvicny-haly.material-symbols-outlined {
    background-color: #bb4b00;
}

.vodni-sporty {
    background-color: #006cff;
}

.v-filtr-kategorie .vodni-sporty:hover,
.v-sport-small .columns a:hover .vodni-sporty.material-symbols-outlined,
.v-megamenu div a:hover .vodni-sporty.material-symbols-outlined {
    background-color: #003785;
}

.venkovni-hriste {
    background-color: #52c200;
}

.v-filtr-kategorie .venkovni-hriste:hover,
.v-sport-small .columns a:hover .venkovni-hriste.material-symbols-outlined,
.v-megamenu div a:hover .venkovni-hriste.material-symbols-outlined {
    background-color: #327700;
}

.zimni-stadiony {
    background-color: #00baff;
}

.v-filtr-kategorie .zimni-stadiony:hover,
.v-sport-small .columns a:hover .zimni-stadiony.material-symbols-outlined,
.v-megamenu div a:hover .zimni-stadiony.material-symbols-outlined {
    background-color: #00749e;
}

.btn-all {
    background-color: #334a7c;
}

.v-filtr-kategorie .btn-all:hover,
.v-sport-small .columns a:hover .btn-all.material-symbols-outlined,
.v-megamenu div a:hover .btn-all.material-symbols-outlined {
    background-color: #182749;
}

.v-megamenu p {
    margin: 0;
}

.ostatni {
    background-color: #989898;
}

.v-filtr-kategorie .ostatni:hover,
.v-sport-small .columns a:hover .ostatni.material-symbols-outlined,
.v-megamenu div a:hover .ostatni.material-symbols-outlined {
    background-color: #555555;
}

.v-filtr .btn-group {
    margin-top: 40px;
    max-width: 600px;
}

.v-filtr .btn-secondary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #32497a;
    background-color: #ffffff;
    border-color: #d2d2d2;
    border-radius: 0;
    padding: 20px 30px;
}

.v-filtr .btn-secondary:not(:disabled):not(.disabled).active, .v-filtr .btn-secondary:not(:disabled):not(.disabled):active, .v-filtr .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0093e5;
    border-color: #0093e5;
}

@media screen and (max-width: 768px) {
    .v-filtr .v-filtr-kategorie a {
        width: 100%;
    }

    .v-filtr .btn-group {
        max-width: unset;
    }
}


/*sportoviště výpis (malé)*/
.v-sport-small {
    display: flex;
}

.v-sport-small .columns {
    column-count: 3;
    column-gap: 60px;
    flex: 1;
}

.v-sport-small .columns a {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 0 20px 0;
}

.v-sport-small .columns a p {
    margin: 0;
}

.v-sport-small .columns a:hover {
    text-decoration: none;
    color: #0093e5;
}

.v-sport-small .material-symbols-outlined {
    font-size: 30px;
    transition-duration: .3s;
    padding: 10px;
    color: white;
    border-radius: 100%;
    margin: 0 20px 0 0;
}

/*sportoviště filtr aktivity mobil*/

.btn-group .dropdown-menu {

    display: block

}

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

    .v-filtr .v-filtr-kategorie button {

        padding: 6px 16px 13px 16px;

        color: white;

        font-size: 15px;

        font-weight: 400;

    }

    .v-filtr .v-filtr-kategorie {

        gap: 10px;

    }
}

/*sportoviště výpis (velké)*/

.btn-group .dropdown-menu.show {

    height: 300px !important;

    overflow: scroll;

}

.v-sport-big {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.v-sport-big a {
    overflow: hidden;
    width: calc(100% / 6 - 17px);
    background-color: rgb(209, 209, 209);
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    aspect-ratio: 1;
    border-radius: 40px;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: flex-start;
    align-items: flex-end;
}

.v-sport-big a p {
    margin: 0 !important;
    color: white;
    text-transform: uppercase;
    z-index: 1;
}

.v-sport-big a:hover {
    text-decoration: none;
    color: white;
    filter: contrast(1.3);
}

.v-sport-big .material-symbols-outlined {
    font-size: 30px;
    transition-duration: .3s;
    padding: 10px;
    color: white;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
}

.v-sport-big a:before {
    transition-duration: .3s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    background: linear-gradient(180deg, rgba(13, 27, 59, 0) 0%, rgba(13, 27, 59, 1) 100%);
    opacity: .4;
}

.v-sport-big a:hover::before {
    opacity: .9;
}

@media screen and (max-width: 1400px) {
    .v-sport-big a {
        width: calc(100% / 5 - 17px);
    }
}

@media screen and (max-width: 1200px) {
    .v-sport-small .columns,
    .v-megamenu .columns {
        column-count: 2;
    }

    .v-sport-big a {
        width: calc(100% / 4 - 17px);
    }
}

@media screen and (max-width: 980px) {
    .v-sport-big a {
        border-radius: 20px;
        padding: 20px;
    }

    .v-sport-big .material-symbols-outlined {
        font-size: 24px;
        padding: 5px;
        top: 20px;
        left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .v-sport-small .columns,
    .v-megamenu .columns {
        column-count: 1;
    }

    .v-sport-big a {
        width: calc(100% / 3 - 15px);
    }
}

@media screen and (max-width: 590px) {
    .v-sport-small .columns,
    .v-megamenu .columns {
        column-count: 1;
    }

    .v-sport-big a {
        width: calc(100% / 2 - 10px);
    }
}


/*detail sportoviště*/
.v-uvod-hp {
    z-index: 0;
}

.v-uvod-hp h1 {
    position: absolute;
    bottom: calc(50%);
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: white;
    letter-spacing: 2px;
    font-size: 3rem;
}

.v-uvod-hp p {
    position: absolute;
    bottom: calc(35% - 45px);
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: white;
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 600;
}

/* .carousel:before { aspect-ratio: 2560/700; z-index: 1; transition-duration: .3s; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: auto; background: linear-gradient(180deg, rgba(0,33,54,0) 0%, rgba(0,33,54,1) 100%); opacity: .5; } */
.carousel {
    overflow: hidden;
    aspect-ratio: 2560/700;
}

.carousel-indicators {
    bottom: 40px;
}

.carousel .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    opacity: .5;
    z-index: 1;
}

.v-onas {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.v-onas h3 {
    margin: 0 0 30px 0;
    color: #1a345c;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 600;
}

.v-onas p {
    color: #1a345c;
    font-size: 1rem;
    line-height: 1.3;
    margin: 15px 0 !important;
}

.v-cao {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #334a7c;
}

.v-cao .v-cenik, .v-cao .v-oteviracka,
.v-kontakty .leva, .v-kontakty .prava {
    width: 50%;
    padding: 120px 60px;
}

.v-cao .v-oteviracka {
    background: #1f9adf;
}

.v-cao .v-oteviracka .material-symbols-outlined {
    color: #1f9adf;
}

.v-cao h2, .v-cao p {
    color: white;
}

.v-cao .material-symbols-outlined {
    background-color: #fff;
    color: #334a7c;
}

.v-kontakty {
    display: flex;
}

.v-cao .table-dark {
    background-color: transparent;
}

.table td, .table th {
    border-top: none;
}

.v-cao .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .10);
}

.v-cao .v-cenik .v-max, .v-kontakty .leva .v-max {
    max-width: 745px;
    margin: 0 0 0 auto;
}

.v-cao .v-oteviracka .v-max, .v-kontakty .prava .v-max {
    max-width: 745px;
    margin: 0 auto 0 0;
}

@media screen and (max-width: 1400px) {
    .v-uvod-hp h1 {
        font-size: 2rem;
    }

    .v-uvod-hp p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .v-cao, .v-kontakty {
        flex-direction: column;
    }

    .v-cao .v-cenik, .v-cao .v-oteviracka,
    .v-kontakty .leva {
        width: 100%;
        padding: 80px 35px 40px 35px;
    }

    .v-kontakty .prava {
        width: 100%;
        padding: 0 35px 80px 35px;
    }

    .v-cao .v-cenik .v-max, .v-kontakty .leva .v-max,
    .v-cao .v-oteviracka .v-max, .v-kontakty .prava .v-max {
        max-width: unset;
        margin: 0;
    }
}

@media screen and (max-width: 980px) {
    .carousel:before, .carousel {
        aspect-ratio: 2560/1200;
    }

    .carousel .carousel-item img {
        max-width: unset;
        height: auto;
        width: 100%;
        aspect-ratio: 2560/1200;
    }

    .v-cao .v-cenik, .v-cao .v-oteviracka {
        padding: 60px 35px;
    }

    .v-kontakty .leva {
        padding: 60px 35px 15px 35px;
    }

    .v-kontakty .prava {
        padding: 15px 35px 60px 35px;
    }

    .carousel {
        min-height: 500px;
        height: auto;
        width: 100%;
    }

    .carousel .carousel-inner .carousel-item img {
        min-height: 500px;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
}

/*INFO*/
.v-info {
    background: #ffffff;
    padding: 30px 0;
    font-size: 1.3rem;
    animation-duration: .5s;
    max-width: 900px;
    margin: -40px auto 0 auto;
    box-shadow: 0px 50px 100px rgb(0 0 0 / 20%);
}

.v-info .flex {
    justify-content: space-around;
    align-items: center;
}

.v-info .flex p {
    margin: 0;
}

.v-info .flex a {
    text-align: center;
    position: relative;
}

.v-info .flex a p {
    font-weight: 100;
    text-align: center;
    color: #334a7c;
    transition-duration: .3s;
}

.v-info .flex a:hover p {
    color: #0074b3;
}

.v-info .flex a:hover span {
    background-color: #0074b3;
}

.v-info .flex a span {
    transition-duration: .3s;
    background-color: #334a7c;
    border-radius: 100px;
    font-size: 2rem;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.v-info .flex a p:last-child {
    font-weight: 600;
}

.v-info .flex button {
    flex: 1;
    text-align: center;
    position: relative;
    background-color: unset;
    border: none;
    padding: unset;
    font-size: unset;
    text-transform: unset;
    font-weight: unset;
    color: unset;
    cursor: pointer;
    transition-duration: unset;
}

.v-info .flex button:hover span {
    background-color: #0074b3;
}

.v-info .flex button span {
    transition-duration: .3s;
    background-color: #334a7c;
    border-radius: 100px;
    font-size: 2rem;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.v-info .flex button p {
    font-weight: 100;
    text-align: center;
    color: #334a7c;
    transition-duration: .3s;
}

.v-info .flex button:hover p {
    color: #0074b3;
}

.v-info .flex button p:last-child {
    font-weight: 600;
}

@media screen and (max-width: 980px) {
    .v-info .flex {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .v-info .flex a {
        width: 50%;
    }

    .v-info .flex button {
        width: 50%;
    }
}

/*DULEŽITE*/
.v-dulezite {
    background: #d3edb5;
    padding: 10px 20px 20px 20px;
    animation-duration: .5s;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.v-dulezite .flex {
    flex-direction: column;
    align-items: center;
}

.v-dulezite .flex p span {
    margin-right: 15px;
}

.v-dulezite .flex p {
    color: #639519;
    text-align: center;
    margin: 0;
}

.v-dulezite .flex p span {
    transform: translateY(5px);
}

/*STATS*/
.v-stats {
    background: #fcf5d5;
    padding: 80px 0;
}

.v-stats .flex {
    justify-content: space-around;
    align-items: center;
}

.v-stats .flex div p {
    text-align: center;
}

.v-stats .flex div p:first-child {
    color: #fad63a;
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.v-stats .flex div p:last-child {
    font-size: 1.3rem;
}

@media screen and (max-width: 980px) {
    .v-stats .flex div p:first-child {
        color: #fad63a;
        font-size: 3rem;
        font-weight: 600;
        margin-bottom: 20px !important;
    }

    .v-stats .flex {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .v-stats .flex div {
        width: 50%;
        min-width: 270px;
    }
}

/*FOTOGALERIE*/
.v-fotogalerie {
    display: flex;
    flex-wrap: wrap;
}

.v-fotogalerie a {
    width: calc(100% / 6);
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nosee {
    display: none !important;
}

.v-fotogalerie a:hover {
    filter: contrast(1.3) brightness(0.8);
}

@media screen and (max-width: 980px) {
    .v-fotogalerie a {
        width: calc(100% / 3);
    }
}


/*Venca 8.6.23*/
.woocommerce .woocommerce-ordering {
    display: none;
}

a, .woocommerce ul.products li.product {
    transition-duration: .3s !important;
}

.woocommerce ul.products li.product:hover {
    box-shadow: none;
}

.woocommerce div.product div.images img {
    max-width: 420px;
}

.woocommerce .single-product {
    max-width: 1000px;
    margin: 60px auto 0 auto;
}

.woocommerce-Price-amount.amount {
    color: #449920;
    font-weight: 600;
    font-size: 20px;
}

.single_add_to_cart_button.button.alt.wp-element-button {
    padding: 16px 20px;
    background-color: #91c54f;
    border-radius: 0px;
    color: white;
    font-size: 14px;
}

.single_add_to_cart_button.button.alt.wp-element-button:hover {
    background-color: #6f993b;
    color: white;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 1200px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        margin: 0 20px 20px 0;
        padding: 0;
        position: relative;
        width: calc(20% - 20px);
        margin-left: 0;
        clear: unset !important;
        margin-right: 20px !important;
    }

    .woocommerce.columns-4 {
        margin-top: 60px;
    }
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.table thead tr:first-child {
    background: #283145;
    color: white;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    max-width: 160px;
}

.input-text.qty.text {
    margin-bottom: 0px;
}

.wc-proceed-to-checkout {
    display: flex;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.table .button.wp-element-button {
    background-color: #b5cf94;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove
.woocommerce div.product .product_title, .summary.entry-summary h5.product_title.entry-title {
    font-weight: 700;
    font-size: 23px !important;
    line-height: 1.4;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    display: none;
}

.woocommerce .quantity .qty {
    height: 46px;
}

.checkout.woocommerce-checkout {
    max-width: 1000px;
    margin: 40px auto;
}

.checkout.woocommerce-checkout .col2-set {
    display: flex;
    flex-direction: column;
}

.checkout.woocommerce-checkout .col2-set .col-1,
.checkout.woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.related.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 1960px) {
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        min-height: 480px;
    }

    .related.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        min-height: unset;
    }
}

#back-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
    color: #407eb9;
    transition-duration: .3s;
}

#back-btn:hover {
    color: #1f4a72;
}

.related.products h2 {
    margin-bottom: 40px;
    margin-top: 60px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.table tr {
    background: unset;
}


.place-order .button.alt.wp-element-button {
    padding: 16px 20px;
    background-color: #91c54f;
    border-radius: 0px;
    color: white;
    font-size: 14px;
}

.place-order .button.alt.wp-element-button:hover {
    background-color: #6f993b;
    color: white;
}

.woocommerce-message {
    border-top-color: #627c00;
    background: #72a92c;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.woocommerce-message::before, .woocommerce-message::after {
    display: none;
}


/*Venca 10.7.23*/
.container-fluid {
    padding-right: 0 !important;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.navbar-toggle {
    padding: 19px 19px;
}

a.b-dark:hover, a.b-rad:hover {
    background-color: #293347;
}

.white_btn {
    border-radius: 30px;
    padding: 14px;
}

a.white_btn:hover {
    opacity: .5;
}

.button:hover {
    background-color: #007ec2;
}


@media (max-width: 768px) {

    .container-fluid {
        padding-right: 0 !important;
    }

    .title-wrap .button.b-dark {
        display: inline-block;
        margin: 0 15px 15px 0 !important;
    }

    .white_btn {
        border-radius: 30px;
        padding: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-fluid {
        padding: 0 !important;
    }

}

@media (max-width: 488px) {
    .b-dark {
        margin: 0 15px 15px 0 !important;
    }

    .title-wrap h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .container-fluid.btn-wrap.sub-btn-wrap a {
        margin: 0 0 20px 0 !important;
    }

    .container-fluid.btn-wrap.sub-btn-wrap {
        padding: 0 !important;
    }
}


/*O nás*/
.v-zpet {
    font-size: 15px;
    color: #919cae;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.v-zpet span {
    margin: 0 10px 2px 0;
    transform: scale(.8);
}

.v-zpet:hover {
    color: #003785;
}

.dva-sloupce {
    display: flex;
    gap: 40px;
}

.dva-sloupce div {
    flex: 1;
}

.dva-sloupce span {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

ul li::marker {
    color: #0093e5;
}

ul li {
    padding: 10px 0;
}

@media screen and (max-width: 920px) {
    .dva-sloupce {
        flex-direction: column;
    }

    .dva-sloupce span {
        gap: unset;
        flex-direction: column;
    }
}


/*cik-cak*/
.cik-cak .radek {
    display: flex;
}

.cik-cak .radek .popis {
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    width: 50%;
    padding: 100px;
    display: flex;
}

.cik-cak .radek .foto {
    position: relative;
    order: 1;
    width: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.cik-cak .radek .foto img {
    width: unset;
    height: 100%;
    aspect-ratio: 1280 / 666;
    object-fit: cover;
    object-position: center;
}

.cik-cak .radek:nth-of-type(even) .popis {
    order: 2;
}

.cik-cak .radek:nth-of-type(odd) .popis {
    align-items: flex-end;
}

@media only screen and (min-width: 1200px) {
    .cik-cak .radek:nth-of-type(odd) .container {
        display: flex;
        justify-content: flex-end;
        max-width: unset;
        width: unset;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .cik-cak .radekk:nth-of-type(even) .container {
        display: flex;
        justify-content: flex-start;
        max-width: unset;
        width: unset;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .cik-cak .radek {
        flex-direction: column;
    }

    .cik-cak .radek .foto, .cik-cak .radek .popis {
        width: 100%;
    }

    .cik-cak .radek:nth-of-type(even) .popis {
        order: 0;
    }
}

@media only screen and (max-width: 992px) {
    .cik-cak .radek .foto {
        display: flex;
        flex-direction: column;
    }

    .cik-cak .radek .foto img {
        order: 0;
    }

    .cik-cak .radek .popis {
        min-height: 400px;
        width: 100%;
        padding: 30px;
    }
}


/* podstrany */
.v-anima {
    animation-duration: .5s;
}

.pod-intro {
    background-color: #fff;
    padding: 240px 0 100px;
    z-index: 1;
    position: relative;
    background-image: url('img/bg_sportoviste_h.jpg');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pod-intro h1 {
    color: #334a7c;
    text-align: center;
}

.pod-obsah {
    text-align: center;
}

.pod-obsah p {
    margin: 0 0 40px 0 !important;
}

/* .clanek { max-width: 1200px; margin: 0 auto; }  */

/* @media screen and (max-width: 1200px) {
    .pod-intro { padding: 180px 0 40px; }
} */
@media screen and (max-width: 1200px) {
    .pod-intro {
        padding: 140px 0 20px;
    }
}

.zakazky a:hover h6 {
    color: #0074b3;
    transition-duration: .3s;
}

/*e-shop*/
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 10px auto;
}

.woocommerce .single-product {
    max-width: 1000px;
    margin: 120px auto 0 auto;
}

.kontakt-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 16px;
    margin: 10px 0;
}

/*pokladna*/

.checkout.woocommerce-checkout #customer_details .col-1 {

    flex: 0 0 100%;

    max-width: 100%;

}

.woocommerce form .form-row {

    display: flex;

    flex-direction: column;

}

.checkout.woocommerce-checkout {

    max-width: 1000px;

    margin: 0 auto;

}


/*HP rozcestník*/

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

    .rozcestnik a h3 {

        font-size: 1rem;

    }

}


/*sportoviště filtr dle aktivit*/

.dropdown-menu.dropdown-menu-right.dropdown-menu-lg-left.show button:first-child {
    padding-top: 20px;
}


/*aktualita*/

.clanek-2 {
    max-width: 1000px;
    margin: 0 auto;
}

.pod-intro {
    position: relative;
    overflow: hidden;
}

.aktuality-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(10px) brightness(0.8);
    z-index: -1;
}

.aktuality-img h1 {
    color: white;
}

/*o nás*/

.cik-cak {
    max-width: 1920px;
    margin: 0 auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 51px;
}


/*kontakty*/
.tabulka-kontakty {
    padding: 20px 20px 0 20px;
    border: 1px solid #dadada;
}

.tabulka-kontakty .kontakt-row {
    border-bottom: 1px solid #dadada;
    padding: 0 0 13px 0;
    display: flex;
}

.tabulka-kontakty .kontakt-row:last-child {
    border-bottom: none;
}

.tabulka-kontakty .kontakt-row div {
    flex: 1;
}

.tabulka-kontakty .kontakt-row div:nth-child(3) {
    max-width: 160px;
}

.tabulka-kontakty .kontakt-row div:last-child {
    max-width: 220px;
}

.tabulka-kontakty .kontakt-row div:last-child {
    text-align: right;
}

.kontakt-page .v-info .flex a {
    flex: 1;
}

.kontakt-page .dva-sloupce {
    max-width: 660px;
    margin: 0 auto;
}

.max-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.kontakt-page .v-stats .flex div p:first-child {
    color: #334a7c;
}

.kontakt-page .blok-white {
    position: relative;
    overflow: hidden;
    display: flex;
}

@media screen and (max-width: 980px) {
    .kontakt-page .v-stats .flex div p:first-child {
        font-size: 1rem;
    }

    .tabulka-kontakty .kontakt-row {
        flex-direction: column;
    }

    .tabulka-kontakty .kontakt-row div:last-child {
        text-align: left;
    }

    .tabulka-kontakty .kontakt-row {
        gap: 5px;
    }
}

@media screen and (max-width: 768px) {
    .kontakt-page .v-info .flex {
        flex-direction: column;
    }

    .kontakt-page .v-info .flex span {
        display: none;
    }

    .sportoviste-info .flex {
        flex-direction: column;
    }

    .sportoviste-info .flex span {
        display: none;
    }
}


/*zakazky*/
.zakazky .pod-intro {
    background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2024/05/bg-sportoviste-projekty.jpg');
}

.zakazky .zakazky-vypis {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    padding: 0 5px 5px 0;
    margin: 0px 20px 0 0;
}

.wp-pagenavi .pages {
    display: none;
}


/*vstupenky*/
.related.products h2 {
    display: none;
}

@media screen and (min-width: 1200px) {
    .woocommerce.columns-4 {
        margin-top: 0;
    }
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
    }
}

.v-onas h1,
.v-onas h2,
.v-onas h3,
.v-onas h4,
.v-onas h5 {
    text-align: center;
    display: block;
}

.carousel {
    display: flex;
    align-items: center;
}

.table td, .table th {
    font-weight: unset;
    min-width: 160px;
}

#modal-cenik strong {
    font-size: 1.3rem;
}

#modal-cenik i {
    font-size: .8rem;
}

@media (max-width: 768px) {
    .table td, .table th {
        line-height: 1;
        padding: .3rem .55rem;
        letter-spacing: 0;
        font-size: .9rem;
        min-width: 80px;
    }

    #modal-cenik strong {
        font-size: 1rem;
    }

    .modal-body p {
        font-size: .9rem;
    }
}


/* new */
.pagination {
    display: -ms-flexbox;
    display: flex;
    margin: 20px;
    gap: 5px;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
}

.aktuality-vypis {
    flex-wrap: wrap;
    justify-content: normal !important;
    gap: 20px;
}

.wc-block-product-categories__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wc-block-product-categories__item {
    padding: 10px 15px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}

.wc-block-product-categories__item:hover {
    background-color: #e0e0e0;
}

.venca-styl{
    padding: 18px 30px 20px 30px !important;
}

.woocommerce .single-product {
    max-width: 1000px;
    margin: 0 auto 0 auto;
}
.woocommerce .single-product {
    max-width: 1000px;
    margin: 0 auto 0 auto;
}

.woocommerce-message a.button.wc-forward.wp-element-button { min-width: 120px; }

.lb-data .lb-caption {
    font-size: 20px !important;
}

.lb-data .lb-details {
    width: 100%
}



/*venca 27.1.25*/
.cart-count { opacity: .8; background-color: #182b55; border-radius: 100px; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; position: absolute; top: 20px; right: 20px; color: #8ba1d1; }
.v-cart { position: relative; }

@media screen and (max-width: 1400px) {
    .cart-count { top: 3px; right: 4px; }
}

@media screen and (max-width: 992px) {
    .cart-count { top: 9px; right: 10px; }
}












/*Venca 28.1.25 - úpravy na shopu*/
/*obecně*/
.carousel-item img { height: unset; }
footer { background: white; }

/*3 produkty*/
.v-3-prod { position: relative; padding: 130px 0; }
.v-3-prod .v-flex { display: flex; flex-direction: row; gap: 40px; }
.v-3-prod .v-flex .v-kat { justify-content: flex-end; box-shadow: 0 70px 70px -50px grey; overflow: hidden; position: relative; flex: 1; background-size: cover; background-position: center center; color: white; min-height: 400px; height: auto; border-radius: 30px; text-align: center; display: flex ; flex-direction: column; padding: 40px; gap: 30px; }
.v-3-prod .v-flex .v-kat::before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0); transition: background-color 0.3s ease; z-index: 0;  }
.v-3-prod .v-flex .v-kat:hover::before { background-color: rgba(0, 0, 0, 0.5); }
.v-3-prod .v-flex .v-kat:hover { box-shadow: 0 50px 50px -50px rgb(82, 82, 82); }
.v-3-prod .v-flex .v-kat>div { z-index: 1; }
.v-3-prod .v-flex .kat-1 { background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2025/01/bg-v2.jpg'); }
.v-3-prod .v-flex .kat-2 { background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2025/01/bg-v3.jpg'); }
.v-3-prod .v-flex .kat-3 { background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2025/01/bg-v4.jpg'); }
.v-3-prod .v-flex .v-kat h3 { color: white; font-size: 24px; margin-bottom: 20px; }
.v-3-prod .v-flex .v-kat p { font-weight: 100; margin: 0; }
.v-3-prod .v-flex .v-kat p b { font-weight: 600; }
.v-3-prod .v-flex .v-kat span { background: hsl(0deg 0% 0% / 24%); display: flex; padding: 10px 20px; border-radius: 100px; width: fit-content; font-weight: 100; justify-content: center; margin: 0 auto; }
.v-3-prod::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 300px; z-index: -1; }
.v-3-prod h2 { color: #ffffff; font-weight: 100; text-transform: uppercase; }
/*animace*/
.v-kat, .v-zavreno, .v-pic { opacity: 0; transform: translateY(20px); animation: slideIn 0.5s ease forwards; }
.v-kat:nth-child(1) { animation-delay: 0.2s; }
.v-kat:nth-child(2) { animation-delay: 0.4s; }
.v-kat:nth-child(3) { animation-delay: 0.6s; }
.v-kat.v-blur:after { content: ""; position: absolute; top: -10%; left: -10%; width: 120%; height: 120%; background: inherit; transition: filter 0.3s ease; z-index: -1; filter: blur(8px); }
.v-meh { min-height: unset; }
.v-zavreno { animation-delay: 1.2s; display: none; white-space: nowrap; position: absolute; top: 25%; left: 50%; background: #d90015; padding: 30px; border-radius: 100px; align-items: center; justify-content: center; translate: -50%; width: auto;  }
.v-zavreno .material-symbols-outlined { margin-right: 10px; }
.v-blur .v-zavreno { display: inline-flex; }
@keyframes slideIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}


@media screen and (max-width: 1400px) {
    .v-3-prod .v-flex .v-kat h3 { font-size: 22px; }
    .v-3-prod { padding: 90px 0; }
}

@media screen and (max-width: 1200px) {
    .v-3-prod .v-flex { flex-wrap: wrap; gap: 20px; }
    .v-3-prod .v-flex .v-kat { flex: 1 1 calc(50% - 20px); box-sizing: border-box; min-height: unset; padding: 20px; }
    .v-3-prod .v-flex .v-kat::before { background-color: rgba(0, 0, 0, 0.5); }
    .v-meh { min-height: unset; margin-top: 100px; }
    .v-zavreno { top: 40px; }
}

@media screen and (max-width: 768px) {
    .v-3-prod .v-flex .v-kat { flex: 1 1 calc(100%); padding: 20px; }
}




/*detail*/
.v-detail .container { padding-right: 0; padding-left: 0; }
.v-detail .v-screen { display: flex; gap: 80px; margin: 0 auto; width: 100%; height: auto; min-height: 100vh; }
.v-detail .v-screen h2 { text-transform: uppercase; font-size: 2.3rem; }
.v-detail .v-half { flex: 1 1 50%; position: relative; display: flex; align-items: flex-start; flex-direction: column; padding-top: 30px; height: 100vh }
.v-sauna .v-left .v-pic { background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2025/01/bg-v5.jpg'); }
.v-sauna .v-left::before { background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2025/01/bg-v2.jpg'); }
.v-bazen .v-left .v-pic { background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2025/01/bg-v3.jpg'); }
.v-bazen .v-left::before { background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2025/01/bg-v3.jpg'); }
.v-koupaliste .v-left .v-pic { background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2025/01/bg-v4.jpg'); }
.v-koupaliste .v-left::before { background-image: url('https://ssrz.dev.wd7.cz/wp-content/uploads/2025/01/bg-v4.jpg'); }
.v-left .v-pic { display: flex; padding: 40px; align-items: flex-end; justify-content: flex-start; animation-delay: 0.6s; box-shadow: 0 70px 70px -50px hsl(0deg 0% 0% / 37%); background-size: cover; background-position: center; width: 100%; max-height: calc(80vh - 200px); aspect-ratio: 760 / 840; border-radius: 30px; }
.v-detail .v-left::before { content: ''; position: fixed; top: -100px; left: -100px; width: calc(50vw + 200px); height: calc(100vh + 200px); background-size: cover; background-position: center; filter: blur(98px); z-index: -1; clip-path: inset(100px); }

.v-butt-spec { display: flex; align-items: center; transition-duration: .3s; backdrop-filter: blur(20px); padding: 20px 30px; overflow: hidden; position: relative; color: #000000;; border-radius: 100px; background: rgb(255 255 255 / 20%); }
.v-butt-spec:hover { background: rgb(255 255 255 / 10%); color: #334a7c; }

.quantity-selector {display: flex; align-items: center; gap: 5px;}
.quantity-selector button {width: 30px; height: 30px; font-size: 20px; font-weight: bold; border: 1px solid #ccc; background-color: #f5f5f5; color: #333; border-radius: 5px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: all 0.2s ease;}
.quantity-selector button:hover {background-color: #ddd;}
.quantity-input {width: 50px; height: 30px; text-align: center; font-size: 16px; border: 1px solid #ccc; border-radius: 5px;}

.v-detail .v-tickety { margin: 0 0 40px 0;justify-content: flex-start; display: flex; flex-wrap: wrap; gap: 20px; }
.v-detail .v-tickety .v-ticket { align-items: flex-end; align-content: space-between; gap: 20px; max-width: calc(33.33% - 16px); display: flex; flex-wrap: wrap;  flex: 1 1 calc(33.33% - 16px); min-width: 200px; box-sizing: border-box; padding: 20px; border-radius: 30px; }
.v-detail .v-tickety .v-ticket:first-child { background: #32497b; }
.v-detail .v-tickety .v-ticket:nth-child(2) { background: #51c100; }
.v-detail .v-tickety .v-ticket:nth-child(3) { background: #f66300; }
.v-detail .v-tickety .v-ticket:nth-child(4) { background: #9128c8; }
.v-detail .v-tickety .v-ticket .v-row { gap: 10px; display: flex; justify-content: space-between; width: 100%; align-items: center; }
.v-detail .v-tickety .v-ticket .v-row span { color: white; }
.v-detail .v-tickety .v-ticket .v-row a { width: 100%; background: hsl(0deg 0% 0% / 33%); border-radius: 100px; padding: 10px 20px; text-align: center; color: white; text-transform: uppercase; font-size: 14px; }
.v-detail .v-tickety .v-ticket .v-row a:hover { background: hsl(0deg 0% 0% / 75%); }
.v-detail .v-tickety .v-ticket .v-row:first-child span:last-child { font-weight: 900; text-transform: uppercase; font-size: 20px; text-align: right; }
.v-detail .v-tickety .v-ticket .v-row:nth-child(2) span:last-child  { white-space: nowrap; }
.v-detail .v-tickety .v-ticket .v-row:nth-child(2) span:first-child  { font-size: 14px; }
.v-detail .v-tickety .v-ticket .v-row:nth-child(2) { min-height: 30px; opacity: .75; }
.v-detail .v-tickety .v-ticket .v-row:nth-child(3) span:last-child { font-size: 20px; text-align: right; }
/*.v-detail .v-right p:last-child { opacity: .5; }*/
.v-detail .quantity-input { width: 60px; height: 40px; border: none; border-radius: 0; background: hsl(0deg 0% 100% / 20%); color: white; }
.v-detail .v-tickety .material-symbols-outlined { transform: rotate(128deg); }


@media (max-width: 1740px) {
    .v-detail .container { padding-right: 15px; padding-left: 15px; }
}
@media (max-width: 1460px) {
    .v-detail .v-tickety .v-ticket { flex: 1 1 calc(50% - 16px); max-width: unset; }
    .v-detail .v-tickety .v-ticket { gap: 10px; padding: 15px; border-radius: 20px; }
    .v-detail .v-tickety { gap: 10px; }
}
@media (max-width: 768px) {
    .v-detail .v-screen { gap: 10px; flex-direction: column;}
    .v-detail .v-left::before { display: none; }
    .v-detail .v-half { flex: 1 1 100%; }
    .v-detail .v-half.v-left { padding-top: 0; padding-bottom: 0;height: auto;        flex: 0 !important; }
    .v-sport-big .activity-btn {
        height: 45px;
        min-width: -webkit-fill-available;
        font-size: larger;
        height: 45px;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .v-sport-big{
        width: 100% !important;
    }
    #aktivity{
        width: 100%;
    }
}

/*kosik*/

.v-kosik .container { max-width: 1100px; width: 100%; }
.v-kosik .v-grey { padding: 40px; background: #eaecf1; border-radius: 30px; margin-bottom: 40px; position: relative; display: flex; flex-direction: column; }
.v-kosik .v-nazvy { font-weight: 100; font-size: 13px; }
.v-kosik .cart_item { background: white; width: 100%; }
.v-kosik .woocommerce-cart-form__cart-item td { height: 70px; border-bottom: solid 2px #eaecf1; }
.v-kosik .woocommerce-cart-form__cart-item td:first-child { border-top-left-radius: 50px; border-bottom-left-radius: 50px; padding-left: 30px; }
.v-kosik .woocommerce-cart-form__cart-item td:last-child { border-top-right-radius: 50px; border-bottom-right-radius: 50px; padding-right: 10px; }
.v-kosik .v-nazvy th { min-height: 70px; }
.v-kosik .v-nazvy th:after { content: ''; height: 20px; display: block; }
.v-kosik .v-nazvy th:first-child { padding-left: 30px; }
.v-kosik .v-nazvy th:last-child { padding-right: 30px; }
.v-kosik .woocommerce-Price-amount.amount { color: #2d2d2d; }
.v-kosik .cart_item .product-name { font-size: 20px; }
.v-kosik .shop_table { width: 100%; }
.v-kosik .remove { color: red; font-size: 26px; }
.v-kosik .actions .button { text-wrap-mode: nowrap; margin-top: 20px; display: inline; margin-right: 20px; border: none; color: white; }
.v-kosik .v-zpet { background-color: #b8bdc7; }
.v-kosik .v-zpet:hover { background-color: #8f939b; }
.v-kosik .v-aktual { background-color: #d5d8df; }
.v-kosik .v-aktual:hover { background-color: #d5d8df; }
.v-kosik .input-text.qty.text { margin-bottom: 0px; max-width: 50px; }
.v-kosik .cart_totals { display: flex; justify-content: flex-end; max-width: 400px; margin: 0 0 0 auto; flex-direction: column; align-items: flex-end; }
.v-kosik .cart_totals .shop_table { margin-bottom: 20px; text-align: right; }
.v-kosik .cart_totals .shop_table .order-total { display: flex; flex-direction: column; }

.v-3odkazy { display: flex; flex-direction: row; gap: 20px; }
.v-3odkazy a { padding: 20px; position: relative; overflow: hidden; font-size: 22px; display: flex; flex: 1; background-size: cover; background-position: center center; align-items: center; justify-content: center; color: white; text-transform: uppercase; min-height: 160px; border-radius: 20px; text-align: center; }

.v-3odkazy a:before { transition-duration: .3s; z-index: 0; content: ''; position: absolute; inset: 0 auto auto 0; background-color: black; opacity: .2; width: 100%; height: 100%; }
.v-3odkazy a span { z-index: 1; }
.v-3odkazy a:hover:before { opacity:.5; }
@media (max-width: 768px) {
    .v-3odkazy a { width: 100%; min-height: 120px; }
    .v-3odkazy { flex-direction: column; gap: 10px; }
    .actions { display: flex; flex-direction: column; }
    .v-kosik .woocommerce-cart-form thead { display: none; }
    .v-kosik .actions .button { margin-top: 10px; margin-right: 0; width: 100%; }
    .v-kosik .woocommerce-cart-form table,
    .v-kosik .woocommerce-cart-form tbody,
    .v-kosik .woocommerce-cart-form th,
    .v-kosik .woocommerce-cart-form td,
    .v-kosik .woocommerce-cart-form tr { display: block; width: 100%; }
    .v-kosik .woocommerce-cart-form tr.cart_item { margin-bottom: 15px; padding: 10px; border: none; border-radius: 10px; background: #f9f9f9; }
    .v-kosik .woocommerce-cart-form tr { padding: 0; background: transparent; }
    .v-kosik .woocommerce-cart-form td { align-items: center; text-align: right; padding: 5px 10px; display: flex; justify-content: space-between; border: none; }
    .v-kosik .woocommerce-cart-form td::before { content: attr(data-title) ": "; font-weight: bold; }
    .v-kosik .actions::before { display: none;}
    .v-kosik .woocommerce-cart-form .product-remove { text-align: right; }
    .v-kosik .woocommerce-cart-form__cart-item td:first-child,
    .v-kosik .woocommerce-cart-form__cart-item td:last-child { padding: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; }
    .v-kosik .woocommerce-cart-form td { padding: 5px 0 !important; }
    .v-kosik .woocommerce-cart-form__cart-item td { height: auto; }
    .v-kosik .cart_totals { max-width: unset; width: 100%; align-items: center; }
    .v-kosik .cart_totals .shop_table { text-align: center; }
    .v-kosik .cart_totals .wc-proceed-to-checkout,
    .v-kosik .cart_totals .button { width: 100%; text-align: center; }
    .v-kosik .input-text.qty.text { height: 40px; }
    .v-kosik .actions .button:first-child { margin-top: 0; }
    .v-kosik .cart_item .product-name,
    .woocommerce-Price-amount.amount { font-size: 17px; }
}
@media (max-width: 600px) {
    .v-kosik .v-grey { padding: 20px; }
}

/*pokladna*/
.v-pokladna.v-kosik .form-row { margin: 0; display: unset; }
.v-pokladna.v-kosik h3 { color: #32497b; text-transform: none; font-size: 20px; margin-top: 0;  }
.v-pokladna.v-kosik .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr;  gap: 20px 40px;  }
.v-pokladna.v-kosik .woocommerce-billing-fields__field-wrapper .form-row-wide { grid-column: span 1;  }
.v-pokladna.v-kosik .form-control { height: auto; min-height: 60px; }
.v-pokladna.v-kosik .checkout.woocommerce-checkout { max-width: unset; }
.v-pokladna.v-kosik .v-white { background: white; margin-bottom: 40px; border-radius: 10px; padding: 20px; }
.v-pokladna.v-kosik .woocommerce-checkout #payment { background: white; border-radius: 10px; padding: 20px; }
.v-pokladna.v-kosik .shop_table td,
.v-pokladna.v-kosik .shop_table th { padding: 12px 10px; }
.v-pokladna.v-kosik .shop_table td:last-child,
.v-pokladna.v-kosik .shop_table th:last-child { text-align: right; }
.v-pokladna.v-kosik .cart_item .product-name { font-size: 16px; }
.v-pokladna.v-kosik .woocommerce-Price-amount.amount { font-size: 16px; }
.v-pokladna.v-kosik .woocommerce-checkout #payment ul.payment_methods { border-bottom: none; }
.v-pokladna.v-kosik .form-row.place-order { display: flex; flex-direction: column; }
.v-pokladna.v-kosik .form-row.place-order input { margin: 0 10px 0 0; }
.v-pokladna.v-kosik .place-order .button.alt.wp-element-button { transition-duration: .3s; cursor: pointer; font-size: 16px; font-weight: 600; text-transform: uppercase; color: white; background-color: #00a5ff; border: 1px solid #00a5ff; border-radius: 40px; padding: 18px 24px; letter-spacing: 1px; margin-top: 20px; }
.v-pokladna.v-kosik .place-order .button.alt.wp-element-button:hover { background-color: #007cbe; }
@media (max-width: 768px) {
    .v-pokladna.v-kosik .woocommerce-billing-fields__field-wrapper { grid-template-columns: 2fr; }
}



/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    right: -320px; /* skrytý mimo obrazovku */
    width: 300px;
    height: 100vh;
    background-color: #fff;
    color: #333;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 12px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 1000;
}

/* Sidebar viditelný */
.sidebar.active {
    right: 0;
}

/* Toggle Button */
.sidebar-toggle-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    background: #70c570;
    border: none;
    color: #fff;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: background 0.3s;
}

.sidebar-toggle-btn:hover {
    background: #4da95d;
}

#warningInfoBox {
    background-color: #dc3545;
    color: white;
    padding: 20px;
    width: 100%;
    border-radius: 0.5rem;
    display: none;
    margin: 20px 0;
}










