﻿/* ------------------- */
/*  HEADER BACKGROUND  */
/* ------------------- */
.Header-Full-Background
{
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,00529b+44 */
    /*background: transparent; 
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 33%, #555 43%, #555 100%); 
    background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 33%, #555 43%, #555 100%);
    background: linear-gradient(135deg, #fff 0%, #fff 33%, #555 43%, #555 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#555',GradientType=1 );*/ 
   
    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-Full-Background-Left
{
    width: 16.5%;
    height: 100%;
    min-height: 1px;
    background-color: transparent;

    display: inline-block;
    float: left;
}

.Header-Full-Background-Center
{
    width: 66%;
    height: 100%;
    min-height: 1px;
    background-color: transparent;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,00529b+44 */
    /*background: transparent; 
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 33%, #555 43%, #555 100%); 
    background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 33%, #555 43%, #555 100%);
    background: linear-gradient(135deg, #fff 0%, #fff 33%, #555 43%, #555 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#555',GradientType=1 );*/
     
    display: inline-block;
    float: left;
}

.Header-Full-Background-Right
{
    width: 16.5%;
    height: 100%;
    min-height: 1px;
    background-color: transparent;

    display: inline-block;
    float: left;
}

.Header-Full-Background-Image
{
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
    
           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-Full-Background-Image-Left
{
    width: 16.5%;
    height: 100%;
    min-height: 1px;
    background-color: transparent;

    display: inline-block;
    float: left;
}

.Header-Full-Background-Image-Center {
    width: 66%;
    height: 100%;
    min-height: 1px;
    background-color: transparent;

    display: inline-block;
    float: left;
}

.Header-Full-Background-Image-Right
{
    width: 16.5%;
    height: 100%;
    min-height: 1px;
    background-color: transparent;

    display: inline-block;
    float: left;
}