#footer {
  padding: 30px 0 0;
  background-color: #F9F9F9; }
  #footer .footer_content .footer_flex {
    margin-bottom: 30px; }
  #footer .footer_content svg {
    height: 30px; }
  #footer .footer_content .logo {
    flex: 0 0 20%; }
    #footer .footer_content .logo .logo-image {
      margin-bottom: 20px; }
  #footer .footer_content .item h5 {
    color: #d2b4a1; }
  #footer .footer_content .item hr:after {
    content: none; }
  #footer .footer_content .contact {
    flex: 0 0 20%; }
  #footer .footer_content .linklists {
    flex: 0 0 20%; }
  #footer .footer_content .fb_fanpage {
    flex: 0 0 20%; }
  #footer .footer_content .media-bar {
    display: none; }
  #footer .footer_footer {
    padding: 10px 0;
    background-color: #6B5F54;
    text-align: center; }
    #footer .footer_footer .copyright {
      width: 100%;
      color: #ffffff; }
      #footer .footer_footer .copyright a {
        color: #d2b4a1; }
  #footer .social_media .facebook-svg .svg-border, #footer .social_media .facebook-svg .svg-text, #footer .social_media .instagram-svg .svg-border, #footer .social_media .instagram-svg .svg-text, #footer .social_media .line-svg .svg-border, #footer .social_media .line-svg .svg-text, #footer .social_media .youtube-svg .svg-border, #footer .social_media .youtube-svg .svg-text {
    fill: #808080; }
  .footer_fixed {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: #101417;
    color: #fff;
    font-size: 38px;
    text-align: center;
    z-index: 2; }
  .footer_fixed span {
     letter-spacing: 0.5em; }
  .footer_fixed img {
     margin: 0 10px 10px 0; }
  @media (max-width: 991px) {
    #footer .footer_content .footer_flex {
      margin-bottom: 25px;
      position: relative; }
    #footer .footer_content .logo {
      display: none;
      flex: 0 0 100%; }
      #footer .footer_content .logo .logo-image {
        margin-bottom: 20px; }
    #footer .footer_content .contact {
      flex: 0 0 100%;
      order: 1; }
    #footer .footer_content .linklists {
      flex: 0 0 100%;
      order: 2; }
    #footer .footer_content .fb_fanpage {
      flex: 0 0 100%;
      order: 3; }
    #footer .footer_content .media-bar {
      display: block;
      flex: 0 0 100%;
      order: 4;
      border-top: 1px solid #A3A3A3; } 
    .footer_fixed {
      font-size: 30px; }  }
    
  @media (max-width: 767px) {
    #footer .footer_content .contact hr, #footer .footer_content .linklists hr, #footer .footer_content .fb_fanpage hr {
      transform: none; }
    .footer_fixed {
        font-size: 26px; }
      .footer_fixed span {
        letter-spacing: 0.4em; }
      .footer_fixed img {
        height: 35px; } }
  @media (max-width: 575px) {
    #footer .footer_content .contact hr, #footer .footer_content .linklists hr, #footer .footer_content .fb_fanpage hr {
      transform: none; } 
    .footer_fixed {
      font-size: 15px;
      padding: 12px; }
    .footer_fixed span {
      letter-spacing: 0.1em;
      font-size: 5.5vw; }
    .footer_fixed img {
      height: 30px;
      margin: 0 0 5px 0; }  }
    