/* === STYLY PRO TITULKU === */

h3.obsnadpis {
	display: none;
}

/* ----- Pravý sloupec ---- */

#port-right {
	
	background: rgba(255, 255, 255, 0.9);
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	
}	


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;
margin: 0 0 0 0;
    clear: both;
    z-index: 99;
    padding-bottom: 1em;
	background: none;
	border-style: none;
}
/* ----- skok - zobrazí obsah titulky ---- */


a#jump1 {
    position: absolute;
    background-image: url(images/scroll_03.png);
    display: block;
    left: calc(50vw);
 top: calc(100vw*5/17 - 120px); 

    height: 91px;
    width: 289px;
    z-index: 100;
}

a#jump1 span {
	display: none;
	
}
#C4 {
	display: block;
	padding-top: 150px;
	
}

#C4 span {
	display: none;
	
}
/* ----- jiná barva pozadí na titulce a podstránkách- prepisuje nastaveni --- */
#port-middle {
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.9) !important;
	
   
}

.tableflex tr  {
   display: flex;
   flex-wrap: nowrap;
}

#portmain .tableflex tr img {
	width: 400px;
	min-width: 200px;
 }

@media only screen and (max-width: 1023px) {
	.tableflex tr  {
		
		flex-direction: column;
	 }
  }