footer {
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: 'DINPro-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  bottom: 0;
  padding-bottom: 30px;
  background-image: -o-linear-gradient(bottom, #0c0c0c 0, #232323 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c0c0c), color-stop(1, #232323));
  background-image: -webkit-linear-gradient(bottom, #0c0c0c 0, #232323 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c0c0c), to(#232323));
  background-image: linear-gradient(to top, #0c0c0c 0, #232323 100%);
  /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#0c0c0c', GradientType=0);*/ }
  footer ul {
    list-style: none;
    padding: 0; }
  footer a {
    text-decoration: none;
    outline: none; }
    footer a:hover {
      text-decoration: none; }

.footertop {
  position: relative;
  width: 100%;
  max-width: 1600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  padding: 50px 30px 30px; }
  .footertop > li {
    max-width: 20%; }
  .footertop li ul li a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 5px 0;
    line-height: 1.2em; }
    .footertop li ul li a:hover {
      color: #aaa; }

.f-msi {
  width: 5%;
  opacity: .02;
  padding: 0 20px; }

.footertop h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'DINPro-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  margin-top: 0; }

.footerbottom {
  position: relative;
  width: 100%;
  max-width: 1600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  border-top: 1px solid #262626;
  color: #fff;
  font-size: 12px;
  padding: 0 30px; }

.copyright {
  display: inline-block;
  vertical-align: baseline;
  padding: 15px 0;
  color: #666;
  line-height: 20px; }

.msi_sm_logo {
  display: inline-block;
  vertical-align: -2px;
  width: 50px;
  height: 15px;
  margin-right: 5px;
  background: url(https://www.msi.com/images/imgs/footer_msilogo.png) 0 0 no-repeat; }

.quicklink {
  width: 52%;
  vertical-align: baseline;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .quicklink li a {
    color: #fff;
    display: inline-block;
    padding: 15px 0 4px 35px;
    line-height: 18px;
    /* background-color:#f00;*/ }
    .quicklink li a:hover {
      color: #aaa; }
  .quicklink span.language_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(https://www.msi.com/images/front/global.png) 0 0 no-repeat;
    vertical-align: -3px;
    margin-right: 5px; }

/* 20180803 update by Mia */
/*fixed all country footer layout */
[lang="ja-JP"] .quicklink {
  width: 40%; }

[lang="fr-FR"] .quicklink {
  width: 67%; }

[lang="ir-FA"] .quicklink {
  width: 42%; }

[lang="de-DE"] .quicklink {
  width: 37%; }

[lang="it-IT"] .quicklink {
  width: 40%; }

[lang="ko-KR"] .quicklink {
  width: 47%; }

[lang="en-SE"] .quicklink {
  width: 40%; }

[lang="en-UK"] .quicklink {
  width: 51%; }

[lang="uk-UA"] .quicklink {
  width: 50%; }

@media (max-width: 1520px) {
  [lang="uk-UA"] .quicklink {
    width: 42%; } }

[lang="ru-RU"] .quicklink {
  width: 70%; }

@media (max-width: 1400px) {
  [lang="ru-RU"] .quicklink {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
    [lang="ru-RU"] .quicklink li a {
      padding: 15px 15px 10px; } }

[lang="es-MX"] .quicklink {
  width: 51%; }

@media (max-width: 1600px) {
  [lang="es-MX"] .quicklink {
    width: 47%; } }

@media (max-width: 1520px) {
  [lang="es-MX"] .quicklink {
    width: 45%; } }

@media (max-width: 1440px) {
  [lang="es-MX"] .quicklink {
    width: 42%; } }

@media (max-width: 1366px) {
  .footerbottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
    .footerbottom .copyright {
      display: block;
      text-align: center;
      padding: 0;
      line-height: 16px; }
    .footerbottom .quicklink {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
      .footerbottom .quicklink li a {
        padding: 15px 15px 10px; } }

@media (max-width: 992px) {
  .footerbottom {
    padding-top: 10px; }
    .footerbottom .quicklink li a {
      padding: 12px 8px 10px; } }

/* mobile*/
@media (max-width: 768px) {
  .footertop {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto;
    padding: 8px 0 0px; }
    .footertop > li {
      border-bottom: 1px solid #262626;
      padding: 0 10%;
      max-width: 100%; }
    .footertop > li:last-of-type {
      border-bottom: 0px solid #262626; }
    .footertop li ul {
      display: none;
      padding-bottom: 10px; }
    .footertop li ul li a {
      width: 100%;
      padding-top: 12px;
      padding-bottom: 12px; }
    .footertop li h2 {
      cursor: pointer;
      padding-top: 16px;
      padding-bottom: 16px;
      margin-bottom: 0; }
  .footerbottom .copyright {
    padding: 0; } }
