/* ===== headerHotelDescBlock.tpl ===== */
.header-desc-container {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    /*height: 100%;*/
}
.header-desc-wrapper  {
	display: table;
    height: 100%;
    width: 100%;
}
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

.header-desc-primary {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    pointer-events: none;
    text-shadow:
        0 1px 3px rgba(0,0,0,0.6),
        0 2px 8px rgba(0,0,0,0.4);
}
.header-desc-welcome{
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0;
    animation: heroFadeUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.header-desc-primary hr {
    margin-bottom: 10px;
    border-color: rgba(255,255,255,0.5);
    opacity: 0;
    animation: heroFadeUp 0.8s ease forwards;
}
.heasder-desc-hr-first {
    width: 42px;
    margin-top: 10px;
    animation-delay: 0.5s;
}

.header-hotel-name {
	font-size: 55px;
	font-weight: 700;
	margin-top: 5px;
    margin-bottom: 25px;
	letter-spacing: 0.02em;
    opacity: 0;
    animation: heroFadeUp 0.9s ease forwards;
    animation-delay: 0.7s;
}

.header-hotel-desc {
	font-size: 18px;
    line-height: 24px;
	font-weight: 300;
    opacity: 0;
    animation: heroFadeUp 0.8s ease forwards;
    animation-delay: 1s;
	letter-spacing: 0.03em;
	opacity: 0.92;
}

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

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