/* @import url('https://fonts.googleapis.com/css?family=Merienda'); */
/*@import url('https://fonts.googleapis.com/css?family=Lato|Mali');

font-family: 'Kaushan Script', cursive;
font-family: 'Caveat', cursive;
font-family: 'Shadows Into Light Two', cursive;
font-family: 'Marck Script', cursive;
font-family: 'Aladin', cursive;

*/

@import url('https://fonts.googleapis.com/css?family=Lato|Mali|Aladin|Caveat|Kaushan+Script|Marck+Script|Shadows+Into+Light+Two');

.rel {position: relative}

header#topNav a.logo {
color: #fff;
text-shadow: 1px 1px #000;
}

.img-icon {
	position: absolute;
	top: -10px;
	left: -10px;
	border-radius: 50px;
	display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	height:60px;
	width:60px;
	background:#fff;
-webkit-box-shadow: 0px 7px 12px -1px rgba(0,0,0,0.53);
-moz-box-shadow: 0px 7px 12px -1px rgba(0,0,0,0.53);
box-shadow: 0px 7px 12px -1px rgba(0,0,0,0.53);
}


a:hover {text-decoration: none;}

.padding30 {padding:30px 0 0 0}
a.logo{font-family: 'Mali', cursive;font-size: 30px !important;font-weight:400 !important}
li.quick-cart {display:none !important}

body {background:url(image-url.gif)}




td.width20 {width:20%;}

.white cite {color:#000 !important}

img.panorama {width:99%;margin-bottom:30px;}

#slider .image-caption .inner h1 {
	text-shadow: 2px 2px #aaa;
}

a, .styleSecondColor, .list-icon.color li:before, .item-box-desc small, p.dropcap:first-letter, ul.pagination a, ul.pagination a:hover, ul.pagination li.active .fa, ul.star-rated.styleSecondColor li i, .tp-catpion a, .divider.styleColor .fa {
    color: #F07057;
    font-size: smaller;
}

.white-row {
    margin-bottom: 0px;
}

.page-header {
    padding-bottom: 9px;
    margin-top: 0px;
	margin-bottom:0px;
}

h4.room-title  a{

	font-size:1.1em;
}


/* ============================================
   MOBILNY PASEK DOLNY
   ============================================ */
   #mobile-bottom-bar {
    display: none !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-top: 2px solid #373a3a;
    box-shadow: 0 -2px 16px rgba(2, 62, 138, 0.12);
    padding: 8px 4px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

#mobile-bottom-bar a {
    flex: 1 1 33.333%;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 4px 8px;
    color: #1B4965 !important;
    text-decoration: none !important;
    font-family: 'Quicksand', sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
    transition: background 0.2s ease, color 0.2s ease;
}

#mobile-bottom-bar a + a {
    border-left: 1px solid #F5E6C8;
}

#mobile-bottom-bar a i {
    font-size: 28px;
    color: #5d6464 !important;
    line-height: 1;
    flex-shrink: 0;
}

#mobile-bottom-bar a span {
    color: #1B4965;
    font-size: 9px;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

#mobile-bottom-bar a:hover,
#mobile-bottom-bar a:active,
#mobile-bottom-bar a:focus {
    background: #eeeeee;
    color: #000000 !important;
}

#mobile-bottom-bar a:hover span,
#mobile-bottom-bar a:active span,
#mobile-bottom-bar a:focus span {
    color: #434343;
}

#mobile-bottom-bar a:hover i,
#mobile-bottom-bar a:active i,
#mobile-bottom-bar a:focus i {
    color: #373a3a !important;
}

@media (max-width: 767px) {
    #mobile-bottom-bar.visible-xs {
        display: flex !important;
        flex-direction: row !important;
    }

    body {
        padding-bottom: 64px;
    }
}

@media (min-width: 768px) {
    #mobile-bottom-bar {
        display: none !important;
    }
}

/**
 * Sekcja hero — podstrony
 */
 .hero {
    position: relative;
    margin-top: 0px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 24px;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Gradient overlay — czytelny tekst na zdjęciu */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(66, 66, 67, 0.45) 45%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 0;
    pointer-events: none;
}

.hero h1,
.hero p,
.hero a {
    position: relative;
    z-index: 1;
}

.hero h1 {
    margin: 150px 0 16px;
    font-size: 2.8em;
    line-height: 1.2;
    font-weight: 700;
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
	letter-spacing: 7.5px !important;
}

.hero p {
    margin: 0 0 24px;
    max-width: 560px;
    font-size: 1.15em;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.hero a {
    display: inline-block;
    padding: 12px 28px;
    background: #F4A261;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.hero a:hover,
.hero a:focus {
    background: #0077B6;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .hero {
        min-height: 240px;
        padding: 40px 16px;
    }

    .hero h1 {
        font-size: 1.75em;
		margin-top: 140px !important;
    }

    .hero p {
        font-size: 1em;
    }
}
