/* === STYLY PRO TITULKU === */

h3.obsnadpis {
    display: none;
}

/* ----- Pravý sloupec ---- */

#port-right {
    padding-top: 0;
    background: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 0px;

    padding-bottom: 10px;

    /*	display: none; */
}

.r-box-facebook {
    padding: 20px 0px;

    /*	display: none; */
}


body .row-bread {
    display: none;
}

/* ----------- sekce 2 až 3 upoutávek na úvodní stránce -------- */
#titlefoto {
    margin-bottom: 30px;
}


#titlefoto h4 {
    font-size: 1.2rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;

}

#titlefoto h4 span::after {
    display: none;
}

#titlefoto h4 span {
    display: block;
    line-height: 30px;
    background-color: #b98a62;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;


}

/* ----- prostedek ---- */
#portmain {
    position: relative;

    clear: both;
    z-index: 99;
    padding-bottom: 1em;
    background: none;
    border-style: none;

}

/* ----- jiná barva pozadí na titulce a podstránkách- prepisuje nastaveni --- */
#port-middle {


    /*	display: none; */

}

/* ----- zmeny olioptik--- */
#port-middle {

    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;

}

#portmain .art-middle .vitem {


    padding-top: 0px;


}

#portmain .art-middle .vypis {

    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*justify-content: center;*/


}

#port-right {


    margin-top: 0;

}

#portmain #port-middle section.s-vypis1 {


    margin-top: 0;

}

#portmain section.r-box {


    margin-top: 0;

}

#portmain section.r-box>h4 {

    padding: 50px 15px;

    background-size: cover;
    border-bottom: 1px none;
    color: white;
    font-size: 1.8rem;

    text-shadow: 2px 2px 4px #000000;

}

#portmain section.r-box:first-of-type>h4 {


    background-image: url(ilustr/ilu7.jpg);



}

#portmain section.r-box:nth-of-type(2)>h4 {


    background-image: url(ilustr/ilu5.jpg);


}

#portmain section.r-box:nth-of-type(3)>h4 {


    background-image: url(ilustr/ilu5a.jpg);


}


#portmain section.r-box>h4:first-of-type::after {

    display: none;

}



#port-right {

    padding-top: 0;


}


.sct-std>h4:first-of-type {


    padding: 30px 15px;
    text-align: center;
    font-size: 2.5rem;
    border: none;
    margin: 0px;
    
}

@media only screen and (min-width: 1023.9px) {
  .sct-std > h4:first-of-type {
    font-family: "allura", sans-serif;
    font-size: 3.33rem;
  }
  #portmain .art-middle .typ-vypis-twins .vsubj {
   font-family: "allura", sans-serif;
    font-size: 2.8rem !important;
}

  #pgsc-uv-top > h4:first-of-type {
    padding: 10px 15px 5px;
   line-height: 3rem;
  
}
}
 #pgsc-uv-top p {
margin-bottom: 10px;
  
}
.s-vypis1>h4:first-of-type::after {

    display: none;

}

#pgsc-uv-top {
    position: relative;
    background-color: white;
    margin: 0px auto;
    max-width: 500px;
    border-radius: 20px;
    padding: 10px;
    z-index: 1;
    border: 3px double #d4b3a3;
    background: #fff8dc;
    box-shadow: inset 0 0 10px rgba(221, 185, 148, 0.5);
    border-radius: 14px;
}

img[src="/pohadkovakovarna/user/ico/calendar-month.png"] {
    border-radius: 0px !important;
}



@media only screen and (min-width: 923px) {

    /* levý obrázek */
    #pgsc-uv-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: -250px;
        /* odsazení mimo box */
        left: -300px;
        width: 300px;
        height: 100%;
        background-image: url("images/cert1.jpg");
        background-repeat: no-repeat;
        background-position: center left;
background-position: center right 25px;

        background-size: contain;
        z-index: -1;
    }

    /* pravý obrázek */
    #pgsc-uv-top::after {
        content: "";
        position: absolute;
        top: 0;
        right: -300px;
        /* odsazení mimo box */
        width: 300px;
        height: 100%;
        background-image: url("images/cert2.jpg");
        background-repeat: no-repeat;
        background-position: center right;
        background-position: center left 25px;
        background-size: contain;
        z-index: -1;
    }



}