/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

* {
    font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 17px;
    color: White;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.w100proc {
    width: 100%;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

.maxW700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.f24 {
    font-size: 24px;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.white {
    color: White !important
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

.textDark {
    color: #13bfd6 !important;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: #13bfd6;
    padding-top: 70px;
}

@media (min-width: 720px) {
    body {
        padding-top: 80px;
    }
}

.imgFull {
    width: 100%;
}

.top {
    background-color: #005758;
    min-height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

@media (min-width: 720px) {
    .top {
        min-height: 80px;
    }
}

@media only screen and (min-width : 1200px) {
    .top {
        padding-left: 45px;
        padding-right: 45px;
    }

}


.topLogo img {
    max-width: 220px;
}

@media (min-width: 720px) {
    .topLogo img {
        max-width: 350px;
    }
}

.topText {
    color: #13bfd6;
    color: White;
    text-transform: uppercase;
    font-size: 20px
}

.topButton {
    background-color: #13bfd6;
    color: Black;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.yellowButton {
    font-size: 18px;
    font-weight: bold;
    display: block;
    float: none;
    margin: 30px auto 10px auto;
    width: 250px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #305657 !important;
    color: White !important;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.5s;
    text-transform: uppercase;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
}

.topMenu {
    margin-bottom: 0;
    padding-left: 0;
}

.topMenu li {
    list-style-type: none;
    text-align: center;
    margin-left: 20px;
}

.topMenu li a {
    color: White;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.topMenu li a.topButton {
    background-color: #13bfd6;
    color: Black;
    padding: 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.header {
    /*background-image: url(../pcs/pcs_layout/header-background.jpg);*/
    background-position: top center;
    background-repeat: repeat-x;
    background-size: cover;
    position: relative;


    /*min-height: 611px;*/
}

.header2025 {
    background-image: url(../pcs/pcs_layout/header-background2025.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: cover;
    position: relative;
    background-color: #2b2b29;
}

.topText {
    font-size: 18px;
    color: Black;
    color: White;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

@media only screen and (min-width : 768px) {
    .topText {
        font-size: 40px;
        position: absolute;
        margin-top: 0;
        top: 20px;
        left: 0px;
        width: 100%;
    }
}


.subMenu ul {
    margin-bottom: 0;
    padding-left: 0;
}

.subMenu li {
    list-style-type: none;
    text-align: center;
    margin-left: 20px;
}

.subMenu li a {
    color: Black;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}


.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}



.contentGreen {
    background-color: #005758;
}

.contentWhite {
    background-color: White;
}

.contentBlue {
    background-color: #13bfd6;
}

.text strong {
    color: #08bed5;
}

.introText,
.introText strong,
.introText a {
    font-size: 22px;
    color: White;
}

.introText strong {
    font-weight: bold;
}

.introText a {
    color: White;
    text-decoration: underline;
}

.introText a:HOVER {
    color: White;
    text-decoration: none;
}


@media (min-width: 800px) {
    .mainForm {
        width: 600px;
        margin: 0 auto;
    }
}

.registraceBcg {
    background-image: url(../pcs/pcs_layout/bcg-registrace.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #005758;
}

.fullPageBcg {
    background-image: url(../pcs/pcs_layout/full-page-bcg.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #005758;
    min-height: 100vh;
}

.fullPageBcg1 {
    background-image: url(../pcs/pcs_layout/full-page-bcg1.jpg);
}
.fullPageBcg2 {
    background-image: url(../pcs/pcs_layout/full-page-bcg2.jpg);
}
.fullPageBcg3 {
    background-image: url(../pcs/pcs_layout/full-page-bcg3.jpg);
}

.mainForm input,
.mainForm select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    background-color: #ecf6fb;
    color: #001718;
}


/* Obecná barva textu pro všechny formulářové prvky */
.mainForm input,
.mainForm select,
.mainForm option,
.mainForm textarea {
    color: #001718;
    /* Nastavení obecné barvy textu */
}

/* Barva textu pro fokus (když je prvek aktivní) */
.mainForm input:focus,
.mainForm select:focus,
.mainForm textarea:focus {
    color: #001718;
    /* Nastavení barvy textu při fókus */
}

/* Barva textu při neaktivním stavu (když není vybrán žádný prvek) */
.mainForm input:valid,
.mainForm select:valid,
.mainForm textarea:valid {
    color: #001718;
    /* Nastavení barvy textu při validaci */
}

/* Barva textu pro `select` a jeho možnosti */
.mainForm select option {
    color: #001718;
    /* Nastavení barvy textu pro možnosti v selectu */
}

/* Reset stylů formulářových prvků */
/*
.mainForm input,
.mainForm select,
.mainForm option,
.mainForm textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
*/
/* Vnitřní barva textu pro input */
.mainForm input::-webkit-input-placeholder {
    color: #001718;
}

.mainForm input:-ms-input-placeholder {
    color: #001718;
}

.mainForm input::-ms-input-placeholder {
    color: #001718;
}

.mainForm input::placeholder {
    color: #001718;
}

/* Vnitřní barva textu pro textarea */
.mainForm textarea::-webkit-input-placeholder {
    color: #001718;
}

.mainForm textarea:-ms-input-placeholder {
    color: #001718;
}

.mainForm textarea::-ms-input-placeholder {
    color: #001718;
}

.mainForm textarea::placeholder {
    color: #001718;
}

/* Barva textu při změně hodnoty */
.mainForm input:valid,
.mainForm select:valid,
.mainForm textarea:valid {
    color: #001718;
}

.mainForm input:invalid,
.mainForm select:invalid,
.mainForm textarea:invalid {
    color: #001718;
}




.mainForm label {
    margin-top: 15px;
    font-size: 16px;
    color: White;
    font-weight: bold;
}

.mainForm label.souhlasLabel {
    font-size: 17px;
    font-weight: normal;
}

.mainForm label.souhlasLabel a {
    font-size: 17px;
    font-weight: normal;
    text-decoration: underline;
    color: White;
}

.mainForm label.souhlasLabel a:HOVER {
    text-decoration: none;
}

.icoNapoveda {
    font-size: 13px;
}

.mainForm input.submitButton {
    font-size: 18px;
    font-weight: bold;
    display: block;
    float: none;
    margin: 30px auto 10px auto;
    width: 250px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #13bfd6 !important;
    color: White !important;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.5s;
    text-transform: uppercase;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
}

.mainForm input.submitButton:HOVER {
    color: Black !important;
    background-color: #32d4ea !important;
}

.carouselTitle {
    margin: 50px 0 0px 0;

    font-size: 20px;
    font-weight: bold;
}

.avatar {
    border: 10px solid #005758;
    cursor: pointer;
}

.avatarSelected {
    border: 10px solid white;
}



#photoError {
    background-color: Red !important;
    color: White !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px !important;
    width: 270px;
    margin: 10px auto;
    line-height: 32px;
    border:1px solid White;
}

.zobacky {
background-image: url(../pcs/pcs_layout/zobacky.png) !important;   
background-position:    center;
background-repeat:  no-repeat;  
width:157px; 
height:8px;
position:relative;
top:40px;
left:56px;
z-index:10;
}

.avatarErr {
    background-color: Red !important;
    color: White !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px !important;
    width: 200px;
    margin: 10px auto;
    line-height: 32px;
    border:1px solid White;
}

.owl-carousel .owl-nav .owl-prev {
    width: 40px !important;
    height: 40px !important;
    background-image: url(../pcs/pcs_layout/carousel-left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    transition: all 0.5s;
}

.owl-carousel .owl-nav .owl-next {
    background-image: url(../pcs/pcs_layout/carousel-right.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    transition: all 0.5s;
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
    outline: 0;
}


.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    left: -15px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 48%;
    right: -15px;
}

@media (min-width: 1200px) {
    .owl-carousel .owl-nav .owl-prev {
        top: 45%;
        left: -50px;

    }

    .owl-carousel .owl-nav .owl-next {
        top: 45%;
        right: -50px;
    }
}

.contentJak {
    background-color: White;
}

.contentJak h2,
.contentJak p {
    color: #13BFD6;
}

.contentJak p {
    font-size: 20px;
}


.footer {
    border-top: 1px solid #2c8286;
    background-color: #005758;
    color: White;
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.contentProgram {
    background-image: url(../pcs/pcs_layout/bcg-program.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: cover;
}

.programTable {
    border-collapse: collapse;
    margin-bottom: 20px;
    max-width: 700px;
    margin: 30px auto;
}

.programTable td {
    padding: 15px 30px;
    font-size: 16px;
}

.button {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #13bfd6;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #13bfd6;
}

.link {
    color: #13bfd6;
    text-decoration: underline;
}

.link:HOVER {
    color: #13bfd6;
    text-decoration: none;
}



@media only screen and (max-width : 768px) {
    .centered-list {
        text-align: center;
    }

    .centered-list ul {
        display: inline-block;
        text-align: left;
    }

    .centered-list ul li {
        display: list-item;
        text-align: left;
    }
}



.programTime {
    text-align: center;
    font-size: 24px;
    color: White;
    font-weight: bold;
}

.programText {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.programText em {
    text-align: center;
    font-size: 20px;
    color: #13bfd6;
}



.avatarErr,
#photoError {
    color: Red;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}



.contentKontakt {
    background-image: url(../pcs/pcs_layout/bcg-kontakt.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: cover;
}







@media only screen and (max-width : 768px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
        width: 35px;
        height: 35px;
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .openMenu {
        background-color: #005758;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }

    .mobileMenu {
        margin-top: 100px;
        padding-left: 0;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        text-transform: uppercase;
        font-size: 18px;

    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 50px;
        height: 50px;
        background-image: url(../pcs/pcs_layout/menu-close.svg);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
    }
}

@media only screen and (min-width : 992px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }

    .xtopMenu {
        display: flex !important;
        position: absolute;
        top: 57px;
        right: 0;
        font-size: 16px;
        z-index: 10;
    }
}


.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.maxW900 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.maxW1150 {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.bronzeMaxW1153 {
    max-width: 1253px;
    margin-left: auto;
    margin-right: auto;
}

.bronzeMaxW1153 img {
    max-width: 1253px;
}

@media only screen and (min-width : 1400px) {
    .bronzeMaxW1153 {
        max-width: 1330px;
        margin-left: -90px;
        margin-right: auto;
        position: relative;
    }

    .bronzeMaxW1153 img {
        max-width: 1330px;
    }

}


.modal-content {
    background-color: transparent;

    background-image: url(../pcs/pcs_layout/modal-bcg.png);
    background-position: center;
    background-repeat: repeat;
}


@keyframes pulsate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.playButton {
    width: 110px;
    height: 110px;
    background-image: url(../pcs/pcs_layout/play-button.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-top: -55px;
    margin-left: -55px;


    /* Přidání animace */
    animation: pulsate 1.5s infinite ease-in-out;
}


/* form */
.boxTlacitka {
    min-height: 170px;
}

@media(min-width: 768px) {
    .boxTlacitka {
        min-height: 70px;
    }
}


.custom-file-label,
.photoButton {
    border: 2px solid #13BFD6;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    color: #13BFD6;
    padding: 0;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    margin: 20px auto;
    display: block;
}

.custom-file-label:after {
    border: 2px solid Green;
    display: none;
}

#takePhoto {
    background-color: #13bfd6;
    color: Black;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#preview {
    display: block;
    max-width: 400px;
    margin: 10px auto;
}

#removePhoto {
    display: none;
    margin-top: 10px;
    cursor: pointer;
    color: White;
    text-decoration: underline;
    background-color: transparent;
    text-align: center;
}