.floating-promo-wrapper {
    left: 30px;
    position: fixed;
    top: 145px;
    z-index: 999999
}

@media screen and (max-width:1023px) {
    .floating-promo-wrapper {
        position: static
    }
}

.floating-promo-wrapper .mobile-title {
    padding-right: 20px
}

.floating-promo-wrapper .floating-promo-trigger {
    -ms-flex-align: center;
    align-items: center;
    background-color: #5e9ebd;
    background-image: url(https://www.omnihotels.com/assets/css/img/gift-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px;
    width: 64px
}

@media screen and (max-width:1023px) {
    .floating-promo-wrapper .floating-promo-trigger {
        display: none
    }
}

.floating-promo-wrapper .floating-promo-trigger-mobile {
    -ms-flex-align: center;
    align-items: center;
    background-color: #5e9ebd;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-family: "Goudy Old Style", sans-serif;
    font-size: 18px;
    height: 40px;
    position: relative;
    padding-left: 34px
}

.floating-promo-wrapper .floating-promo-trigger-mobile object {
    display: none
}

@media screen and (min-width:1024px) {
    .floating-promo-wrapper .floating-promo-trigger-mobile {
        display: none
    }
}

.floating-promo-wrapper .floating-promo-trigger-mobile::before {
    content: '';
    height: 16px;
    width: 16px;
    background-image: url(https://www.omnihotels.com/assets/css/img/gift-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    left: 10px;
    top: 12px
}

.floating-promo-wrapper .floating-promo-trigger-mobile::after {
    background-image: url(https://www.omnihotels.com/assets/css/img/tertiary-cta-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    height: 15px;
    right: 10px;
    position: absolute;
    top: 13px;
    transform: rotate(90deg);
    width: 13px
}

.floating-promo-wrapper .floating-promo-trigger-mobile object {
    height: 15px;
    margin: 0 10px;
    width: 15px
}

.floating-promo-wrapper .floating-promo-trigger-mobile.open::after {
    transform: rotate(270deg)
}

.floating-promo-wrapper .floating-promo-toggle {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    display: none;
    margin-top: 15px;
    padding-bottom: 0px;
    position: relative;
    width: 240px
}

@media screen and (max-width:728px) {
    .floating-promo-wrapper .floating-promo-toggle {
        box-shadow: 0 6px 15px rgba(0, 0, 0, .55);
        margin-top: 0;
        padding-top: 10px
    }
}

@media screen and (max-width:1024px) {
    .floating-promo-wrapper .floating-promo-toggle {
        width: 100%;
        vertical-align: top;
        border:0px solid red;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

.floating-promo-wrapper .floating-promo-toggle.open {
    display: block
}

.floating-promo-wrapper .floating-promo-toggle::before {
    border-color: transparent transparent #5e9ebd #5e9ebd;
    border-style: solid;
    border-width: 7px;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, .25);
    box-sizing: border-box;
    content: "";
    height: 0;
    left: 17.5%;
    position: absolute;
    top: 1px;
    transform: rotate(135deg);
    transform-origin: 0 0;
    width: 0
}

@media screen and (max-width:1024px) {
    .floating-promo-wrapper .floating-promo-toggle::before {
        display: none
    }
}

.floating-promo-wrapper .floating-promo-toggle .close-dropdown {
    position: absolute;
    background-image: url(https://www.omnihotels.com/assets/css/img/close-icon-white.svg);
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 14px;
    right: 10px;
    top: 10px;
    width: 0;
}

.floating-promo-wrapper .floating-promo-toggle .title {
    -ms-flex-align: center;
    align-items: center;
    background-color: #5e9ebd;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-family: "Goudy Old Style", sans-serif;
    font-size: 18px;
    height: 35px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px
}

@media screen and (max-width:1024px) {
    .floating-promo-wrapper .floating-promo-toggle .title {
        display: none
    }
}

.floating-promo-wrapper .floating-promo-toggle ul {
    padding-left: 20px!important;
    margin-right: 15px; 
    margin-left: 15px;
}

@media screen and (max-width:728px) {
    .floating-promo-wrapper .floating-promo-toggle ul {
        margin-top: 0
    }
}

.floating-promo-wrapper .floating-promo-toggle li {
    font-family: "Gotham Book", sans-serif;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
    padding-bottom: 10px;
    list-style-type: disc;
}

.floating-promo-wrapper .floating-promo-toggle .email-container {
    border: 1px solid #d8d8d8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 10px 0;
    padding: 0px
}

.floating-promo-wrapper .floating-promo-toggle .email-container input {
    border: 0;
    border-bottom: 1px solid #000;
    font-family: "Arquitecta W00 Book", sans-serif;
    font-size: 13px;
    height: 30px
}

.floating-promo-wrapper .floating-promo-toggle .email-container button {
    margin-top: 20px;
    width: 100%
}

@media screen and (max-width:1024px) {
    .floating-promo-wrapper .floating-promo-toggle .email-container button {
        max-width: 100%
    }
}

.floating-promo-special-wrapper {
    left: auto;
    right: 50px
}

@media screen and (min-width:1024px) {
    .floating-promo-special-wrapper {
        display: none
    }
}

.floating-promo-special-wrapper.show {
    display: block
}

.floating-promo-special-wrapper .floating-promo-trigger-title {
    -ms-flex-align: center;
    align-items: center;
    background-color: #5e9ebd;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-family: "Goudy Old Style", sans-serif;
    font-size: 18px;
    height: 35px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    position: absolute;
    top: 79px;
    right: 0;
    width: 110px
}

.floating-promo-special-wrapper .floating-promo-trigger-title::before {
    border-color: transparent transparent #5e9ebd #5e9ebd;
    border-style: solid;
    border-width: 7px;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, .25);
    box-sizing: border-box;
    content: "";
    height: 0;
    position: absolute;
    right: 7px;
    top: 1px;
    transform: rotate(135deg);
    transform-origin: 0 0;
    width: 0
}

@media screen and (max-width:1024px) {
    .floating-promo-special-wrapper .floating-promo-trigger-title::before {
        display: none
    }
}

.floating-promo-special-wrapper .floating-promo-toggle {
    position: absolute;
    right: 0;
    width: 260px;
    z-index: 55
}

.floating-promo-special-wrapper .floating-promo-toggle::before {
    left: auto;
    right: 7px
}

@media screen and (max-width:1023px) {
    .floating-promo-special-wrapper .floating-promo-toggle {
        margin-top: 0;
        width: 100%
    }
}

.floating-promo-special-wrapper .inner-text-container {
    padding: 20px
}

.floating-promo-special-wrapper .inner-text-container .inner-title {
    font-family: "Arquitecta W00 Bold", sans-serif;
    font-size: 13px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.floating-promo-special-wrapper .inner-text-container a.inner-link {
    color: #000;
    display: inline-block;
    font-family: "Arquitecta W00 Book", sans-serif;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase
}

.floating-promo-special-wrapper .inner-text-container a.inner-link:hover {
    text-decoration: underline
}

.floating-promo-special-wrapper .inner-text-container a.inner-link::after {
    content: " >";
    position: absolute
}

.floating-promo-special-wrapper .inner-text-container .digex-primary-cta {
    margin-top: 10px;
    width: 100%
}

.floating-current-wrapper {
    margin: 0px 6px 0px 6px;
    border-top: 1px solid #d8d8d8;
    text-align: center;
}

.floating-current-wrapper >.floating-current-wrapper-text {
    color: #5e9ebd;
    font-size: 12px;
    white-space: nowrap;
    line-height: 45px;
    font-family: "Gotham Book",sans-serif;
    text-transform: uppercase;
}