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
 */





@media all and (orientation:portrait) {
    /*.hotelOfficeTopBanner {
        background-image: url("/img/loginImage2.jpg");
        background-position: 50% 35%;
    }*/
    .hotelOfficeTopBanner > .shadowContainer > .contentContainer {
        flex-direction: column;
        align-items: center;
    }
    .hotelOfficeTopBanner > .shadowContainer > .contentContainer > .logoContainer {
        width: 150px;
        height: 120px;
        padding: 1rem;
        padding-top: 0;
        margin-bottom: 1.5rem;
    }
    .hotelOfficeTopBanner > .shadowContainer > .contentContainer > .logoContainer > .logoBackgroundFromTop > .logo {
        width: 100%;
        background-color: #fff;
        border-radius: 1rem;
        padding: 0 1rem 0.5rem 1rem;
    }
    .hotelOfficeTopBanner > .shadowContainer > .contentContainer > .logoContainer > .logoBackgroundFromTop > .logo > img {
        width: 100%;
        height: auto;
    }
    .hotelOfficeTopBanner > .shadowContainer > .contentContainer > .content > .header {
        font-size: 20px;
        text-align: center;
    }
    .hotelOfficeTopBanner > .shadowContainer > .contentContainer > .content > .text {
        font-size: 18px;
        text-align: center;
    }
}








.introContainer > .logoContainer {
    width: 100%;
}
.introContainer > .logoContainer > img {
    width: 30%;
}
.introContainer > .content {
    width: 100%;
    padding: 0 1em;
}
.introContainer > .content > .title {
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
    margin-top: 1rem;
}


.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) {

    .subpageContainer {
        padding: 0 1rem;
    }

    .subpageContainer .tutorialIntro {
        flex-direction: column;

        float: left;
        width: 100%;
        display: flex;

        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 2rem;
    }

    .subpageContainer .tutorialIntro > .iconContainer {
        display: none;
    }

    .subpageContainer .tutorialContainer > .tutorialStep {
        flex-direction: column;
    }

    .subpageContainer .columnContainer {
        flex-direction: column;
    }
    .subpageContainer .columnContainer .column {
        width: 100%;
    }
    .subpageContainer .columnContainer .column.left {
        padding-right: 0;
    }
    .subpageContainer .columnContainer .column.right {
        padding-left: 0;
    }
}







@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;
}
