﻿/* --------------- */
/*  HEADER BOTTOM  */
/* --------------- */
.Header-Bottom
{
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    z-index: 102;

    display: block;
    width: 100%;

    border-top: 0px solid #777;
    border-bottom: 0px solid #777;
    box-shadow: 0px 0px 0px #555;
    background-color: transparent;
  
    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: 16.5%;
    height: auto;
    min-height: 1px;
    background-color: transparent;

    display: inline-block;
    float: left;
}

.Header-Bottom-Center
{
    width: 66%;
    height: auto;

    min-height: 2em;
    padding: 0em;
    padding-left: .4em;

    border-top: 0px solid #777;
    border-bottom: 0px solid #777;
    /*box-shadow: 0px 0px 3px #555;*/
    background-color: transparent;

    display: inline-block;
    float: left;
}

.Header-Bottom-Right
{
    width: 16.5%;
    height: auto;
    min-height: 1px;
    background-color: transparent;

    display: inline-block;
    float: left;
}
