html {
	background: #fff;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.5;
	font-family: 'Fira Sans', system-ui, sans-serif;
	color: var(--textColor);
	font-style: normal;
	font-weight: var(--fwL);
}

#page {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	min-height: 100vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 120px;
}

main {
	flex: auto;
	outline: none;
}

h1, h2, h3, h4, h5 {
	margin: 2em 0 1.5rem 0;
	line-height: 1.2em;
	font-weight: var(--fwB);
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: currentColor;
}

h1 {
	font-size: 2.9em;
	margin-top: 1em;
	text-align: center;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1rem;
}

a {
	color: var(--primColor);
	transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.section {
	max-width: 1320px;
	display: block;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
	width: 100%;
}

.section--full {
	max-width: 1910px;
}

header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	transition: transform .2s;
}

.header--fix {
	position: fixed;
	transform: translateY(-100%);
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	z-index: 50;
	background: url(../images/header0.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	padding: 0 60px;
	max-width: 1910px;
	margin: 0 auto;
}

.logo__img {
	display: block;
	height: 75px;
	width: auto;
}

.logo__img.mobile {
	display: none;
	max-width: 100%;
	width: 100%;
	height: auto;
	width: 80px;
}

.logo__link:hover {
	color: white;
	text-decoration: none;
}

.logo__link {
	color: white;
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	max-width: 13rem;
	min-width: 13rem;
}

.logo__text {
	flex: auto;
	font-size: 12px;
	color: white;
	font-weight: 300;
	line-height: 1.2em;
	padding: 0 0 0 15px;
	max-width: 14rem;
	min-width: 14rem;
}

.logo h1 {
	margin: 0;
}

.topBtn:hover, .topBtn:focus {
	color: var(--primColor);
	text-decoration: none;
}

.topBtn {
	cursor: pointer;
	width: 60px;
	height: 70px;
	text-align: center;
	font-size: 18px;
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

.lang {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.lang:before {
	content: ' ';
	display: block;
	height: 1px;
	background-color: white;
	width: 24px;
	order: 2;
}

.lang__item + .lang__item {
	order: 3;
}

.lang__item {
	margin: 0;
	padding: 0;
	order: 1;
}

.lang__link:hover {
	text-decoration: none;
	color: var(--primColor);
}

.lang__link {
	text-decoration: none;
	display: block;
	color: white;
	font-weight: var(--fwB);
	font-size: .9375rem;
	padding: 15px;
}

.content {
	padding: var(--vSpace) 0;
}

.footer .logo {
	max-width: 30%;
	flex: auto;
	padding-right: 40px;
}

.footer .logo__text {
	opacity: .5;
}

.footerBottom {
    text-align: center;
	font-size: .9375rem;
	line-height: 1.2em;
} 

.footerBottom .link {
	color: white;
	text-decoration: none;
}

.footerBottom .link:hover {
	color: var(--primColor);
	text-decoration: none;
}

.ftrNav {
	flex: auto;
}

.nav--ftrNavLvl1 .nav__link:hover, .ftrNav .menu-item > a:hover {
	color: var(--primColor);
	text-decoration: none;
}

.nav--ftrNavLvl1, .ftrNav .menu {
	display: flex;
	flex: auto;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.ftrNav .sub-menu {
	padding: 0;
	margin: 0;
}

.nav__item--ftrNavLvl1, .ftrNav .menu-item {
	padding: 0 20px 15px 0;
	flex: auto;
	min-width: 6em;
}

.ftrNav .sub-menu .menu-item {
	padding: 0;
}

.nav__link--ftrNavLvl1, .ftrNav .menu-item > a {
	display: flex;
	flex: auto;
	padding: 8px 0;
	align-items: center;
	line-height: 1.25em;
	color: white;
	text-align: left;
	text-decoration: none;
}

footer .section {
	background: #000;
	color: white;
}

.footer {
	display: flex;
	padding: 60px 0 45px 0;
}

.footerBottom {
    padding: 30px 0 45px 0;
}

.pageHeader img, .pageHeader video {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	height: 100%;
	min-height: 300px;
}
 
.pageHeader {
	position: relative;
	max-width: 1910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	object-fit: cover;
}

.textContent {
	max-width: 1200px;
}

.level, .cnt {
	background: url(../images/kapky.png) center 0 no-repeat;
	padding-top: 150px;
}

.subPage {
	background: url(../images/kapky.png) center 0 no-repeat;
}

.level .content {
	padding-top: 0;
}

.cnt {
	border-top: 1px solid var(--bdrColor);
}

.photogalleryList, .ngg-galleryoverview {
	display: flex;
	flex-flow: row wrap;
	max-width: 1910px;
	margin: 0 auto;
	padding: 15px 0;
}

.photo, .ngg-gallery-thumbnail-box {
	width: 33.33333333333333333333333333333333333%;
	padding: 1px 0 0 1px;
	float: left;
	background-color: white;
}

.ngg-gallery-thumbnail {
	border: 0;
    pocition: relative;
}

.ngg-gallery-thumbnail a:hover:before {
	opacity: .6;
}

.ngg-gallery-thumbnail a:before {
	padding: 0;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.72) 60%) 0 100% no-repeat;
	content: ' ';
	display: block;
	opacity: .2;
	transition: opacity .3s;
	z-index: 10;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
    opacity: 1;
}
   
.photo__img img, .ngg-gallery-thumbnail img {
	display: block;
	width: 100%;
	height: auto;    
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
	margin: 0;
	padding: 0;
}

@media (max-width: 639px) {
	.photo, .ngg-gallery-thumbnail-box {
		width: 50%;
	}
}

.bookmarksContent {
	background: var(--bdrColor);
}

.cnt__cont {
	display: flex;
	justify-content: space-between;
	margin: 0 -60px 0 -15px;
	flex-flow: row wrap;
}

.cnt h5 {
	margin-bottom: 10px;
	margin-top: 1.5rem;
}

.cnt__col {
	width: 33.3333333333333333333333333%;
	max-width: 32.5rem;
	padding: var(--vSpace) 15px;
}

.ft {
	font-size: .75rem;
	line-height: 1.8em;
	opacity: .5;
	margin: var(--vSpace) 0;
}

.map {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pageHeader__in {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 15px 15px 15px;
}

.pageHeader__hdr {
	margin: 0;
	color: white;
	font-weight: var(--fwL);
	font-size: 2.19rem;
	line-height: 2em;
}

.pageHeader__hdr strong {
	display: block;
	font-size: 2em;
}

.specHdr span {
	display: block;
	padding: 0 24px;
}

.specHdr {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.specHdr:after, .specHdr:before {
	content: ' ';
	display: block;
	height: 1px;
	width: 44px;
	background: var(--primColor);
}

.bookmarkTextContent {
	padding: var(--vSpace) 15px;
}

.bookmarkTextContent__in > h2:first-child {
	margin-top: 0;
}

.bookmarkTextContent__in {
	background-color: white;
	padding: 60px;
	max-width: 1320px;
	margin: 0 auto;
}

a:hover, a:focus {
	color: var(--secColor);
	text-decoration: underline;
}
