﻿/*#tBanner {
    background: #1c1c1c;
    color: #ffffff;
    padding: 16px 16px 16px 0;
    font-size: 16px;
    line-height: 20px;
    position: fixed;
    width: 100%;
    padding: 16px 40px;
    font-size: 18px;
    line-height: 24px;
    z-index: 9999;
    display: block;
    text-align:center;
}*/

#tBanner {
    background: #1c1c1c;
    color: #ffffff;
    position: fixed;
    width: 100%;
    padding: 16px 40px;
    font-size: 18px;
    line-height: 24px;
    z-index: 9999;
    display: block;
    text-align: center;
}



.tBannerSpanBold {
    font-weight: bold;
    padding-right: 5px;
}

button.tBannerClose:before {
    display: inline-block;
    content: "+";
    font-size: 3.2rem;
    font-family: MarriottIcons;
    transform: rotate(45deg);
}

.tBannerClose {
    margin-right: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none !important;
    background: transparent;
    border: 0;
}

a.tBannerlink {
    color: #ffffff;
    text-decoration: underline !important;
}

    a.tBannerlink:hover {
        color: #6e3996;
    }


@media screen and (max-width: 1200px) {
    .tBannerClose {
        margin-right: 10px;
    }
}



.msgtop {
    display: none;
}