/* idiot helper */
:root {
	--font-serif: 'Playfair Display',Georgia,"Times New Roman",serif;
	--font-sans-serif: 'Source Sans Pro', sans-serif;
	
	--shadow-1: 0px 0px 24px -7px rgba(0,0,0,0.75);
	--shadow-1-full: 0px 0px 40px -7px rgba(0,0,0,1);
	--shadow-2: 0px 0px 15px -7px rgba(0,0,0,0.75);
	--shadow-2-full: 0px 0px 20px -7px rgba(0,0,0,1);
	
	--oranzova: #db9036;
}

.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.img-fluid {
	max-width: 100%;
	height:auto;
}

#back-to-top.shown {
	border:solid 2px #000;
	border-radius: 100px;
	width:40px;
	height:40px; 
	position:fixed;
	bottom: 10px;
	right:10px;
	display:flex;
	align-items: center;
	justify-content: center;
	background:e20337;
	opacity: 0.2;
	transition: 400ms;
	padding-bottom:3px;
}
#back-to-top IMG {
	position: relative;
	top:-1px;
}
#back-to-top.shown:hover,
#back-to-top.shown:active,
#back-to-top.shown:focus {
	opacity: 1;
	transition: 400ms;
}
.cleaner {
	clear: both;
}
.flex {
	display: flex;
}
.white { 
	color:white!important;
}
.white-bg {
	background-color:white!important;
}

.nowrap {
	white-space: nowrap;
} 
.strong {
	font-weight:700;
}
.semibold {
	font-weight:600;
}
.uppercase {
	text-transform: uppercase;
}
.relative {
	position:relative;
}
.z-index-1 {
	z-index: 1;
}
.cerna {
	color:#000000!important;
}
.oranzova-bg {
	background-color: var(--oranzova);
}
.oranzova {
	color: var(--oranzova);
}

BODY {
	background:white;
	font-size:15px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color:black;
	overflow-x: hidden;
	margin:0;
}
BODY.menu-opened {
	overflow-y:hidden;
}
A {
	text-decoration:none;
}
a:hover,
a:focus {
	color:#e20337!important;
	transition: .3s;
	text-decoration:none;
}
BODY P A {
	color:#0696d6;
	transition: 300ms;
}
BODY P A:hover,
BODY P A:active,
BODY P A:focus {
	color:#e20337!important;
	transition: .3s;
	text-decoration: none;
	transition: 160ms
}


.menu-toggle {
	position: fixed;
	z-index: 2;
	right:15px;
	top:15px;
	background:#0000007d;
	padding:5px 10px;
	color:#fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight:bold;
}
.menu-opened .menu-toggle {
	background:#000000;
}
.menu-toggle>DIV {
	display: flex;
	height:18px;
	flex-direction: column;
	justify-content: space-between;
	margin-left:10px;
}
.menu-toggle>DIV>SPAN {
	height: 2px;
	width:24px;
	background:#fff;
}
.menu .menu-toggle>DIV>SPAN:first-of-type {
	transform: rotate(45deg);
	position: relative;
	top:8px;
}
.menu .menu-toggle>DIV>SPAN:nth-of-type(2) {
	display: none;
}
.menu .menu-toggle>DIV>SPAN:last-of-type {
	transform: rotate(-45deg);
	position: relative;
	top:-8px;
}

