/* -- start setup -- */
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/


* {
    font-family: 'Crimson Pro', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 20px;
    color: Black;
}

/*
.an,
.anBold,
label,
.submitForm {
    font-family: 'Aniuk';
}

.anBold,
label {
    font-weight: bold;
}
*/
.white {
    color: White;
}

.maxW500 {
    max-width: 500px;
}

.maxW770 {
    max-width: 770px;
}

body {
    background-color: #eee2de;
    background-color: #eee2de;

}

.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;
    }
}

.top {
    background-color: #eee2de;
    min-height: 120px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.topContent {
    min-height: 120px;
}

.topLogo img {
    max-width: 270px;
}

.topMenu {
    margin-bottom: 0;
}

.topMenu li {
    list-style-type: none;
}

.topMenu li a {
    color: #2b2a4c;
    color: Black;
    line-height: 50px;
    font-size: 15px;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

@media only screen and (min-width : 768px) {
    .topMenu li a {
        line-height: 20px;
        font-size: 15px;
        margin-left: 3px;
        margin-right: 3px;
        text-align: center;
    }
}

@media only screen and (min-width : 992px) {
    .topMenu li a {
        font-size: 16px;
        font-size: 20px;
        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;
}

.topHeaderImage {
    width: 100%;
}

.darkBox {
    background-color: #b31312;

    -webkit-box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.28);
}

.darkBoxIn {
    padding: 25px;
    padding-bottom: 120px;
}

@media only screen and (min-width : 1500px) {
    .darkBoxIn {
    padding: 50px;
}
}

.mainBackground {
    background-color: #d7a86f;
    background-color: #ea906c;

    padding-bottom: 30px;

    -webkit-box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.28);
}

.bottomShadow {
    -webkit-box-shadow: 0px 10px 19px 7px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 10px 19px 7px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 10px 19px 7px rgba(0, 0, 0, 0.28);
}


h1 {
    font-size: 26px;
    color: #8e3301;
    color: Black;

    text-transform: uppercase;
}

@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;
    color: #8e3301;
    color: Black;

    text-transform: uppercase;
}

@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;
    }
}

.odd {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 150px;
    background-color: #b31312;
    background-color: black;
}

.oddCenter {
    margin-left: auto;
    margin-right: auto;
}

.oddWhite {
    background-color: white;
}


.main {
    position: relative;
    margin-top: -100px;
    background-color: #eee2de;
    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);
    margin-bottom: 50px;
    z-index: 99;


    -webkit-box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.15);


    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.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;
}

.tableBox {
    background-color: #FFFFFF;
    padding: 15px;
    max-width: 770px;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 19px 7px rgba(0, 0, 0, 0.15);
}

.tableCenik {
    border: 1px solid #d7a86f;
}



.tableCenik th,
.tableCenik td {
    /*    font-family: 'Aniuk';*/
    font-weight: bold;
    color: #8e3301;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}


.tableCenik td {
    color: #8e3301;
    font-size: 16px;
    text-align: right;
}

@media only screen and (min-width : 768px) {

    .tableCenik th,
    .tableCenik td {
        font-size: 18px;
        padding: 20px 15px 20px 15px;
        border: 1px solid #d7a86f;
    }

    .tableCenik td {
        font-size: 20px;
    }
}

.tableCenik {
    background-color: #FFFFFF;
}

.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;
}


.social {
    margin-top: 16px;
}

.social a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 42px;
    width: 42px;
    background-color: #d7a86f;
    float: left;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.25s;
}

.social a:HOVER {
    background-color: #d7a86f;
}

.socialFacebook {
    background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialYoutube {
    background-image: url(../pcs/pcs_layout/youtube.svg);
}

.socialInstagram {
    background-image: url(../pcs/pcs_layout/instagram-icon.svg);
}

/* rezergvace */

.regForm {
    /*max-width: 790px;
    margin: 0 auto 0 auto; */
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #C8102E;
}

.regForm label {
    font-size: 16px;
    text-align: center;
    display: block;
}

.regForm label span {
    color: Red;
}

.regForm label a {
    color: White;
    text-decoration: underline;
}

.regForm label a:HOVER {
    color: White;
    text-decoration: none;
}

.hint {
    background-image: url(../pcs/pcs_layout/hint.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
}


.regForm {
    max-width: 900px;
    margin: 0 auto;
}

.regForm label {
    color: Black;
    font-size: 14px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.regForm input,
.regForm textarea {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid white;
    background-color: White;
    color: black;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;


    -webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.05);

}

.regForm textarea {
    min-height: 85px;
}

.checkBox {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

input.submitForm {
    margin-top: 30px;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 26px;
    width: 240px;
    height: 72px;
    line-height: 72px;
    background-color: #8e3301;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

}

input.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

input.submitForm:HOVER {
    background-color: White;
    color: #8e3301;
    text-decoration: none;
}


.kontaktMapa {
    min-height: 580px;
    background-image: url(../pcs/pcs_layout/google-mapa.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.kontaktMapa .container {
    min-height: 580px;
}

.kontaktBox {
    max-width: 520px;
    background-color: #eee2de;
    padding: 42px;

    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.kontaktText {
    font-size: 18px;
    font-size: 20px;
}

.kontaktText a {
    font-size: 18px;
    font-size: 20px;
    color: Black;
    text-decoration: underline;
}

.link {
    color: Black;
    text-decoration: underline;
}

.link:HOVER {
    color: Black;
    text-decoration: none;
}


.mail2 {display: none!important;}