/* -- start setup -- */
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'PT Serif', serif;

*/

* {
    font-family: 'Poppins', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 15px;
    color: #767676;
}

.pointer {
    cursor: pointer;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.height1 {
    height: 1px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

.white {
    color: White;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.minH730 {
    min-height: 730px;
}

.maxW500 {
    max-width: 500px;
}

.minH650 {
    min-height: 650px;
}

.relative {
    position: relative;
}

.fill90 {
    height: 90px;
}

.fw700 {
    font-weight: 700 !important
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
        max-width: 1280px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: White;
}

.contentGrey {
    background-color: #f7f7f7;
}


.topNavig {
    background-color: #e6e7e9;
    min-height: 60px;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
}

@media only screen and (min-width : 768px) {
    .topNavig {
        min-height: 100px;
    }
}

.topNavigIn {
    padding-left: 26px;
    /*
    /*padding-right: 26px;*/
    position: relative;
}

@media only screen and (min-width : 1200px) {
    .topNavigIn {
        padding-left: 40px;
        /*
    padding-right: 86px;*/
    }
}

.topLogo {
    max-width: 250px;
}

.webVerze1 .topLogo a {
    color: #D9AF45;
}

.webVerze2 .topLogo a {
    color: #7ea4ab;
}

.oddLogoLine {
    display: block;
    margin-top: 7px;
    margin-bottom: 5px;
    width: 120px;
    height: 2px;
}

.webVerze1 .oddLogoLine {
    background-color: #D9AF45;
}

.webVerze2 .oddLogoLine {
    background-color: #7ea4ab;
}

.topMenu {
    margin-bottom: 0;
    min-height: 110px;
    min-height: 100px;
    padding-left: 0;
}

.topMenu li {
    list-style-type: none;
}

.topMenu li a {
    color: #373b47;
    font-weight: 700;
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    transition: all 0.5s;
    text-align: center;
}

@media only screen and (min-width : 1100px) {
    .topMenu li a {
        font-size: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.topMenu li a:HOVER,
.topMenu li a.active {
    color: #D9AF45;
    text-decoration: none;
}

.social {
    min-height: 60px;
    background-color: #D9AF45;
}

.webVerze1 .social {
    background-color: #D9AF45;
}

.webVerze2 .social {
    background-color: #7ea4ab;
}

@media only screen and (min-width : 992px) {
    .social {
        min-height: 100px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 15px;
    }
}

@media only screen and (min-width : 1200px) {
    .social {
        padding-left: 32px;
        padding-right: 32px;
        margin-left: 0;
    }
}

.socialIco {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.5s;
}

.webVerze1 .socialIco,
.socialFooter .socialIco {
    border: 1px solid #ecd7a2;
}

.webVerze2 .socialIco,
.webVerze2 .socialFooter .socialIco {
    border: 1px solid White;
}

.footerSocialIco {
    border: 1px solid #7ea4ab !important;
}


.socialIco:HOVER {
    border: 1px solid White;
}

.socialIco1 {
    background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialIco2 {
    background-image: url(../pcs/pcs_layout/instagram.svg);
}

.socialIco3 {
    background-image: url(../pcs/pcs_layout/youtube.svg);
}

.socialIco4 {
    background-image: url(../pcs/pcs_layout/linked.svg);
}




.socialFooter .socialIco1 {
    background-image: url(../pcs/pcs_layout/facebook-gold.svg);
}

.socialFooter .socialIco2 {
    background-image: url(../pcs/pcs_layout/instagram-gold.svg);
}

.socialFooter .socialIco3 {
    background-image: url(../pcs/pcs_layout/youtube-gold.svg);
}

.socialFooter .socialIco4 {
    background-image: url(../pcs/pcs_layout/linked-gold.svg);
}


.webVerze2 .socialFooter .socialIco1 {
    background-image: url(../pcs/pcs_layout/facebook-green.svg);
}

.webVerze2 .socialFooter .socialIco2 {
    background-image: url(../pcs/pcs_layout/instagram-green.svg);
}

.webVerze2 .socialFooter .socialIco3 {
    background-image: url(../pcs/pcs_layout/youtube-green.svg);
}

.webVerze2 .socialFooter .socialIco4 {
    background-image: url(../pcs/pcs_layout/linked-green.svg);
}


.header,
.headerContinue {
    background-image: url(../pcs/pcs_layout/header1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 500px;
    background-size: cover;
    margin-top: 68px;
    margin-top: 58px;
    position: relative;
    z-index: 99;
}

.headerContinue {
    min-height: 200px;
}

@media only screen and (min-width : 768px) {
    .header {
        margin-top: 100px;
        min-height: 800px;
    }

    .headerContinue {
        margin-top: 100px;
        min-height: 250px;
    }
}

.carouselSlide {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

@media only screen and (min-width : 768px) {
    .carouselSlide {
        min-height: 800px;
    }
}


.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);
}

.carouselSlide4 {
    background-image: url(../pcs/pcs_layout/carousel4.jpg);
}

.carouselSlide5 {
    background-image: url(../pcs/pcs_layout/carousel5.jpg);
}

.carouselSlide6 {
    background-image: url(../pcs/pcs_layout/carousel6.jpg);
}

.carouselSlide7 {
    background-image: url(../pcs/pcs_layout/carousel7.jpg);
}

.carouselSlide8 {
    background-image: url(../pcs/pcs_layout/carousel8.jpg);
}

.carouselSlide9 {
    background-image: url(../pcs/pcs_layout/carousel9.jpg);
}

.carouselSlide10 {
    background-image: url(../pcs/pcs_layout/carousel10.jpg);
}

.headerContent {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999;
    min-height: 600px;

}

@media only screen and (min-width : 768px) {
    .headerContent {
        min-height: 750px;

    }
}


.imgHeader {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.odd {
    margin: 20px 0;
    width: 60px;
    height: 3px;
}

.webVerze1 .odd {
    background-color: #D9AF45;
}

.webVerze2 .odd {
    background-color: #7ea4ab;
}

.oddCenter {
    margin: 20px auto;
}



h1,
h1 strong {
    font-size: 30px;
    line-height: 45px;
    color: White;
    /*font-family: 'PT Serif', serif;*/
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.webVerze1 h1,
.webVerze1 h1 strong {
    font-family: 'PT Serif', serif;
}

.webVerze2 h1,
.webVerze2 h1 strong {
    font-family: 'Montserrat', sans-serif;
}


@media only screen and (min-width : 480px) {

    h1,
    h1 strong {
        font-size: 38px;
        line-height: 56px;
    }
}

@media only screen and (min-width : 768px) {

    h1,
    h1 strong {
        font-size: 46px;
        line-height: 67px;
    }
}

@media only screen and (min-width : 992px) {

    h1,
    h1 strong {
        font-size: 54px;
        line-height: 78px;
    }
}

@media only screen and (min-width : 1200px) {

    h1,
    h1 strong {
        font-size: 60px;
        line-height: 90px;
    }
}



h2,
.detailCena {
    margin-bottom: 1em;
}

h2,
h2 strong,
.detailCena {
    font-size: 24px;
    line-height: 48px;
    /*font-family: 'PT Serif', serif;*/
    color: #29303A;
}

.webVerze1 h2,
.webVerze1 h2 strong,
.webVerze1 .detailCena {
    font-family: 'PT Serif', serif;
}

.webVerze2 h2,
.webVerze2 h2 strong,
.webVerze2 .detailCena {
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width : 480px) {

    h2,
    h2 strong,
    .detailCena {
        font-size: 30px;
        line-height: 54px;
    }
}

@media only screen and (min-width : 768px) {

    h2,
    h2 strong,
    .detailCena {
        font-size: 36px;
        line-height: 60px;
    }
}

@media only screen and (min-width : 992px) {

    h2,
    h2 strong,
    .detailCena {
        font-size: 42px;
        line-height: 66px;
    }
}

@media only screen and (min-width : 1200px) {

    h2,
    h2 strong,
    .detailCena {
        font-size: 48px;
        line-height: 72px;
    }


    .webVerze2 h2,
    .webVerze2 h2 strong,
    .detailCena {
        font-size: 44px;
        line-height: 66px;
    }

}


.webVerze1 h3,
.webVerze1 h3 strong,
.webVerze1 .detailCena {
    font-family: 'PT Serif', serif;

}

.webVerze2 h3,
.webVerze2 h3 strong,
.webVerze2 .detailCena {
    font-family: 'Montserrat', sans-serif;
    color: Black;
}

@media only screen and (min-width : 480px) {

    h3,
    h3 strong {
        font-size: 25px;
        line-height: 33px;
    }
}

@media only screen and (min-width : 768px) {

    h3,
    h3 strong {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 992px) {

    h3,
    h3 strong {
        font-size: 28px;
        line-height: 40px;
    }
}

@media only screen and (min-width : 1200px) {

    h3,
    h3 strong {
        font-size: 30px;
        line-height: 44px;
    }

}



.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: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


.filtrBox {
    position: relative;
    top: -64px;
    min-height: 128px;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}


.columImg {
    background-position: center;
    background-repeat: no-repeat;
    min-height: 488px;
    position: relative;
}

.columImg1 {
    background-image: url(../pcs/pcs_layout/colum1.jpg);
}

.columImg2 {
    background-image: url(../pcs/pcs_layout/colum2.jpg);
}

.columImg3 {
    background-image: url(../pcs/pcs_layout/colum3.jpg);
}

.columDesc {
    position: absolute;
    bottom: -20px;
    left: 50%;
    max-width: 300px;
    margin-left: -150px;
    min-height: 119px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    padding: 14px;
    min-width: 300px;
}

@media only screen and (min-width : 1200px) {
    .columDesc {
        min-height: 179px;
        left: auto;
        right: 0px;
        margin-left: 0;
        padding: 24px;
    }
}

@media only screen and (min-width : 1600px) {
    .columDesc {
        right: -20px;
    }
}

.columStatus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    margin-top: -90px;
    line-height: 60px;
    height: 60px;
    background-color: #7ea4ab;
    color: White;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

.columLine {
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0px;
    top: 0px;
}

.webVerze1 .columLine {
    background-color: #D9AF45;
}

.webVerze2 .columLine {
    background-color: #7ea4ab;
}

.columDescName {
    font-size: 18px;
    font-weight: 400;
    color: #29303A;
    max-width: 270px;
    min-height: 60px;
}

@media only screen and (min-width : 1200px) {
    .columDescName {
        font-size: 24px;
        min-height: 80px;
    }
}

.webVerze1 .columDescNameg {
    font-family: 'PT Serif', serif;
}

.webVerze2 .columDescName {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 28px;
}

.columDescPrice {
    font-size: 14px;
    line-height: 150%;
    color: #767676;
}

.columDescPrice strong {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;

}

.webVerze1 .columDescPrice strong {
    color: #D9AF45;
}

.webVerze2 .columDescPrice strong {
    color: #29303A;
}

.columArrow {
    background-image: url(../pcs/pcs_layout/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 7px;
    height: 12px;
    bottom: 30px;
    right: 21px;

}

.button {
    border: none;
    display: block;
    color: White;
    font-weight: 700;
    font-size: 16px;
    width: 294px;
    height: 56px;
    line-height: 56px;
    background-color: #29303A;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    transition: background-color 0.5s;
}

.buttonFull {
    width: 100%;
}

.webVerze1 .button {
    background-color: #29303A;
}

.webVerze2 .button {
    background-color: #7ea4ab;
}

.button180 {
    width: 180px;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: Black;
}

.citeBox {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #767676;
}

.citeBox strong {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: Black;
}


@media only screen and (min-width : 768px) {
    .citeBox {
        background-image: url(../pcs/pcs_layout/cite.svg);
        background-position: top left;
        background-repeat: no-repeat;
        padding-left: 70px;
        /*font-family: 'PT Serif', serif;*/
        font-style: italic;
        font-size: 20px;
        line-height: 150%;
        max-width: 570px;
    }

    .citeBox strong {
        font-size: 20px;
    }

}


.webVerze1 .citeBox {
    font-family: 'PT Serif', serif;
}

.webVerze2 .citeBox {
    font-family: 'Montserrat', sans-serif;
}


@media (min-width: 768px) {
    .imgProfil {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .imgProfil {
        position: absolute;
        bottom: 0;
        /*        right: auto;
        left: 20%;*/
    }
}

.aboutBcg1 {
    background-image: url(../pcs/pcs_layout/about-bg1.png);
    background-repeat: no-repeat;
    background-position: right 80px center;
}

.aboutBcg2 {
    background-image: url(../pcs/pcs_layout/about-bg2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutBcg3 {
    background-image: url(../pcs/pcs_layout/about-bg1.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.numbers {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #29303A;
}

.webVerze1 .numbers {
    font-family: 'PT Serif', serif;
}

.webVerze2 .numbers {
    font-family: 'Montserrat', sans-serif;
}

.numbersText {
    line-height: 150%;
}

.fill100 {
    height: 100px;
}

.sluzbyBcg {
    background-image: url(../pcs/pcs_layout/sluzby-bcg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 822px;
}

.sluzbyBcg2 {
    border-top: 1px solid #A8B4C5;
    background-image: url(../pcs/pcs_layout/sluzby-bcg2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 822px;
}

.sluzbaIco {
    width: 90px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 25px;
    margin-bottom: 5px;
}

.sluzbaIco1 {
    background-image: url(../pcs/pcs_layout/ico1.png);
}

.sluzbaIco2 {
    background-image: url(../pcs/pcs_layout/ico2.png);
}

.sluzbaIco3 {
    background-image: url(../pcs/pcs_layout/ico3.png);
}

.sluzbaIco4 {
    background-image: url(../pcs/pcs_layout/ico4.png);
}

.sluzbaIco5 {
    background-image: url(../pcs/pcs_layout/ico5.png);
}

.sluzbaIco6 {
    background-image: url(../pcs/pcs_layout/ico6.png);
}


.webVerze2 .sluzbaIco1 {
    background-image: url(../pcs/pcs_layout/ico1-2.png);
}

.webVerze2 .sluzbaIco2 {
    background-image: url(../pcs/pcs_layout/ico2-2.png);
}

.webVerze2 .sluzbaIco3 {
    background-image: url(../pcs/pcs_layout/ico3-2.png);
}

.webVerze2 .sluzbaIco4 {
    background-image: url(../pcs/pcs_layout/ico4-2.png);
}

.webVerze2 .sluzbaIco5 {
    background-image: url(../pcs/pcs_layout/ico5-2.png);
}

.webVerze2 .sluzbaIco6 {
    background-image: url(../pcs/pcs_layout/ico6-2.png);
}


.sluzbaFinanceIco {
    width: 90px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 25px;
    margin-bottom: 5px;
}

.sluzbaFinanceIco1 {
    background-image: url(../pcs/pcs_layout/f-ico1.png);
}

.sluzbaFinanceIco2 {
    background-image: url(../pcs/pcs_layout/f-ico2.png);
}

.sluzbaFinanceIco3 {
    background-image: url(../pcs/pcs_layout/f-ico3.png);
}

.sluzbaFinanceIco4 {
    background-image: url(../pcs/pcs_layout/f-ico4.png);
}

.sluzbaFinanceIco5 {
    background-image: url(../pcs/pcs_layout/f-ico5.png);
}

.sluzbaFinanceIco6 {
    background-image: url(../pcs/pcs_layout/f-ico6.png);
}


.webVerze2 .sluzbaFinanceIco1 {
    background-image: url(../pcs/pcs_layout/f-ico1-2.png);
}

.webVerze2 .sluzbaFinanceIco2 {
    background-image: url(../pcs/pcs_layout/f-ico2-2.png);
}

.webVerze2 .sluzbaFinanceIco3 {
    background-image: url(../pcs/pcs_layout/f-ico3-2.png);
}

.webVerze2 .sluzbaFinanceIco4 {
    background-image: url(../pcs/pcs_layout/f-ico4-2.png);
}

.webVerze2 .sluzbaFinanceIco5 {
    background-image: url(../pcs/pcs_layout/f-ico5-2.png);
}

.webVerze2 .sluzbaFinanceIco6 {
    background-image: url(../pcs/pcs_layout/f-ico6-2.png);
}


.sluzbyTitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    min-height: 45px;
}

@media only screen and (min-width : 768px) {
    .sluzbyTitle {
        min-height: 90px;
    }
}

.webVerze1 .sluzbyTitle {
    font-family: 'PT Serif', serif;
}

.webVerze2 .sluzbyTitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 28px;
}


.sluzbyTitle strong {

    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}

.webVerze1 .sluzbyTitle strong {
    font-family: 'PT Serif', serif;
}

.webVerze2 .sluzbyTitle strong {
    font-family: 'Montserrat', sans-serif;
}

.sluzbyText {
    min-height: 80px;
    color: #A8B4C5;
    margin-bottom: 20px;
}

.kalkulackaBox {
    min-height: 580px;
    width: 100%;
    max-width: 600px;
    background: #D9AF45;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    padding: 45px 40px;
}

.webVerze2 .kalkulackaBox {
    background: #EDEDED;
}

@media (min-width: 960px) {
    .kalkulackaBox {
        position: absolute;
        top: -120px;
        right: 0px;
    }

}

.blackLink {
    color: #29303A;
    text-decoration: underline;
    font-weight: 600;
}

.blackLink:HOVER {
    color: Black;
    text-decoration: none;
}


.kalkulackaTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #29303A;
}

.kalkulackaForm {
    margin-top: 20px;
}

.kalkulackaForm label {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #29303A;
}

.kalkulackaForm input,
.kalkulackaForm textarea {
    background-color: White;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
}

.kalkulackaForm textarea {
    height: 80px;
}

.formNum {
    background-color: White;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    color: #29303A;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.5s;
}

.formNum:HOVER {
    background-color: #D6D6D6;
    color: Black;
}


.formMinus {
    background-image: url(../pcs/pcs_layout/form-num-bcg.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.formPlus {
    background-image: url(../pcs/pcs_layout/form-num-bcg.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.formOdd {
    margin: 30px -40px;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.3;
}

.kalkulackaTable {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
}

.kalkulackaTable td,
.kalkulackaTable td strong {
    color: #29303A;
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 7px;
}

.kalkulackaTable td strong {
    font-weight: 600;
    font-size: 24px;
}

.kalkulackaForm .submitForm {
    background-color: #29303A;
    color: White;
    font-weight: 700;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    transition: background-color 0.5s;
}

.webVerze2 .kalkulackaForm .submitForm {
    background-color: #7ea4ab;
}

.kalkulackaForm .submitForm:HOVER {
    background-color: Black;
}


.uspesneOdeslani {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #29303A;
    font-size: 20px;
    text-align: center;
    color: White;
}

.webVerze2 .uspesneOdeslani {
    background-color: #7ea4ab;
}

.phoneContactIco,
.emailContactIco,
.messengerContactIco {
    background-position: center center;
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
    background-color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
}

.phoneContactIco {
    background-image: url(../pcs/pcs_layout/phone.svg);
}

.emailContactIco {
    background-image: url(../pcs/pcs_layout/mail.svg);
}

.messengerContactIco {
    background-image: url(../pcs/pcs_layout/messenger.svg);
}

.webVerze2 .phoneContactIco {
    background-image: url(../pcs/pcs_layout/phone2.svg);
}

.webVerze2 .emailContactIco {
    background-image: url(../pcs/pcs_layout/mail2.svg);
}

.webVerze2 .messengerContactIco {
    background-image: url(../pcs/pcs_layout/messenger2.svg);
}



.contactSection {
    margin-bottom: 20px;
    margin-top: 20px;

}

.contactIcoText {
    height: 48px;
    height: 80px;
    margin-bottom: 0;
    margin-left: 20px;
    color: #818B8E
}

.contactIcoText {
    /*font-family: 'PT Serif', serif;*/
    font-size: 24px;
}

.webVerze1 .contactIcoTex {
    font-family: 'PT Serif', serif;
    font-size: 24px;
}

.webVerze2 .contactIcoTex {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.contactIcoText strong a {
    /*font-family: 'PT Serif', serif;*/
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #29303A;
    text-decoration: underline;
}

.webVerze1 .contactIcoText strong a {
    font-family: 'PT Serif', serif;
    font-size: 24px;
}

.webVerze2 .contactIcoText strong a {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.oddLine {
    height: 1px;
    margin: 30px auto;
    border-bottom: 1px solid #D9D9D9;
}

.footer {
    background-color: #e6e7e9;
    padding: 45px 0;
}

.footerLogo {
    max-width: 300px;
}

.socialFooter {
    margin-top: 27px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.footerDocuments a {
    font-size: 13px;
    color: #7ea4ab;
    margin-left: 10px;
    margin-right: 10px;
}

.footerDocuments {
    margin-top: 50px;
}

.logoBanka {
    border: 15px solid White;
}


.webVerze1 .logoBanka {
    border-bottom: 1px solid #D9AF45;
}

.webVerze2 .logoBanka {
    border-bottom: 1px solid #7ea4ab;
}



/* detail */
.nabidkaPopis {
    padding: 30px 30px 15px 30px;
    margin: 10px auto;
    background-color: #efefef;
}

@media only screen and (max-width : 992px) {
    .nabidkaPopis {
        padding: 45px 45px 30px 45px;
        margin: 10px auto;
    }
}





@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;
    }

    .openMenu {
        background-color: #29303A;
        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;

        margin-bottom: 40px;
        margin-top: 40px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        font-weight: 600;
        font-size: 18px;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 45px;
        height: 45px;

        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%;
    }

    .webVerze1 .closeMenu {
        background-color: #D9AF45;
    }

    .webVerze2 .closeMenu {
        background-color: #7ea4ab;
    }


}

@media only screen and (min-width : 992px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}