@charset "utf-8";
/* CSS Document */

/*-----footer-----*/

.subFooterOne {
    background: #f1f1f1 url(../../images/bridge_icon.png) no-repeat right center;
    border-right: 14px solid transparent;
    padding: 20px 0;
    text-align: center;
    padding-right: 50px !important;
}
.subFooterOne ul li {
    display: inline-block;
    border-right: 1px solid #293133;
    padding-right: 10px;
}
.subFooterOne ul li.last {
    border: none;
}
.subFooterOne ul li a {
    text-decoration: none;
    color: #293133;
}
.subFooterTwo {
    background-color: #6d6f72;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.subFooterTwo ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.subFooterTwo ul li.last {
    border: none;
}
.subFooterTwo ul li a {
    text-decoration: none;
    color: #fff;
}
/*------End of footer-----*/