/* Position of bullets on unordered lists */

[dir=rtl] .fa-ul {
    margin-left: inherit;
    padding-left: inherit;
    margin-right: 2.14286em;
    padding-right: 0;
}

[dir=ltr] .fa-ul {
    margin-left: 2.14286em;
    padding-left: 0;
    margin-right: inherit;
    padding-right: inherit;
}

[dir=rtl] .fa-li {
    left: inherit;
    right: -2.14286em;
}

[dir=ltr] .fa-li {
    left: -2.14286em;
    right: inherit;
}

/* Reversible icons */

[dir=rtl] .fa-hand-o-up,
[dir=rtl] .fa-hand-o-down,
[dir=rtl] .fa-adjust,
[dir=rtl] .fa-ban,
[dir=rtl] .fa-barcode,
[dir=rtl] .fa-bed,
[dir=rtl] .fa-beer,
[dir=rtl] .fa-bell-slash,
[dir=rtl] .fa-bell-slash-o,
[dir=rtl] .fa-bicycle,
[dir=rtl] .fa-bolt,
[dir=rtl] .fa-bomb,
[dir=rtl] .fa-book,
[dir=rtl] .fa-area-chart,
[dir=rtl] .fa-bar-chart,
[dir=rtl] .fa-bar-chart-o,
[dir=rtl] .fa-line-chart,
[dir=rtl] .fa-pie-chart,
[dir=rtl] .fa-backward,
[dir=rtl] .fa-fast-backward,
[dir=rtl] .fa-step-backward,
[dir=rtl] .fa-forward,
[dir=rtl] .fa-fast-forward,
[dir=rtl] .fa-step-forward,
[dir=rtl] .fa-expand,
[dir=rtl] .fa-compress,
[dir=rtl] .fa-play,
[dir=rtl] .fa-play-circle,
[dir=rtl] .fa-play-circle-o,
[dir=rtl] .fa-bullhorn,
[dir=rtl] .fa-spinner,
[dir=rtl] .fa-star-half,
[dir=rtl] .fa-star-half-empty,
[dir=rtl] .fa-star-half-full,
[dir=rtl] .fa-star-half-o,
[dir=rtl] .icon-share {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); /* IE8 */
    transform: scale(-1, 1);
    -webkit-transition: scale(-1, 1);
}

[dir=ltr] .fa-hand-o-up,
[dir=ltr] .fa-hand-o-down,
[dir=ltr] .fa-adjust,
[dir=ltr] .fa-ban,
[dir=ltr] .fa-barcode,
[dir=ltr] .fa-bed,
[dir=ltr] .fa-beer,
[dir=ltr] .fa-bell-slash,
[dir=ltr] .fa-bell-slash-o,
[dir=ltr] .fa-bicycle,
[dir=ltr] .fa-bolt,
[dir=ltr] .fa-bomb,
[dir=ltr] .fa-book,
[dir=ltr] .fa-area-chart,
[dir=ltr] .fa-bar-chart,
[dir=ltr] .fa-bar-chart-o,
[dir=ltr] .fa-line-chart,
[dir=ltr] .fa-pie-chart,
[dir=ltr] .fa-backward,
[dir=ltr] .fa-fast-backward,
[dir=ltr] .fa-step-backward,
[dir=ltr] .fa-forward,
[dir=ltr] .fa-fast-forward,
[dir=ltr] .fa-step-forward,
[dir=ltr] .fa-expand,
[dir=ltr] .fa-compress,
[dir=ltr] .fa-play,
[dir=ltr] .fa-play-circle,
[dir=ltr] .fa-play-circle-o,
[dir=ltr] .fa-bullhorn,
[dir=ltr] .fa-spinner,
[dir=ltr] .fa-star-half,
[dir=ltr] .fa-star-half-empty,
[dir=ltr] .fa-star-half-full,
[dir=ltr] .fa-star-half-o {
    transform: none;
}

/* Reverse direction of spin */

