
/* *****************FOOTER****************** */

.footer-2 .col-sm-4 {
    float: none;
    text-align: center;
    margin: auto;
}

.media-footer img{
  width: 50px;
}

.line-footer{
  margin-top: 0px;
  margin-bottom: 5px;
  width: 120px;
  margin-left: inherit;
}

.footer-1 h5{
  margin-bottom: 2px;
}
.footer-2 .col-sm-4 {
    float: right;
    text-align: right;
  }

  @media only screen and ( max-width: 767px){
            .footer-1 h5{
              text-align: center;
            }
            .line-footer {
              margin-left: auto!important;
            }
            .footer-2 .col-sm-4 {
                float: none;
                text-align: center;
                margin: auto;
            }

            footer .copyright {
                float: none;
            }
  }
