/* Sticky footer styles
-------------------------------------------------- */
html
{
    position: relative;
    min-height: 100%;
}
body
{
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer
{
    /*position: absolute;*/
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%; /* Set the fixed height of the footer here */ /*height: 60px;*/
    /* background-image: url(../../img/BG.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important; */
        background-color: #FFFFFF;
    font-size: 14px;
    border-top: 1px solid #FFF; /*box-shadow: 0px -2px 9px 0px #dad5d5;*/ /*border-radius: 10px 10px 0 0;*/
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container
{
    /*padding: 60px 15px 0;*/
    padding: 10px 15px 0;
}

.footer > .container
{
    padding-right: 15px;
    padding-left: 15px;
}

code
{
    font-size: 80%;
}

footer .fa
{
    color: #FFF !important;
}

p.nomargin
{
    color: #000000 !important;
    font-weight: 500;
}

.footer .col-xs-3 {
    /* width: 19%; */
    width: 48% ! Important;
    text-align: center;
    vertical-align: top;
    margin: 3px 0;
}

.footer .col-xs-3 img {
    /* width: 100%; */
    width: initial;
    height: 30px;
    padding: 0px 0 0px;
}

span.d-block.font_footer {
    /* font-size: 9px; */
    font-size: 13px;
    line-height: 1.5;
    color: #000000 !important;
    font-weight: 400;
}

.d-block {
    display: block !important;
}