[dir=rtl] .fa-spin {
    animation-direction: reverse;
}

[dir=ltr] .fa-spin {
    animation-direction: normal;
}

.fa-angle-start:before {
    content: "\f104";
}

[dir=rtl] .fa-angle-end:before {
    content: "\f105";
}

[dir=rtl] .fa-angle-start:before {
    content: "\f105";
}

[dir=rtl] .fa-angle-end:before {
    content: "\f104";
}

[dir=ltr] .fa-angle-start:before {
    content: "\f104";
}

[dir=ltr] .fa-angle-end:before {
    content: "\f105";
}

/* angle-double-start/end */

[dir=rtl] .fa-angle-double-start:before {
    content: "\f100";
}

[dir=rtl] .fa-angle-double-end:before {
    content: "\f101";
}

[dir=rtl] .fa-angle-double-start:before {
    content: "\f101";
}

[dir=rtl] .fa-angle-double-end:before {
    content: "\f100";
}

[dir=ltr] .fa-angle-double-start:before {
    content: "\f100";
}

[dir=ltr] .fa-angle-double-end:before {
    content: "\f101";
}

/* arrow-circle-start/end */

[dir=rtl] .fa-arrow-circle-start:before {
    content: "\f0a8";
}

[dir=rtl] .fa-arrow-circle-end:before {
    content: "\f0a9";
}

[dir=rtl] .fa-arrow-circle-start:before {
    content: "\f0a9";
}

[dir=rtl] .fa-arrow-circle-end:before {
    content: "\f0a8";
}

[dir=ltr] .fa-arrow-circle-start:before {
    content: "\f0a8";
}

[dir=ltr] .fa-arrow-circle-end:before {
    content: "\f0a9";
}

/* arrow-circle-o-start/end */

[dir=rtl] .fa-arrow-circle-o-start:before {
    content: "\f190";
}

[dir=rtl] .fa-arrow-circle-o-end:before {
    content: "\f18e";
}

[dir=rtl] .fa-arrow-circle-o-start:before {
    content: "\f18e";
}

[dir=rtl] .fa-arrow-circle-o-end:before {
    content: "\f190";
}

[dir=ltr] .fa-arrow-circle-o-start:before {
    content: "\f190";
}

[dir=ltr] .fa-arrow-circle-o-end:before {
    content: "\f18e";
}

/* arrow-start/end */

[dir=rtl] .fa-arrow-start:before {
    content: "\f060";
}

[dir=rtl] .fa-arrow-end:before {
    content: "\f061";
}

[dir=rtl] .fa-arrow-start:before {
    content: "\f061";
}

[dir=rtl] .fa-arrow-end:before {
    content: "\f060";
}

[dir=ltr] .fa-arrow-start:before {
    content: "\f060";
}

[dir=ltr] .fa-arrow-end:before {
    content: "\f061";
}

/* caret-start/end */

[dir=rtl] .fa-caret-start:before {
    content: "\f0d9";
}

[dir=rtl] .fa-caret-end:before {
    content: "\f0da";
}

[dir=rtl] .fa-caret-start:before {
    content: "\f0da";
}

[dir=rtl] .fa-caret-end:before {
    content: "\f0d9";
}

[dir=ltr] .fa-caret-start:before {
    content: "\f0d9";
}

[dir=ltr] .fa-caret-end:before {
    content: "\f0da";
}

/* caret-square-o-start/end */
/* toggle-start/end*/

[dir=rtl] .fa-toggle-start:before,
[dir=rtl] .fa-caret-square-o-start:before {
    content: "\f191";
}

[dir=rtl] .fa-toggle-end:before,
[dir=rtl] .fa-caret-square-o-end:before {
    content: "\f152";
}

[dir=rtl] .fa-toggle-start:before,
[dir=rtl] .fa-caret-square-o-start:before {
    content: "\f152";
}

[dir=rtl] .fa-toggle-end:before,
[dir=rtl] .fa-caret-square-o-end:before {
    content: "\f191";
}

