* {
    font-family: 'PT Sans', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #434343;
}

.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;
}

.white {
    color: White !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: White !important;
}

.topLogo {
    background-image: url(../pcs/pcs_layout/logo-red.svg);
    background-position: center left;
    background-repeat: no-repeat;
    height: 135px;
    width: 118px;


    display: block;
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 100;
}

.header {
    background-color: White;
    height: 90px;
}

.topMenuItems {
    margin-top: 20px;
    margin-left: 100px;
}

.topMenuItems li {
    line-height: 30px;
    margin-right: 20px;
}

.topMenuItems li a {
    color: #d52b1e;
    color: Black;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}

.topMenuItems li a:HOVER {
    color: #d52b1e;
}

.carousel {
    position: relative;
    z-index: 10;
}

.bannerContent {
    padding-top: 20%;
}


.homeBanner {
    min-height: 802px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homeBanner1 {
    background-image: url(../pcs/pcs_layout/carousel-foto2025-1.jpg);
}

.homeBanner2 {
    background-image: url(../pcs/pcs_layout/carousel-foto2025-2.jpg);
}

.homeBanner3 {
    background-image: url(../pcs/pcs_layout/carousel-foto2025-3.jpg);
}

.homeBanner4 {
    background-image: url(../pcs/pcs_layout/carousel-foto4.jpg);
}


.bannerTitle {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 66px;
    margin-bottom: 2rem;
}

.bannerOdd {
    height: 3px;
    width: 60px;
    background-color: #d52b1e;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bannerText {
    color: #FFFFFF;
    font-size: 33px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 2rem;
}

.bannerText strong {
    display: block;
    color: #FFFFFF;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
}

.bannerButton {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 218px;
    height: 54px;
    line-height: 54px;
    background-color: #d52b1e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.bannerButton:HOVER {
    color: White;
    text-decoration: none;
    background-color: #fc2147;
}

.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: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .contentSmaller {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contentSmaller {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


h2 {
    color: #434343;
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    line-height: 32px;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 29px;
        line-height: 34px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 31px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 33px;
        line-height: 38px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 33px;
        line-height: 40px;
    }
}

h3 {
    font-size: 21px;
    font-weight: bold;

}

.text {
    color: #434343;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 1rem;
}

.textBigger,
.textBigger strong {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
}

.text a {
    color: #d52b1e;
    text-decoration: underline;
}

.text a:HOVER {
    color: #d52b1e;
    text-decoration: none;
}

.text strong {
    color: #434343;
}

.redlink {
    color: #d52b1e;
    text-decoration: underline;
}

.maxW600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.odd {
    height: 3px;
    width: 60px;
    background-color: #d52b1e;
    margin: 30px auto;
}

.oddLeft {
    margin: 30px 0;
}

.imgShadow {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.icoTitle,
.icoTitle span {
    color: #d52b1e;
    font-size: 22px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 0px;
}

.icoText {
    color: #434343;
    font-size: 15px;
    line-height: 22px;
}

.icoImg {
    padding-left: 0px;
    padding-top: 80px;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 100px;
}

.icoImg1 {
    background-image: url(../pcs/pcs_layout/icon1.svg);
}

.icoImg2 {
    background-image: url(../pcs/pcs_layout/icon2.svg);
}

.icoImg3 {
    background-image: url(../pcs/pcs_layout/icon3.svg);
}

.icoImg4 {
    background-image: url(../pcs/pcs_layout/icon4.svg);
}

.icoImg5 {
    background-image: url(../pcs/pcs_layout/icon5.png);
    background-size:    80px;
}

.galeriehidden {
    display: none;
}

.button {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 186px;
    height: 54px;
    line-height: 54px;
    background-color: #d52b1e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
}

.buttonF {
    width: 207px;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #fc2147;
}

.icoEmail {
    background-color: White;
    background-image: url(../pcs/pcs_layout/email.svg);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.04);
    height: 47px;
    width: 47px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.icoEmailText {
    line-height: 47px;
    color: #d52b1e;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.icoPhone {
    background-color: White;
    background-image: url(../pcs/pcs_layout/phone-call.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 47px;
    width: 47px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.icoPhoneText {
    line-height: 47px;
    color: #434343;
    font-size: 18px;
    font-weight: normal;
}

.icoPhoneText strong {
    color: #434343;
    font-size: 18px;
    font-weight: bold;
}

.contentGrey {
    background-color: #F7F8F8;
}

.contentImg1 {
    background-image: url(../pcs/pcs_layout/bg-rozvoz.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

.restaurace {
    background-image: url(../pcs/pcs_layout/restaurace-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icoNum {
    color: #d52b1e;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.04);
    margin: 30px auto 20px auto;
}

.oddLine {
    height: 3px;
    background-color: #E6E6E6;
    margin: 30px auto;
}

.restauraceBox {
    margin-top: 50px;
    max-width: 434px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.11);
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.restauraceBoxIn {
    min-height: 540px;
    border: 1px solid #E4E4E4;
    padding-left: 20px;
    padding-right: 20px;
}

.restauraceBoxIn img {
    display: block;
    margin: 15px auto;
}

.restauraceLogo {
    min-height: 120px;
}

.topIcoAdresa {
    background-image: url(../pcs/pcs_layout/pin-red.svg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.topIcoMail {
    background-image: url(../pcs/pcs_layout/email.svg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
    display: block;
}

.topIcoTelefon {
    background-image: url(../pcs/pcs_layout/phone-call.svg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
}

/* form  */
.poptavkaForm {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

label {
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

label span {
    color: #d52b1e;
}

form input,
form select,
form textarea {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0.7rem;
}

.poptavkaForm textarea {
    height: 110px;
}

.poptavkaForm .formSubmit {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 265px;
    height: 54px;
    line-height: 54px;
    background-color: #d52b1e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
}

.footer {
    background-color: #d52b1e;
    padding-top: 60px;
}

.footerTitle {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
}

.oddFooter {
    margin-top: 30px;
    border-top: 1px solid #ed5a4e;
}

.copy {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}



.footerMail {
    background-image: url(../pcs/pcs_layout/email-white.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    text-decoration: underline;
    color: White;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
}

.footerPhone {
    background-image: url(../pcs/pcs_layout/phone-white.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: White;
    font-size: 18px;
    font-weight: noarmal;
    line-height: 42px;
}

.footerPhone strong {

    color: White;
    font-size: 18px;
    font-weight: bold;
}

.social {
    margin-top: 10px;
}

.social a {
    margin-right: 10px;
}



/* ---- system */
.formSelectBox {
    height: 134px;
    padding: 20px;
    background-color: #d52b1e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.formSelectBox label {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.formSelectBox select {
    width: 100%;
}

.formSelectBox select option {
    background-color: White;
    color: Black;
}

.itemCategory {
    line-height: 50px;
    padding-left: 20px;
    background-color: #F7F8F8;
    color: #434343;
    font-size: 21px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.itemItem {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.itemName {
    padding-left: 20px;
    color: #434343;
    font-size: 16px;
    font-weight: bold;
}

.itemName span.itemAlergeny {
    font-weight: normal;
}

.itemAddButtons {
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.04);
    float: right;
}

.itemAddMinus,
.itemAddPlus {
    cursor: pointer;
    margin-top: 11px;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #E9E9E9;
    color: #434343;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    float: left;
}

.itemAddMinus:HOVER,
.itemAddPlus:HOVER {
    background-color: #bcbcbc;
}

.itemAddMinus {
    margin-left: 5px;
}

.itemAddPlus {
    margin-right: 5px;
}

.itemAddNum {
    height: 28px;
    width: 30px;
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    float: left;
}

.itemPrice {
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    float: right;
    width: 100px;
    line-height: 50px;
    text-align: center;
}

.itemBuyButton {
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    width: 100px;
    border: 2px solid #d52b1e;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #d52b1e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    float: right;
}

.itemBuyButton:HOVER {
    background-color: #d52b1e;
    color: White;
}

.box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
}

.rekapitulaceDatum {
    margin-top: 20px;
    margin-bottom: 20px;
}

.rekapitulaceItem {
    border-bottom: 2px solid #ECECEC;
    margin-top: 10px;
    padding-bottom: 5px;
}

.rekapitulaceJidlo {
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

.rekapitulacePcs {}

.rekapitulacePrice {
    font-weight: bold;
    text-align: right;
}

.rekapitulaceOdebrat {
    color: #d52b1e;
    font-size: 16px;
    line-height: 24px;
    padding-left: 21px;
    text-decoration: underline;
    background-image: url(../pcs/pcs_layout/odebrat.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.rekapitulaceTotal {
    margin-top: 30px;
    background-color: #F7F8F8;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
}

.rekapitulaceTotal strong {
    font-size: 33px;
    line-height: 40px;
}

.buttonContinue {
    margin-top: 25px;
    cursor: pointer;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 207px;
    height: 54px;
    line-height: 54px;
    background-color: #d52b1e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
}

.xxobjednavkaForm {
    display: none;
}




@media only screen and (max-width : 992px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 28px;
        height: 28px;
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .openMenu {
        background-color: #d52b1e;
        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;
    }

    .mobileMenu li a {
        font-size:  20px;
        display: block;
        text-align: center;
        color: White;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
    }

    .mobileMenu li.mobileMenuButton {
        max-width: 230px;
        line-height: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileMenu li.mobileMenuButton a {
        background-color: #b06ec6;
        color: White;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
        width: 50px;
        height: 50px;
        background-image: url(../pcs/pcs_layout/menu-close.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .langMenu2 {
        background-color: #0C367F;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 7px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 155px;
    }

}

@media only screen and (min-width : 1200px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }

    .xtopMenu {
        display: flex !important;
        position: absolute;
        top: 57px;
        right: 0;
        font-size: 16px;
        z-index: 10;
    }
}