﻿/* ------------------- */
/*  HEADER STICKY TOP  */
/* ------------------- */
.Header-Top-Sticky {
    height: 2.75em;
    padding: 0em;
    display: flex;
    background-color: #d52b1e;
    position: relative;
    top: 0;
    left: 0;
    z-index: 104;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1em #555;
}

.Header-Top-Sticky-Left-Area
{
    width: 16.5%;
    height: auto;
    float: left;
}

.Header-Top-Sticky-Center-Area
{
    width: 66%;
    height: auto;
    text-align: right;
    float: left;
    padding-right: 10em;
}

.Header-Top-Sticky-Right-Area
{
    width: 16.5%;
    height: auto;
    float: left;
}