﻿html
{
    height: 100%;
}
html body footer .breadcrumb
{
    list-style: none;
    width: 820px;
    text-align: left;
    padding: 0;
    margin: auto;
    background-color: transparent!important;
}
html body footer .breadcrumb.mobile
{
    width: auto;
}
html body footer .breadcrumb hr
{
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #ad93a7;
}
html body footer .breadcrumb ol
{
    margin: 0;
}
html body footer .breadcrumb li
{
    display: inline-block;
}
html body footer .breadcrumb li.home :before
{
    content: "⟰";
    position: relative;
    top: 2px;
    color: #ad93a7;
    font-size: 22px;
    padding: 0 15px 0 0;
}
html body footer .breadcrumb li+li:before
{
    content: "›";
    position: relative;
    top: 5px;
    color: #ad93a7;
    font-size: 38px;
    padding: 0 15px;
}
html body footer .breadcrumb li.active
{
    color: #ac9d9d;
}