﻿.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-7ths {
  width: 14.28571%;
  float: left;
}
@media (min-width: 768px) {
    .col-sm-7ths {
        width: 14.28571%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-7ths {
        width: 14.28571%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-7ths {
        width: 14.28571%;
        float: left;
    }
}