﻿/* -------- */
/*  HEADER  */
/* -------- */
@import url('Responsive/Responsive.css');
@import url('../Ω-elements/css/Responsive/Responsive.css');
@import url('../Ω-elements/headerBackground.css');
@import url('../Ω-elements/headerStickyTop.css');
@import url('../Ω-elements/headerBottom.css');
@import url('../Ω-elements/headerButtons.css');
@import url('../Ω-elements/logo.css');
@import url('../Ω-elements/navigation.css');

.Header
{
    color: #888;
    display: block;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /*z-index: 100;*/
    
    color: #384A7B;
    
    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-Main-Area
{
    height: auto;
    padding: 0em;
    display: block;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    z-index: 103;

    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-Main-Area-Left
{
    width: 16.5%;
    min-height: 1px;
    height: auto;

    display: inline-block;
    float: left;
}

.Header-Main-Area-Center
{
    width: 100%;
    min-height: 4em;
    height: auto;

    display: inline-block;
    float: left;

    padding-top: 1.25em;
}

.Header-Main-Area-Right
{
    width: 16.5%;
    min-height: 1px;
    height: auto;

    display: inline-block;
    float: left;
}

.Header-Left-Area
{
    border: 0px solid #555;
    display: inline-block;
    width: 50%;
    /*max-width: 150px;*/
    height: auto;
    min-height: 3em;
    float: left;
    box-sizing: border-box;
    position: relative;

    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;
}

.Header-Center-Area
{
    border: 0px solid #555;
    display: inline-block;
    width: 0px !important;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;

    display: none !important;
  
    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;
}

.Header-Right-Area
{
    border: 0px solid #555;
    display: inline-block;
    width: 50%;
    /*max-width: 300px;*/
    height: 100%;
    float: right;
    box-sizing: border-box;
    position: relative;

    text-align: right;  

    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;
}


