﻿.text-center
{
    text-align: center;
}
.text-warning
{
    color: red !important;
}
.header-promo-public
{
    background: #f9f9f9;
    padding: 10px;
    /*position: fixed;*/
    position: relative;
    letter-spacing: 1px;
    top: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 -2px 3px 2px #ccc;
    z-index: 9999;
    width: 100%;
}
.header-caption
{
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    font-family: 'PT Sans Caption';
}

@media only screen and (max-width: 770px) 
{
    .header-promo-public
    {
        position: fixed!important;
        margin-top: -5px;
    }
}