.ecosystem {
  background-color: #df5952;
  overflow: auto;
  padding: 20px;
}
.ecosystem ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
}
.ecosystem li {
  width: 170px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
}
.ecosystem li:hover {
  background-color: #E63329;
}
.ecosystem li a {
  display: block;
}
.ecosystem li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 70px;
}

@media (min-width: 768px) {
  .ecosystem ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ecosystem li {
    width: 190px;
    padding: 20px;
  }
  .ecosystem li img {
    max-height: 70px;
  }
}

.copyright {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #5d5d5d;
}

.copyright p {
  font-family: 'avenir';
  font-weight: 500;
  font-size: 14px;
  color: #ababab;
}

.footer {
  display: block;
  padding: 40px 0;
  background-color: #484848;
}

.footer .menu h4 {
  margin-bottom: 15px;
  font-family: 'avenir';
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.footer .menu ul {
  display: block;
  margin: 15px 0;
  padding-left: 10px;
  border-left: 1px solid #979797;
}

.footer .menu ul li a {
  line-height: 20px;
  font-family: 'avenirBook';
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.footer .menu ul li a:hover {
  color: #df5952;
}

.footer .btn {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}

.footer .menu .icon {
  margin-right: 15px;
  font-size: 30px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.footer .menu .icon:hover {
  color: #df5952;
}

.footer .menu .social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
  row-gap: 10px;
}
.footer .menu .social a i {
  margin: 0;
}

/* New bootstrap like grid (5 col) */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.footer .footer-sep {
  height: 1px;
  width: 100%;
  margin: 25px 0 10px;
  background-color: #979797;
}

/*.footer .upa-member span {
  vertical-align: middle;
  line-height: 20px;
  margin-right: 5px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}


.footer .upa-member a img {
  vertical-align: middle;
  height: 40px;
}*/

@media (max-width: 768px) {
  .menu {
    width: 210px !important;
    margin: 0 auto;
    float: inherit !important;
  }

  .copyright {
    text-align: center;
  }

  .u2p-member {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: #cac6c7;
  }
  .u2p-member a {
    display: block;
    width: 210px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .u2p-member span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-family: 'interstate';
    font-weight: 300;
    font-size: 12px;
    color: #484848;
    text-transform: uppercase;
  }
  .u2p-member img {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
  }
}
