﻿/* ------------------- */
/*  HEADER STICKY TOP  */
/* ------------------- */
.Header-Top-Sticky
{
    height: 3em;
    padding: 0em;
    display: flex;

    background-color: transparent;
    position: absolute;
    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%;
    display: none;
}


.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;
}

    .Contact-Button i,
    .SignIn-Sticky i {
        display: none;
    }



@media screen and (min-width : 240px) and (max-width : 480px) /* Smartphones (portrait and landscape) ----------- */
{
/* Styles */
    .Contact-Button i,
    .SignIn-Sticky i {
        display: inherit !important;
    }

}