html, body {
    font-size: 16px;
    line-height: 1.2rem;
}

.menuTopDummyContainer {
    height: 3rem;
}

.mobileLogoTop {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.5rem 0 0;
    z-index: 10000;
}

.mobileMenuTopOpen {
    position: fixed;
    top: -200px;
    left: 0;
    padding: 0.8rem;
    z-index: 10000;
    /*text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);*/
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    background-color: rgba(255, 255, 255, 1);
    /*border-bottom-right-radius: 1.5rem;*/
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.mobileMenuTopOpen svg {
    width: 2rem;
    height: auto;
}

.mobileMenuTop {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    z-index: 10002;
    box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.5);
}
.mobileMenuTop a {
    display: inline-block;
    color: #17121f;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.6em;
    text-decoration: none;
    border-bottom: 1px solid #c1c1c1;
}
.mobileMenuTop a svg {
    width: 1.5em;
    height: auto;
    vertical-align: text-bottom;
}
.mobileMenuTop a:hover, .mobileMenuTop a:active {
    color: #fff;
    background-color: #00a300;
}
.mobileMenuTop a.active {
    color: #fff;
    background-color: #00a300;
}
.mobileMenuTop a:visited {

}
.mobileMenuTopBackground {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}







/*
top fixed title bar start
 */


.pageTopTitleBar {
    position: fixed;
    top: -100px;
    right: 0;
    width: calc(100% - 2rem - 1.6rem); /* szerokosc '.mobileMenuTop a svg' i padding '.mobileMenuTopOpen'  */
    background-color: rgba(255, 255, 255, 1);
    z-index: 10001;
    box-shadow: 4px 1px 5px rgba(0, 0, 0, 0.7);
}
.pageTopTitleBar > div.progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #a90000;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pageTopTitleBar > div.burgerStatus {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
}
.pageTopTitleBar > div.text {
    width: 100%;
    padding: 0.5em 1.5em;
    color: #000;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*
top fixed title bar end
 */





.mainContentContainer > .mainContent > .section > .contentSection .title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.009em;
    line-height: 1.2em;
    margin-bottom: 1rem;
}

