@media (min-width: 991px) {
 .inside-full-height{
  height:100%;
  margin-top:0;
  margin-bottom:0;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
  
}
.col-bottom {
  vertical-align: bottom;
}

}
@media (min-width: 0px) {
.[class*="col-"] {
	padding:0;
}
.[class*="row"] {
	margin:0;
}
}