body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #000;
}

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.sticky.is-sticky {
    background-color: rgba(255, 255, 255, 0.80);
}

/*
body {
  min-height: 1200px;
}*/
.navbar-brand img {
    max-height: 106px;
}

.navbar-light .navbar-nav .nav-link {
    border-bottom: 2px solid transparent;
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    border-bottom: 2px solid #5b3715;
}

nav {
    background: #fff;
    min-height: 128px;
    font-size: 18px;
    font-weight: 400;
    z-index: 5;

}

nav .container {
    z-index: 10
}

nav ul {
    border-bottom: 1px solid #cdcdcd;

}

.headInfo {
    height: 30px;
    background: #724a34;
    /*    border-bottom: 1px solid #000;*/
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.headInfo i {
    padding: 0 5px;
}

.headInfo a.call-now {
    color: #fff;
    text-decoration: none;
}

a.call-now {
    cursor: pointer;
}

.language-switch {
    display: flex;
    margin-top: 70px;
    background-color: #724a345e;
    font-size: 10px;
}

.lang-switch-item {
    margin-right: 10px;
    font-weight: 900;
    color: #724a34;
    padding: 2px 9px;
    margin: 0;

}

.lang-switch-item:hover, .lang-switch-item:active {
    text-decoration: none;
    color: #fff;
    background: #724a34a3;
}

.lang-switch-item.active {
    opacity: 1;
    pointer-events: none;
    color: #fff;
    background: #724a34;
}

.carousel-caption {
    width: 730px;
    z-index: 10;
    color: #fff;
    text-align: left !important;;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 auto;
}

.carousel-caption h1 {
    font-size: 50px;
    line-height: 50px;
}

h1.header-std, h2.header-std {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 1px;
    display: block;
}

h1.header-std span, h2.header-std span {
    border-bottom: 1px solid #5b3715;
}

.header-center {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;

}

.header-center span {
    color: #5b3715;
}

.about-us {
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}
.about-us a {
    text-decoration: underline;
    color: #7f4f2f;
    cursor: pointer;
}
.about-us h2 {
    color: #5b3715;
    font-size:26px;
    fint-weight:500;
}
.about-us li::marker {
    color: #5b3715;
}

.news-list {
    background: #dbdbdb;
}

.news-list article {
    background: #fff;
    border-bottom: 3px solid #5b3715;
}

.news-list article.flip {
    border-bottom: none;
    border-top: 3px solid #5b3715;
}

.news-list article .bground {
    height: 220px;
    background-size: cover !important;
}

.news-list article h3 {
    font-size: 20px;
    color: #5b3715;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 0 0 15px;
}

.news-list article div.lead {
    font-size: 16px;
    color: #282828;
    padding: 0 15px 15px;
}
.news-list a {
    color: inherit;
    text-decoration: none; 
}

.news-list a:hover,
.news-list a:focus,
.news-list a:active,
.news-list a:visited {
    color: inherit; 
    text-decoration: none; 
    outline: none;
}

.post-date {
    background: #5b3715;
    color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    padding: 0% 3%;
    width: 92px;
    height: 54px;
    text-align: center;
    transition: all 0.50s ease;
    border-radius: 0 0.5rem 0 0;
}

.news-list article.flip .post-date {
    bottom: 0;
    top: auto;
    border-radius: 0 0 0.5rem;
}

.post-date .date {
    display: block;
    font-size: 20px;
    font-weight: 700;

}

.post-date .month {
    display: block;
    font-size: 11px;
    text-transform: uppercase;

}

footer {
    background: transparent url(../img/foot-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
}

footer a, footer a:hover, footer a:active, footer a:focus {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

footer i.fas {
    margin-left: -20px;
    padding-right: 5px;
}

footer h5 {
    font-size: 18px;
}

footer .menu-bottom li {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

footer .menu-bottom li:before {
    content: ">";
    display: inline-block;
    font-size: 10px;
    position: absolute;
    width: 10px;
    height: 10px;
    left: -5px;
    top: 2px;
}

footer .about-bt {
    font-size: 14px;
}

footer li {
    font-size: 16px;
}

footer hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.top-navbar div.collapse.navbar-collapse {
    margin-top: 65px;
}

nav.is-sticky {
    min-height: auto;
}

.top-navbar.is-sticky div.collapse.navbar-collapse {
    margin-top: 15px;
}

.top-navbar.is-sticky .navbar-brand img {
    height: 67px;
}

/*
header nav::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 1;
    -moz-box-shadow: rgba(0,0,0,0.55) 0px -10px 19px 10px;
    -webkit-box-shadow: rgba(0,0,0,0.55) 0px -10px 19px 10px;
    box-shadow: rgba(0,0,0,0.55) 0px -10px 19px 10px;
}
*/
header nav::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 1;
    -webkit-box-shadow: 0px 20px 31px -20px rgba(66, 68, 90, 0.54);
    -moz-box-shadow: 0px 20px 31px -20px rgba(66, 68, 90, 0.54);
    box-shadow: 0px 20px 31px -20px rgba(66, 68, 90, 0.54);
}

header nav.is-sticky::after {
    display: none;
}

header nav.sticky.is-sticky {
    background-color: rgba(207, 207, 207, 0.80);
}

header nav.is-sticky ul {
    border-bottom: 1px solid #fff;
}

#westgate-map {
    min-height: 350px;
    margin-right: -15px;
    margin-left: -15px;
}

#contact-form .input-group-prepend .input-group-text {
    min-width: 50px;
    text-align: center;
    display: inline-block;
}

.contact-page h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-page a {
    text-decoration: underline;
    color: #7f4f2f;
    cursor: pointer;
}

.contact-page a:hover {
    color: #7f4f2f;
}

#contact-form textarea {
    height: 150px;
}

