/*
    PATH for webkit, automatic sizing 
    https://stackoverflow.com/questions/3226001/some-font-sizes-rendered-larger-on-safari-iphone
*/
html, body {
	-webkit-text-size-adjust: none;
}

html, body {
    margin: 0px;
    font-family: 'Quicksand', sans-serif;

    box-sizing: border-box;
}


/* Work Sans font */
.ws {
    font-family: 'Work Sans', sans-serif;
}

.perexstyle {
    font-size:16px;line-height:150%;font-weight:600;
}

.defaulttextstyle {
    line-height:155%;
    font-size:12.5px;
}

.defaulttextstyle2 {
    line-height:155%;
    font-size:16px;
}

.quadrotextstyle {
    line-height:155%;
    font-size:11px;
}

.contentWidth {
    text-align: left;
/*    background: #EEEEEE;*/
}

.bg_zlata_20perc {
    background: #FEF9F0;
}

.bg_zlata2 {
    background: #fdf3e2;
}

@media all and (max-width: 1023px) {
    .contentWidth {
        width: 100%;
    }    
}

@media all and (min-width: 1024px) {
    .contentWidth {
        width: 960px;
    }
}


/* ----- */

@media all and (max-width: 899px) {
    .contentShrinker {
        padding-left: 40px;
        padding-right: 40px;
    }
    .contentShrinkerSmaller {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (min-width: 900px) {

    .contentShrinker {
        padding-left: 120px;
        padding-right: 120px;
    }
    .contentShrinkerSmaller {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* ======== TopMenu ========= */
.topMenu {
    position: fixed;
    z-index: 2;
}

.topMenuBg {
    position: fixed;
    height: 110px;
/*    opacity: 0.60;
    filter: alpha(opacity =60);*/
}

.topMenu .menuItem {
/*    padding-left:20px;*/
    padding-left:18px;
    padding-right:0px;
    padding-top: 37px;
/*    display: inline-block;*/
    font-weight: bold;
    letter-spacing: 0.5px;
/*    letter-spacing: 1px;*/
    float:left;
/*    font-size: 15px;*/
    font-size: 14px;

}

.topMenu .menuItem a {
    padding-bottom:3px;
    text-decoration: none;
    color: #000000;
}

.topMenu .active a {
    border-bottom: 2px solid black;
}

/* mobile/desktop switch */
@media all and (min-width: 980px) {
    .topMenu .mobile {
        display:none;
    }
}
@media all and (max-width: 979px) {
    .topMenu .desktop {
        display:none;
    }
}

/* Kontakty miznou jeste desktopu*/
@media all and (min-width:700px) and (max-width: 999px) {
.menukontakty {
    display:none;
}
}

/* --- small menu mobile --- */
.smallmenumobile {
    margin-left: auto;
    margin-right: auto;
    background: #fdf3e2;

}

.smallmenumobile_item {
    border-bottom: 1px solid black;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

/*
.smallmenumobile_item:hover {
    background: #F8DCA7;
}
*/
/* ======== TopIntro ========= */
.topIntro {


 
    /*    height: 540px; */
    min-height: 100vh;
    color: #FFFFFF;

}

.topIntroImgBack {
height:100vh;

    background-image: url("/img/carousel_big/Foto1.jpg");
    background-size: cover;

/*    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;*/

    width:100%;
    position:fixed;
    z-index: -100;

}

.topIntroContainer {
    text-align: center;
}

.topIntro .header1 {
    text-transform:uppercase;
    font-weight:900;
    letter-spacing:4px;

    padding-top: 42vh;
}

@media all and (max-width: 599px) {
    .topIntro .header1 {
/*        padding-top:130px;*/
        font-size:36px;
    }
}


@media all and (min-width:600px) and (max-width: 799px) {
    .topIntro .header1 {
/*        padding-top:150px;*/
        font-size:48px;
    }
}

@media all and (min-width: 800px) {
    .topIntro .header1 {
/*        padding-top:220px;*/
        font-size:72px;
    }
}

.topIntro .header2 {
    width:80%;margin: 20px auto; 
}

/* ========= Penzion ========= */
/* float 50% */
@media all and (max-width: 599px) {
    .penzion .l {
        display:none;
    }

    .penzion .r {
        width:100%;
        box-sizing: content-box;
        text-align: center;
    }
}
@media all and (min-width: 599px) {
    .penzion .l {
        float: left;
        box-sizing: content-box;
    }
    .penzion .r {
        box-sizing: content-box;
    }
    
}
/* ---- */
@media all and (max-width: 599px) {
    .penzion .posimg {
        padding-top:43px;padding-bottom:43px;
    }
    .penzion .postext {
        padding-top: 45px;padding-bottom:50px;
    }
}

@media all and (min-width: 600px) and (max-width: 899px) {
    .penzion .posimg {
        padding-right:36px;padding-top:100px;padding-bottom:86px;
    }
    .penzion .posimg img {
        width: 240px;
    }
    .penzion .postext {
        padding-top: 90px;padding-bottom:100px;
    }
}
@media all and (min-width: 900px) {
    .penzion .posimg {
        padding-right:72px;padding-top:100px;padding-bottom:86px;
    }
    .penzion .posimg img {
        width: 360px;
    }
    .penzion .postext {
        padding-top: 90px;padding-bottom:100px;
    }
}

/* ========== Penzion 2 ========= */
@media all and (max-width: 799px) {
    .penzion_two .l {
        width:100%;
        box-sizing: content-box;
    }

    .penzion_two .r {
        width:100%;
        box-sizing: content-box;
    }
}
@media all and (min-width: 800px) {
    .penzion_two .r, .penzion_two .l {
        float:left;
        width:50%;
        box-sizing: content-box;
    }
}



/* hiding carousel */
@media all and (min-width: 800px) {
    .carousel_alt {
        display: none;
    }
}

@media all and (max-width: 799px) {
    .carousel {
        display:none;
    }
    .carousel_topimage {
        display:none;
    }
    .carousel_topimage_icon {
        display:none;
    }
}


/* ---- */
@media all and (max-width: 799px) {
    .penzion_two .posimg {
        padding-top:0px;padding-bottom:43px;
    }
    .penzion_two .postext {
        padding-top: 45px;padding-bottom:50px;
    }
}

@media all and (min-width: 800px) and (max-width: 899px) {
    .penzion_two .posimg {
        padding-left:18px;padding-top:46px;padding-bottom:86px;
    }
    .penzion_two .postext {
        padding-right:18px;padding-top: 50px;padding-bottom:100px;
    }
}
@media all and (min-width: 900px) {
    .penzion_two .posimg {
        padding-left:36px;padding-top:86px;padding-bottom:86px;
    }
    .penzion_two .postext {
        padding-right:36px;padding-top: 90px;padding-bottom:100px;
    }
}

@media all and (max-width:749px) {
    .pokoje_titlebr {
        display:block;
        height: 5px;
    }
    .pokoje_pad {
        height:10px;
        display:block;
    }
}
@media all and (min-width:750px) {
    .pokoje_pad {
        padding-left:50px;
    }
    .pokoje_title {
        padding-right:25px;
    }
}
/* ===== Quadro =====*/
.zazijteunas {
/*    background: #FEF9F0;*/
/*    background: #FFFFFF;*/
}

/* na telefonu shovat vysledek 5,6,7,8 */
@media all and (max-width:799px) { 
    .quadroitem_5, .quadroitem_6, .quadroitem_7, .quadroitem_8 {
        display:none !important;
    }
}

.quadroitem {
    background: #FFFFFF;
    width:158px;
/*    height:398px; */
    position:relative;

    display: inline-block;
    margin-right:8px;
    margin-left:8px;
    margin-bottom: 16px;

    vertical-align: top;


    -webkit-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
}

.quadroitem .img {
    width:158px;

}

.quadroitem .placer {
    padding: 12px 22px;
}

.quadroitem .title {
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;

    /*    font-variant: small-caps;*/
    /*    font-size: 25px; */
    /* line-height: 90%; */

    text-transform: uppercase;
    font-size: 20px;
    line-height: 120%;
}

.quadroitem .text {
    padding-top:15px;
    text-align: center;
}

.quadroitem .buttonplacer {
    position: absolute;
    bottom: 18px;
    width: 158px;
    text-align: center;
}

/* ========= Oppidium ======== */
.oppidium {
    padding-top: 46px;
}

@media all and (max-width: 949px) {
    .oppidium .placer {
        width: 100%;
        text-align: center;
    /*    background: #FFFFFF;*/
 /*       padding-left:30px;*/
        padding-bottom:30px;
    }
    .oppidiumImage {
        display: none;
    }
}


@media all and (min-width: 950px) {
    .oppidium .placer {
        width: 40%;
    /*    background: #FFFFFF;*/
        padding-left:30px;
        padding-bottom:30px;
    }    
}


.oppidium .title {
    font-size: 48px;
    font-weight: bold;
}

.oppidium .text {
    padding-top: 20px;
}

/* ========= Calendar ======== */
.calendar {
    background: #FEF9F0;
}

.calendar .title {
    padding-top: 64px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.calendar .calplacer {
    padding-top: 34px;
}


.calendar_btn_white {
    background: #FFFFFF;

    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

    display:inline-block; /* need width and height */
    color: #000000;
    width: 15px;
    padding: 6px 6px;
    margin: 6px 5px;
    font-weight: bold;

    font-size:12px;

    text-align:center;
}


/* ========= Footer ========= */

.footer {
    background: #333333;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
/*    height: 132px;*/

    line-height:170%;
    letter-spacing: 1px;
}


.footer .positioner {
    padding: 28px 20px;  
}



/* footer bold */
.footer b {
    color: #DCB262;
}

.footer .sectionEBr {
    display: none;
}


@media all and (max-width:349px) {
    .footer .sectionA {
        display:none;
    }
    .footer .sectionB {
        padding-top:10px;
    }
    .footer .sectionC {
        padding-top:10px;
    }
    .footer .sectionD {
        padding-top:10px;
    }
    .footer .sectionE {
        padding-top:20px;
    }
    .footer .sectionF {
        padding-top:20px;
    }
}

@media all and (min-width: 350px) and (max-width:499px) {
    .footer .sectionA {
        display:none;
    }
    .footer .sectionB {
        float:left;
        width:50%;
    }
    .footer .sectionC {
        float:right;
    }
    .footer .sectionD {
        clear:both;
        padding-top:20px;
    }
    .footer .sectionE {
        padding-top:20px;
    }
    .footer .sectionF {
        padding-top:20px;
    }
}


@media all and (min-width:500px) and (max-width:999px) {

    .footer .positioner {
    }

    .footer .sectionA {
        display:none;
    }
    .footer .sectionB {
        float:left;
        width:33%;
    }
    .footer .sectionC {
        float:left;
        width:33%;
    }
    .footer .sectionD {
        float:left;
        width:33%;
    }
    .footer .sectionE {
        padding-top:20px;
        float:left;
        width:66%;
    }
    .footer .sectionF {
        padding-top:20px;
        float:left;
        width:33%;
    }
}

@media all and (min-width:1000px) {
    .footer .sectionEBr {
        display: inline;
    }

    .footer .sectionA {
        float:left;width:13%;
    }
    .footer .sectionB {
        float:left;width:13%;padding-top:18px;
    }
    .footer .sectionC {
        float:left;width:17%;padding-top:18px;
    }
    .footer .sectionD {
        float:left;width:17%;padding-top:18px;
    }
    .footer .sectionE {
        float:left;width:32%;padding-top:18px;text-align:right;
    }
    .footer .sectionF {
        float:left;width:8%;padding-top:16px;text-align:right;
    }
}

/* ========= Generic ========= */

.btn_white:hover, .btn_lightyellow:hover, .btn_quadro:hover, .btn_white_1letter:hover {
    background: #F8DCA7; 
}

.btn_white, .btn_yellow, .btn_lightyellow {
    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

    color: #000000;
    padding: 6px 40px;
    font-weight: bold;

    font-size:14px;
    letter-spacing: 0.5px;
    line-height: 42px;
}

.btn_white {
    background: #FFFFFF;
}

.btn_yellow {
    background: #F8DCA7;
}

.btn_lightyellow {
    background: #FDF3E2;
}

.btn_quadro {
    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

    color: #000000;
    padding: 6px 20px;
    font-weight: bold;

    font-size: 10.3px;
    background: #FDF3E2;

}

.btn_quadro_white {
    letter-spacing:0.5px;
    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

    color: #000000;
    padding: 6px 20px;
    font-weight: bold;

    font-size: 10.3px;
    background: #FFFFFF;

}

.btn_quadro_white:hover {
    background: #F8DCA7;
}

/* https://codepen.io/vkjgr/pen/VYMeXp */
select {

    /* styling */
    background-color: white;
/*    border: thin solid blue;*/
/*    border-radius: 4px;*/
    display: inline-block;
/*    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;*/
  
    /* reset */
  
/*    margin: 0;      */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  
select.classic {

    background-image:
      linear-gradient(45deg, transparent 50%, #f3c56c 50%),
      linear-gradient(135deg, #f3c56c 50%, transparent 50%),
      linear-gradient(to right, #FEF9F0, #FEF9F0);

    background-position:
      calc(100% - 15px) calc(13px),
      calc(100% - 10px) calc(13px),
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      30px 40px;
    background-repeat: no-repeat;
  }
  
  /*
  select.classic:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      linear-gradient(to right, gray, gray);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
  }
*/
  

/* =============== Rezervace ================= */
@media all and (max-width:499px) {
    .rezervace_input {
	box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;

        width: 80% !important;
        margin: 0px !important;
    }
    .rezervacefitter {
        padding: 0px 30px !important;
        margin: 0px !important;
    }
    .rezervace_fitter {
        padding: 3px 0px !important;
        margin: 0px !important;
    }
}

.rezervace_input {
    border: 2px solid #f3c56c;
    padding: 6px 16px;

    font-size: 11px;

    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

    background: #FFFFFF;

    font-family: 'Work Sans', sans-serif;

}

.rezervace_fitter {
    width:195px;display:inline-block;
}

.rezervace_input::placeholder {
    color: #000000;
}

.rezervace_tl {
    padding-right:0px;
    font-weight:bold;
}

@media all and (min-width: 900px) {
    .rezervace_tl {
        padding-left: 50px;
        display: inline-block;
    }
}

@media all and (max-width: 899px) {
    .rezervace_tl {
        padding-top: 15px;
    }
}

.rezervacefitter {
    text-align:center;padding-top:0px;
}
@media all and (min-width:1000px) {
    .rezervacefitter {
        padding-left:90px; padding-right:90px; 
    }
}
@media all and (max-width:9999px) {
    .rezervacefitter {
        padding-left:10px; padding-right:10px; 
    }
}

/* ---- */
.btn_white_1letter {
    background: #FFFFFF;

    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

    color: #000000;
    padding: 8px 8px;
    margin: 0px 5px;
    font-weight: bold;

    font-size:12px;

    display:inline-block; /* need width and height */
    width: 15px;

    text-align: center;

}

.btn_yellow_1letter {
    background: #F8DCA7;

    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

    color: #000000;
    padding: 8px 8px;
    margin: 0px 5px;
    font-weight: bold;

    font-size:12px;

    display:inline-block; /* need width and height */
    width: 15px;

    text-align: center;

}

.mediaicon {
    font-size: 14px;
    width: 14px;
    text-align:center;

    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

    border: 1px solid white;
    padding: 4px;
    margin-bottom: 8px;


}


/* ----------------------------------- */
/* Round CheckBox */
 /* The switch - the box around the slider */
 .switch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 6px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {display:none;}
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    color: #FFFFFF;
    border: 2px solid #F8DCA7;
    font-size: 12px;
    font-weight: bold;
    padding-top:2px;
  }
  /*
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  */
  
  input:checked + .slider {
/*    background-color: #F8DCA7;*/
    color: #000000;
  }
  
  /*
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  */
  
  /*
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  */
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


/* ----------------------------------- */

@media all and (max-width: 899px) {
    .showfrom900 {
        display: none;
    }
}

@media all and (min-width: 900px) {
    .hidefrom900 {
        display: none;
    }
}

@media all and (max-width: 499px) {
    .showfrom500 {
        display: none;
    }
}

@media all and (min-width: 500px) {
    .hidefrom500 {
        display: none;
    }
}


.sidebox {
    box-sizing: content-box;

    background: #FFFFFF;
    width: 128px;
    padding: 20px;

/*    height:398px; */
    position:relative;

    display: inline-block;
    margin-right:8px;
    margin-left:8px;
    margin-bottom: 16px;

    vertical-align: top;


    -webkit-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
}


@media all and (max-width: 749px) { 
    .hrncir_floater {
    /*    float: right;*/
    /*    padding-left:72px;*/
    /*    padding-top:10px;*/
    }

    .hrncir_floater .i {
        width: 100%;
    }

    .hrncir_text { 
        width: 100%;
    }

    .hrncir_text_2 { 
        width: 100%;
    }



}


@media all and (min-width: 750px) { 
    .hrncir_floater {
        float: right;
        padding-left:72px;
        padding-top:10px;
        padding-bottom:20px;
    }
    .hrncir_text { 
        width: 300px;
    }
    .hrncir_text_2 { 
        width: 300px;
    }
}

.hrncir_floater img {
    width: 100%;
    margin-bottom:20px;

    -webkit-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);

}







@media all and (min-width: 750px) { 
    .hrncir_floater_full {
        float: right;
        padding-top:10px;
        padding-bottom:20px;
    }
}

.hrncir_floater_full img {
    width: 100%;
    margin-bottom:20px;

    -webkit-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.19);

}





/* ---------- Rezervace Pokoj Preview --------- */
.rezervace_pokoj_preview {
    padding-top:40px;
}

/*
.pokoj_preview_img {
    width: 360px; height: 250px; padding: 0px 5px;
}
*/


@media all and (max-width: 799px) {
    .rezervace_pokoj_preview .text {
        width: 100%;
    }
    .rezervace_pokoj_preview .img {
        width: 100%;
/*        float: right;
        padding-left: 72px;*/
    }

}

@media all and (min-width: 800px) { 
    .rezervace_pokoj_preview .text {
        width: 50%;
    }
    .rezervace_pokoj_preview .img {
        width: 50%;
        float: right;
        margin-top: -25px;
    }
    .rezervace_pokoj_preview .img .fitter {
        padding-left:72px;
    }
    

}


/* ----- Break ---- */
@media all and (max-width: 749px) {
    .break750 {
        display:block;
    }
}

@media all and (max-width: 999px) {
    .break1000 {
        display:block;
    }
}



@media all and (min-width: 1000px) {
    .nobreak1000 {
        display:block;
    }

}

/* ------------------------------------------- */
@media all and (min-width:800px) {
    .TipyNaVyket_text_Fitter {
        width:420px;
    }
}
@media all and (max-width:799px) {
    .TipyNaVyket_text_Fitter {
        width:100%;
    }

    .sidebox { display:none !important; }
}

.TipyNaVyletTopImage {
    padding-bottom: 60px;
}


@media all and (min-width:800px) {
.TipyNaVyletTopImage {
    width: 710px;
}
}
@media all and (max-width:799px) {
    .TipyNaVyletTopImage {
        width:100%;
    }
}


/* -------------- Submit button -------------- */
.submit_button {
    font-family: 'Quicksand', sans-serif;


    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 

    color: #000000;
    padding: 7px 30px;
    margin: 0px;
    font-weight: bold;

    font-size:14px;
    letter-spacing: 0.5px;


    background: #F8DCA7;

    -webkit-appearance: none;

    text-decoration: none;
    border: 0px solid #E40513;

}



.langselect a {
    text-decoration: none;
    color: #000000;
}