﻿footer /* override */
{
    background-color: #ffffff !important;
    padding: 0px !important;
}


#bottom_container {
    width: auto;
    height: auto;
    /*max-height: 100px;*/
    margin: 0px;
    padding: 1px 0px 0px 0px;
    border: 0px;
    background-color: #a42a31;
    /*background-color: #FFFFFF;*/
    border-top: 5px solid #a42a31;
    text-align: center;
    overflow: visible;
}


#bottom_container #loghi_container
{
    width: 100%;
    height: auto;

    margin: 0px auto 0px auto;
    padding: 8px 0px 8px 0px;

    border: 0px;

    background-color: #ffffff;

    text-align: center;
    vertical-align: top;

    display: table;
}

#bottom_container #loghi_container .logo_container
{
    width: auto;
    height: auto;

    margin: 0px auto 0px auto;
    padding: 0px;

    border: 0px;

    background-color: transparent;

    display: table-cell;
}






#bottom_container p
{
    width: auto;    
    height: 100px;
    
    margin: 0px;
    padding: 10px 0px 10px 0px;
    
    color: #ffffff;

    background-color: transparent;
}

#bottom_container p span
{ 
    display: block;
}






