﻿.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: right;
}

@media (min-width:992px) {
    .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6,
    .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-right: 8.33333%;
    }

    .col-md-offset-2 {
        margin-right: 16.6667%;
    }

    .col-md-offset-3 {
        margin-right: 25%;
    }

    .col-md-offset-6 {
        margin-right: 50%;
    }

    .col-md-offset-7 {
        margin-right: 58.3333%;
    }
}

@media (min-width:768px) {

    .col-sm-offset-7 {
        margin-left: 0;
        margin-right: 58.3333%;
    }
}
