.float-sm-right,
.float-sm-left {
  float: none !important;
}

.hidden-sm-down {
  display: none !important;
}

.border-md-down-right {
  border-right: 1px solid #e0e0e0;
}

.border-md-down-left {
  border-left: 1px solid #e0e0e0;
}

.offset-r-1 {
  margin-right: -8px;
}

.no-border {
	border:  none;
}

@media (min-width: 992px){
/*  .border-md-up-right {
    border-right: 1px solid #e0e0e0;
  }

  .border-md-up-left {
    border-left: 1px solid #e0e0e0;
  }

  .border-md-down-right,
  .border-md-down-left {
    border: none;
  }*/

  .float-sm-right {
    float: right !important;
  }

  .float-sm-left {
    float: left !important;
  }

  .hidden-lg-up {
    display: none !important;
  }

  .hidden-sm-down {
    display: block !important;
  }
}

@media (min-width: 992px){
  .border-md-up-right {
    border-right: 1px solid #e0e0e0;
  }

  .border-md-up-left {
    border-left: 1px solid #e0e0e0;
  }

  .border-md-down-right,
  .border-md-down-left {
    border: none;
  }
}


@media screen and (min-width: 1200px){
  .border-lg-up-left {
    border-left: 1px solid #e0e0e0;
  }

  .border-lg-up-right {
    border-right: 1px solid #e0e0e0;
  }

  .hidden-lg-down {
    display: block !important;
  }
}