.search-input {
	padding: 2px 4px;
	color:   #4c4a46;
}

a[target="_blank"]::after { font-family: "Font Awesome 5 Free"; font-size: 10px; font-weight: 900; margin-left: 4px; content: "\f35d";}

p + p {
	margin-top: 16px;
}

strong {
	font-size: 12px;
}

.line {
	margin-top: 16px;
	display: flex;
}

.line > * {
	flex: 1;
}

.line > * + * {
	margin-left: 30px;
}

h3 {
	font-size: 14px;
}

#hledani {
	margin-left: 650px;
}
#hledani label {
	padding: 4px;
	float: left;
	cursor: pointer;
}

.type_icon {
	margin: 0 5px;
}

.top {
	width: 700px;
	display: block;
	float: right;
	margin-right: 60px;
}

#breadcrumb {
	display: flex;
	padding: 4px 0;
	justify-content: flex-end;
	border-bottom: 1px solid rgba(21,21,21,.2);
}

#breadcrumb a:not(:last-child)::after {
	content: '\f101';
	font-family: "Font Awesome 5 Free Solid";
	margin-right: 6px;
	margin-left: 6px;
}

h1 {
	font-size: 28px;
	padding: 6px 0 0;
	margin-bottom: 12px;
}

#container .letecka-prohlidka::after {
	content: none;
}

#container {
	position: relative;
}

#inner, #footer {
	z-index: 2;
	position: relative;
}

#c_pozadi {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

#c_pozadi.fixed {
	position: fixed;
	width: 1000px;
	left: 50%;
	transform: translate(-50%);
}

#c_pozadi .pozadi {
	position: absolute;
	pointer-events: all;
}

#c_pozadi .pozadi::after {
	content: none;
}

#c_pozadi .pozadi.p-1 {
	right: 100%;
	margin-right: -30px;
}
#c_pozadi .pozadi.p-2 {
	left: 100%;
	margin-left: -2px;
}

#c_pozadi img {
	margin:0;
}

@media (min-width: 1100px) {
	body {
		overflow-x: hidden;
	}
}
@media (max-width: 1100px) {
	#c_pozadi {
		display: none;
	}
}