.menu {
	z-index:-10;
	opacity: 0;
	transition: opacity .5s;
	position: fixed;
    background: #424242;
    width: 100%;
    height: 100%;
	display: flex;
}
.menu-opened .menu {
	z-index: 10;
	opacity:1;
	transition: opacity .5s;
}
.menu-part {
    min-width: calc(50% - 100px);
    max-width: calc(50% - 100px);
	padding-top:100px;
	padding-left:100px;
}
@media(max-width:991px) {
	.menu-part {
		padding-left:70px;
	}
	.menu-part.left {
		min-width: calc(60% - 100px);
		max-width: calc(60% - 100px);
	}
	.menu-part.right {
		min-width: calc(40% - 100px);
		max-width: calc(40% - 100px);
	}
}
@media(max-width:640px) {
	.menu-part {
		padding-left:40px;
		padding-top:50px;
	}
	.menu-part.right {
		min-width: 40%;
		max-width: 40%;
	}
}
@media(max-width:550px) {
	.menu {
		flex-direction: column;
		height:auto;
	}
	.menu-part {
		min-width: calc(100% - 40px)!important;
		max-width: calc(100% - 40px)!important;
		padding-bottom:50px;
	}
}
.menu-part>SPAN {
	font-size: 16px;
	color:#fff;
	text-transform: uppercase;
	display: block;
	margin-bottom:50px;
	font-weight: 700;
	letter-spacing:2px;
}
@media(max-width:550px) {
	.menu-part>SPAN {
		margin-bottom:30px;
	}
}
.menu-part.left UL,
FOOTER UL {
	list-style: none;
	padding-left:0;
	font-family: var(--font-serif);
	font-size:3vw;
	line-height: 5vw;
}
@media(max-width:550px) {
	.menu-part.left UL {
		font-size: 17px;
		line-height: 25px;
	}
}
.menu-part.left UL A,
FOOTER UL A {
	color:#fff;
}
.menu-part.left {
	background-color: #151515;
}
.menu-obrazek-zamku {
	max-width: 160px;
}
.menu-part.right P,
FOOTER .f-right P {
	color:#fff;
	line-height: 25px;
	margin-top:50px;
	margin-bottom:80px;
}
@media(max-width:550px) {
	.menu-part.right P,
	FOOTER .f-right P {
		margin-bottom:50px;
	}
}
.loga A {
	display: inline-block;
	margin-right:20px;
}
.loga A IMG {
	width: 30px;
}

.homepage-banner {
	position: relative;
	width:100vw;
	height:100vh;
	background-size:cover;
	background-image:url(../img/homepage/homepage-banner-1.jpg);
	background-position:center center;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}
@media(max-width:767px) {
	.homepage-banner {
		height:50vh;
		min-height: 500px;
	}
}
.homepage-banner .overlay {
	position: absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#0000007d;
}
.homepage-banner .text {
	position: relative;
	top:7vw;
	z-index:1;
	background-size:contain;
	background-image:url(../img/homepage/1686.png);
	background-repeat:no-repeat;
	background-position: center center;
	margin:0;
	text-align:center;
	font-family: var(--font-serif);
	text-align:center;
	color:#fff;
	text-transform: uppercase;
}
@media(min-width:1399px) {
	.homepage-banner .text {
		top:130px;
	}
}
@media(max-width:767px) {
	.homepage-banner .text {
		top:12vw;
	}
}
.homepage-banner .text .t1 {
	font-size: 7vw;
    letter-spacing: 4vw;
    line-height: 9vw;
    font-weight: 400;
}
@media(min-width:1399px) {
	.homepage-banner .text .t1 {
		font-size: 96px;
		line-height: 96px;
		letter-spacing:66px;
	}
}
@media(max-width:767px) {
	.homepage-banner .text .t1 {
		font-size: 8vw;
		letter-spacing: 2vw;
		line-height: 13vw;
	}
}
.homepage-banner .text .divider {
	border-bottom: solid 3px #fff;
	width:40vw;
	margin-left:auto;
	margin-right:auto;
}
@media(max-width:991px) {
	.homepage-banner .text .divider {
		border-bottom: solid 2px #fff;
	}
}
.homepage-banner .text .t2 {
	font-family: var(--font-sans-serif);
    font-weight: 400;
    letter-spacing: 2vw;
    line-height: 6vw;
}
@media(min-width:1399px) {
	.homepage-banner .text .t2 {
		font-size: 38px;
		line-height: 68px;
		letter-spacing:17px;
	}
}
@media(max-width:767px) {
	.homepage-banner .text .t2 {
		line-height: 10vw;
	}
}