[dir=ltr] .fa-toggle-start:before,
[dir=ltr] .fa-caret-square-o-start:before {
    content: "\f191";
}

[dir=ltr] .fa-toggle-end:before,
[dir=ltr] .fa-caret-square-o-end:before {
    content: "\f152";
}

/* chevron-circle-start/end */
[dir=rtl] .fa-chevron-circle-start:before {
    content: "\f137";
}

[dir=rtl] .fa-chevron-circle-end:before {
    content: "\f138";
}

[dir=rtl] .fa-chevron-circle-start:before {
    content: "\f138";
}

[dir=rtl] .fa-chevron-circle-end:before {
    content: "\f137";
}

[dir=ltr] .fa-chevron-circle-start:before {
    content: "\f137";
}

[dir=ltr] .fa-chevron-circle-end:before {
    content: "\f138";
}

/* chevron-start/end */

[dir=rtl] .fa-chevron-start:before {
    content: "\f053";
}

[dir=rtl] .fa-chevron-end:before {
    content: "\f054";
}

[dir=rtl] .fa-chevron-start:before {
    content: "\f054";
}

[dir=rtl] .fa-chevron-end:before {
    content: "\f053";
}

[dir=ltr] .fa-chevron-start:before {
    content: "\f053";
}

[dir=ltr] .fa-chevron-end:before {
    content: "\f054";
}

/* hand-o-start/end */

[dir=rtl] .fa-hand-o-start:before {
    content: "\f0a5";
}

[dir=rtl] .fa-hand-o-end:before {
    content: "\f0a4";
}

[dir=rtl] .fa-hand-o-start:before {
    content: "\f0a4";
}

[dir=rtl] .fa-hand-o-end:before {
    content: "\f0a5";
}

[dir=ltr] .fa-hand-o-start:before {
    content: "\f0a5";
}

[dir=ltr] .fa-hand-o-end:before {
    content: "\f0a4";
}

/* long-arrow-start/end */

[dir=rtl] .fa-long-arrow-start:before {
    content: "\f177";
}

[dir=rtl] .fa-long-arrow-end:before {
    content: "\f178";
}

[dir=rtl] .fa-long-arrow-start:before {
    content: "\f178";
}

[dir=rtl] .fa-long-arrow-end:before {
    content: "\f177";
}

[dir=ltr] .fa-long-arrow-start:before {
    content: "\f177";
}

[dir=ltr] .fa-long-arrow-end:before {
    content: "\f178";
}

[dir=rtl] .fa-angle-right:before {
    content: "\f104";
}

[dir=rtl] .fa-angle-left:before {
    content: "\f105";
}

.fa-rb.fa-angle-start:before {
    content: "\f104";
}

[dir=rtl] .fa-rb.fa-angle-end:before {
    content: "\f105";
}

[dir=rtl] .fa-rb.fa-angle-start:before {
    content: "\f105";
}

[dir=rtl] .fa-rb.fa-angle-end:before {
    content: "\f104";
}

[dir=ltr] .fa-rb.fa-angle-start:before {
    content: "\f104";
}

[dir=ltr] .fa-rb.fa-angle-end:before {
    content: "\f105";
}

/* angle-double-start/end */

[dir=rtl] .fa-rb.fa-angle-double-start:before {
    content: "\f100";
}

[dir=rtl] .fa-rb.fa-angle-double-end:before {
    content: "\f101";
}

[dir=rtl] .fa-rb.fa-angle-double-start:before {
    content: "\f101";
}

[dir=rtl] .fa-rb.fa-angle-double-end:before {
    content: "\f100";
}

[dir=ltr] .fa-rb.fa-angle-double-start:before {
    content: "\f100";
}

[dir=ltr] .fa-rb.fa-angle-double-end:before {
    content: "\f101";
}

/* arrow-circle-start/end */

[dir=rtl] .fa-rb.fa-arrow-circle-start:before {
    content: "\f0a8";
}

