/* -- start setup -- */
/*
font-family: 'Open Sans', sans-serif;
*/

* {
    font-family: 'Dosis', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 20px;
    color: Black;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

/* -- 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;
}

.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;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.content {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@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;
    }
}

body {
    background-color: #fff9d5;
}

.top {
    background-color: White;
    -webkit-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 18px -4px rgba(0, 0, 0, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
}

.topLogo {color:Black;
text-decoration:    none;
font-size: 44px;
}

.topLogo:HOVER {color:Black;
text-decoration: underline;}

.topMenu {
    margin-bottom: 0;
}

.topMenu li {
    list-style-type: none;
}

.topMenu li a {
    color: #000000;
    line-height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (min-width : 768px) {
    .topMenu li a {
        line-height: 20px;
        font-size: 12px;
        margin-left: 3px;
        margin-right: 3px;
        text-align: center;
    }
}

@media only screen and (min-width : 992px) {
    .topMenu li a {
        font-size: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (min-width : 1200px) {
    .topMenu li a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.topMenu li a:HOVER {
    color: #f49627;
    text-decoration: none;
}

.headerImage {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
    min-height: 550px;
}

.headerImage1 { background-image: url(../pcs/pcs_layout/top-foto1.jpg);  }
.headerImage2 { background-image: url(../pcs/pcs_layout/top-foto2.jpg);  }
.headerImage3 { background-image: url(../pcs/pcs_layout/top-foto3.jpg);  }
.headerImage4 { background-image: url(../pcs/pcs_layout/top-foto4.jpg);  }
.headerImage5 { background-image: url(../pcs/pcs_layout/top-foto5.jpg);  }
.headerImage6 { background-image: url(../pcs/pcs_layout/top-foto6.jpg);  }
.headerImage7 { background-image: url(../pcs/pcs_layout/top-foto7.jpg);  }
.headerImage8 { background-image: url(../pcs/pcs_layout/top-foto8.jpg);  }
.headerImage9 { background-image: url(../pcs/pcs_layout/top-foto9.jpg);  }

@media only screen and (min-width : 992px) {
    .headerImage {
min-height: 1027px;
    background-position:    center center;
    background-attachment:  fixed;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
}


h1 {
    font-size: 26px;
}

@media only screen and (min-width : 480px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 38px;
    }
}

@media only screen and (min-width : 992px) {
    h1 {
        font-size: 44px;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 48px;
    }
}

h2 { font-size: 24px;   }

@media only screen and (min-width : 480px) {
h2 { font-size: 28px;  }
}

@media only screen and (min-width : 768px) {
h2 { font-size: 32px;  }
}

@media only screen and (min-width : 992px) {
h2 { font-size: 36px;  }
}

@media only screen and (min-width : 1200px) {
h2 { font-size: 40px;  }
}


.main {
    position: relative;
    margin-top: -100px;
    background-color: White;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
z-index:99;
}

.imgShadow {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.text {
    line-height: 30px;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dispoziceBox {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dispoziceTitle,
.dispoziceTitle sup {
    color: #f49627;
    font-size: 48px;
    font-weight: bold;
}

.dispoziceTitle,
.dispoziceTitle sup {
    font-size: 30px;
}

@media only screen and (min-width : 480px) {

    .dispoziceTitle,
    .dispoziceTitle sup {
        font-size: 35px;
    }
}

@media only screen and (min-width : 768px) {

    .dispoziceTitle,
    .dispoziceTitle sup {
        font-size: 40px;
    }
}

@media only screen and (min-width : 992px) {

    .dispoziceTitle,
    .dispoziceTitle sup {
        font-size: 45px;
    }
}

@media only screen and (min-width : 1200px) {

    .dispoziceTitle,
    .dispoziceTitle sup {
        font-size: 48px;
    }
}

.dispoziceTitle sup {
    font-size: 16px;
}

@media only screen and (min-width : 480px) {
    .dispoziceTitle sup {
        font-size: 19px;
    }
}

@media only screen and (min-width : 768px) {
    .dispoziceTitle sup {
        font-size: 22px;
    }
}

@media only screen and (min-width : 992px) {
    .dispoziceTitle sup {
        font-size: 25px;
    }
}

@media only screen and (min-width : 1200px) {
    .dispoziceTitle sup {
        font-size: 28px;
    }
}

.dispoziceText {
    font-size: 14px;
}

@media only screen and (min-width : 480px) {
    .dispoziceText {
        font-size: 16px;
    }
}

@media only screen and (min-width : 768px) {
    .dispoziceText {
        font-size: 18px;
    }
}

@media only screen and (min-width : 992px) {
    .dispoziceText {
        font-size: 20px;
    }
}

@media only screen and (min-width : 1200px) {
    .dispoziceText {
        font-size: 20px;
    }
}

.grey {
    background-color: #f1f1f1;
}

.maxw780 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.tableCenikBox {
    /*margin-top: 50px;*/
    border-top: 4px solid #f49627;
    padding: 40px 40px 15px 40px;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: -40px;

}

.pagechalupa-strmilov .tableCenikBox {
    border-top: 4px solid #18569C;
}

.pagewellnes-strmilov .tableCenikBox {
    border-top: 4px solid #674230;
}

.tableCenik {}

.tableCenik th,
.tableCenik td {
    color: #565756;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.tableCenik th.firstLine,
.tableCenik td.firstLine {
    border: none !important;
}

.tableCenik td {
    color: #f49627;
    font-size: 16px;
    text-align: right;
}

@media only screen and (min-width : 768px) {

    .tableCenik th,
    .tableCenik td {
        font-size: 18px;
        padding: 20px 0 20px 0;
    }

    .tableCenik td {
        font-size: 20px;
    }
}




.menuOpen {
    background-image: url(../pcs/pcs_layout/menu-open.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.menuClose {
    background-image: url(../pcs/pcs_layout/menu-close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}


@media only screen and (max-width : 768px) {
    .menuSwitcher {
        cursor: pointer;
    }

    .topNavigMobileFixed {
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 999;
        background-color: White;
        width: 100%;
        padding-right: 15px;
    }

    .openMenu {
        background-color: #ffffff;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }

    .mobileMenu {
        margin-top: 50px;
        padding-left: 0;
    }

    .mobileMenuShift {
        margin-top: 120px;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: Black;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }
}

@media only screen and (min-width : 768px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}

.popUp {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    min-height: 370px;
    position: fixed;
    top: 10%;
    left: 0%;
    background-color: White;
    background-image: url(../pcs/pcs_layout/pop-up-background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: fixed;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    padding-top: 40px;
}

@media only screen and (min-width : 992px) {
    .popUp {
        width: 622px;
        min-height: 421px;
        background-size: auto;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -211px 0 0 -311px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        padding-top: 55px;
    }
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url(../pcs/pcs_layout/pop-up-close.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}