﻿/* ------------------- */
/*  HEADER STICKY TOP  */
/* ------------------- */
.Header-Top-Sticky
{
    height: 3em;
    padding: 0em;
    display: flex;

    background-color: #fff;
    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;
    font-size: .75em;
    float: right;
    width: 100%;
}


.Header-Top-Sticky-Left-Area
{
    width: 13%;
    height: auto;

    float: right;
}

.Header-Top-Sticky-Center-Area
{
    width: 74%;
    height: auto;
    text-align: right;

    float: left;
}

.Header-Top-Sticky-Right-Area
{
    width: 13%;
    height: auto;

    float: right;
}