.btn-westgate:hover {
    color: #fff;
    background-color: #956749;
    border-color: #956749;
}

.btn-westgate {
    color: #fff;
    background-color: #684e32;
    border-color: #684e32;
}

.btn-westgate:not(:disabled):not(.disabled).active, .btn-westgate:not(:disabled):not(.disabled):active, .show > .btn-westgate.dropdown-toggle {
    color: #fff;
    background-color: #684e32;
    border-color: #684e32;
}

.language-bar, .news-list {
    display: none
}

.contact-addr-ft, .contact-phone-ft, .contact-mail-ft {
    position: relative;
    margin-left: 23px
}

.contact-addr-ft:before, .contact-phone-ft:before, .contact-mail-ft:before {
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px;
    display: block;
    position: absolute;
    left: -23px;
    top: 0;
}

.contact-phone-ft:before {
    content: "\f3cd";
}

.contact-addr-ft:before {
    content: "\f3c5";
}

.contact-mail-ft:before {
    content: "\f1fa";
}

.conference-room {
    display: grid;
    grid-template-rows: 0px fit-content(100%) 85px;
}

.conference-room .room-top-bar {
    position: relative;
    z-index: 10;
    height: 35px;
    background: rgb(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);
    padding: 0 20px
}

.room-top-bar h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    display: inline-block;
}

.room-top-bar h3.small-name {
    font-size: 18px;
}

.room-top-bar h3 small {
    font-weight: bold;
}

.room-top-bar span.room-size {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #724a34;
}

.room-top-bar span.room-size:before {
    display: inline-block;
    width: 30px;
    height: 20px;
    background: transparent url(../img/size.png) no-repeat 0 0;
    background-size: contain;
    content: '';
    background-position: bottom;
}

.conference-room img {
    position: relative;
    z-index: 1;
}

.room-info img {
    max-height: 50px;
    margin: -30px 3px 0 0;

}

.room-info .peoples {
    display: inline-block;
    background: transparent url(../img/peoples.png) no-repeat center center;
    padding-top: 40px;
    min-width: 30px;
    text-align: center;
    color: #724a34;
    font-weight: bold;
    height: 60px;
}

@media (max-width: 1199.98px) {
    .room-info img {
        max-height: 35px;
        margin: -30px 0 0 0;

    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .room-info img {
        max-height: 60px;
        margin: -30px 20px 0 0;

    }

    .room-info {
        paddding: 15px;
    }

    .conference-room {
        margin-bottom: 25px;
    }

    .conference-room > img {
        width: 100%;
    }
}

.conference-room .room-img_ img.img-fluid {
    cursor: pointer
}

.conference-room .room-img {
    overflow: hidden
}

.conference-room .room-img img {
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

}

.conference-room:hover .room-img img {

    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);

}


