/* -- start setup -- */
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
*/

* {
    font-family: 'Open Sans', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #565756;
}

.topLogo,
h1,
h2,
h3,
h4,
.title,
.title span,
.newsTitle,
.headerTitle,
.topMenu li a,
#uspesne_odeslani,
.columTitle,
.tableCenik td,
.tipVyletTitle,
.kontaktBoxTitle,
.footerLogo,
.navbarTogglerButton {
    font-family: 'Playfair Display', serif;
}

.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;
}

body {
    background-color: White;
}



.header {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
    position: relative;
    background-color: White;
}

@media (min-width: 992px) {
    .header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.topPlace {
    background-image: url(../pcs/pcs_layout/map-marker.svg);
    background-position: center left;
    background-repeat: no-repeat;
    line-height: 30px;
    padding: 0 0 0 35px;
    color: #383838;
}

.topLogo,
.footerLogo {
    color: #849861;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
}

.footerLogo {
    color: #475C23;
}

.topPhone {
    background-image: url(../pcs/pcs_layout/phone-call.svg);
    background-position: center left;
    background-repeat: no-repeat;
    line-height: 30px;
    padding: 0 0 0 35px;
    color: #383838;
}

@media (min-width: 992px) {
    .topPhone {
        padding: 0 0 0 40px;
        float: right;
    }
}

.topPhone strong {
    color: #383838;
}

@media (min-width: 992px) {

    .topPlace,
    .topLogo,
    .topPhone {
        line-height: 84px;
    }
}

.headerContent {}

.topLogo {}

.topMenu {
    line-height: 50px;
    background-color: #EEF0E9;
    z-index: 1;
    position: relative;
}

.navbarTogglerButton {
    text-align: center;
    line-height: 50px;
    color: black;
    font-weight: bold;
    width: 100%;
}

.topMenu .navbar,
.topMenu .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .topMenu li {
        background-image: url(../pcs/pcs_layout/top-menu-dot.png);
        background-position: center left;
        background-repeat: no-repeat;
    }

}


/*@media (min-width: 768px) { */
.topMenu li a {
    color: #383838;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width: 768px) {
    .topMenu li a {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .topMenu li a {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .topMenu li.firstLink {
        background-image: none;
    }
}

@media (min-width: 992px) {
    .topMenu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .topMenu li a {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1600px) {
    .topMenu li a {
        margin-left: 22px;
        margin-right: 22px;
    }
}

.topMenuFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
}

/*
.videoHeader {
    min-height: 1038px;
    min-height: 900px;
    background-image: url(../pcs/pcs_layout/foto-vesnice.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25%;
    background-color: #849861;
}
*/
.videoHeader {
    position: relative;
    background-color: #849861;
    height: 75vh;
    height: 45vh;
    /*min-height: 25rem;*/
    width: 100%;
    overflow: hidden;
}

.videoHeader video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.headerContent {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    z-index: 50;
}
.button {
    display: block;
    border: 4px solid #e8aa8c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 500;
    display: block;
    color: White;
    font-size: 16px;
    width: 162px;
    height: 58px;
    line-height: 50px;
    font-weight: bold;
    background-color: #E16529;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #c24e16;
}

.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;
    }
}

.contentCol {
    background-color: #FAF8F5;
}

