.gw-footer {
  border-top: 1px solid #eee;
  background-color: #F8F8F8;
  padding: 20px 0;
  margin-top: 100px;
  /*.gw-footer-links a {
		font-size: 90%;
	} */ }
  .gw-footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 16px; }
  .gw-footer .footer-col {
    margin-bottom: 25px; }
    .gw-footer .footer-col h4 {
      color: #333;
      font-size: 15px;
      font-weight: 600; }
      .gw-footer .footer-col h4 i {
        display: none; }
    .gw-footer .footer-col .links-w a {
      display: block;
      color: #666;
      margin-bottom: 4px;
      font-size: 14px;
      padding: 1px 0; }
      .gw-footer .footer-col .links-w a:hover, .gw-footer .footer-col .links-w a:focus {
        color: #000; }
    .gw-footer .footer-col .links-w .social-links a {
      display: inline-block; }
  .gw-footer .footer-final {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .gw-footer .footer-final .copyright {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .gw-footer .footer-final .copyright img {
        max-width: 130px; }
      .gw-footer .footer-final .copyright small {
        margin-left: 20px; }
    .gw-footer .footer-final .social-links {
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content; }
      .gw-footer .footer-final .social-links a {
        color: #666;
        font-size: 19px; }
      .gw-footer .footer-final .social-links a + a {
        margin-left: 10px; }
  @media screen and (min-width: 1500px) {
    .gw-footer .container {
      width: 1370px; } }
  @media screen and (max-width: 991px) {
    .gw-footer .footer-col {
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%; }
    .gw-footer .social-links {
      -ms-flex-preferred-size: unset;
      flex-basis: unset; } }
  @media screen and (max-width: 599px) {
    .gw-footer .footer-final {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: unset;
      -ms-flex-align: unset;
      align-items: unset; }
    .gw-footer .social-links {
      margin-top: 20px; } }
  @media screen and (max-width: 499px) {
    .gw-footer .footer-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .gw-footer .footer-col {
      margin-bottom: 13px; }
      .gw-footer .footer-col h4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .gw-footer .footer-col h4 i {
          display: unset; }
      .gw-footer .footer-col > div {
        display: none; }
    .gw-footer .footer-col > div.max-mobile {
      display: block; } }