[dir=rtl] .fa-rb.fa-arrow-circle-end:before {
    content: "\f0a9";
}

[dir=rtl] .fa-rb.fa-arrow-circle-start:before {
    content: "\f0a9";
}

[dir=rtl] .fa-rb.fa-arrow-circle-end:before {
    content: "\f0a8";
}

[dir=ltr] .fa-rb.fa-arrow-circle-start:before {
    content: "\f0a8";
}

[dir=ltr] .fa-rb.fa-arrow-circle-end:before {
    content: "\f0a9";
}

/* arrow-circle-o-start/end */

[dir=rtl] .fa-rb.fa-arrow-circle-o-start:before {
    content: "\f190";
}

[dir=rtl] .fa-rb.fa-arrow-circle-o-end:before {
    content: "\f18e";
}

[dir=rtl] .fa-rb.fa-arrow-circle-o-start:before {
    content: "\f18e";
}

[dir=rtl] .fa-rb.fa-arrow-circle-o-end:before {
    content: "\f190";
}

[dir=ltr] .fa-rb.fa-arrow-circle-o-start:before {
    content: "\f190";
}

[dir=ltr] .fa-rb.fa-arrow-circle-o-end:before {
    content: "\f18e";
}

/* arrow-start/end */

[dir=rtl] .fa-rb.fa-arrow-start:before {
    content: "\f060";
}

[dir=rtl] .fa-rb.fa-arrow-end:before {
    content: "\f061";
}

[dir=rtl] .fa-rb.fa-arrow-start:before {
    content: "\f061";
}

[dir=rtl] .fa-rb.fa-arrow-end:before {
    content: "\f060";
}

[dir=ltr] .fa-rb.fa-arrow-start:before {
    content: "\f060";
}

[dir=ltr] .fa-rb.fa-arrow-end:before {
    content: "\f061";
}

/* caret-start/end */

[dir=rtl] .fa-rb.fa-caret-start:before {
    content: "\f0d9";
}

[dir=rtl] .fa-rb.fa-caret-end:before {
    content: "\f0da";
}

[dir=rtl] .fa-rb.fa-caret-start:before {
    content: "\f0da";
}

[dir=rtl] .fa-rb.fa-caret-end:before {
    content: "\f0d9";
}

[dir=ltr] .fa-rb.fa-caret-start:before {
    content: "\f0d9";
}

[dir=ltr] .fa-rb.fa-caret-end:before {
    content: "\f0da";
}

/* caret-square-o-start/end */
/* toggle-start/end*/

[dir=rtl] .fa-rb.fa-toggle-start:before,
[dir=rtl] .fa-rb.fa-caret-square-o-start:before {
    content: "\f191";
}

[dir=rtl] .fa-rb.fa-toggle-end:before,
[dir=rtl] .fa-rb.fa-caret-square-o-end:before {
    content: "\f152";
}

[dir=rtl] .fa-rb.fa-toggle-start:before,
[dir=rtl] .fa-rb.fa-caret-square-o-start:before {
    content: "\f152";
}

[dir=rtl] .fa-rb.fa-toggle-end:before,
[dir=rtl] .fa-rb.fa-caret-square-o-end:before {
    content: "\f191";
}

[dir=ltr] .fa-rb.fa-toggle-start:before,
[dir=ltr] .fa-rb.fa-caret-square-o-start:before {
    content: "\f191";
}

[dir=ltr] .fa-rb.fa-toggle-end:before,
[dir=ltr] .fa-rb.fa-caret-square-o-end:before {
    content: "\f152";
}

/* chevron-circle-start/end */
[dir=rtl] .fa-rb.fa-chevron-circle-start:before {
    content: "\f137";
}

[dir=rtl] .fa-rb.fa-chevron-circle-end:before {
    content: "\f138";
}

[dir=rtl] .fa-rb.fa-chevron-circle-start:before {
    content: "\f138";
}

[dir=rtl] .fa-rb.fa-chevron-circle-end:before {
    content: "\f137";
}