ol.breadcrumb {
    background: none
}

ol.breadcrumb li.breadcrumb-item a {
    color: #724a34;
}

@media (min-width: 544px) {
    .carousel-caption h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .carousel-caption {
        width: 270px;
    }
    .carousel-caption.summer-promo2024 h1 {font-size:16px}
    .carousel-caption.summer-promo2024 {
        bottom: -65px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .carousel-caption h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .carousel-caption {
        width: 470px;
    }
    .carousel-caption.summer-promo2024 h1 {font-size:14px}
    .carousel-caption.summer-promo2024 {
        bottom: -50px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel-caption h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .carousel-caption {
        width: 600px;
    }
    .carousel-caption.summer-promo2024 h1 {font-size:17px}
    .carousel-caption.summer-promo2024 {
        bottom: -50px;
    }

    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .carousel-caption h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .carousel-caption {
        width: 730px;
    }
    .carousel-caption.summer-promo2024 h1 {font-size:18px}
    .carousel-caption.summer-promo2024 {
        bottom: -60px;
    }
    .carousel-caption.summer-promo2024 a {
        margin-bottom: 10px;
    }
    margin-bottom: 90px;

}

@media (min-width: 1600px) {
    .carousel-caption h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .carousel-caption {
        width: 730px;
    }
    .carousel-caption.summer-promo2024 h1 {font-size:18px}
    .carousel-caption.summer-promo2024 {
        bottom: -115px;
    }
    .carousel-caption.summer-promo2024 a {
        margin-bottom: 90px;
    }
    margin-bottom: 90px;

}

i.fa-wg-projector {
    content: "";
    background-image: url('/img/icons/projector256.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin: 10px 19px;
}

i.fa-wg-office {
    content: "";
    background-image: url('/img/icons/office128.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin: 10px 19px;
}

i.fa-wg-sun {
    content: "";
    background-image: url('/img/icons/sun128.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin: 13px 19px;
}

i.fa-wg-media {
    content: "";
    background-image: url('/img/icons/audio_media128.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin: 13px 19px;
}

i.fa-wg-wheelchair {
    content: "";
    background-image: url('/img/icons/wheelchair128.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin: 13px 20px;
}

i.fa-wg-air {
    content: "";
    background-image: url('/img/icons/snowflake128.png');
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin: 11px 17px;
}

.room-properties .fa-circle {
    color: #cfcfcf
}

/*
filter: brightness(0) invert(1);
*/

#carouselExampleIndicators .carousel-item .carousel-caption.winter-promo {
    top: 42%;
    width: 95%;
    text-align: center !important;
    right: auto;
    left: auto;
}

#carouselExampleIndicators .carousel-item .winter-promo h2 {
    font-size: 56px;

}

#carouselExampleIndicators .carousel-item .winter-promo p {
    font-size: 40px;

}

#carouselExampleIndicators .carousel-item .carousel-caption.summer-promo {
    top: 55%;
    width: 100%;
    text-align: center !important;
    right: auto;
    left: auto;
}
.gmaps-static {
    background-image: url(/img/gmaps_static.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    cursor: pointer;
}


.blog-article {
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
    color: #333; /* Tekst w ciemnym kolorze dla lepszej czytelności */
    background-color: #fff; /* Białe tło */
    padding: 20px;
    border-radius: 8px; /* Zaokrąglenie rogów kontenera */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Lekki cień dla wyróżnienia */
}

.blog-article h2 {
    color: #724a34; /* Kolor nagłówków */
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-article p {
    margin-bottom: 15px;
}

.blog-article a {
    color: #7f4f2f; /* Kolor linków */
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s ease; /* Płynna zmiana koloru */
}

.blog-article a:hover {
    color: #5b3715; /* Kolor linków po najechaniu */
}

.blog-article img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.blog-article ul {
    margin-left: 20px;
    list-style-type: disc;
}

.blog-article li {
    margin-bottom: 10px;
}

.blog-article li::marker {
    color: #5b3715; /* Kolor markerów listy */
}

.blog-article .text-justify {
    text-align: justify;
}

.blog-article .col-md-5 img {
    margin-bottom: 20px;
    border: 1px solid #ddd; /* Delikatna ramka wokół obrazka */
}

.blog-article blockquote {
    border-left: 4px solid #724a34; /* Kolor ramki dla cytatu */
    padding-left: 15px;
    margin-left: 0;
    font-style: italic;
    color: #555;
}
.nav-breadcrumb {min-height:0}

.btn-white {
    background-color: rgba(255, 255, 255, 0.8); 
    color: #000;
    border-radius: 15px;
    font-weight: 500;
    font-size: 20px;   
    border: none;
}

.carousel-caption.wigilia {
    bottom: 20%;
    text-align: center !important;
    width:85%;
}
.carousel-caption.wigilia h2 {
    font-size: 70px;
    font-weight: 700;
}
.carousel-caption.wigilia h3 {
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 40px;
}

@media (min-width: 1200px) and (max-width: 1649.98px) {
    .carousel-caption.wigilia {
    bottom: 0%;
    text-align: center !important;
    width:75%;
    }
.carousel-caption.wigilia h2 {
    font-size: 58px;
    font-weight: 700;
}
.carousel-caption.wigilia h3 {
    font-size: 38px;
    font-weight: 500;
    padding-bottom: 40px;
}
}


@media (min-width: 992px) and (max-width: 1199.98px) { 
    .carousel-caption.wigilia {
    bottom: -5%;
    text-align: center !important;
    width:75%;
    }
    .carousel-caption.wigilia h3 {
    font-size: 34px;
    padding-bottom: 20px;
    }
    .carousel-caption.wigilia h2 {
    font-size: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .carousel-caption.wigilia {
    bottom: -5%;
    text-align: center !important;
    width:85%;
    }
    .carousel-caption.wigilia h3 {
    font-size: 24px;
    padding-bottom: 20px;
    }
    .carousel-caption.wigilia h2 {
    font-size: 38px;
    }
}

@media (min-width: 644px) and (max-width: 767.98px) { 
    .carousel-caption.wigilia {
    bottom: -5%;
    text-align: center !important;
    width:70%;
        display: block !important;
    }
    .carousel-caption.wigilia h3 {
    font-size: 20px;
    padding-bottom: 20px;
    }
   .carousel-caption.wigilia h2 br {
    display: none;
    }
    .carousel-caption.wigilia h2 {
    font-size: 30px;
    }
}

@media (min-width: 557px) and (max-width: 643.98px) { 
    .carousel-caption.wigilia {
    bottom: -15%;
    text-align: center !important;
    width:80%;
    display: block !important;
    }
    .carousel-caption.wigilia h3 {
    font-size: 20px;
    padding-bottom: 10px;
    }
   .carousel-caption.wigilia h2 br {
    display: none;
    }
    .carousel-caption.wigilia h2 {
    font-size: 25px;
    }
}
@media (min-width: 470px)  and (max-width: 556.98px) { 
    .carousel-caption.wigilia {
    bottom: -15%;
    text-align: center !important;
    width:80%;
    display: block !important;
    }
    .carousel-caption.wigilia h3 {
    font-size: 15px;
    padding-bottom: 0px;
    }
    .carousel-caption.wigilia h2 {
    font-size: 20px;
    }
   .carousel-caption.wigilia h2 br {
    display: none;
    }
    .btn-white {
        font-size: 15px;
    }
}
@media (max-width: 469.98px)  { 
    .carousel-caption.wigilia {
    bottom: -20%;
    text-align: center !important;
    width:80%;
    display: block !important;
    }
    .carousel-caption.wigilia h3 {
    font-size: 15px;
    padding-bottom: 0px;
    }
    .carousel-caption.wigilia h2 {
    font-size: 20px;
    }
   .carousel-caption.wigilia h2 br {
    display: none;
    }
    .btn-white {
        font-size: 15px;
    }
}
.room-layout-trigger { cursor:pointer }