.homepage-banner UL {
	padding-left:0;
	list-style: none;
}
.btn {
	border-radius:7px;
	display: flex;
	justify-content: center;
	background:#fff;
	text-align: center;
	padding:7px;
	width: 175px;
	text-transform: uppercase;
	font-family: var(--font-sans-serif);
	font-weight: 600;
	color:#000;
}
.btn:hover,
.btn:active,
.btn:focus {
	background-color: #e20337;
	color:#fff!important;
}
.btn-invert {
	background-color: #e20337;
	color:#fff!important;
}
.btn:hover,
.btn:active,
.btn:focus {
	background:#fff;
	color:#000!important;
}
.btn-cluster {
	display: flex;
	flex-wrap: wrap;
}
.homepage-banner .btn-cluster {
	display: flex;
    justify-content: center;
	position: relative;
	z-index:1;
	top:8vh;
	margin-top:100px;
	margin-bottom:60px;
}
@media(max-width: 1299px) {
	.homepage-banner .btn-cluster {
		max-width: calc(3*200px);
	}
}
@media(max-width: 650px) {
	.homepage-banner .btn-cluster {
		max-width: calc(2*200px);
		margin-top:50px;
	}
}
@media(max-width: 450px) {
	.homepage-banner .btn-cluster {
		max-width: 100%;
		padding:15px;
		margin-top:20px;
	}
}
.homepage-banner .btn-cluster .btn {
	margin:5px;
}
@media(max-width: 450px) {
	.homepage-banner .btn-cluster .btn {
		max-width: calc(2*200px);
		width:130px;
	}
}
.homepage-banner .btn-cluster .btn.aktuality::after {
	content:' ';
	width:7px;
	height:7px;
	border-radius: 100px;
	background:#e20337;
	margin-left:5px;
}

.max-width {
	max-width:1340px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
}

.rozcestnik-wrap {
	position: relative;
	z-index:0;
	background-repeat: no-repeat;
	background-image: url(../img/logo_zamek_hostalkovy_opacity.png);
	background-size:50vw;
	background-position:left 50vw bottom -5px;
	padding-bottom: 133px;
}
@media(max-width:575px) {
	.rozcestnik-wrap .max-width {
		/* preneseno do .rozcestnik aby fungovaly stiny itemu */
		padding-left:0px;
		padding-right:0px;
	}
}
.rozcestnik-wrap .max-width .rozcestnik:first-of-type {
	margin-top:-50px;
}
.rozcestnik {
	position: relative;
	max-width:calc(310px * 3);
	display:flex;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
	margin-left:auto;
	
	margin-right:auto;
}
@media(max-width:575px) {
	.rozcestnik {
		padding-left:15px;
		padding-right:15px;
	}
}
@media(max-width:1199px) {
	.rozcestnik {
		max-width:calc(280px * 3);
	}
}
@media(max-width:991px) {
	.rozcestnik {
		max-width:calc(230px * 3);
	}
}
@media(max-width:767px) {
	.rozcestnik {
		flex-direction: column;
		max-width:calc(230px * 2);
		margin-top:70px;
	}
}
.rozcestnik .item {
	display: flex;
	cursor:pointer;
	box-shadow: var(--shadow-1);
	transition: box-shadow .4s;
}
.rozcestnik .item:hover,
.rozcestnik .item:active,
.rozcestnik .item:focus {
	display: flex;
	cursor:pointer;
	box-shadow: var(--shadow-1-full);
	transition: box-shadow .4s;
}
@media(max-width:575px) {
	/* na mensich mobilech vsechny obrazek vlevo text vpravo */
	.rozcestnik .item {
		flex-direction: row!important;
		margin-bottom: 30px;
		box-shadow: var(--shadow-2);
		border-radius: 5px;
		overflow: hidden;
		background-color: #efefef;
	}
	.rozcestnik .item:hover,
	.rozcestnik .item:active,
	.rozcestnik .item:focus {
		box-shadow: var(--shadow-2-full);
	}
}