[dir=ltr] .fa-rb.fa-chevron-circle-start:before {
    content: "\f137";
}

[dir=ltr] .fa-rb.fa-chevron-circle-end:before {
    content: "\f138";
}

/* chevron-start/end */

[dir=rtl] .fa-rb.fa-chevron-start:before {
    content: "\f053";
}

[dir=rtl] .fa-rb.fa-chevron-end:before {
    content: "\f054";
}

[dir=rtl] .fa-rb.fa-chevron-start:before {
    content: "\f054";
}

[dir=rtl] .fa-rb.fa-chevron-end:before {
    content: "\f053";
}

[dir=ltr] .fa-rb.fa-chevron-start:before {
    content: "\f053";
}

[dir=ltr] .fa-rb.fa-chevron-end:before {
    content: "\f054";
}

/* hand-o-start/end */

[dir=rtl] .fa-rb.fa-hand-o-start:before {
    content: "\f0a5";
}

[dir=rtl] .fa-rb.fa-hand-o-end:before {
    content: "\f0a4";
}

[dir=rtl] .fa-rb.fa-hand-o-start:before {
    content: "\f0a4";
}

[dir=rtl] .fa-rb.fa-hand-o-end:before {
    content: "\f0a5";
}

[dir=ltr] .fa-rb.fa-hand-o-start:before {
    content: "\f0a5";
}

[dir=ltr] .fa-rb.fa-hand-o-end:before {
    content: "\f0a4";
}

[dir=rtl] .fa-rb.fa-long-arrow-start:before {
    content: "\f177";
}

[dir=rtl] .fa-rb.fa-long-arrow-end:before {
    content: "\f178";
}

[dir=rtl] .fa-rb.fa-long-arrow-start:before {
    content: "\f178";
}

[dir=rtl] .fa-rb.fa-long-arrow-end:before {
    content: "\f177";
}

[dir=ltr] .fa-rb.fa-long-arrow-start:before {
    content: "\f177";
}

[dir=ltr] .fa-rb.fa-long-arrow-end:before {
    content: "\f178";
}

[dir=rtl] .fa-rb.fa-angle-right:before {
    content: "\f104";
}

[dir=rtl] .fa-rb.fa-angle-left:before {
    content: "\f105";
}

/* bootstrap RTL */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container, .container-fluid {
    padding-right: 0;
    padding-left: 0
}

caption, td, th {
    text-align: right
}

.container, .container-fluid {
    margin-left: auto;
    margin-right: auto
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right
}

.col-xs-pull-12 {
    left: 100%
}

.col-xs-pull-11 {
    left: 91.66666667%
}

.col-xs-pull-10 {
    left: 83.33333333%
}

.col-xs-pull-9 {
    left: 75%
}

.col-xs-pull-8 {
    left: 66.66666667%
}

.col-xs-pull-7 {
    left: 58.33333333%
}

.col-xs-pull-6 {
    left: 50%
}

.col-xs-pull-5 {
    left: 41.66666667%
}

.col-xs-pull-4 {
    left: 33.33333333%
}

.col-xs-pull-3 {
    left: 25%
}

.col-xs-pull-2 {
    left: 16.66666667%
}

.col-xs-pull-1 {
    left: 8.33333333%
}

.col-xs-pull-0 {
    left: auto
}

.col-xs-push-12 {
    right: 100%
}

.col-xs-push-11 {
    right: 91.66666667%
}

.col-xs-push-10 {
    right: 83.33333333%
}

.col-xs-push-9 {
    right: 75%
}

.col-xs-push-8 {
    right: 66.66666667%
}

.col-xs-push-7 {
    right: 58.33333333%
}

.col-xs-push-6 {
    right: 50%
}

.col-xs-push-5 {
    right: 41.66666667%
}

.col-xs-push-4 {
    right: 33.33333333%
}

.col-xs-push-3 {
    right: 25%
}

.col-xs-push-2 {
    right: 16.66666667%
}

