
/* === STYLY PRO TITULKU === */

h3.obsnadpis {
	display: none;
}

/* ----- Pravý sloupec ---- */

#port-right {
	padding-top: 0;
	background: rgb(255, 255, 255);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	
/*	display: none; */
}	


body .row-bread {
	display: none;
}

/* ----------- sekce 2 a3 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: 90vh 0 0 0;
    clear: both;
    z-index: 99;
    padding-bottom: 1em;
	background: none;
	border-style: none;
	margin-top: 41.2vw;
}
/* ----- 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 {
   
    
/*	display: none; */
   
}
/* ----- zmeny olioptik--- */
#port-middle {

    padding-top: 0px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
background: rgb(255, 255, 255);
}

#portmain .art-middle .vitem {

  
    padding-top: 0px;
   

}
#portmain .art-middle .vypis {

    padding-top: 0px;
   

}
#port-right {

   
    margin-top: 0;

}

#hornitexttext {

   
   margin-top: 30px !important;
}
/* --------- buttton - posun - alpy--------- */
#posun {
	display: none;
	border: none;
	color: white;
	padding: 14px 14px;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	top: -25px;
	border: solid white 1px;
	width: 50px;
	height: 50px;
	left: 50%;
	transform: translate(-50%, 0%);
	background-color: #717171;
	z-index: 3;
 
}

#posun:hover {

 background-color: #000000;
 transition: 0.8s;
}




#posun::before {
font: normal normal normal 20px/1 FontAwesome;
 content: "\f077";
  position: absolute;
 top: 5px;
  left: 50%;
  transform: translate(-50%, 0%);
}
#posun::after {
font: normal normal normal 20px/1 FontAwesome;
 content: "\f078";
  position: absolute;
 bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0%);
}

/* --------- posun loga COUNTRY --------- */

#header #logo2 {
    position: absolute;
    top: 182px;
    left: 0px;
    width: 253px;
    height: 55px;
    background-image: url(images/logo_2_03.png);
    background-size: contain;
	display: none;
}