.rozcestnik .item .img {
	position: relative;
	background-size: cover;
}
.rozcestnik .item .img::after {
	content:' ';
	display: block;
	position: absolute;
	background-image: url(../img/rozcestnik-arrow.png);
	background-size: cover;
	width:36px;
	height:36px;
}
@media(max-width:991px) {
	.rozcestnik .item .img::after {
		width:30px;
		height:30px;
	}
}
.rozcestnik-1-2 .item:first-of-type .img::after {
	/* prvni item - obrazek:text (vedle sebe) */
	right:0px;
	margin-right:-18px;
	top:50%;
	margin-top:-18px;
}
.rozcestnik-1-2 .item:last-of-type {
	flex-direction: row-reverse;
}
.rozcestnik-1-2 .item:last-of-type .img::after {
	/* druhy item - text:obrazek (vedle sebe) */
	left:0px;
	margin-left:-18px;
	top:50%;
	margin-top:-18px;
	transform: rotate(180deg);
}
.rozcestnik-3 .item {
	flex-direction: column;
}
.rozcestnik-3 .item .img::after {
	/* treti item - obrazek:text (pod sebou) */
	left:50%;
	margin-left:-18px;
	bottom:0;
	margin-bottom:-18px;
	transform: rotate(90deg);
}
@media(max-width:767px) {
	.rozcestnik-3 .item  {
		flex-direction: row;
	}
	.rozcestnik-3 .item .img::after {
		/* treti item - na mobilu jako prvni item */
		left:initial;
		margin-left:initial;
		bottom:initial;
		margin-bottom:initial;
		transform: initial;
		right:0px;
		margin-right:-18px;
		top:50%;
		margin-top:-18px;
	}
}
@media(max-width:575px) {
	/* na mensich mobilech vsechny obrazek vlevo text vpravo */
	.rozcestnik .img::after {
		left:initial!important;
		margin-left:initial!important;
		bottom:initial!important;
		margin-bottom:initial!important;
		transform:rotate(180deg)!important;
		right:0px!important;
		margin-right:-18px!important;
		top:50%!important;
		margin-top:-18px!important;
	}
}


.rozcestnik .item .img,
.rozcestnik .item .text-holder {
	min-height:310px;
	max-height:310px;
	min-width:310px;
	max-width:310px;
}
@media(max-width:1199px) {
	.rozcestnik .item .img,
	.rozcestnik .item .text-holder {
		min-height:280px;
		max-height:280px;
		min-width:280px;
		max-width:280px;
	}
}
@media(max-width:991px) {
	.rozcestnik .item .img,
	.rozcestnik .item .text-holder {
		min-height:230px;
		max-height:230px;
		min-width:230px;
		max-width:230px;
	}
}
@media(max-width:575px) {
	.rozcestnik .item .img {
		min-height:100px;
		max-height:100px;
		min-width:100px;
		max-width:100px;
	}
	.rozcestnik .item .text-holder {
		min-width: calc(100% - 100px);
		max-width: calc(100% - 100px);
	}
}
.rozcestnik .item .text-holder {
	background-color: #efefef;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.rozcestnik .item .text-holder .text {
	padding:40px;
}
@media(max-width:991px) {
	.rozcestnik .item .text-holder .text {
		padding:30px;
	}
}
.rozcestnik .item .text H2 {
	color:#000;
	font-family: var(--font-serif);
	font-weight: 600;
	font-size:28px;
	margin-bottom:40px;
}
.rozcestnik .item .text H2 SPAN {
	border-bottom: solid 3px #e2033700;
	transition: border-color .4s;
	display: inline-block;
	padding-bottom: 5px;
}
.rozcestnik .item:hover .text H2 SPAN,
.rozcestnik .item:active .text H2 SPAN,
.rozcestnik .item:focus .text H2 SPAN {
	border-bottom: solid 3px #e20337;
	transition: border-color .4s;
}
@media(max-width:991px) {
	.rozcestnik .item .text H2 {
		font-size:26px;
		margin-bottom:30px;
	}
}
.rozcestnik .item .text P {
	color:#666666;
	font-family: var(--font-sans-serif);
	font-weight: 400;
	font-size:18px;
}

