/***** Minimum ****/
@media (max-width: 425px) {
  .apps{
    float: left;
    width: 100%;
  }
}

/***** Size 4 *****/
@media (min-width: 425px) {
  #footer-wrapper, #legal-wrapper{
    margin: 0 auto;
    width: 385px;
    background-color: #151515;
  }

  #footer-all .column{
    display: inline-block;
    width: 125px;
    vertical-align: top;
  }

  #footer-all .wide{
    width: 385px;
  }

  #social-links{
    float: left;
    margin: 15px 0 0 25px;
    width: 425px;
  }

  .connect li{
    margin-right: 27px;
  }

  .apps{
    float: left;
    font-size: 12px;
    height: 20px;
    width: 140px;
    vertical-align: center;
    margin-top: 5px;
  }

  .apps:nth-child(2){
    width: 120px;
    margin-left: 55px;
  }

  #mc-links{
    width: 200px;
    margin: 0 auto;
  }

  #footer-all .links{
    width: 365px;
    text-align: center;
    margin: 0 auto;
    float: none;
    clear: both;
  }

  .legal{
    float: left;
    width: 100%;
    height: 30px;
  }
}

/***** Size 3 *****/
@media (min-width: 625px) {
  #footer-wrapper, #legal-wrapper{
    margin: 0 auto;
    width: 465px;
    background-color: #151515;
  }

  #footer-all .column{
    display: inline-block;
    width: 150px;
    vertical-align: top;
  }

  #footer-all .wide{
    width: 465px;
  }

  #social-links{
    float: left;
    margin: 15px 0 0 0;
    width: 180px;
  }

  .connect li{
    margin-right: 5px;
  }

  .apps{
    float: left;
    text-align: left;
    font-size: 12px;
    height: 20px;
    width: 140px;
    vertical-align: center;
    margin-top: 15px;
  }

  .apps:nth-child(2){
    width: 115px;
    margin-left: 0;
  }

  #mc-links{
    width: 200px;
    margin: 0 auto;
  }

  #footer-all .links{
    width: 465px;
    text-align: center;
  }

  .legal{
    float: left;
    width: 100%;
    height: 30px;
  }
}

/***** Size 2 *****/
@media (min-width: 925px) {
  #footer-wrapper, #legal-wrapper{
    margin: 0 auto;
    width: 925px;
    background-color: #151515;
  }

  #footer-all .column{
    display: inline-block;
    width: 150px;
    vertical-align: top;
  }

  #footer-all .wide{
    width: 925px;
  }

  #social-links{
    float: left;
    margin: 15px 0 0 0;
    width: 460px;
  }

  .connect li{
    margin-right: 35px;
  }

  .apps{
    float: left;
    text-align: left;
    font-size: 12px;
    height: 20px;
    width: 150px;
    vertical-align: center;
    margin-top: 15px;
  }

  #mc-links{
    width: 200px;
    float: left;
  }

  #footer-all .links{
    width: 525px;
    text-align: left;
    float: right;
    clear: none;
  }

  .legal{
    float: left;
    width: 100%;
    height: 30px;
  }
}

/***** Size 1 *****/
@media (min-width: 1100px) {
  #footer-wrapper, #legal-wrapper{
    margin: 0 auto;
    width: 1100px;
    background-color: #151515;
  }

  #footer-all .column{
    display: inline-block;
    width: 150px;
    vertical-align: top;
  }

  #footer-all .wide{
    width: 160px;
  }

  #social-links{
    float: left;
    margin: 35px 0 0 0;
    width: 160px;
  }

  .connect li{
    margin-right: 2px;
  }

  .apps{
    float: left;
    text-align: left;
    font-size: 12px;
    height: 20px;
    width: 150px;
    vertical-align: center;
    margin-top: 0;
  }

  #mc-links{
    width: 200px;
    float: left;
  }

  #footer-all .links{
    width: 525px;
    text-align: left;
    float: right;
    clear: none;
  }

  .legal{
    float: left;
    width: 100%;
    height: 30px;
  }
}


/****** General CSS *******/
#footer-all{
    width: 100%;
    background-color: #000000;
}

#footer-super{
  width: 100%;
  overflow: hidden;
  background-color: #151515;
  position: relative;
}

#legal-super{
  width: 100%;
  overflow: hidden;
  background-color: #000000;
  position: relative;
}

.mlg-footer{
  font-family: sans-serif;
  background-color: #151515;
  color: #787878;
  width: 100%;
  min-width: 425px;
  margin-top: 10px;
}

.mlg-footer h3{
 color: white;
 padding: 5px 0;
 margin: 0;
 font-size: 14px;
}

.mlg-footer a, .mlg-footer a:visited{
  color: #787878;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.mlg-footer a:hover{
  color: white;
  text-decoration: none;
}

.apps .text{
  float: left;
  padding: 3px 3px 0 0;
}

.apps a{
  text-decoration: none;
}

.apps .social{
  margin-right: 3px;
}

.navigation{
  float: left;
  width: 100%;
  background-color: #151515;
  margin-bottom: 10px;
}

.navigation ul, .wide ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation li{
  margin-bottom: 3px;
}

#legal-footer{
  height: 45px;
  background-color: #000000;
}

.legal{
  background-color: #000000;
}

.monstercat{
  padding-top: 4px;
  float: left;
}

#footer-all .links{
  font-size: 12px;
  padding-top: 19px;
}

.connect{
  list-style-type: none;
  text-align: center;
}

.connect li{
  display: inline;
  float: left;
}

#social-links .connect .facebook{
  width: 11px;
  height: 20px;
  background-position: 0px 0px;
}

#social-links .connect .twitter{
  width: 18px;
  height: 20px;
  background-position: -11px 0px;
  margin-top: 0;
  margin-left: 0;
}

#social-links .connect .instagram{
  width: 19px;
  height: 20px;
  background-position: -29px 0px;
}

#social-links .connect .youtube{
  width: 19px;
  height: 20px;
  background-position: -48px 0px;
}

#social-links .connect .snapchat{
  width: 20px;
  height: 20px;
  background-position: -67px 0px;
}

#social-links .connect .vine{
  width: 16px;
  height: 20px;
  background-position: -87px 0px;
}

#social-links .connect .reddit{
  width: 22px;
  height: 20px;
  background-position: -103px 0px;
}

#social-links .connect .mlg-mobile{
  width: 21px;
  height: 20px;
  background-position: -125px 0px;
}

#mlg-footer .apps .apple{
  width: 15px;
  height: 20px;
  background-position: -146px 0px;
  float: left;
}

#mlg-footer .apps .android{
  width: 19px;
  height: 20px;
  background-position: -161px 0px;
  float: left;
}

#mlg-footer .social{
  background: url('/images/footer/social_icons.png') no-repeat top right;
  height: 20px;
  width: 180px;
}

.monstercat-logo{
  float: left;
  background: url('/images/footer/monstercat.png') no-repeat top right;
  height: 24px;
  width: 21px;
  margin-right: 5px;
}
