footer.container-fluid {
    color: #505050 !important;
    margin: 0 auto;
}
footer.container-fluid .footer-top-row {
    margin: 0 -999px;
    padding: 0 984px;
    border-bottom: 2px solid #fff;
    background-color: #2f2f2f;
}
footer.container-fluid .footer-top-row h3.follow {
    display: block;
    line-height: 70px;
    margin: 0;
    margin-right: 25px;
    font-family: "Segoe UI Semilight";
    font-size: 21px;
    position: relative;
    top: -1px;
    color: #ffffff;
}
footer.container-fluid .footer-top-row a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 16px;
    top: -10px;
    position: relative;
}
footer.container-fluid .footer-top-row a img {
    height: 25px;
    margin: 22px 0 23px;
}
body footer.container-fluid .footer-bottom-row {
    margin: 0 -999px;
    padding: 0 984px;
    overflow: hidden;
    background-color: #f2f2f2;
    color: #505050;
}
footer.container-fluid .footer-bottom-row .footer-logo {
    line-height: normal;
    margin-top: 15px;
    position: relative;
    color: #505050 !important;
    display: block;
    clear: both;
    text-align: right;
}
footer.container-fluid .footer-bottom-row .footer-logo .caption {
    font-size: 11px;
    margin-top: 2px;
    display: block;
    color: inherit;
    opacity: 0.8;
}
footer.container-fluid .footer-bottom-row #footerlinks {
    line-height: normal;
    font-size: 11px;
    float: left;
}
footer.container-fluid .footer-bottom-row #footerlinks a {
    color: #505050 !important;
    text-decoration: underline;
    margin-top: 27px;
    margin-bottom: 30px;
    padding: 0 9px 0 5px;
    position: relative;
    display: inline-block;
}
footer.container-fluid .footer-bottom-row #footerlinks a:after {
  content: "|";
  right: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
}
footer.container-fluid .footer-bottom-row #footerlinks a:last-of-type:after {
  content: "";
}
footer.container-fluid .footer-bottom-row #footerlinks a:first-child {
  padding-left: 0;
}
footer.container-fluid .footer-bottom-row #footerlinks a:hover {
    opacity: 0.9;
}
span.footer-copyright {
    font-size: 11px;
    line-height: normal;
    padding-top: 27px;
    padding-bottom: 30px;
    display: inline-block;
}
footer.container-fluid .footer-bottom-row svg path {
    fill: currentColor;
}
footer #footerlinks span {
    display: inline-block;
}
footer span.footer-copyright {
    font-size: 11px;
}
body[dir="rtl"] footer.container-fluid .footer-bottom-row #footerlinks {
    float: right;
}
body[dir="rtl"] footer.container-fluid .footer-bottom-row #footerlinks a {
    padding-right: 0;
    padding-left: 20px;
}

footer.fixed-bottom:not([oldbrowsers]) { /*This will break the footer on IE8, so we don't want a fixed footer on IE8. Old browsers do not support the :not operator*/
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

@media (min-width: 480px) {
    footer.container-fluid .footer-top-row h3.follow {
        display: inline-block;
    }
    footer.container-fluid .footer-top-row a {
        margin-bottom: 0px;
        top: 0px;
    }
}
@media (min-width: 520px) {
    footer.container-fluid .footer-top-row a {
        margin-right: 26px;
    }
}
@media (min-width: 768px) {
    footer.container-fluid .footer-bottom-row {
        padding-top: 0;
        padding-bottom: 0;
    }
    footer.container-fluid .footer-bottom-row .footer-logo {
        left: -3px;
        clear: none;
    }
    footer.container-fluid .footer-bottom-row #footerlinks {
        padding: 0;
    }
    footer.container-fluid .footer-bottom-row #footerlinks a {
        display: inline-block;
    }
    body[dir="rtl"] footer.container-fluid .footer-bottom-row .footer-logo {
        float: left;
        text-align: left;
        left: auto;
        right: -3px;
    }
}