.news-feed {
	background:url(../img/homepage/news-feed-bg.jpg) no-repeat bottom center #f1f1f1;
	padding-top:60px;
	padding-bottom: 130px;
}
.news-feed H2,
.media-feed  H2 {
	font-family: var(--font-serif);
	font-size: 40px;
	line-height: 54px;
	font-weight: 600;
	color:#000;
	margin-top:50px;
}
@media (max-width:1199px) {
	.news-feed H2 {
		text-align: center;
	}
}

.news-feed .max-width {
	display: flex;
	padding-left:45px;
	padding-right:45px;
}
@media (max-width:1199px) {
	.news-feed .max-width {
		flex-direction: column;
	}
}
@media (max-width:575px) {
	.news-feed .max-width {
		padding-left:15px;
		padding-right:15px;
	}
}
.aktualne.aktualne-homepage {
	max-width:60%;
	margin-right:90px;
}
@media(max-width:1250px) {
	.aktualne.aktualne-homepage {
		max-width:70%;
		margin-right:40px;
	}
}
@media (max-width:1199px) {
	.aktualne.aktualne-homepage {
		max-width: 1000px;
		margin-right: 0;
		align-self: center;
	}
}
.akce.akce-homepage {
	max-width: 40%;
}
@media(max-width:1250px) {
	.akce.akce-homepage {
		max-width: 30%;
	}
}

