﻿/*use in rbi only, replace in others like adc.web*/
.adc-site-footer {
    color: #9d9d9d;
    padding-top: 15px;
    padding-bottom: 15px;
}
    .adc-site-footer a {
        color: #9d9d9d;
    }
    .adc-site-footer a:active,
    .adc-site-footer a:hover {
        color: #fff;
    }

@media all and (min-width:768px) {
    .adc-site-footer {
        margin-right: auto;
        margin-left: auto;
    }
}

.adc-site-footer hr {
    margin-top: 20px;
    margin-bottom: 0;
}

/*text-align:left on small displays*/
.adc-site-footer .col-sm-right {
    text-align: left;
}

/*text-align:right > small displays*/
@media all and (min-width:768px) {
    .adc-site-footer .col-sm-right {
        text-align: right;
    }
}

.adc-site-footer-group {
    margin-bottom: 10px;
}

    .adc-site-footer-group h4 {
        margin-top: 20px;
    }

    .adc-site-footer-group ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .adc-site-footer-group ul li {
            margin-top: 7px;
        }

            .adc-site-footer-group ul li a {
                text-wrap: none;
            }

.adc-site-footer a {
    display: inline-block;
    margin-top: 10px;
    text-wrap: none;
}

.adc-site-footer-logo {
    margin-top: 10px;
}

.adc-site-footer-social {
    margin-top: 10px;
    padding: 15px;
}

    .adc-site-footer-social a {
        display: inline-block;
    }

@media all and (min-width:768px) {
    .adc-site-footer-social {
        text-align: right;
    }
}

.adc-site-footer-spacer {
    margin: 0 7px;
}

/*new simplified style in 888 fix java*/
.body-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .body-footer a {
        margin-right: 15px;
    }

        .body-footer a:last-of-type {
            margin-right: 0;
        }

    .body-footer .col-sm-right {
        text-align: left;
    }

/*text-align:right > small displays*/
@media all and (min-width:768px) {
    .body-footer .col-sm-right {
        text-align: right;
    }
}
