footer {
  background: #fff;
  clear: both; }
  footer .darken-bg-primary {
    background: #ea9502; }
  footer .links {
    font-size: 0.875rem; }
    footer .links .title {
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      display: block;
      width: 100%;
      padding: 15px 10px;
      font-size: 1rem; }
      footer .links .title .arrow-right {
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 10px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        transition: all 0.5s ease; }
      footer .links .title.collapsed .arrow-right {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    footer .links > div {
      border-bottom: 1px solid #e9ecef; }
      footer .links > div ul {
        padding: 0 20px 20px; }
  footer .more {
    padding: 20px 10px;
    align-items: center; }
    footer .more .social-icons {
      font-size: 0.875rem;
      text-align: center; }
      footer .more .social-icons span {
        display: block;
        margin: 10px 0; }
      footer .more .social-icons a {
        margin: 0 7px; }
  footer .partners {
    padding: 20px 10px;
    font-size: .75rem;
    border-top: 1px solid #495057;
    text-align: center; }
    footer .partners a, footer .partners span {
      margin-right: 20px;
      font-weight: bold;
      display: inline-block; }
    footer .partners .copyright span {
      color: #6c757d; }
    footer .partners .text-right {
      text-align: center; }
  @media (min-width: 992px) {
    footer .links {
      padding: 20px 10px; }
      footer .links a.title, footer .links a.title:hover {
        cursor: default;
        color: #212529;
        transition: none;
        margin-bottom: 15px;
        padding: 0; }
      footer .links .collapse, footer .links .collapsing {
        transition: none !important;
        height: auto !important;
        display: block !important; }
      footer .links > div {
        border-bottom: 0; }
        footer .links > div ul {
          padding: 0; }
    footer .partners {
      text-align: left; }
      footer .partners .copyright {
        float: right; }
    footer .more .social-icons {
      float: right; }
      footer .more .social-icons a, footer .more .social-icons span {
        display: inline-block;
        vertical-align: middle; } }
  footer .blog {
    background: url(../../../images/bg-blog-bis.jpg) no-repeat left top;
    background-size: cover;
    padding: 30px 20px;
    text-align: center; }
    footer .blog p, footer .blog a {
      color: #fff;
      border-color: #fff; }
