/* ===== headerHotelDescBlock.tpl ===== */

.header-desc-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -10;
    /*height: 100%;*/
}

.header-desc-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.header-desc-primary {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #ffffff;
}

.header-desc-inner-wrapper {
    max-width: 520px;
}

.header-desc-welcome {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.header-desc-primary hr {
    margin-bottom: 10px;
}

.heasder-desc-hr-first {
    width: 42px;
    margin-top: 10px;
}

.header-hotel-name {
    font-size: 55px;
    font-weight: 800;
    line-height: 0.95;
    margin: 0 0 4px;
    white-space: normal;
}

.header-hotel-name h1,
.header-hotel-name h2,
.header-hotel-name h3,
.header-hotel-name p,
.header-hotel-name div,
.header-hotel-name span {
    display: block;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
}

.header-hotel-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.18;
    margin: 0;
    white-space: normal;
}

.header-hotel-desc h1,
.header-hotel-desc h2,
.header-hotel-desc h3,
.header-hotel-desc p,
.header-hotel-desc div,
.header-hotel-desc span {
    display: block;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
}

.header-hotel-desc br {
    line-height: 1.18;
}

.header-hotel-desc p:empty,
.header-hotel-desc div:empty {
    display: none;
}

.heasder-desc-hr-second {
    width: 190px;
    margin-top: 14px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .topSubSecondaryBlock {
        margin-top: 0px;
    }

    .header-hotel-name {
        font-size: 30px;
        line-height: 32px;
    }

    .header-hotel-desc {
        font-size: 12px;
        line-height: 1.18;
    }
}

/* ===== headerHotelDescBlock.tpl ===== */

.copyRightWrapper {
    background-color: var(--footer-background);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    padding: 30px;
}

.copyRightWrapper p {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.copyRightWrapper {
    background-color: var(--footer-background);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    padding: 30px;
    width: 100%;
}
