﻿/* -------- */
/*  Footer  */
/* -------- */
.Footer
{
    color: #888;
    
    display: inline-block;
    clear: both;

    box-sizing: border-box;
    height: auto;
    width: 100%;   

    /*background: #DDD;*/
    background: #093e52;
}

.Footer-Bottom
{
    display: block;
    clear: both;

    min-height: 3em;
    
    margin: auto;
    box-sizing: border-box;
    float: left;
    width: 100%;

    /*background: #DDD;*/
    background: #093e52;

    padding-top: 1em;
}


.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;

    /*background: #DDD;*/
    background: transparent;
    
    height: auto;
    min-height: 1px;

    padding: 0;
    padding-bottom: 1em;
    color: white;
}

.Footer-Bottom-Center .nav-social li > a {
    background-color: #555;
}

.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;
}
