/**
 * Footer Template Styles
 */


/**
 * Bottom Navigation Bar
 */
.bottom-navigation-bar {
    background-color: #325674;
    color: #fff;
    text-align: center;
}

.bottom-navigation-bar a {
    color: #fff;
    text-decoration: none;
}

.bottom-navigation-bar .navigation {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    padding: 15px 0;
}

.bottom-navigation-bar .navigation > li {
    padding: 0 12px;
    border-right: 2px solid #869cae;
    display: inline-block;
}

.bottom-navigation-bar .navigation > li:last-child {
   border-right: none;
}

.bottom-navigation-bar .navigation > li > a {
    line-height: 20px;
    font-size: 14px;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
}


/**
 * Bottom Information Bar
 */
.bottom-information-bar {
    background-color: #193145;
    color: #fff;
    text-align: center;
}

.bottom-information-bar a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom-information-bar .address {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 15px 0 10px;
}

.bottom-information-bar .address > li {
    line-height: 20px;
    font-size: 14px;
    font-family: 'Quattrocento', serif;
    padding: 0 10px;
    border-right: 2px solid #869cae;
    display: inline-block;
}

.bottom-information-bar .address > li:last-child {
   border-right: none;
}

.bottom-information-bar .copyright {
    font-family: 'Quattrocento', serif;
    line-height: 20px;
    font-size: 12px;
    margin: 0 0 25px;
}
