﻿
/*Promo-header public*/
.header-promo-public {
    background: #f9f9f9;
    padding: 10px;
    position: fixed;
    letter-spacing: 1px;
    top: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 -2px 3px 2px #ccc;
    z-index: 9999;
}

.text-warning {
    color: red;
}

.header-caption {
    font-size: 15px;
    letter-spacing: 1px;
    display:block;
}
/*Push header down */
.main-header {
    margin-top: 65px;
}

.fixed-header .header-top, .fixed-header .header-lower {
    margin-top: 65px !important;
}
/*Promo header*/
.header-promo {
    background: #f9f9f9;
    height: 65px;
    position: fixed;
    letter-spacing: 1px;
    top: 0;
    width: 942px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 -1px 4px 2px #ccc;
    z-index: 9999;
}

.header-small-text {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
}

.header-bold-text {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.top-menu {
    position: relative;
    top: 65px;
    right: 3px;
}

/*Header Panel*/
.login-detail {
    top: 128px !important;
}

.bottom-logo {
    position: static !important;
}
/*Media Query*/
@media only screen and (max-width: 1140px) {
    .header-promo-public {
        position: relative;
        margin-bottom: 10px;
    }
}

/*Fancybox*/

.fancybox-overlay {
    top: 5%;
}
