.footer 
{
    width: 100%;
    bottom: 0px;
    border-top: 1px solid #ddd;
    position: absolute;
    color: #222;
    z-index: 10;
    padding-top: 10px;
}

@media ( max-width: 767px )
{
    .footer
    {
        padding-top: 0;
    }
}





.footer .bottom_panel
{
    width: 100%;
    bottom: 0;
    /*position: absolute;*/
    margin-top: 1em;
}

.footer .bottom_panel .copyright
{
    text-align: center;
    font-size: 10pt;
    color: #1b1b1b;
    background-color: #eee;
    padding: 5px;
}




.footer .tags_container .tags_icon
{
    font-size: 16pt;
}

.footer .tags_container .title
{
    font-size: 13pt;
}
