.page-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-header {
    padding: 20px 0 75px 0;
    position: relative;
    margin-bottom: -75px;
}
.page-header + .page-section {
    position: relative;
    z-index: 2;
}
.page-header + .page-section .page-section-title {
    margin-top: 0;
}
.page-header-teaserImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
/*
.page-header:after {
    background: transparent url(images/wave-big-bottom.svg) repeat-x center bottom;
    background-size: auto 184px;
    bottom: -5px;
    content: "";
    height: 184px;
    left: 0;
    position: absolute;
    right: 0;
}
 */
.page-header .fshr-breadcrumb--main {
    background: none;
    color: #fff;
    font-size: 14px;
    padding: 0 0;
}
.page-header .fshr-breadcrumb-item {
    font-size: 14px;
}
.page-header .fshr-breadcrumb-item span {
    font-weight: 700;
}
.page-header .fshr-breadcrumb--common a,
.page-header .fshr-breadcrumb--main a {
    color: #fff;
}

.page-header-text {
    color: #003473;
    font-size: 16px;
    margin: 0 auto 60px auto;
    max-width: 700px;
    text-align: center;
}
.page-header-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 40px 0 10px 0;
    text-transform: uppercase;
    text-shadow: 0 4px 15px rgba(0,0,0, 0.3);
}
.page-header-subTitle {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

@media (max-width: 800px) {
    .page-header-title {
        font-size: 32px;
        margin-top: 10px;
    }
    .page-header-subTitle {
        display: none;
    }
    .page-header-teaserImage {
        background-position: bottom center;
    }
}
.page-buttonCircle {
    background: #fff;
    border-radius: 50% 50%;
    box-shadow: rgba(0,0,0, 0.1) 6px 6px 14px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-indent: 900px;
    transition: all 0.3s ease-out;
    width: 50px;
    white-space: nowrap;
}
.page-buttonCircle:hover {
    background: #ebebeb;
}
.page-buttonCircle:before {
    bottom: 0;
    font-family: fischer;
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
}
.rightCaret-down:before {
    transform: rotate(90deg);
}


.page-section-title {
    color: #003473;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0;
    text-align: center;
}

.page-hotels {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px;
}
.page-carousel.js-pageCarousel,
.page-experiences.js-pageCarousel {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-out;
}
.page-carousel.js-pageCarousel.slick-initialized {
    height: auto;
    opacity: 1;
}
.page-hotels:after {
    clear: both;
    content: "";
    display: block;
}
.page-carousel.slick-slider {
    max-width: 1110px;
    padding: 0 75px;
}
.page-carousel .slick-arrow {
    background: #003474;
    border-radius: 50% 50%;
    color: #fff;
    height: 50px;
    margin-top: -25px;
    opacity: 1;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 900px;
    text-shadow: none;
    transition: all 0.3s ease-out;
    top: 50%;
    white-space: nowrap;
    width: 50px;
}
.page-carousel .slick-arrow:hover {
    background: #004faf;
}
.page-carousel .slick-arrow:before {
    bottom: 0;
    color: #fff;
    content: "N";
    font-family: fischer;
    font-size: 18px;
    line-height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 0;
    text-align: center;
    top: 0;
}
.page-carousel .slick-prev {
    left: 0;
}
.page-carousel .slick-prev:before {
    content: "M";
}
.page-carousel .slick-next {
    left: auto;
    right: 0;
}
@media (max-width: 1180px) {
    .page-carousel .slick-prev {
        left: 20px;
    }
    .page-carousel .slick-next {
        right: 20px;
    }
}
@media (max-width: 800px) {
    .page-carousel.slick-slider {
        padding: 0 0;
    }
    .page-carousel .slick-arrow {
        display: none !important;
    }
}
.page-hotel-item-wrapper {
    float: left;
}
.page-hotel-item-wrapper .page-hotel-item {
    margin: 10px 10px;
}
.page-hotel-item {
    box-sizing: border-box;
    border-radius: 5px 5px;
    box-shadow: rgba(0,0,0, 0.1) 0 0 10px;
    color: #333;
    display: block;
    height: calc(100% - 20px);
    overflow: hidden;
    padding: 15px 15px;
    position: relative;
    text-decoration: none;
}
.page-hotel-item:after {
    background: rgba(0,0,0,0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .2s ease-out;
}
.page-hotel-item .page-button {
    font-size: 16px;
}
.page-hotel-item:hover .page-button {
    margin-top: -60px;
}
.page-hotel-item:hover:after {
    background: rgba(0,0,0,.5);
}
.page-hotel-image {
    position: relative;
    padding-top: 55%;
    width: 100%;
}
.page-hotel-image img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-hotel-header {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
    width: 100%;
}
.page-hotel-title,
.page-hotel-stars {
    display: table-cell;
    vertical-align: middle;
}
.page-hotel-title {
    border: none;
    border-spacing: 0;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0;
    overflow: hidden;
    padding: 0 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-hotel-stars {
    text-align: right;
}
.page-hotel-content {
    font-size: 14px;
    margin: 10px 0;
}
.page-hotel-footer {
    text-align: center;
}
.page-hotel-tripPrice {
    display: table;
    margin: 10px 0 0 0;
    width: 100%;
}
.page-hotel-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.page-hotel-trip,
.page-hotel-price {
    display: table-cell;
    vertical-align: middle;
}
.page-hotel-trip {
    text-align: left;
}
.page-hotel-price {
    text-align: right;
    white-space: nowrap;
}
.page-hotel-price-amount {
    color: var(--text-highlighted);
    font-size: 18px;
    font-weight: 700;
}
.page-hotel-footer .page-button {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    transition: all .2s ease-out;
    z-index: 5;
    margin: 0 auto;
}
.page-hotels-info {
    font-size: 16px;
    margin: 20px auto;
    max-width: 380px;
    text-align: center;
}
.page-hotels-info .fshr-paragraph {
    margin: 0 0;
}
.page-hotels-info .fshr-paragraph + .fshr-paragraph {
    margin-top: 20px;
}

.page-menu-list,
.page-menu-list-item {
    height: 100px;
    position: relative;
}
.page-menu-list {
    background: #fff;
    border-bottom: 3px solid #f8f8f8;
    display: none;
    justify-content: center;
    list-style: none;
    margin: 0 0;
    opacity: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0;
    text-align: center;
    transition: opacity 0.3s ease-out;
    white-space: nowrap;
}
.page-menu-list-item {
    display: inline-block;
    line-height: 100px;
    padding: 0 25px;
}
.page-menu-list-item + .page-menu-list-item {
    padding-left: 26px;
}
.page-menu-list-item + .page-menu-list-item:before {
    background: #dbdbdb;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 1px;
}
.page-menu-list-item a {
    color: #003473;
    font-size: 18px;
    text-decoration: none;
}
.page-menu-list-item a:hover,
.page-menu-list-item .page-menu-list-anchor--active {
    text-decoration: underline;
}
@media (max-width: 800px) {
    .page-menu-list,
    .page-menu-list-item {
        height: 60px;
    }
    .page-menu-list-item a {
        font-size: 16px;
    }
    .page-menu-list-item {
        line-height: 60px;
        padding: 0 20px;
    }
    .page-menu-list-item + .page-menu-list-item {
        padding-left: 21px;
    }
}

.page-section--experiences {
    color: #fff;
    padding: 80px 0 125px 0;
    position: relative;
}
.page-section--experiences .page-section-title {
    color: #fff;
}
.page-section--experiences:before,
.page-section--experiences:after,
.page-wall-decoration:before,
.page-wall-decoration:after {
    background: transparent url(develop/web/obsolete/theme/images/wave-small-bottom.svg) repeat-x left top;
    background-size: auto 60px;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.page-section--experiences:before,
.page-wall-decoration:before {
    transform: rotate(180deg);
}
.page-section--experiences:after,
.page-wall-decoration:after {
    background-position: right bottom;
    bottom: 0;
    top: auto;
    z-index: 10;
}
.page-experiences,
.page-experiences-footer {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 960px;
}
.page-experiences {
    margin: 50px auto;
}
.page-experiences .slick-arrow {
    background: #fff;
    color: #003474;
}
.page-experiences .slick-arrow:hover {
    background: #ebebeb;
}
.page-experiences .slick-arrow:before {
    color: #003474;
}
.page-experiences:after {
    clear: both;
    content: "";
    display: block;
}
.page-experiences-itemWrapper {
    float: left;
}
.page-experiences-item {
    box-sizing: border-box;
    padding: 0 20px;
}
.page-experiences-item-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.page-experiences-item-content {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin: 20px 0;
    padding: 0 0;
}
.page-experiences-item-content:before,
.page-experiences-item-content:after {
    content: "”";
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 0.9;
    text-align: left;
}
.page-experiences-item-content:after {
    text-align: right;
    padding-right: 5px;
}
.page-experiences-item-content .fshr-paragraph {
    margin: 0 0;
}
.page-experiences-item-content .page-experiences-item-subTitle {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.page-experiences-item .page-button {
    background: #04528c;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-decoration: none;
}
.page-experiences-item .page-button:hover {
    background: #fff;
    color: #04528c;
}
.page-experiences-footer {
    text-align: center;
}
.page-section-header-info {
    color: #003372;
    font-size: 16px;
    margin: 0 auto;
    max-width: 490px;
    text-align: center;
}
.page-faq {
    color: #003372;
    list-style: none;
    margin: 50px 0;
    padding: 0 0;
}
.page-faq-item {
    background: #fff;
    border-radius: 6px 6px;
    box-shadow: rgba(0,0,0, 0.05) 0 0 14px;
    font-size: 16px;
    padding: 16px 16px;
}
.page-faq-item--opened {
    background: #f8f8f8;
    box-shadow: none;
}
.page-faq-question a:after {
    content: "N";
    font-family: fischer;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    right: 16px;
    position: absolute;
    transform: rotate(90deg);
    transition: transform 0.3s ease-out;
    width: 14px;
    /*ikonka šipky nahoru*/
}
.page-faq-item--opened .page-faq-question a:after {
    transform: rotate(-90deg);
}
.page-faq-item + .page-faq-item {
    margin-top: 15px;
}
.page-faq-question {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0;
}
.page-faq-question a {
    display: block;
    margin: -16px -16px;
    padding: 16px 46px 16px 16px;
    position: relative;
    text-decoration: none;
    z-index: 5;
}
.page-faq-question:after {
    /*ikonka šipky dolů*/
}
.page-faq-answer {
    margin: 0 0;
    overflow: hidden;
    padding: 0 0;
}
.page-faq-answer:before {
    content: "";
    display: block;
    height: 25px;
}

.page-section--presets {
    padding: 80px 0;
    text-align: center;
}
.page-section--presets .grd-container {
    padding: 0 24px;
}
.page-section--presets .grd-row {
    margin: 0 -24px;
}
.page-section--presets .grd-col {
    padding: 0 24px;
}
@media (max-width: 800px) {
    .page-section--presets .grd-col--md-6:nth-child(n+3) {
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
    .page-section--presets .grd-col--sm-12 + .grd-col--sm-12 {
        margin-top: 50px;
    }
}
.page-preset-title {
    color: #003473;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding-top: 75px;
    position: relative;
}
.page-preset-title.fshr-icon:before {
    font-size: 50px;
    font-weight: normal;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    position: absolute;
    top: 0;
    width: 50px;
}
.page-preset-title.fshr-icon--planeTakeoff:before {
    font-size: 56px;
    height: 56px;
    line-height: 56px;
    marign-left: 28px;
    width: 56px;
}
.page-preset-content {
    list-style: none;
    font-size: 16px;
    margin: 0 0;
    padding: 0 0;
}
.page-preset-content--list .page-list-item {
    color: #003473;
    position: relative;
}
.page-preset-content--list .page-list-item:before {
    content: ">";
    display: inline-block;
    font-family: fischer;
    font-size: 10px;
    height: 10px;
    left: 0;
    margin-right: 3px;
    width: 10px;
}

.page-inspiration-menu-wrapper {
    display: block;
    margin: 56px auto;
    text-align: center;
}
.page-inspiration-menu {
    border-radius: 5px 5px;
    box-shadow: rgba(0,0,0, 0.1) 0 0 14px;
    display: inline-block;
    list-style: none;
    margin: 0 0;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 0;
    white-space: nowrap;
}
@media (max-width: 860px) {
    .page-inspiration-menu {
        border-radius: 0 0;
    }
}
.page-inspiration-menu-item {
    display: inline-block;
    position: relative;
}
.page-inspiration-menu-item + .page-inspiration-menu-item {
    margin-left: -4px;
}
.page-inspiration-menu-item + .page-inspiration-menu-item:before {
    background: #dbdbdb;
    content: "";
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 1px;
}
.page-inspiration-menu-item a {
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
}
.page-inspiration-menu-item a:hover {
    text-decoration: underline;
}
.page-inspiration-menu-item--active a {
    background: #003473;
    color: #fff;
}
.page-inspiration-menu-item--active:before {
    display: none;
}
.page-inspiration-menu-item--active + .page-inspiration-menu-item:before {
    display: none;
}

.page-wall-decoration {
    position: relative;
}
.page-wall:after {
    clear: both;
    content: "";
    display: block;
}
.page-wall-brick {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    width: 20%;
}
.page-wall-brick--doubled {
    min-height: 500px;
}
.page-brick-inside {
    background-position: center center;
    background-size: cover;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.page-brick-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-shadow: #000 3px 3px 15px;
}
.page-brick-content {
    color: #fff;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    top: 85px;
    transition: top 0.3s ease-out;
    z-index: 10;
}
.page-wall-brick--doubled .page-brick-content {
    top: 230px;
}
.page-brick-content .grd-col {
    padding: 0 5px 0 0;
}
.page-brick-content .grd-col + .grd-col {
    padding: 0 0 0 5px;
}

.page-brick-list {
    list-style: none;
    margin: 26px 0;
    padding: 0 0;
    text-align: left;
}
.page-brick-list .page-list-item {
    padding-left: 12px;
    position: relative;
}
.page-brick-list .page-list-item a {
    color: #fff;
}
.page-brick-list .page-list-item:before {
    content: ">";
    display: inline-block;
    font-family: fischer;
    font-size: 10px;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 10px;
}
.page-brick-content-text {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.page-brick-content-text .fshr-paragraph {
    margin-top: 16px;
}
.page-brick-content-text .grd-container + .fshr-paragraph {
    margin-top: 0;
}
.page-wall-brick:after {
    background: #003473;
    bottom: 0;
    content: "";
    display: block;
    opacity: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease-out;
    top: 0;
    z-index: 1;
}

/*hover*/
.page-wall-brick:hover .page-brick-content {
    top: 0;
}
.page-wall-brick:hover .page-brick-content-text {
    opacity: 1;
}
.page-wall-brick--doubled:hover .page-brick-content {
    top: 75px;
}
.page-wall-brick:hover:after {
    opacity: 0.88;
}

@media (max-width: 1400px) {
    .page-brick-content {
        padding: 50px 30px;
    }
}
@media (max-width: 1200px) {
    .page-wall-brick {
        width: 25%;
    }
}
@media (max-width: 940px) {
    .page-wall-brick {
        width: 50%;
    }
}
@media (max-width: 560px) {
    .page-wall-brick {
        width: 100%;
    }
}



.page-menu-list--fixed {
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 30px;
    z-index: 11;
}
@media (max-width: 800px) {

}
@media (max-width: 600px) {
    .page-menu-list--fixed {
        top: 0;
    }
}
