/* ===== 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: center;
    color: #FFFFFF;
}
.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: 400;
	margin-top: 5px;
    margin-bottom: 25px;
}

.header-hotel-desc {
	font-size: 400;
	font-size: 18px;
    line-height: 24px;
}

.heasder-desc-hr-second {
    width: 190px;
    margin-top: 30px;
}

/* ICW: align the homepage welcome/title block with the top logo band. */
body#index .header-desc-primary > .container > .row:first-child {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 92px;
    width: 100%;
}

body#index .header-hotel-name {
    line-height: 1;
}

@media (max-width: 767px) {
    body#index .header-desc-primary > .container > .row:first-child {
        top: 76px;
    }

    body#index .header-hotel-name {
        font-size: 46px;
        margin-bottom: 18px;
    }

    body#index .heasder-desc-hr-second {
        margin-top: 20px;
    }
}

/* ICW: consolidate header controls into the single black top bar. */
#header #nav-main {
    background-color: rgba(37, 37, 37, 0.96);
    position: relative;
    z-index: 30;
}

#header #nav-main .icw-nav-shell {
    align-items: center;
    display: flex;
    gap: 18px;
    min-height: 72px;
    width: 100%;
}

#header #nav-main #header_logo {
    flex: 0 0 auto;
    padding: 8px 0;
}

#header #nav-main #header_logo img {
    height: auto;
    max-height: 48px;
    width: auto;
}

#header #nav-main .icw-nav-contact {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

#header #nav-main .icw-nav-contact > div {
    align-items: center;
    display: inline-flex;
    padding: 0;
}

#header #nav-main .contact-item {
    margin-right: 0;
    white-space: nowrap;
}

#header #nav-main .icw-nav-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row-reverse;
    gap: 16px;
    justify-content: flex-start;
    margin-left: auto;
}

#header #nav-main .icw-nav-actions .header-top-item {
    margin-left: 0;
    position: relative;
}

#header #nav-main .icw-nav-actions .header-top-link {
    color: #fff;
    font-size: 15px;
    padding: 6px 8px;
}

#header #nav-main .icw-nav-actions .header-top-link:hover {
    border-bottom: 1px solid #fff;
}

#header #nav-main .icw-nav-actions .nav_toggle {
    margin: 0;
}

#header #nav-main .icw-nav-actions .shopping_cart > a {
    color: #fff;
}

#header .header-top.icw-search-only {
    background: transparent;
}

body#index #header .header-top.icw-search-only {
    pointer-events: none;
}

body#index #header .header-rmsearch-container,
body#index #header .header-rmsearch-container * {
    pointer-events: auto;
}

#footer .icw-footer-language {
    margin-bottom: 24px;
}

#footer .icw-footer-language-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
    text-transform: uppercase;
}

#footer .icw-footer-language-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .icw-footer-language-list li {
    margin-bottom: 8px;
}

#footer .icw-footer-language-list a,
#footer .icw-footer-language-list span {
    color: #868686;
    font-size: 14px;
}

#footer .icw-footer-language-list a:hover,
#footer .icw-footer-language-list .active span {
    color: #fff;
}

@media (max-width: 767px) {
    #header #nav-main .icw-nav-shell {
        gap: 10px;
        min-height: 60px;
    }

    #header #nav-main #header_logo img {
        max-height: 40px;
    }

    #header #nav-main .contact-item {
        display: inline-flex;
    }

    #header #nav-main .contact-item i {
        font-size: 17px;
        padding-right: 0;
    }

    #header #nav-main .contact-item a {
        display: block;
        font-size: 0;
        height: 24px;
        overflow: hidden;
        width: 24px;
    }

    #header #nav-main .icw-nav-actions {
        gap: 10px;
    }
}

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

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

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

.copyRightWrapper {
    background-color: #242424;
    padding: 30px;
    width: 100%; }
    .copyRightWrapper .copyRight {
        color: #868686;
        font-size: 16px;
        margin: 0;
        text-align: center;
        line-height: 23px; }
