.col-xs-seventh, .col-sm-seventh, .col-md-seventh, .col-lg-seventh, .col-xs-2seventh, .col-sm-2seventh, .col-md-2seventh, .col-lg-2seventh, .col-xs-3seventh, .col-sm-3seventh, .col-md-3seventh, .col-lg-3seventh, .col-xs-4seventh, .col-sm-4seventh, .col-md-4seventh, .col-lg-4seventh, .col-xs-5seventh, .col-sm-5seventh, .col-md-5seventh, .col-lg-5seventh, .col-xs-6seventh, .col-sm-6seventh, .col-md-6seventh, .col-lg-6seventh, .col-xs-fifth, .col-sm-fifth, .col-md-fifth, .col-lg-fifth, .col-xs-2fifth, .col-sm-2fifth, .col-md-2fifth, .col-lg-2fifth, .col-xs-3fifth, .col-sm-3fifth, .col-md-3fifth, .col-lg-3fifth, .col-xs-4fifth, .col-sm-4fifth, .col-md-4fifth, .col-lg-4fifth, .col-xs-third, .col-sm-third, .col-md-third, .col-lg-third, .col-xs-2third, .col-sm-2third, .col-md-2third, .col-lg-2third {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-seventh {
    width: 14.2%;
    float: left;
}
.col-xs-2seventh {
    width: 28.5%;
    float: left;
}
.col-xs-3seventh {
    width: 42.8%;
    float: left;
}
.col-xs-4seventh {
    width: 57.1%;
    float: left;
}
.col-xs-5seventh {
    width: 71.4%;
    float: left;
}
.col-xs-6seventh {
    width: 85.7%;
    float: left;
}
.col-xs-fifth {
    width: 20%;
    float: left;
}
.col-xs-2fifth {
    width: 40%;
    float: left;
}
.col-xs-3fifth {
    width: 60%;
    float: left;
}
.col-xs-4fifth {
    width: 80%;
    float: left;
}
.col-xs-third {
    width: 33.3333%;
    float: left;
}
.col-xs-2third {
    width: 66.6667%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-seventh {
        width: 14.2%;
        float: left;
    }
    .col-sm-2seventh {
        width: 28.5%;
        float: left;
    }
    .col-sm-3seventh {
        width: 42.8%;
        float: left;
    }
    .col-sm-4seventh {
        width: 57.1%;
        float: left;
    }
    .col-sm-5seventh {
        width: 71.4%;
        float: left;
    }
    .col-sm-6seventh {
        width: 85.7%;
        float: left;
    }
    .col-sm-fifth {
        width: 20%;
        float: left;
    }
    .col-sm-2fifth {
        width: 40%;
        float: left;
    }
    .col-sm-3fifth {
        width: 60%;
        float: left;
    }
    .col-sm-4fifth {
        width: 80%;
        float: left;
    }
    .col-sm-third {
	width: 33.3333%;
	float: left;
    }
    .col-sm-2third {
	width: 66.6667%;
	float: left;
    }
}

@media (min-width: 992px) {
    .col-md-seventh {
        width: 14.2%;
        float: left;
    }
    .col-md-2seventh {
        width: 28.5%;
        float: left;
    }
    .col-md-3seventh {
        width: 42.8%;
        float: left;
    }
    .col-md-4seventh {
        width: 57.1%;
        float: left;
    }
    .col-md-5seventh {
        width: 71.4%;
        float: left;
    }
    .col-md-6seventh {
        width: 85.7%;
        float: left;
    }
    .col-md-fifth {
        width: 20%;
        float: left;
    }
    .col-md-2fifth {
        width: 40%;
        float: left;
    }
    .col-md-3fifth {
        width: 60%;
        float: left;
    }
    .col-md-4fifth {
        width: 80%;
        float: left;
    }
    .col-md-third {
	width: 33.3333%;
	float: left;
    }
    .col-md-2third {
	width: 66.6667%;
	float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-seventh {
        width: 14.2%;
        float: left;
    }
    .col-lg-2seventh {
        width: 28.5%;
        float: left;
    }
    .col-lg-3seventh {
        width: 42.8%;
        float: left;
    }
    .col-lg-4seventh {
        width: 57.1%;
        float: left;
    }
    .col-lg-5seventh {
        width: 71.4%;
        float: left;
    }
    .col-lg-6seventh {
        width: 85.7%;
        float: left;
    }
    .col-lg-fifth {
        width: 20%;
        float: left;
    }
    .col-lg-2fifth {
        width: 40%;
        float: left;
    }
    .col-lg-3fifth {
        width: 60%;
        float: left;
    }
    .col-lg-4fifth {
        width: 80%;
        float: left;
    }
    .col-lg-third {
	width: 33.3333%;
	float: left;
    }
    .col-lg-2third {
	width: 66.6667%;
	float: left;
    }
}