@media all and (orientation:portrait) {

    .mainContentContainer > .mainContent > .section > .contentSection.sideTitle {
        flex-direction: column;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.sideTitle > .titleContainer {
        width: 100%;
    }
    .mainContentContainer > .mainContent > .section > .contentSection .titleHint.mobileHide {
        display: none;
    }

    .mainContentContainer > .mainContent > .section > .contentSection.sideImage {
        flex-direction: column;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.sideImage > .textContainer {
        order: 2;
        width: 100%;
        margin-top: -4rem;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.sideImage > .imageContainer {
        order: 1;
        width: 100%;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.sideImage > .imageContainer > .image {
        flex-grow: 1;
        width: 100%;
        height: 15rem;
        background-size: cover;
        background-position: center;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.sideImage .titleHint {
        display: inline-block;
        margin-left: 1rem;
        padding: 0.5rem 2rem 0 1rem;
        opacity: 1;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.sideImage .title {
        display: inline-block;
        margin-left: 1rem;
        padding: 0 2rem 0 1rem;
        max-width: 80%;
    }
    .mainContentContainer > .mainContent > .section > .contentSection .titleHint { background-color: #fff; }
    .mainContentContainer > .mainContent > .section.backgroundGrey1 > .contentSection .titleHint { background-color: #fafafa; }
    .mainContentContainer > .mainContent > .section.backgroundGrey2 > .contentSection .titleHint { background-color: #f0f0f0; }
    .mainContentContainer > .mainContent > .section > .contentSection .title { background-color: #fff; }
    .mainContentContainer > .mainContent > .section > .contentSection .title.noBackground { background-color: transparent; }
    .mainContentContainer > .mainContent > .section.backgroundGrey1 > .contentSection .title { background-color: #fafafa; }
    .mainContentContainer > .mainContent > .section.backgroundGrey2 > .contentSection .title { background-color: #f0f0f0; }

    .mainContentContainer > .mainContent > .section > .contentSection.map {
        align-items: stretch;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.map > .mapContainer {
        width: 100%;
        height: 500px;
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.map > .titleContainer {
        text-align: left;
        padding: 0;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.map > .textContainer > .column.single {
        max-width: 100%;
        text-align: left;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.map > .mapContainer > .list {
        float: unset;
        order: 2;
        width: 100%;
        height: 10rem;
        margin-top: 1rem;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.map > .mapContainer > .list > .container {
        width: 75%;
        margin: 0 auto;
        background-color: #efefef;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.map > .mapContainer > .list > .container > .marker {
        /*padding-left: 0.5em;*/
    }
    .mainContentContainer > .mainContent > .section > .contentSection.map > .mapContainer > .map {
        float: unset;
        order: 1;
        width: 100%;
        height: 40vh;
    }

    .mainContentContainer > .mainContent > .section > .contentSection.map > .mapContainer > .map.init > .content {
        padding: 1rem;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.map > .mapContainer > .map.init > .content > .text {
        text-align: center;
        font-size: 4.5vw;
    }
    .mainContentContainer > .mainContent > .section > .contentSection.map > .mapContainer > .map.init > .content > .icon > img {
        width: 10vw;
    }

}



@media all and (orientation:portrait) {
    .mainContentContainer > .mainContent > .section > .contentSection.card {
        grid-template-columns: repeat(1, 1fr);
    }
    .mainContentContainer > .mainContent > .section > .contentSection.card.media {
        grid-template-columns: repeat(2, 1fr);
    }
    .mainContentContainer > .mainContent > .section > .contentSection.card.panelistsThumbnails {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media all and (orientation:landscape) {
    .mainContentContainer > .mainContent > .section > .contentSection.card {
        grid-template-columns: repeat(2, 1fr);
    }
    .mainContentContainer > .mainContent > .section > .contentSection.card.media {
        grid-template-columns: repeat(4, 1fr);
    }
    .mainContentContainer > .mainContent > .section > .contentSection.card.panelistsThumbnails {
        grid-template-columns: repeat(2, 1fr);
    }
}
.mainContentContainer > .mainContent > .section > .contentSection.card > .card > .textContainer {
    padding: 1rem;
}
.mainContentContainer > .mainContent > .section > .contentSection.card > .card > .textContainer > .titleHint {
    background-color: unset;
}
.mainContentContainer > .mainContent > .section > .contentSection.card > .card > .textContainer > .title {
    background-color: unset;
}



@media all and (orientation:portrait) {
    div#aplikacja .textContainer {
        width: 100%;
    }
    div#aplikacja .imageContainer {
        width: 100%;
    }
    div#aplikacja .imageContainer .image {
        background-image: url('/img/articlePhoto/10-1_mobile_2.jpg');
        background-position: top;
    }
}














.hotelListContainer > .hotelContainer > .photoMain {
    width: 100%;
    min-height: 15rem;
    position: relative;
    cursor: pointer;
}
.hotelListContainer > .hotelContainer > .photoMain > .photo {
    width: 120%;
    height: 160%;
    left: 0;
    top: 0;
}
.hotelListContainer > .hotelContainer > .photoMain > .gradient > .headerPolozenieContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.hotelListContainer > .hotelContainer > .photoMain > .gradient > .headerPolozenieContainer > .header {
    padding: 0 0 0.5rem 1rem;
}
.hotelListContainer > .hotelContainer > .photoMain > .gradient > .headerPolozenieContainer > .header > div {
    float: left;
    width: 100%;
    color: #fff;
}
.hotelListContainer > .hotelContainer > .photoMain > .gradient > .headerPolozenieContainer > .header > .hotel {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
}
.hotelListContainer > .hotelContainer > .photoMain > .gradient > .headerPolozenieContainer > .header > .region {
    font-weight: 600;
}

.hotelListContainer > .hotelContainer > .photoMain > .polozenie {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.hotelListContainer > .hotelContainer > .photoMain > .polozenie > img {
    display: block;
    width: 2rem;
    height: auto;
    margin-right: 1rem;
    opacity: 1;
}



.hotelListContainer > .hotelContainer > .infoMain {
    width: 100%;
    padding: 1rem;
}
.hotelListContainer > .hotelContainer > .infoMain > .pozostale > .column {
    width: 100%;
}
.hotelListContainer > .hotelContainer > .infoMain > div.pozostale > .szczegoly > div.terminContainer {
    width: 70%;
}
.hotelListContainer > .hotelContainer > .infoMain > div.pozostale > .szczegoly > div.linkMapaContainer {
    width: 30%;
}
.hotelListContainer > .hotelContainer > .infoMain > div.pozostale > .szczegoly > .linkMapaContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hotelListContainer > .hotelContainer > .infoMain > div.pozostale > .szczegoly > .linkMapaContainer > a {
    margin-bottom: 1rem;
}
.hotelListContainer > .hotelContainer > .infoMain > div.pozostale > .szczegoly > .linkMapaContainer > a > .icon img {
    width: 2rem;
}
.hotelListContainer > .hotelContainer > .infoMain > div.pozostale > .opisKrotki > div.przycisk {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


@media all and (orientation:portrait) {
    .galleryThumbnailsContainerVersion2 figure,
    .galleryThumbnailsContainerVersion2 .buttonMorePhotos {
        width: calc(33.333% - 2px);
    }
}
@media all and (orientation:landscape) {

}


.hotelListContainer > .hotelContainer > .infoMore {
    padding: 0 1rem;
}
.hotelListContainer > .hotelContainer > .infoMore > .sideContent {
    width: 100%;
    margin-bottom: 1rem;
}
.hotelListContainer > .hotelContainer > .infoMore > .mainContent {
    width: 100%;
}

@media all and (orientation:portrait) {
    .hotelListContainer > .hotelContainer > .infoMore > .mainContent > .column {
        width: 100%;
        padding-right: 0;
    }
}
@media all and (orientation:landscape) {
    .hotelListContainer > .hotelContainer > .infoMore > .mainContent > .column {
        width: 50%;
    }
}






























@media all and (orientation:portrait) {
    .footerContainer .footerContent .column.logo {
        margin-right: 1rem;
    }
    .footerContainer .footerContent .column.logo img {
        width: 5rem;
    }
    .footerContainer .footerContent .column.menu {
        padding-top: 1rem;
    }
}
.footerContainer .footerContent .column.menu a {
    line-height: 2em;
}
