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