﻿/* -------- */
/*  Footer  */
/* -------- */
.Footer {
    display: block;
    clear: both;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    background: #2f2f2f;
    color: #fff;
    padding: 0;
}

.Footer-Bottom {
    display: block;
    clear: both;
    margin: auto;
    box-sizing: border-box;
    float: left;
    width: 100%;
    background: #2f2f2f;
    padding: 3em 1em 3em 4em;
}


/*.Footer-Bottom-Left {
    width: 4%;
    display: inline-block;
    float: left;
    height: auto;
    min-height: 1px;
}*/

.Footer-Bottom-Center {
    width: 91%;
    display: inline-block;
    float: left;
    color: #fff;
    background: #2f2f2f;
    height: auto;
    min-height: 1px;
}

/*.Footer-Bottom-Right {
    width: 4%;
    display: inline-block;
    float: left;
    height: auto;
    min-height: 1px;
}*/

.Footer-Item {
    text-align: left;
    display: inline-block;
    float: left;
    padding: 0;
}
