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