﻿/* --------------- */
/*  HEADER BOTTOM  */
/* --------------- */
.Header-Bottom
{
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 102;

    display: block;
    width: 100%;
  
    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;
}

.Header-Bottom-Left
{
    width: 13%;
    height: auto;
    min-height: 1px;
    background-color: transparent;

    display: inline-block;
    float: left;
}

.Header-Bottom-Center
{
    width: 74%;
    height: auto;

    min-height: 2em;
    padding: 0em;

    display: inline-block;
    float: left;
}

.Header-Bottom-Right
{
    width: 13%;
    height: auto;
    min-height: 1px;
    background-color: transparent;

    display: inline-block;
    float: left;
}