.aktualne .items {
	display: flex;
	flex-wrap: wrap;
	margin-left:-20px;
	margin-right:-20px;
}
.aktualne:not(.aktualne-homepage) .items {
	justify-content: center;
}
@media (max-width:1199px) {
	.aktualne.aktualne-homepage .items {
		justify-content: center;
	}
	.aktualne.aktualne-homepage .btn {
		margin-left:auto;
		margin-right:auto;
	}
}
.aktualne .items .item {
	max-width: 320px;
	margin:20px;
	position: relative;
	box-shadow: var(--shadow-1);
	display: flex;
	flex-direction: column;
}
.aktualne .item:hover,
.aktualne .item:active,
.aktualne .item:focus {
	cursor: pointer;
	text-decoration: none;
}
.aktualne .item .text-holder {
	position: relative;
	flex-grow: 1;
	display: flex;
}
.aktualne .item .text {
	padding:30px;
	background:#ffffffa1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.aktualne .item .nadpis,
.akce .item .nadpis {
	font-family: var(--font-serif);
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color:#373737;
	margin-top:0px;
}
.aktualne .item P,
.akce .item P {
	font-family: var(--font-sans-serif);
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color:#666666;
}

.aktualne .items .item .img {
	min-width:100%;
	max-width:100%;
	min-height: 193px;
	max-height: 193px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
	position: relative;
}
.aktualne .items .item .img.placeholder {
	border: solid 2px #f9e0c7;
	background-size:contain;
	min-width:calc(100% - 4px);
	max-width:calc(100% - 4px);
}
.aktualne .item .text .meta {
	color:#666666;
	font-weight: 300;
	position: relative;
	margin-top:30px;
}
.aktualne .item .text .meta::after,
.akce A.item .nadpis SPAN::after {
	position: absolute;
	right:0;
	content:' ';
	background-image: url(../img/item-arrow.png);
	width: 14px;
	height:21px;
	opacity:.6;
	transition: .4s;
}
.aktualne .item:hover .text .meta::after,
.aktualne .item:active .text .meta::after,
.aktualne .item:focus .text .meta::after,
.akce .item:hover .nadpis SPAN::after,
.akce .item:active .nadpis SPAN::after,
.akce .item:focus .nadpis SPAN::after {
	opacity:1;
	transition: .2s;
}

@media(max-width:1199px) {
	.akce.akce-homepage {
		max-width: 1000px;
		margin-right: 0;
		align-self: center;
	}
	.akce.akce-homepage H2 {
		margin-top: 80px;
	}
	.akce.akce-homepage .btn {
		margin-left:auto;
		margin-right:auto;
	}
}
.akce .items {
	margin-top:50px;
}
.akce.akce-stranka .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
}
@media (max-width:1199px) {
	.akce .items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width:800px) {
	.akce .items {
		flex-direction: column;
	}
}
.akce .item {
	margin-top:20px;
	display: flex;
	margin-top:30px;
	user-select: none;
}
.akce.akce-stranka .item {
	max-width: 320px;
	margin:20px 30px;;
	align-items: flex-start!important;
}
@media(max-width:1199px) {
	.akce .item {
		max-width: 320px;
		margin-top:0;
		margin-bottom: 40px
	}
	.akce .item.licha {
		margin-right:50px;
	}
}
@media (max-width:800px) {
	.akce .item {
		margin-right:0px!important;
	}
}
.akce .item.no-perex {
	align-items: center;
}
.akce .item .meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width:60px;
	max-width:60px;
	min-height:60px;
	max-height:60px;
	border-radius: 100px;
	background-color: var(--oranzova);
	text-align: center;
	font-weight: 700;
	line-height: 17px;
	margin-right:30px;
}
@media(max-width:1199px) {
	.akce .item .meta {
		margin-right:20px;
	}
}
.akce .items:hover .meta {
	opacity: .7;
	transition: .2s;
}
.akce .items .item:hover .meta {
	opacity: 1;
	transition: .2s;
}
.akce .item .meta SPAN:first-of-type {
	color:#fff;
}
.akce .item .meta SPAN:last-of-type {
	color:#ffddb4;
}
.akce .item .nadpis {
	margin-bottom: 0;
}
@media(max-width:1199px) {
	.akce .item .nadpis {
		line-height: 22px;
	}
}
.akce .item .nadpis SPAN {
	position: relative;
}
@media(max-width:1199px) {
	.akce .item .nadpis SPAN {
		font-size:18px;
	}
}
.akce A.item .nadpis SPAN::after {
	right:-25px;
	bottom:0px;
}
@media(max-width:1199px) {
	.akce A.item .nadpis SPAN::after {
		bottom:-1px;
	}
}
.akce .item P {
	margin-top: 10px;
	margin-bottom:0;
}
@media(max-width:1199px) {
	.akce .item P {
		margin-top: 5px;
	}
}

.non-homepage-logo {
	display: flex;
	align-items: center;
	margin:5px;
}
.non-homepage-logo IMG {
	width:120px;
}
.non-homepage-logo SPAN {
	color: #373737;
	font-family: var(--font-sans-serif);
	font-size:17px;
	line-height: 25px;
	margin-left:10px;
	display: block;
	font-weight: 700;
	max-width:70px;
	text-transform: uppercase;
}
.non-homepage-logo SPAN B {
	color: #000;
	font-family: var(--font-serif);
	font-size:20px;
	font-weight: 300;
}


.nadpis-stranky {
	position: relative;
	padding:0;
	text-align: center;
	font-size: 50px;
	line-height: 76px;
	text-transform: uppercase;
	color: #fff;
	font-family: var(--font-serif);
	margin-top:10px;
	background-size: cover;
	background-position: center center;
}
.nadpis-stranky.nadpis-aktuality {
	line-height: 96px;
}
.nadpis-stranky H1 {
	padding:75px;
	position: relative;
	width:calc(100% - 75px*2);
	height:100%;
	background:#00000070;
	margin-top:0;
}
@media(max-width:767px) {
	.nadpis-stranky H1 {
		font-size: 11vw;
		line-height: 13vw;
		padding:60px 20px;
		width:calc(100% - 20px*2);
	}
}