.greenBox {
    background-color: #849861;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contentCenik {}

.contentChalupa {
    background-image: url(../pcs/pcs_layout-intro/o_chalupe-bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #EEF0E9;
}

.contentRezervace {
    background-image: url(../pcs/pcs_layout/rezervace-bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #EEF0E9;
}

.contentMap {
    background-color: #EEF0E9;
}

@media only screen and (min-width : 992px) {
    .arrow {
        background-image: url(../pcs/pcs_layout/corner-green.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        width: 206px;
        height: 66px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -103px;
    }

    .arrow2 {
        background-image: url(../pcs/pcs_layout/corner-2.jpg);
    }
}


.title {}


h1 {}


h2 {
    color: #383838;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 26px;
        line-height: 33px;
    }
}



h3 {}


h4 {}


.text {
    color: #565756;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.text strong {
    color: #565756;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.titleText {
    color: #565756;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.maxW625 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.maxW970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.maxw780 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.columTitle {
    color: #3A4821;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
}

@media only screen and (min-width : 480px) {
    .columTitle {
        font-size: 27px;
        line-height: 30px;
    }
}

@media only screen and (min-width : 768px) {
    .columTitle {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 992px) {
    .columTitle {
        font-size: 37px;
        line-height: 42px;
    }
}

@media only screen and (min-width : 1200px) {
    .columTitle {
        font-size: 40px;
        line-height: 48px;
    }
}



.odd {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
    width: 60px;
    background-color: #A7B78A;
}


.oddCenter {
    margin-left: auto;
    margin-right: auto;
}


.columText {
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.oddLine {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background-color: #C3AB80;
}

.imgShadow {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
}

.newsTitle {
    color: #383838;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 24px;
}

@media only screen and (min-width : 480px) {
    .newsTitle {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (min-width : 768px) {
    .newsTitle {
        font-size: 22px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 992px) {
    .newsTitle {
        font-size: 24px;
        line-height: 42px;
    }
}

@media only screen and (min-width : 1200px) {
    .newsTitle {
        font-size: 27px;
        line-height: 48px;
    }
}

.newsText {
    color: #565756;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.newsLink {
    /*float: left;*/
    display: inline;
    color: #E16529;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 3px;
    border-bottom: 2px solid #E16529
}

.newsLink:HOVER {
    color: #E16529;
    text-decoration: none;
    border-bottom: 2px solid Black;
}

.tableCenikBox {
    margin-top: 50px;
    border-top: 4px solid #849861;
    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;

}

.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: #6E8348;
    font-size: 16px;
    text-align: right;
}

@media only screen and (min-width : 768px) {

    .tableCenik th,
    .tableCenik td {
        font-size: 16px;
        padding: 20px 0 20px 0;
    }

    .tableCenik th {
        font-size: 18px;
    }
}

h3.formTitle {
    color: #849861;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

@media only screen and (min-width : 480px) {
    h3.formTitle {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (min-width : 768px) {
    h3.formTitle {
        font-size: 22px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 992px) {
    h3.formTitle {
        font-size: 24px;
        line-height: 42px;
    }
}

@media only screen and (min-width : 1200px) {
    h3.formTitle {
        font-size: 27px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {
    h3.formTitle:after {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 70%;
        height: 1px;
        content: '\a0';
        background-color: #D8DBCE;
        margin: 0 0 0 20px;
    }
}

.form {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.poptavkaForm label {
    color: #565756;
    margin-top: 15px;
}

.poptavkaForm label span {
    color: #849861;
}

.poptavkaForm input,
.poptavkaForm select,
.poptavkaForm textarea {
    box-sizing: border-box;
    border: 1px solid #849861;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 1px 0 rgba(176, 181, 166, 0.33);
}

.poptavkaForm input.calendar {
    background-image: url(../pcs/pcs_layout/calendar.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.poptavkaForm textarea {
    min-height: 100px;
}

.poptavkaFormLegend {}

.poptavkaForm .formSubmit {
    display: block;
    border: 4px solid rgba(225, 101, 41, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 500;
    display: block;
    color: White;
    font-size: 16px;
    width: 250px;
    height: 58px;
    line-height: 50px;
    font-weight: bold;
    background-color: #E16529;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.poptavkaForm .formSubmit:HOVER {
    color: White;
    text-decoration: none;
    background-color: #DD7359;
}

#uspesne_odeslani {}

.tipVyletTitle {
    color: #383838;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
}

.googleMap {}


.kontaktBox {
    padding-top: 15px;
}

.kontaktBoxIco {
    height: 72px;
    width: 72px;
    background-color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.kontaktBoxIco1 {
    background-image: url(../pcs/pcs_layout/map-marker.svg);
}

.kontaktBoxIco2 {
    background-image: url(../pcs/pcs_layout/mail.svg);
}

.kontaktBoxIco3 {
    background-image: url(../pcs/pcs_layout/phone-call.svg);
}

.kontaktBoxTitle {
    color: #383838;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #849861;
}


.copyright {}

.social {}

.footerSocialFb {}

.footerSocialInstagram {}




body {
    background-color: #f4f4f4;
    padding-top: 50px;


background: url(../pcs/pcs_layout-intro/o_chalupe-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

@media (min-width: 480px) {

    body {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 90px;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 120px;
    }

html,
body {
    width: 100%;
    height: 100%;
}

}

@media (min-width: 1200px) {
    body {
        padding-top: 50px;
        background-size: cover;
    }
}

@media (min-width: 1600px) {
    body {

    }
}

.imgChalupa {
    margin: 25px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    border: 6px solid #FFFFFF;
    background-color: #D8D8D8;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.12);

}

h1 {
    color: #383838;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

@media only screen and (min-width : 480px) {
    h1 {
        font-size: 38px;
        line-height: 44px;
    }
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 46px;
        line-height: 53px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width : 992px) {
    h1 {
        font-size: 54px;
        line-height: 62px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 60px;
    }
}

.chalupa1 h2 {
    color: #849861;
}

.chalupa2 h2 {
    color: #0A559E;
}

.chalupa3 h2 {
    color: #84543C;
}



#infoNew {
    background-color: #e16529;
    padding: 5px 20px;
    color: White;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
}

@media only screen and (min-width : 992px) {
    #infoNew {
        font-size: 20px;

        background-color: #e16529;
        padding: 0 20px;
        line-height: 50px;
        height: 50px;
    }
}



h1 { 
font-size: 24px;  
line-height: 30px; 
margin-bottom: 15px;
}

@media only screen and (min-width : 480px) {
h1 { 
font-size: 30px; 
line-height: 36px; 
}
}

@media only screen and (min-width : 768px) {
h1 { 
font-size: 36px; 
line-height: 42px; 
}
}

@media only screen and (min-width : 992px) {
h1 { 
font-size: 42px; 
line-height: 48px; 
}
}

@media only screen and (min-width : 1200px) {
h1 { 
font-size: 48px; 
line-height: 54px; 
}
}


.introText { 
font-size: 15px;  
line-height: 22px; 
max-width:  1040px;
margin: 0 auto 25px auto;
}

.introText a { 
color:Black;
text-decoration:    underline;
}

@media only screen and (min-width : 480px) {
.introText { 
font-size: 16px; 
line-height: 23px; 
}
}

@media only screen and (min-width : 768px) {
.introText { 
font-size: 17px; 
line-height: 24px; 
}
}

@media only screen and (min-width : 992px) {
.introText { 
font-size: 18px; 
line-height: 30px; 
}
}

@media only screen and (min-width : 1200px) {
.introText { 
font-size: 18px; 
line-height: 32px; 
}
}

.introText * { 
font-size: 15px;  
}

@media only screen and (min-width : 480px) {
.introText * { 
font-size: 16px; 
}
}

@media only screen and (min-width : 768px) {
.introText * { 
font-size: 17px; 
}
}

@media only screen and (min-width : 992px) {
.introText * { 
font-size: 18px; 
}
}

@media only screen and (min-width : 1200px) {
.introText * { 
font-size: 18px; 
}
}

.textPopis {min-height: 200px;}





.velikonoceImg {
    background-image: url(../pcs/pcs_layout/velikonoce.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.silvestrImg {
    background-image: url(../pcs/pcs_layout/silvestr.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.silvestrImg h4, .silvestrImg p, .silvestrImg p strong, .silvestrImg p strong a.link {color:Black !important ;}

.modal-header { border-bottom:none;}
.modal-footer { border-top:none;}
