@charset "utf-8";
/* CSS Document */


@media (max-width: 550px) {
  .col-xs-3 {
    width: 50% !important;
    float: left !important;
  }
}
@media (max-width: 320px) {
  .col-xs-3 {
    width: 100% !important;
    float: left !important;
  }
}

h3{

}

.col-sm-12 {
    display: none;
}