﻿/* ------------------- */
/*  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; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 33%, #555 43%, #555 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 33%, #555 43%, #555 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fff 0%, #fff 33%, #555 43%, #555 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#555',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    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; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 33%, #555 43%, #555 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 33%, #555 43%, #555 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fff 0%, #fff 33%, #555 43%, #555 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#555',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    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;
}

.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;
}
