/*foot.css*/
#ft {
    padding: 24px 0;
    width: 100%;
    min-width: inherit;
    text-align: center;
    background-color: #ebebeb;
  }
  
  #ft * {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 2;
    -webkit-transform: skew(-0.1deg);
    transform: skew(-0.1deg);
    font-weight: 300;
    text-align: left;
  }
  
  #ft_logo {
    position: absolute;
    right: 0;
    top: 25%;
  }
  
  #ft_link {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px;
  }
  
  #ft_link a {
    padding: 0 12px;
    text-decoration: none;
    color: #141414;
    display: block;
  }
  
  #ft_company {
    padding: 20px 0 8px;
    margin: 0 auto;
    color: #3b3b3b;
    font-weight: normal;
  }
  
  #ft_company li {
    display: block;
    text-align: left;
    float: left;
  }

  
  
  .ft_company-info li::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #d3d3d3;
    display: inline-block;
    margin: 0 4px;
    color:#9c9c9c;
  }


#ft li a {
    display: inline-block;
    color: #3b3b3b;
    font-weight: 300;
  }
  
  #ft_company li:nth-child(3) {
    float: none;
  }

  
  .ft_company-info::after {
    content: '';
    display: block;
    clear: both;
  }
  
  #ft_copy {
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 600;
  }

  
  #ft_copy a.adm-login {
    display: inline;
    color:#7f7f7f;
    font-size: 11px;
    
}

  
  @media (max-width: 768px) {

    #ft * {
        font-size: 13px;
        font-weight: 300 !important;
    }

    #ft_link {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

    #ft_logo {
      position: relative;
    }

    .ft_company-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

    #ft_copy {
      text-align: center;
    }


    #ft_logo {
        text-align: -webkit-center;
        padding:1rem 0;
    }

    #ft_logo img {
      display: block;
      margin: 0 auto;
    }

    #ft a {
      display: inline;
    }
    
    .ft_company-info li:nth-child(2)::after, .ft_company-info li:nth-child(3)::after, 
    .ft_company-info li:nth-child(5)::after, .ft_company-info li:nth-child(6)::after,
    .ft_company-info li:nth-child(7)::after {
        display: none;
    }


  }
  
  /*# sourceMappingURL=widget.css.map */
  