.obsah-stranky {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-left:30px;
	padding-right:30px;
}
.obsah-stranky P {
	font-size:22px;
	/*text-align: center;*/
	line-height: 36px;
	margin-bottom: 25px;
}
.upozorneni {
	display: inline-block; 
	background-color:#3c3c3c; 
	padding:10px 15px; 
	color:#fff;
}
.medium-width {
	max-width: 970px;
	margin-left:auto;
	margin-right:auto;
}

.mx-auto {
	margin-left:auto; 
	margin-right:auto;
}
TABLE.cenik TD {
	vertical-align: top;
	padding:7px 12px;
}
TABLE.cenik TR:nth-of-type(even) TD {
	background-color: #f3f3f3;
}

.popis-ubytovani {
	display: flex;
	flex-wrap: wrap;
	margin-top:45px;
	max-width: calc(110px*3 + 50px*3);
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:500px) {
	.popis-ubytovani {
		max-width: calc(115px*2 + 40px*2);
	}
}
.popis-ubytovani .info {
	max-width: 110px;
	min-width: 110px;
	padding:25px;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	background: #fbfbfb;
	font-family: var(--font-serif);
}
@media(max-width:500px) {
	.popis-ubytovani .info:nth-of-type(even) {
		background-color: initial;
	}
	.popis-ubytovani .info {
		padding:20px;
		margin:2px;
		background: #fbfbfb;
	}
}
.popis-ubytovani .info:nth-of-type(even) {
	background-color:#f3f3f3;
}
@media(max-width:500px) {
	.popis-ubytovani .info {
		
	}
}

.sekce-vedle-sebe {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.sekce-vedle-sebe .cenik {
	width:290px;
	margin-left:20px; 
	margin-right:20px; 
}
.sekce-vedle-sebe .obrazek-cenik {
	margin-left:20px;
	margin-right:20px;
	max-width: 400px;
}
@media(max-width:767px) {
	.sekce-vedle-sebe {
		flex-direction: column;
		align-items: center;
	}
	.sekce-vedle-sebe:nth-last-of-type(even) .obrazek-cenik {
		margin-top:40px;
	}
	.sekce-vedle-sebe:nth-last-of-type(odd) .obrazek-cenik {
		margin-bottom:40px;
	}
}

.footer-loga {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding:30px;
	gap:40px
}
.footer-loga IMG {
	max-height: 100px;
}
FOOTER {
	/*margin-top:120px;*/
	background:#424242;
	padding-top:70px;
	padding-bottom:90px;
	display: flex;
	justify-content: center;
	gap:15vw;
	align-items: flex-start;
}
@media(max-width:450px) {
	FOOTER {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	FOOTER .loga A {
		margin:10px;
	}
}
FOOTER UL {
	font-size: 20px;
	line-height: 38px;
}
FOOTER .f-right P {
	margin-bottom: 30px;
}

BODY:not(.hp) .content {
	padding-bottom:120px;
}

.media-feed {
	padding-top: 60px;
    padding-bottom: 130px;
	background: #f1f1f1;
}

.cervena {
	color:#e20337;
}

.historie-timeline {
	margin-top:100px;
}
.historie-timeline .rok {
	font-weight:900;
	font-size:72px;
	line-height: 62px;
	color: var(--oranzova);
    opacity: .45;
	font-family: var(--font-sans-serif);
	color: var(--oranzova);
}
.historie-timeline H2 {
	font-weight:900;
	font-size: 42px;
	margin-top:15px;
	line-height: 42px;
	font-family: var(--font-serif);
}
.historie-timeline .zaznam:not(:first-of-type):before {
	display: block;
	height:120px;
	width:2px;
	background:var(--oranzova);
	content:' ';
	margin-top:50px;
	margin-bottom:60px;
	margin-left:30px;
	opacity:.5;
}
@media(max-width:700px) {
	.historie-timeline .zaznam:not(:first-of-type):before {
		height:80px;
	}
}