.col-md-2 {
  padding: 0px !important;
  margin: 5px !important;
  width: 15.666667% !important;
}

.btn_expand {
  display: inline-block;
  border-radius: 3px;
  border-color: #F57C00; 
  border-width: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
  font-size: 1.1em;
  padding: 15px 20px;
  font-weight: 700;
  color: #fff;
  background: #F57C00;
  text-align: center;
  margin: 0 auto;
}

.btn_expand:hover, .btn_expand:focus {
  color: #fff;
  background: #E87400;
}

#channels .col-md-2 .box {min-height: 95px !important;}

.smnetworks {
  width: 110px;
  height: 40px !important;
  margin: 0px !important;
}

@media (max-width: 1200px) {
  .col-md-2 {
    float: left !important;
    width: 15.5% !important;
  }

}

@media (max-width: 991px) {
  #apps .content img {
    float: left !important;
    width: 45% !important;
    margin: 3px !important;
  }
  #channels .col-md-2 .box {
    min-height: 70px !important;
  }
  #channels .content .box {
    float: left !important;
    width: 45% !important;
    margin: 3px !important;
    min-height: 100px !important;
  }
  #channels .box img {
    width: 75% !important;
  }
  .col-md-2 {
    float: left !important;
    width: 18% !important;
  }
  .col-md-3 {
    width: 33% !important;
  }
  #faqs .content .box {
    width: 100% !important;
  }
  .smnetworks {
    width: 90px !important;
  }
}

@media (max-width: 580px) {
  .col-md-2 {
    float: left !important;
    width: 22% !important;
  }
  .col-md-3 {
    width: 50% !important;
  }
  #apps .content img {
    float: left !important;
    width: 45% !important;
    margin: 3px !important;
  }

}

@media (max-width: 480px) {
  
  .col-md-2 {
    float: left !important;
    width: 22% !important;
  }

  #channels .col-md-2 .box {min-height: 50px !important;}

}
