﻿/* -------- */
/*  Footer  */
/* -------- */
.Footer
{
    color: #fff !important;
    
    display: block;
    clear: both;

    box-sizing: border-box;
    min-height: 6em;
    height: auto;
    width: 100%;   
}

.Footer a, .Footer a:visited 
{
    color: #fff;
    text-decoration: none;
}
.Footer a:hover,
.Footer a:active,
.Footer a:focus 
{
    color: #fff;
    text-decoration: underline;
}

.Footer-Bottom 
{
    display: block;
    clear: both;
    min-height: 10em;
    margin: auto;
    box-sizing: border-box;
    float: left;
    width: 100%;
    background: #d52b1e;
    padding-top: 1em;
    color: #fff !important;
}


.Footer-Bottom-Left 
{
    width: 16.5%;
    display: inline-block;
    
    float: left;
    
    height: auto;
    min-height: 1px;
}

.Footer-Bottom-Center {
    width: 66%;
    display: inline-block;
    float: left;
    color: #fff !important;
    background: transparent;
    height: auto;
    min-height: 1px;
    padding: 1em;
}

.Footer-Bottom-Right 
{
    width: 16.5%;
    display: inline-block;
    
    float: left;
    
    height: auto;
    min-height: 1px;
}

.Footer-Item
{
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    float: left;
}
