/* FOOTER */


#footer-main {
    background-color: #272727;
    padding: 45px 25px 55px;
}
footer p,
footer span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  font-weight: 300;
}
footer a {
  color: #ffffff;
}
footer h6 {
  color: #fff;
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
#menu-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-footer-menu li {
  line-height: 27px;
  font-size: 14px;
}
#menu-footer-menu a {
  color: #ffffff;
  font-weight: 300;
  display: block;
  margin: 0 0 10px 0;
}
#footer-main .col-sm-4 {
    border-left: 1px solid #3d3d3d;
}
#footer-main .col-sm-4:nth-child(1) {
    border: none;
    text-align: right;
    font-size: 0;
}
#footer-copy {
    background-color: #1f1f1f;
    line-height: 70px;
    height: 70px;
}

@media (max-width: 1200px) {
  #footer-main .col-sm-4:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  #footer-main .col-sm-4:nth-child(1) .flex-img:nth-child(2) {
    order: 1;
  }
  #footer-main .col-sm-4:nth-child(1) .flex-img:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 600px) {
  #footer-main .col-sm-4:nth-child(1),
  #footer-main .col-sm-4:nth-child(2) {
    display: none;
  }
  #footer-main .col-sm-4:nth-child(3) {
    border: none;
    text-align: center;
    min-width: 100%;
  }
}