/* ----- Tabulky -----*/

table {
	box-sizing:border-box;
}

table th {
	text-align:left; 
	vertical-align:middle; 
	font-weight:400;
}

table, table th, table td { 
	border-collapse:collapse; 
	border-spacing:0; 
	vertical-align:top;
}

/* ----- Tabulky - pro urad -----*/
.oblok table {
	border: 1px solid #dddddd;
	width: 100%;
	margin: 20px 0px;
}

.oblok table td, th {
  border: 1px solid #dddddd;
  text-align: left;
 padding: 5px;
}

.oblok table tr:nth-child(even) {
  background-color: #f2f2f2;
}




/* ------ Buttony ------ */
/* button, button-s, button-m, button-l, button-xl */

[class^="button-"], [class*=" button-"], .button {
/*	-moz-box-shadow: inset 0px 1px 0px 0px #2eb2a0;
	-webkit-box-shadow: inset 0px 1px 0px 0px #2eb2a0;
	box-shadow: inset 0px 1px 0px 0px #2eb2a0;  */
	background-color: #2a94d7;
/*	border: 1px solid #17445E;  */
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 0.33em 1.66em;
	text-decoration: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/* margin-bottom: 0.33em; */
}

[class^="button-"] a, [class*=" button-"] a, .button a {
	color: inherit !important;
}

[class^="button-"]:hover, [class*=" button-"]:hover, .button:hover {
	 background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);  
	background-color: #36645e;
}

.button-s {
	font-size: 0.7em !important;
}

.button-m {
	font-size: 0.85em !important;
}

.button-l {
	font-size: 1em !important;
}

.button-xl {
	font-size: 1.2em !important;
}
/* ------------*/
#horniovladani .textver span  {
  
display: inline-block;
text-transform: none;
color: white;
text-decoration: underline;
  }
  
 /* #horniovladani .textver1   {
  
position: absolute;
right: 0px;
top: 25px;
width: auto;
font-size: 0.8em;
  }*/
  
#header  #horniovladani {
   
  top: 1px; 
   
}

#horniovladani li:nth-of-type(5) a span  {
  
display: inline-block;
text-transform: none;
color: #333;
text-decoration: underline;
  }
  
  #horniovladani li:nth-of-type(5)   {
  
position: absolute;
right: 0px;
top: 24px;
width: auto;
font-size: 0.8em;
  }
  
    #horniovladani li:nth-of-type(5) i  {
  
display: none;
  }
  
  #horniovladani li a {
    color: #333;
  
}

#port-right .raitem span {
 

display: inline-block;
padding: 7px 8px 7px 8px;
}

#port-right .raitem span>span {
  
    float: none;
  font-size: 80%;
   
}



#port-right .raitem a {
   
}




#counter {
    background-color: #595959;
}

.dropbtn {
 background-color: #207813;
  color: white;
  padding: 3px 8px;
  font-size: 20px;
  border: none;
  margin: 0 1px;
}

/* --- bocni ikony --- */

#port-right .raitem {
   padding: 0px 0px;
   
}

#port-right .raitem {
  
  background-color: #eaf2d8;
border-bottom: solid 1px #bccea2;
color: #213956;
font-weight: bold;
}


#port-right .raitem span {
  color: #fff;
background-color: #b36e23;
line-height: 1em;

width: 20px;
text-align: center;

}

#port-right .raitem a {
    
   
   color: #006328;
}

#port-right .raitem img {
      
  
}
/* --- dotazovaci formular ---- */

.email_form_inner textarea, .email_form_inner input, .email_form_inner button, .email_form_inner select {
	font-family: inherit; 
	font-size: inherit;
}

.email_form_inner .popisek {
	display: none;
}

.email_form_inner .reset {
	display: none;
}

.email_form_inner .polozka {
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #B0B0B0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	margin-bottom: 6px;
		border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 90%;

}

.email_form_inner .polozka-jmeno, .email_form_inner .polozka-email {
	width: 70%;
}

.email_form_inner .polozka:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}

.email_form_inner textarea{
	width: 100%;
}

.email_form_inner input[type="button"], 
.email_form_inner input[type="submit"] {
/*	-moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
	box-shadow: inset 0px 1px 0px 0px #3985B1;
	background-color: #216288;
	border: 1px solid #17445E;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 8px 18px;
	text-decoration: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; */
}

.email_form_inner input[type="button"]:hover, 
.email_form_inner input[type="submit"]:hover {
/*	background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
	background-color: #28739E; */
}

.email_form_inner ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555555;
}

.email_form_inner :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555555;
   opacity:  1;
}

.email_form_inner ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555555;
   opacity:  1;
}

.email_form_inner :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #555555;
}

/* --- dotazovaci formular v patiece ---- */

.page-footer .email_form_inner .polozka-jmeno, .email_form_inner .polozka-email {
	width: 100%;
}

.page-footer .email_form_inner .polozka {
	background-color: #EEEEEE;
	color: #555555;
}	

.page-footer .email_form_inner .polozka:focus{
	box-shadow: 0 0 5px #B0B0B0;
	border:1px solid #555555;
	color: black;
}

.page-footer .email_form_inner input[type="button"], 
.page-footer .email_form_inner input[type="submit"] {
	background-color: #594a38;
	border: 1px solid #eeeeee;
	color: white;
	box-shadow: inset 0px 0px 0px 0px #eeeeee;
	
}

/* ------------- UBYTOVAVACI (REZERVAENÍ) FORMULAR ------------------- */

.ubytform {
	font-size: 100%;
}

.ubytform textarea, .ubytform input, .ubytform button, .ubytform select {
	font-family: inherit; 
	font-size: inherit;
}

.ubytform textarea {
	width: 100%;	
}

.ubytform .reset {
	display: none;
}

.ubytform .hodnota input, .ubytform .hodnota select, .ubytform .hodnota textarea {
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #B0B0B0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	margin-bottom: 6px;
		border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 90%;

}

.ubytform .hodnota:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}

.ubytform .dradek {

}

.ubytform .popisek {
	width: 110px;
	display: block;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
}

.ubytform .buttony {
	padding-top: 1em;
	text-align: left;
	padding-bottom: 1em;
}

.ubytform .buttony input {
	margin-top: 5px;
	font-size: 90%;
	margin-left: 10px;
	margin-right: 10px;
}

.ubytform select {
	margin-top: 5px;
	/* font-size: 90%; */
	border: 1px solid silver;
}


.ubytform .buttony input.submit {
	font-weight: bold;
}
/* -------------------- doformatovava - sled obrazku  ---------------- */

.ai-blok-imggal>.inn  {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap:10px;
}
.ai-imggal, .ai-imgfile {
 
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 5px;
  
}
.ftg_item .ftg_img a img, .ai-imggal .ai-cover a img, .ai-imggal .ai-file a img {
  display: block;
}
@media only screen and (max-width: 800px) {
	.ai-blok-imggal>.inn  {

grid-template-columns: 1fr 1fr;

}
	}
	@media only screen and (max-width: 480px) {
	.ai-blok-imggal>.inn  {

grid-template-columns: 1fr;

}
	}
