  .story-gallery {
position: relative;
width: 100vw;
height: 100vh;
overflow: hidden;
}
.story-slide {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
top: 0;
left: 0;
transition: opacity 0.5s ease;
opacity: 0;
}
.story-slide.active {
opacity: 1;
}
.story-content {
position: absolute;
bottom: 50px;
left: 20px;
color: rgba(255, 255, 255, 0.8);
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
width: 90%;
z-index: 2;
}
.story-content h2 {
font-size: 2rem;
margin: 0;
}
.story-content .price {
font-size: 1.5rem;
margin: 5px 0;
}
.story-content .checkin, .story-content .roominfo {
font-size: 1rem;
}
.story-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 2rem;
color: rgba(255, 255, 255, 0.7);
cursor: pointer;
z-index: 2;
padding: 10px;
}
.story-nav.prev {
left: 10px;
}
.story-nav.next {
right: 10px;
}
body {
font-family: sans-serif;
margin:0;
padding:0;
}
p{
margin:0;padding:0;
}
.page-header{
text-align: center;
}
.second-lowest-category{
margin-left:8px;
}
.filterButton.active {
background-color: #dcdcdc;
}
.white{
color:#FFF;
}
header a{
color: #000;
text-decoration: none;
}
.regular{
font-weight: normal;
}
.page-header{
padding-top:16px;
}
.subcategories-list,.vybaveni-lists{
overflow-x: auto;
white-space: nowrap;
text-align: center;
margin-bottom:16px;
}
.main-bg h1{
font-size: 40px;
margin:0px;
letter-spacing: -2%;
margin-top:16px;
font-family: "PT Serif", Georgia, serif;
font-weight: normal;
}
.main-bg{ 
height:73vh;
background-color: #FFF;;
background-size: cover;
margin-bottom:0px;
position: relative;
background-position: center;
}
.breadcrumb {
border-radius: 80px;
border:1px solid #ffffff62;
display: inline-block;
padding:8px 32px;
text-decoration: none;
font-size: 14px;
margin-left:8px;
margin-bottom:8px;
}
a.breadcrumb {
color: #FFF;
}
.all-posts-link {
text-align: center;
font-size: 14px;
margin-top:16px;
margin-bottom:16px;  
}
.all-posts-link a {
color: #000;
margin:0 auto;
padding:8px 32px;
display: inline-block;
border-radius: 80px;
border:1px solid #CCC;
text-decoration: none;
}
.entry-desc{
}
.custom-bullet-list {
list-style-type: none;
padding-left: 0;
}
.custom-bullet-list li{
display: block;
}
.custom-bullet-list li::before {
content: '\25A0'; color: #349467;
display: inline-block;
margin-right: 8px;
}
.searchbtn a{
background: #349467;
color: #FFF;
display: inline-block;
padding:16px 32px;
border-radius:90px;
margin-top:32px;
}
.category-title{
position: relative;
margin:0 auto;
max-width: 960px;
padding:16px;
}
.category-title h1{
font-family: "PT Serif", Georgia, serif;
font-size:40px;
max-width: 740px;
margin:0 auto;
line-height: 40px;
margin-bottom:16px;
margin-top:16px;
}
.category-title .subheadline{
text-align:left;
line-height: 24px;
font-size: 18px;
color: #333;
}
.category-title a.breadcrumb {
color: #000;
border: 1px solid #CCC;
}
.hp-title{
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex;
flex-direction: column; align-items: center; justify-content: center; min-width: 360px;
padding-top:48px;
}
.logo{
height:90px;
}
.tags-list {
max-width: 100%; display: flex;
flex-wrap: nowrap;  justify-content: left; 
overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; margin-bottom:16px;
margin-top:16px;
}
.tag-footer{
flex-wrap: wrap;
gap:16px;
justify-content: center !important; 
}
.cities-footer{
flex-wrap:wrap;
display: flex;
}
.tag-item {
flex: 0 0 auto; display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 8px;
text-decoration: none;
color: inherit;
overflow: hidden; }
.tag-image {
width: 80px !important;
height: 80px !important;
border-radius: 50% !important;
object-fit: cover !important;
}
.tag-item:hover .tag-image {
transform: scale(1.1);
transition: transform 0.3s; }
.tag-name {
width: 90px; 
font-size: 14px;
text-align: center; 
}
main{
max-width: 960px;
margin: 0 auto;
padding-top:4px;
}
.black{
color:#000;
}
.main-nav {
display: flex;
border-bottom: 1px solid #cccccc68;
overflow-x: auto;
white-space: nowrap;
justify-content: center;
padding-top:16px;
}
.main-nav-item {
margin: 0;
padding: 8px 16px;
text-decoration: none;
border-bottom: 3px solid transparent; transition: color 0.3s, border-color 0.3s;
position: relative;
}
.dates .active{
background-color: #000;
color: #FFF;
}
.dates{
text-align: center;
}
.video-container {
position: relative;
width: 100%;
max-width: 400px;
height: 700px;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
.main-nav .active,
.main-nav a:hover { }
.main-nav .active {
border-bottom-color: #349467; } article {
margin: 48px auto;
overflow: hidden;
}
ul,li{
list-style-type: none;display: inline-block;
}
.metadesc{
margin-bottom: 16px;
}
.tag{
border-radius: 80px;
border:1px solid #CCC;
display: inline-block;
padding:8px 32px;
color: #333;
text-decoration: none;
font-size: 14px;
margin-left:8px;
margin-bottom:8px;
}
.sucategory-nav{
margin:0 auto;
text-align: center;    
} .post-images {
display: flex;
overflow-x: auto;
gap: 4px;
}
.post-images img {
flex-shrink: 0;
object-fit: cover;
}
a {color:#349467;
text-decoration: none;
}
.roominfo{color: #666;font-size:12px;margin-top:8px;font-weight: normal;}
.price{font-size:24px; font-weight:bold; color: #349467;min-width:90px;}
.price span{
font-size: 14px;
margin-left:8px;
font-weight: normal;
}
.checkin{font-size: 14px;font-weight: bold;}
.btnbook{
background-color: #349467;
display:inline-block;
padding:8px 32px;
color: #fff;
border-radius: 80px;
text-decoration: none;
margin: 8px 0px;
}
.btnbook:hover{
background-color: #1d6f49;
}
.offer{
display: flex;
margin-top:16px;
}
.tagbig{
padding:16px 32px;
}
#main h3 {
text-transform: uppercase; font-size: 20px;
font-weight: bold;
text-align: center; position: relative; padding-top: 8px; padding-bottom:0px;
}
#main h3:before {
content: ""; width: 20px;
height: 3px;
background-color: #CCC;
position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.post-info{
padding: 0px;
margin-top:16px;
}
@media(max-width: 1200px) {
.main-bg{ 
height:70vh;
}
} @media(max-width: 768px) {
.post-images img {
width: 90vw; margin: 0 auto; max-height: 260px;
}
.tags-list{
column-gap: 16px;;
}
.custom-bullet-list li::before {
font-size: 10px; }
.post-info{
padding:16px;
}
}
.entry-header a {
color: #333;
font-family: Georgia, serif;
font-weight: normal;
font-size: 28px;
text-decoration: underline;
}
.entry-categories a{
color: #666;
text-decoration: none;
}
.entry-title{
margin:0;
padding:0;
} @media (min-width: 768px) {
.post-images img {
max-height: 360px;
}
.more-featured-img {
width:240px;
}
.main-bg h1{
margin:16px 0px;
font-size: 56px;
line-height: 60px;
}
.tag-item{
flex-direction: row;
}
.tag-name{
text-align: left;
padding:0px 8px;
}
.main-post-img{
width: 600px
}
.entry-desc{
display: flex;
gap:8px;
}
.custom-bullet-list { padding: 0;
margin: 0px;
padding-left:16px;
}
.custom-bullet-list li {
font-size: 16px;
text-indent: -8px;
margin-bottom:8px;
}
.checkin {
max-width: 208px;
min-width: 280px;
}
.entry-header{
min-width: 320px; 
max-width: 320px; 
}
.entry-desc{
margin-top:8px
}
.entry-content-container{
margin-right:16px;
}
.post-images {
overflow: hidden;
white-space: nowrap;
width: 960px;
position: relative;
}
.single .post-images img{width:600px !important;
height:60vh !important;
max-height:60vh !important;
}
.single article{margin:0px !important}
.post-images img {
object-fit: cover; display: inline-block;
vertical-align: top;
}
} .container {
width: 100%;
max-width: 1080px;
margin: 0 auto;
} .header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 10px 0 10px; background-color: white;
border-bottom: 1px solid #CCC;
}
.logo img {
height: 80px;
}
.nav {
display: flex;
overflow-x: auto;
white-space: nowrap;
-ms-overflow-style: none; scrollbar-width: none; }
.nav::-webkit-scrollbar {
display: none;
}
.nav a {
text-decoration: none;
color: #333;
font-size: 16px;
margin: 0 10px;
flex-shrink: 0;
}
.more-featured-img{
width:50%;
}
.more-images{
display: flex;
}
@media(min-width: 768px) {
img.more-featured-img{
width: 400px;
flex:1;
height:180px;
}
.more-images{
display: flex;
flex-direction: column;
height:360px;
gap:4px;
}
}
.category-body-description{
padding:16px;
line-height: 24px;
font-size: 18px;
color: #333;
}
.wrap{
flex-wrap:wrap;
gap:8px;
}
.search-icon-button { appearance: none;
-webkit-appearance: none;
-moz-appearance: none; border: none !important;
box-shadow: none !important; 
outline: none !important; border-radius: 50% !important;
width: 60px;
height: 60px;
background-color: #eee;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center; transition: background-color 0.2s;
} .search-icon-button:focus {
outline: none !important;
box-shadow: none !important;
} .search-icon-button:hover {
background-color: #ddd;
}
.yt-embed-container {
display: flex;
flex-direction: row;
background-color: #e6e6e6;
align-items: center;
}
.description {
flex: 1;
padding: 32px;
}
.video-container {
flex: 0 0 auto;
position: relative;
width: 100%;
max-width: 560px;
height: 315px; overflow: hidden;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border: none;
}
.faq h3{
margin-top:32px;
}
@media (max-width: 768px) {
.yt-embed-container {
flex-direction: column;
}
.video-container {
width: 100%;
height: auto;
max-width: none;
}
.description-more{
padding:16px;
}
.benefits-container{
padding: 16px;
}
.description{
padding: 16px;
}
}
.activities {
font-size: 16px;
}
.available-terms {
margin-top: 30px;
padding: 20px;
background-color: #f9f9f9;
border-radius: 12px;
}
.available-terms h2 {
margin-bottom: 15px;
font-size: 1.5em;
color: #333;
}
.term-list {
list-style: none;
padding: 0;
margin: 0;
}
.term-item {
padding: 12px 0;
border-bottom: 1px solid #ddd;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.term-item:last-child {
border-bottom: none;
}
.term-item strong {
font-weight: 600;
color: #222;
margin-right: 10px;
}
.term-item a.reserve-button {
padding: 8px 16px;
background-color: #0078d7;
color: #fff;
text-decoration: none;
border-radius: 8px;
transition: background-color 0.2s ease;
font-weight: 500;
font-size: 0.9em;
}
.term-item a.reserve-button:hover {
background-color: #005fa3;
}
.term-item a.reserve-button:focus {
outline: 2px solid #005fa3;
outline-offset: 2px;
}