.th_footer {
  background: #212225;
  padding: 30px 30px;
  text-align: center;
}

.th_footer:after,
.th_footer:before {
  content: "";
  display: table;
  clear: both;
}

.th_footer__copyright_wrap {
  line-height: 30px;
}

.th_footer__copyright {
  color:#808384;
  font-size:12px;
  line-height: initial;
  display: block;
  text-align: center;
}

.th_footer__mn_link {
  margin: auto;
  margin-top: 20px;
  display: block;
  text-indent: -1000vw;
  width: 152px;
  height: 49px;
  background: url(../images/mobile-nations-logo.png) center no-repeat;
}

@media screen and (min-width: 480px) {
  .th_footer {
    padding: 30px 100px;
  }

  .th_footer__mn_link {
    float: right;
    margin:0;
    margin-left:30px;
  }

  .th_footer__copyright_wrap {
    float: left;
  }

  .th_footer__copyright {
    display:inline-block;
  }
}