/* -- start setup -- */
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Nunito', sans-serif;

*/

* {
    font-family: 'Nunito', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #2C457C;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.cursorPointer {
    cursor: pointer;
}

.white,
.white strong {
    color: White !important;
}

.lightBlue,
.lightBlue strong,
.lightBlue a {
    color: #9CABCD !important;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

.maxW410 {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

.maxW70 {
    max-width: 70px;
}

.maxW810 {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.text20 {
    font-size: 20px;
}

.text21 {
    font-size: 21px;
}

.fw700 {
    font-weight: 700;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@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: White;
}


.topNavig {
    background-color: White;
    min-height: 110px;
    min-height: 70px;
    min-height: 60px;

    position: fixed;
    z-index: 99999;

    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;

}

.homepage .topNavig {
    background-color: transparent;
}

@media only screen and (min-width : 768px) {
    .topNavig {
        min-height: 80px;
    }
}

.continuePage {
    margin-top: 80px;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contentBcg {
    background-image: url(../pcs/pcs_layout/content-bcg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@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;
    }
}



.carouselSlide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

@media only screen and (min-width : 768px) {
    .carouselSlide {
        min-height: 834px;
    }
}


.carouselSlide1 {
    background-image: url(../pcs/pcs_layout/carousel1.jpg);
}

.carouselSlide2 {
    background-image: url(../pcs/pcs_layout/carousel2.jpg);
}

.carouselSlide3 {
    background-image: url(../pcs/pcs_layout/carousel3.jpg);
}

/* slidy  */
.carouselHomeTop .owl-nav .owl-prev,
.carouselHomeTop .owl-nav .owl-next,
.carouselHomeTop .owl-dot {
    width: 44px;
    height: 44px;
    background-color: #2C457C !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    transition: all 0.5s ease 0s;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.carouselHomeTop .owl-nav .owl-prev {
    background-image: url(../pcs/pcs_layout/arrow-prev.svg) !important;
}

.carouselHomeTop .owl-nav .owl-next {
    background-image: url(../pcs/pcs_layout/arrow-next.svg) !important;
}

@media only screen and (min-width : 992px) {

    .carouselHomeTop .owl-nav .owl-prev {
        position: absolute;
        right: 40px;
        top: 43%;
    }


    .carouselHomeTop .owl-nav .owl-next {
        position: absolute;
        right: 40px;
        top: 43%;
        margin-top: 60px !important;
    }

    .carouselHomeTop .owl-nav .owl-prev {
        width: 44px;
        height: 44px;
    }

    .carouselHomeTop .owl-nav .owl-next {
        width: 44px;
        height: 44px;
    }
}

.carouselHomeTop .owl-nav .owl-prev:HOVER,
.carouselHomeTop .owl-nav .owl-next:HOVER {
    background-color: #029BDB !important;
    opacity: 1 !important;
}

.carouselHomeTop .owl-nav .owl-prev.disabled,
.carouselHomeTop .owl-nav .owl-next.disabled {
    background-color: #029BDB !important;
    opacity: 1 !important;
}






.homepageContent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.continuePage .topMenuBox {
    background-color: White;
}

.topLogo a img {
    max-width: 180px;
}

.continuePage .topLogo a img {
    position: absolute;
    top: 25px;
    left: 0;
    max-width: 180px;
}

@media only screen and (min-width : 768px) {
    .continuePage .topLogo a img {
        top: 40px;
    }
}

@media only screen and (min-width : 992px) {
    .continuePage .topLogo a img {
        top: 0;
        max-width: 260px;
    }

    .topLogo a img {
        max-width: 260px;
    }

}




.topMenu {
    margin-bottom: 0;
}

.topMenu li {
    list-style-type: none;
    line-height: 82px;

}

.topMenu li a {
    display: block;
    color: white;
    font-weight: 700;
    line-height: 82px;
    text-align: center;

}

.continuePage li a {
    color: #2C457C;
    line-height: 82px;
}

.topMenu li a.active {
    color: #029BDB;
    text-decoration: underline;
}

.continuePage li a:HOVER {
    color: #C657A9;
    text-decoration: none;
}

.continuePage li a.active {
    color: #C657A9;
    text-decoration: none;
    border-bottom: 3px solid #029BDB;
}




@media only screen and (min-width : 768px) {
    .topMenu li a {
        font-size: 14px;
        margin-left: 6px;
        margin-right: 6px;
        line-height: 60px;
    }
}

@media only screen and (min-width : 992px) {
    .topMenu li a {
        font-size: 14px;
        margin-left: 5px;
        margin-right: 4px;
        line-height: 80px;
    }
}

@media only screen and (min-width : 1200px) {
    .topMenu li a {
        font-size: 15px;
        margin-left: 4px;
        margin-right: 4px;
    }
}


@media only screen and (min-width : 1600px) {
    .topMenu li a {
        margin-left: 6px;
        margin-right: 7px;
    }
}

.headerContent {
    min-height: 800px;
}

h1,
h1 strong {
    color: White;
    font-size: 56px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

h1,
h1 strong {
    font-size: 36px;
}

@media only screen and (min-width : 480px) {

    h1,
    h1 strong {
        font-size: 41px;
    }
}

@media only screen and (min-width : 768px) {

    h1,
    h1 strong {
        font-size: 46px;
    }
}

@media only screen and (min-width : 992px) {

    h1,
    h1 strong {
        font-size: 51px;
    }
}

@media only screen and (min-width : 1200px) {

    h1,
    h1 strong {
        font-size: 56px;
    }
}

.textSubTitle {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 130%;
}

.textSubTitle {
    font-size: 18px;
}

@media only screen and (min-width : 480px) {
    .textSubTitle {
        font-size: 19px;
    }
}

@media only screen and (min-width : 768px) {
    .textSubTitle {
        font-size: 20px;
    }
}

@media only screen and (min-width : 992px) {
    .textSubTitle {
        font-size: 21px;
    }
}

@media only screen and (min-width : 1200px) {
    .textSubTitle {
        font-size: 21px;
    }
}


.subTitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.subTitle {
    font-size: 20px;
    line-height: 24px;
}

@media only screen and (min-width : 480px) {
    .subTitle {
        font-size: 21px;
        line-height: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .subTitle {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (min-width : 992px) {
    .subTitle {
        font-size: 23px;
        line-height: 27px;
    }
}

@media only screen and (min-width : 1200px) {
    .subTitle {
        font-size: 24px;
        line-height: 29px;
    }
}

.subTitleContinue {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

.subTitleContinue {
    font-size: 19px;
    line-height: 24px;
}

@media only screen and (min-width : 480px) {
    .subTitleContinue {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .subTitleContinue {
        font-size: 21px;
        line-height: 26px;
    }
}

@media only screen and (min-width : 992px) {
    .subTitleContinue {
        font-size: 22px;
        line-height: 27px;
    }
}

@media only screen and (min-width : 1200px) {
    .subTitleContinue {
        font-size: 21px;
        line-height: 26px;
    }
}

.button {
    font-weight: 700;
    border: none;
    display: block;
    color: White;
    font-size: 14px;
    width: 203px;
    height: 59px;
    line-height: 59px;
    background-color: #029BDB;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.button277 {
    width: 277px;
}

.button277 {
    width: 277px;
}

.button400 {
    width: 400px;
}

.button330 {
    width: 330px;
}

.boxDesc {
    min-height: 100px;
}

.buttonFialova {
    background-color: #C657A9;
}

.buttonDark {
    background-color: #2C457C;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #029BDB;
}


h2,
h2 strong {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 41.6px;
    /* or 52px */
    text-align: center;
    text-transform: uppercase;
    color: #2C457C;
}

h2,
h2 strong {
    font-size: 22px;
    line-height: 28px;
}

@media only screen and (min-width : 480px) {

    h2,
    h2 strong {
        font-size: 25px;
        line-height: 32px;
    }
}

@media only screen and (min-width : 768px) {

    h2,
    h2 strong {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 992px) {

    h2,
    h2 strong {
        font-size: 31px;
        line-height: 40px;
    }
}

@media only screen and (min-width : 1200px) {

    h2,
    h2 strong {
        font-size: 32px;
        line-height: 42px;
    }
}

h2 strong {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
}

h2 strong {
    font-size: 32px;
    line-height: 42px;
}

@media only screen and (min-width : 480px) {
    h2 strong {
        font-size: 34px;
        line-height: 45px;
    }
}

@media only screen and (min-width : 768px) {
    h2 strong {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (min-width : 992px) {
    h2 strong {
        font-size: 38px;
        line-height: 51px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 strong {
        font-size: 40px;
        line-height: 52px;
    }
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #2C457C;
}

h3 {
    font-size: 20px;
    line-height: 25px;
}

@media only screen and (min-width : 480px) {
    h3 {
        font-size: 23px;
        line-height: 29px;
    }
}

@media only screen and (min-width : 768px) {
    h3 {
        font-size: 26px;
        line-height: 33px;
    }
}

@media only screen and (min-width : 992px) {
    h3 {
        font-size: 29px;
        line-height: 37px;
    }
}

@media only screen and (min-width : 1200px) {
    h3 {
        font-size: 32px;
        line-height: 39px;
    }
}



/* boxy */
.contentBox {
    background: linear-gradient(180deg, #F1F7FA 0%, rgba(255, 255, 255, 0) 100%);
}

.boxes {
    margin-top: 70px;
}

.box {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(125, 125, 125, 0.1);
    border-radius: 5px;
    position: relative;
    padding: 15px 15px 5px 15px;
    min-height: 230px;
}

@media only screen and (min-width : 768px) {
    .box {
        padding: 30px 30px 5px 30px;
    }
}

.boxDarcovstvi {
    min-height: 297px;
    margin-bottom: 40px;
}

.boxIco {
    position: relative;
    margin: -70px auto 20px auto;
    width: 80px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
}

.boxDarcovstvi .boxIco {
    margin: -45px 0 20px 0px;
}

.boxIco1 {
    background-color: #029BDB;
    background-image: url(../pcs/pcs_layout/box-ico1.svg);
    box-shadow: 0px 4px 30px rgba(2, 155, 219, 0.3);
    border-radius: 10px;
}

.boxIco2 {
    background-color: #C657A9;
    background-image: url(../pcs/pcs_layout/box-ico2.svg);
    box-shadow: 0px 4px 30px rgba(198, 87, 169, 0.3);
    border-radius: 10px;
}

.boxIco3 {
    background-color: #2C457C;
    background-image: url(../pcs/pcs_layout/box-ico3.svg);
    box-shadow: 0px 4px 30px rgba(42, 59, 101, 0.3);
    border-radius: 10px;
}

.boxTitle {
    text-align: center;
    color: #2C457C;
    font-weight: 700;
    font-size: 19px;
    line-height: 150%;
}

@media only screen and (min-width : 768px) {
    .boxTitle {
        font-size: 21px;
    }
}


.boxDarcovstvi .boxTitle {
    text-align: left;
}

.boxText {
    text-align: center;
    color: #5F5F5F;
}

.boxDarcovstvi .boxText {
    text-align: left;
}

/* sides */
.side1 {
    background-image: url(../pcs/pcs_layout/daruj-bcg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 468px;
}

@media only screen and (min-width : 768px) {
    .side1 {
        min-height: 568px;
    }
}

.side2 {
    background-image: url(../pcs/pcs_layout/prijmi-bcg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 468px;
}


@media only screen and (min-width : 768px) {
    .side2 {
        min-height: 568px;
    }
}

/* myty */
.itemMytus {
    padding-top: 50px;
}

.mytusBox {
    box-shadow: 0px 4px 30px rgba(125, 125, 125, 0.1);
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

.mytusBoxHome {
    margin-left: 20px;
    margin-right: 20px;
    min-height: 500px;
}

.mytusBoxContinue {
    margin-bottom: 60px;
}

.itemMytyNumber {
    position: relative;
    margin-top: -50px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #029BDB;
    box-shadow: 0px 4px 30px rgba(2, 155, 219, 0.3);
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

/* slidy  */
.mytyCarousel .owl-nav .owl-prev,
.mytyCarousel .owl-nav .owl-next,
.mytyCarousel .owl-dot {
    width: 44px;
    height: 44px;
    background-color: #C657A9 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    transition: all 0.5s ease 0s;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.mytyCarousel .owl-nav .owl-prev {
    background-image: url(../pcs/pcs_layout/arrow-prev.svg) !important;
}

.mytyCarousel .owl-nav .owl-next {
    background-image: url(../pcs/pcs_layout/arrow-next.svg) !important;
}

@media only screen and (min-width : 992px) {

    .mytyCarousel .owl-nav .owl-prev {
        position: absolute;
        left: -70px;
        top: 43%;
    }


    .mytyCarousel .owl-nav .owl-next {
        position: absolute;
        right: -70px;
        top: 43%;
    }

    .mytyCarousel .owl-nav .owl-prev {
        width: 44px;
        height: 44px;
    }

    .mytyCarousel .owl-nav .owl-next {
        width: 44px;
        height: 44px;
    }
}

.mytyCarousel .owl-nav .owl-prev:HOVER,
.mytyCarousel .owl-nav .owl-next:HOVER {
    background-color: #029BDB !important;
    opacity: 1 !important;
}

.mytyCarousel .owl-nav .owl-prev.disabled,
.mytyCarousel .owl-nav .owl-next.disabled {
    background-color: #029BDB !important;
    opacity: 1 !important;
}



.blueText {
    color: #029BDB;
}

.maxw310 {
    max-width: 310px;
}

.contentPribehy {
    background-color: #029BDB;
    /*min-height: 616px;*/
}

.pribehyMainContent {
    min-height: 470px;
    min-height: 430px;
}


/* slidy  */
.pribehyCarousel .owl-nav .owl-prev,
.pribehyCarousel .owl-nav .owl-next,
.pribehyCarousel .owl-dot {
    width: 44px;
    height: 44px;
    background-color: transparent !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 1px solid White !important;
    transition: all 0.5s ease 0s;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.pribehyCarousel .owl-nav .owl-prev {
    background-image: url(../pcs/pcs_layout/arrow-prev.svg) !important;
}

.pribehyCarousel .owl-nav .owl-next {
    background-image: url(../pcs/pcs_layout/arrow-next.svg) !important;
}

@media only screen and (min-width : 992px) {

    .pribehyCarousel .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        bottom: 50px;
    }


    .pribehyCarousel .owl-nav .owl-next {
        position: absolute;
        left: 60px;
        bottom: 50px;
    }

    .pribehyCarousel .owl-nav .owl-prev {
        width: 44px;
        height: 44px;
    }

    .pribehyCarousel .owl-nav .owl-next {
        width: 44px;
        height: 44px;
    }
}

.pribehyCarousel .owl-nav .owl-prev:HOVER,
.pribehyCarousel .owl-nav .owl-next:HOVER {
    background-color: #029BDB !important;
    opacity: 1 !important;
}

.pribehyCarousel .owl-nav .owl-prev.disabled,
.pribehyCarousel .owl-nav .owl-next.disabled {
    background-color: #029BDB !important;
    opacity: 1 !important;
}


.contentMapa {
    background-color: #F1F9FC;
}

.phoneIco {
    background-image: url(../pcs/pcs_layout/phone-ico.svg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 20px;
}

.mailIco a {
    background-image: url(../pcs/pcs_layout/email-ico.svg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 20px;
    color: #2C457C;
}

.stripe {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer {
    min-height: 250px;
    background-color: #1b2744;
    background-image: url(../pcs/pcs_layout/footer-background.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.oddFooter {
    height: 1px;
    background-color: #304169;
}

.social {
    display: block;
    background-color: #029BDB;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}

.socialFb {
    background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialInstagram {
    background-image: url(../pcs/pcs_layout/instagram.svg);
    background-image: url(../pcs/pcs_layout/linkedin.png);

}

.socialYt {
    background-image: url(../pcs/pcs_layout/youtube.svg);
}

.headerContinue {
    background-image: url(../pcs/pcs_layout/header-continue.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

/*  dotayz*/
.kategorie,
.kategorieActive {
    display: block;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    max-width: 250px;
}

@media (min-width: 992px) {

    .kategorie,
    .kategorieActive {
        font-size: 13px;
        line-height: 59px;
        height: 59px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
}

@media (min-width: 1200px) {

    .kategorie,
    .kategorieActive {
        font-size: 14px;
        line-height: 59px;
        height: 59px;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-left: 10PX;
        margin-right: 10PX;
        max-width: 350px;
    }
}



.kategorie {
    border: 1px solid #C657A9;
    color: #C657A9;
}

.kategorieActive {
    border: 1px solid #029BDB;
    background-color: #029BDB;
    color: White;
}

/* dotazy */
.boxTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    text-align: left;
}

@media only screen and (min-width : 768px) {
    .boxTitle {
        font-size: 24px;
    }
}

.boxDotaz {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(198, 198, 198, 0.3);
    border-radius: 20px;
    padding: 15px 50px 15px 15px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    min-height: 70px;
}

@media only screen and (min-width : 768px) {
    .boxDotaz {
        padding: 30px 90px 30px 30px;
    }
}

.boxArrow {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #faeff7;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width : 768px) {
    .boxArrow {
        width: 44px;
        height: 44px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
        right: 30px;
        top: 30px;

    }
}

.boxOpen {
    background-image: url(../pcs/pcs_layout/box-open.svg);
}

.boxClose {
    background-image: url(../pcs/pcs_layout/box-close.svg);
}


/* collapse */
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
}

.itemList {
    margin: 20px 0 10px 0;
    padding-left: 0;
}

.itemList li {
    list-style-type: none;
    line-height: 24px;
    margin-bottom: 11px;
    background-image: url(../pcs/pcs_layout/dot.svg);
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #5F5F5F;
}


.icoBlue {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
    line-height: 22px;
    color: White;
    margin: 10px auto;
    font-size: 18px;
}

.icoBlue1 {
    background-color: #b7d6ed;
}

.icoBlue2 {
    background-color: #5da3d4;
}

.icoBlue3 {
    background-color: #3180b9;
}

.icoBlue4 {
    background-color: #256795;
}

.icoBlue5 {
    background-color: #1c4c6e;
}

.icoBlueText {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.blueBox {
    width: 408px;
    margin: 0 auto;
    padding: 15px 10px;
    color: WHite;
    text-align: center;
}

.blueBox1 {
    background-color: #b7d6ed;
}

.blueBox2 {
    background-color: #5da3d4;
}

.blueBox3 {
    background-color: #3180b9;
}

.blueBox4 {
    background-color: #256795;
}

.blueBox5 {
    background-color: #1c4c6e;
}







.mapa {
    position: relative;
    max-width: 776px;
}

.point {
    cursor: pointer;
    position: absolute;
    /*box-sizing: bor.
    er-box;*/
    height: 35px;
    width: 35px;
    border: 10px solid transparent;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.point span {
    width: 50px;
    font-size: 11px;
    color: White;
    padding-top: 20px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -25px;
    display: none;
}

.infoBubble {
    background-color: White;
    padding: 10px;
    position: absolute;
    top: -100px;
    left: -100px;
    width: 200px;
    min-height: 50px;
    text-align: center;
}


.point1 {
    top: 120px;
    left: 100px;
}

.point2 {
    top: 70px;
    left: 160px;
}

.point3 {
    top: 70px;
    left: 190px;
}

.point4 {
    top: 80px;
    left: 255px;
}

.point5 {
    top: 175px;
    left: 315px;
}

.point6 {
    top: 130px;
    left: 340px;
}

.point7 {
    top: 115px;
    left: 385px;
}



@media only screen and (min-width : 1200px) {
    .point1 {
        top: 150px;
        left: 130px;
    }

    .point2 {
        top: 85px;
        left: 200px;
    }

    .point3 {
        top: 85px;
        left: 230px;
    }

    .point4 {
        top: 95px;
        left: 315px;
    }

    .point5 {
        top: 210px;
        left: 395px;
    }

    .point6 {
        top: 160px;
        left: 430px;
    }

    .point7 {
        top: 145px;
        left: 485px;
    }

}


.nazevPopup {
    color: Black;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 0;
}

.popupAdresa {
    color: Black;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 0;
}

.popUpLink {
    color: Black;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 3px;
    display: block;
    background-color: #009FE3;
    color: White;
    width: 150px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.popUpLink:HOVER {
    color: White;
    text-decoration: none;
}







@media only screen and (max-width : 992px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 28px;
        height: 28px;
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .continuePage .menuSwitcher {
        background-image: url(../pcs/pcs_layout/menu-switch-continue.png);
    }

    .openMenu {
        background-color: #2c457c;
        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: 15px;
        margin-top: 15px;
        line-height: 28px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 45px;
        height: 45px;
        background-color: #C657A9;

        background-image: url(../pcs/pcs_layout/menu-close.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


}

@media only screen and (min-width : 992px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}


/* new 2024 */

/*

.counter {
    font-size: 40px;
    line-height: 45px;
    margin-top: 30px;
    color: #c757a9;
    font-weight: bold;
    text-align: center;
}

.absolut {
    font-size: 20px;
    line-height: 45px;
    color: #c757a9;
    font-weight: bold;


    position:absolute;
    top:20px;
    left:200px;
}



.counter2 {
    font-size: 60px;
    line-height: 65px;
}



@media only screen and (min-width : 992px) {
    .counter {
        font-size: 40px;
        font-size: 70px;
        line-height: 75px;
    }

.absolut {
        font-size: 40px;
        line-height: 40px;
    }


    .counter2 {
        font-size: 110px;
        line-height: 115px;
    }

}

.counterDesc {
    font-weight: bold;
}

.counterAdd {
    position: absolute;
    top: 29px;
    left: 67px;
    color: #222222;
    font-size: 35px;
    line-height: 43px;
}

.counter-count span {
    display: none;
}

.counter-countPlus {
    background-repeat: no-repeat;
}

.counter-countPlus1 {
    background-position: 28px center;
}

.counter-countPlus2 {
    background-position: 53px center;
}

.counter-countPlus3 {
    background-position: 78px center;
}

.counter-countPlus4 {
    background-position: 103px center;
}

*/

.counter-count {
    font-size: 48px;
    /* Velikost hlavního čísla */
    font-weight: bold;
    display: flex;
    align-items: baseline;
    /* Zarovnání tečky a čísla */
}

.counter-count .number {
    font-size: 48px;
    font-weight: bold;
    color: #C657A9;
}

.counter-count .small {
    font-size: 0.6em;
    /* Menší velikost pro tečku a text */
    font-weight: normal;
    margin-left: 2px;
    /* Trochu oddělit tečku od čísla */
    color: #C657A9;
}



.posunBox {
    margin-top: 100px;
}


.sipkaCisla {
 width:100px;
}

@media only screen and (min-width : 992px) {
.sipkaCisla {
 width:auto;
}
}

.sipkaCisla {
    position: absolute;
    top: 30px;
    left: 130px;
}



/* media  */
.mediumBox {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(125, 125, 125, 0.1);
    border-radius: 5px;
    position: relative;
    padding: 0px 10px 20px 10px;
    min-height: 260px;
    margin-bottom: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

@media only screen and (min-width : 768px) {
    .mediumBox {
        padding: 0px 10px 20px 10px;
    }
}

.mediumImg {

-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.18);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.18);

    margin: 0 -10px 20px -10px;
    padding:10px;

    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

}

.mediumImg img {


}

.mediumTitle {
    font-weight: bold;
    text-align: center;
    min-height: 95px;
    font-size: 18px;
    line-height: 22px;
}

.mediumTitle span {
    display: block;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
}

.mediumDesc {
    text-align: center;
    min-height: 100px;
    font-size: 15px;
}

.mediumTypInfo {
    /*position:absolute;
top:30px;
right:-15px; */
    display: inline-block;
    margin: 2px auto;
    font-size: 10px;
    color: White;
    padding: 0 7px;
    text-transform: uppercase;
}


.mediumTypInfo1 {
    background-color: #c757a9;
}

.mediumTypInfo2 {
    background-color: #029bdb;
}

.mediumTypInfo3 {
    background-color: #24a324;
}


.mediaFiltrace {
    margin-bottom: 50px;
}

.filtrMedia {
    margin-left: 5px;
    margin-right: 5px;
    color: White;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.filtrMediaAll {
    background-color: #c2d0d5;
}

.filtrMedia1 {
    background-color: #c757a9;
}

.filtrMedia2 {
    background-color: #029bdb;
}

.filtrMedia3 {
    background-color: #24a324;
}

.filtrSelected {
    text-decoration: underline;
    cursor: default;
    font-weight: bold;
}