.col-xs-push-1 {
    right: 8.33333333%
}

.col-xs-push-0 {
    right: auto
}

.col-xs-offset-12 {
    margin-right: 100%
}

.col-xs-offset-11 {
    margin-right: 91.66666667%
}

.col-xs-offset-10 {
    margin-right: 83.33333333%
}

.col-xs-offset-9 {
    margin-right: 75%
}

.col-xs-offset-8 {
    margin-right: 66.66666667%
}

.col-xs-offset-7 {
    margin-right: 58.33333333%
}

.col-xs-offset-6 {
    margin-right: 50%
}

.col-xs-offset-5 {
    margin-right: 41.66666667%
}

.col-xs-offset-4 {
    margin-right: 33.33333333%
}

.col-xs-offset-3 {
    margin-right: 25%
}

.col-xs-offset-2 {
    margin-right: 16.66666667%
}

.col-xs-offset-1 {
    margin-right: 8.33333333%
}

.col-xs-offset-0 {
    margin-right: 0
}

.center-block {
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: left !important
}

.pull-left {
    float: right !important
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: right
    }

    .col-sm-pull-12 {
        left: 100%
    }

    .col-sm-pull-11 {
        left: 91.66666667%
    }

    .col-sm-pull-10 {
        left: 83.33333333%
    }

    .col-sm-pull-9 {
        left: 75%
    }

    .col-sm-pull-8 {
        left: 66.66666667%
    }

    .col-sm-pull-7 {
        left: 58.33333333%
    }

    .col-sm-pull-6 {
        left: 50%
    }

    .col-sm-pull-5 {
        left: 41.66666667%
    }

    .col-sm-pull-4 {
        left: 33.33333333%
    }

    .col-sm-pull-3 {
        left: 25%
    }

    .col-sm-pull-2 {
        left: 16.66666667%
    }

    .col-sm-pull-1 {
        left: 8.33333333%
    }

    .col-sm-pull-0 {
        left: auto
    }

    .col-sm-push-12 {
        right: 100%
    }

    .col-sm-push-11 {
        right: 91.66666667%
    }

    .col-sm-push-10 {
        right: 83.33333333%
    }

    .col-sm-push-9 {
        right: 75%
    }

    .col-sm-push-8 {
        right: 66.66666667%
    }

    .col-sm-push-7 {
        right: 58.33333333%
    }

    .col-sm-push-6 {
        right: 50%
    }

    .col-sm-push-5 {
        right: 41.66666667%
    }

    .col-sm-push-4 {
        right: 33.33333333%
    }

    .col-sm-push-3 {
        right: 25%
    }

    .col-sm-push-2 {
        right: 16.66666667%
    }

    .col-sm-push-1 {
        right: 8.33333333%
    }

    .col-sm-push-0 {
        right: auto
    }

    .col-sm-offset-12 {
        margin-right: 100%
    }

    .col-sm-offset-11 {
        margin-right: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-right: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-right: 75%
    }

    .col-sm-offset-8 {
        margin-right: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-right: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-right: 50%
    }

    .col-sm-offset-5 {
        margin-right: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-right: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-right: 25%
    }

    .col-sm-offset-2 {
        margin-right: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-right: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: right
    }

    .col-md-pull-12 {
        left: 100%
    }

    .col-md-pull-11 {
        left: 91.66666667%
    }

    .col-md-pull-10 {
        left: 83.33333333%
    }

    .col-md-pull-9 {
        left: 75%
    }

    .col-md-pull-8 {
        left: 66.66666667%
    }

    .col-md-pull-7 {
        left: 58.33333333%
    }

    .col-md-pull-6 {
        left: 50%
    }

    .col-md-pull-5 {
        left: 41.66666667%
    }

    .col-md-pull-4 {
        left: 33.33333333%
    }

    .col-md-pull-3 {
        left: 25%
    }

    .col-md-pull-2 {
        left: 16.66666667%
    }

    .col-md-pull-1 {
        left: 8.33333333%
    }

    .col-md-pull-0 {
        left: auto
    }

    .col-md-push-12 {
        right: 100%
    }

    .col-md-push-11 {
        right: 91.66666667%
    }

    .col-md-push-10 {
        right: 83.33333333%
    }

    .col-md-push-9 {
        right: 75%
    }

    .col-md-push-8 {
        right: 66.66666667%
    }

    .col-md-push-7 {
        right: 58.33333333%
    }

    .col-md-push-6 {
        right: 50%
    }

    .col-md-push-5 {
        right: 41.66666667%
    }

    .col-md-push-4 {
        right: 33.33333333%
    }

    .col-md-push-3 {
        right: 25%
    }

    .col-md-push-2 {
        right: 16.66666667%
    }

    .col-md-push-1 {
        right: 8.33333333%
    }

    .col-md-push-0 {
        right: auto
    }

    .col-md-offset-12 {
        margin-right: 100%
    }

    .col-md-offset-11 {
        margin-right: 91.66666667%
    }

    .col-md-offset-10 {
        margin-right: 83.33333333%
    }

    .col-md-offset-9 {
        margin-right: 75%
    }

    .col-md-offset-8 {
        margin-right: 66.66666667%
    }

    .col-md-offset-7 {
        margin-right: 58.33333333%
    }

    .col-md-offset-6 {
        margin-right: 50%
    }

    .col-md-offset-5 {
        margin-right: 41.66666667%
    }

    .col-md-offset-4 {
        margin-right: 33.33333333%
    }

    .col-md-offset-3 {
        margin-right: 25%
    }

    .col-md-offset-2 {
        margin-right: 16.66666667%
    }

    .col-md-offset-1 {
        margin-right: 8.33333333%
    }

    .col-md-offset-0 {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: right
    }

    .col-lg-pull-12 {
        left: 100%
    }

    .col-lg-pull-11 {
        left: 91.66666667%
    }

    .col-lg-pull-10 {
        left: 83.33333333%
    }

    .col-lg-pull-9 {
        left: 75%
    }

    .col-lg-pull-8 {
        left: 66.66666667%
    }

    .col-lg-pull-7 {
        left: 58.33333333%
    }

    .col-lg-pull-6 {
        left: 50%
    }

    .col-lg-pull-5 {
        left: 41.66666667%
    }

    .col-lg-pull-4 {
        left: 33.33333333%
    }

    .col-lg-pull-3 {
        left: 25%
    }

    .col-lg-pull-2 {
        left: 16.66666667%
    }

    .col-lg-pull-1 {
        left: 8.33333333%
    }

    .col-lg-pull-0 {
        left: auto
    }

    .col-lg-push-12 {
        right: 100%
    }

    .col-lg-push-11 {
        right: 91.66666667%
    }

    .col-lg-push-10 {
        right: 83.33333333%
    }

    .col-lg-push-9 {
        right: 75%
    }

    .col-lg-push-8 {
        right: 66.66666667%
    }

    .col-lg-push-7 {
        right: 58.33333333%
    }

    .col-lg-push-6 {
        right: 50%
    }

    .col-lg-push-5 {
        right: 41.66666667%
    }

    .col-lg-push-4 {
        right: 33.33333333%
    }

    .col-lg-push-3 {
        right: 25%
    }

    .col-lg-push-2 {
        right: 16.66666667%
    }

    .col-lg-push-1 {
        right: 8.33333333%
    }

    .col-lg-push-0 {
        right: auto
    }

    .col-lg-offset-12 {
        margin-right: 100%
    }

    .col-lg-offset-11 {
        margin-right: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-right: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-right: 75%
    }

    .col-lg-offset-8 {
        margin-right: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-right: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-right: 50%
    }

    .col-lg-offset-5 {
        margin-right: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-right: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-right: 25%
    }

    .col-lg-offset-2 {
        margin-right: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-right: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-right: 0
    }
}