/*

Grid
Theme: VGA

*/

.vg-row {
    margin-right: -10px;
    margin-left: -10px;
    position: relative;
}

.vg-row:after,
.vg-row:before {
    display: table;
    line-height: 0;
    content: '';
    clear: both;
}

.vg-col-xl-12 {
    width: 100%;
}

.vg-col-xl-11 {
    width: 91.6666%;
}

.vg-col-xl-10 {
    width: 83.3333%;
}

.vg-col-xl-9 {
    width: 75%;
}

.vg-col-xl-8 {
    width: 66.6666%;
}

.vg-col-xl-7 {
    width: 58.3333%;
}

.vg-col-xl-6 {
    width: 50%;
}

.vg-col-xl-5 {
    width: 41.6666%;
}

.vg-col-xl-4 {
    width: 33.3333%;
}

.vg-col-xl-3 {
    width: 25%;
}

.vg-col-xl-2 {
    width: 16.6666%;
}

.vg-col-xl-1 {
    width: 8.3333%;
}

[class^="vg-col-"], [class*=" vg-col-"] {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
}

/* Offsets */

.vg-col-off-12 {
    margin-left: 100%;
}

.vg-col-off-11 {
    margin-left: 91.6666%;
}

.vg-col-off-10 {
    margin-left: 83.3333%;
}

.vg-col-off-9 {
    margin-left: 75%;
}

.vg-col-off-8 {
    margin-left: 66.6666%;
}

.vg-col-off-7 {
    margin-left: 58.33%;
}

.vg-col-off-6 {
    margin-left: 50%;
}

.vg-col-off-5 {
    margin-left: 41.6666%;
}

.vg-col-off-4 {
    margin-left: 33.3333%;
}

.vg-col-off-3 {
    margin-left: 25%;
}

.vg-col-off-2 {
    margin-left: 16.6666%;
}

.vg-col-off-1 {
    margin-left: 8.3333%;
}

/* pull */
.vg-col-pull-4 {
    margin-right: 33.3333%;
}

.vg-col-pull-3 {
    margin-right: 25%;
}

.vg-col-pull-2 {
    margin-right: 16.6666%;
}

.vg-col-pull-1 {
    margin-right: 8.3333%;
}
/* Responsive */

@media (max-width: 1200px) {

    .vg-hide-l {
        display: none !important;
    }

    .vg-col-l-12 {
        width: 100%;
    }

    .vg-col-l-11 {
        width: 91.6666%;
    }

    .vg-col-l-10 {
        width: 83.3333%;
    }

    .vg-col-l-9 {
        width: 75%;
    }

    .vg-col-l-8 {
        width: 66.6666%;
    }

    .vg-col-l-7 {
        width: 58.3333%;
    }

    .vg-col-l-6 {
        width: 50%;
    }

    .vg-col-l-5 {
        width: 41.6666%;
    }

    .vg-col-l-4 {
        width: 33.3333%;
    }

    .vg-col-l-3 {
        width: 25%;
    }

    .vg-col-l-2 {
        width: 16.6666%;
    }

    .vg-col-l-1 {
        width: 8.3333%;
    }

    [class^="vg-col-off"], [class*=" vg-col-off"] {
        margin-left: 0;
    }

}

@media (max-width: 992px) {

    .vg-row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .vg-hide-m {
        display: none !important;
    }

    .vg-col-m-12 {
        width: 100%;
    }

    .vg-col-m-11 {
        width: 91.6666%;
    }

    .vg-col-m-10 {
        width: 83.3333%;
    }

    .vg-col-m-9 {
        width: 75%;
    }

    .vg-col-m-8 {
        width: 66.6666%;
    }

    .vg-col-m-7 {
        width: 58.3333%;
    }

    .vg-col-m-6 {
        width: 50%;
    }

    .vg-col-m-5 {
        width: 41.6666%;
    }

    .vg-col-m-4 {
        width: 33.3333%;
    }

    .vg-col-m-3 {
        width: 25%;
    }

    .vg-col-m-2 {
        width: 16.6666%;
    }

    .vg-col-m-1 {
        width: 8.3333%;
    }

}

@media (max-width: 768px) {

    .vg-hide-s {
        display: none !important;
    }

    .vg-col-s-12 {
        width: 100%;
    }

    .vg-col-s-11 {
        width: 91.6666%;
    }

    .vg-col-s-10 {
        width: 83.3333%;
    }

    .vg-col-s-9 {
        width: 75%;
    }

    .vg-col-s-8 {
        width: 66.6666%;
    }

    .vg-col-s-7 {
        width: 58.3333%;
    }

    .vg-col-s-6 {
        width: 50%;
    }

    .vg-col-s-5 {
        width: 41.6666%;
    }

    .vg-col-s-4 {
        width: 33.3333%;
    }

    .vg-col-s-3 {
        width: 25%;
    }

    .vg-col-s-2 {
        width: 16.6666%;
    }

    .vg-col-s-1 {
        width: 8.3333%;
    }

}

@media (max-width: 480px) {

    .vg-hide-xs {
        display: none !important;
    }

    [class^="vg-col-"],
    [class*=" vg-col-"] {
        width: 100%;
    }

    [class^="vg-col-"] [class^="vg-col-"],
    [class*=" vg-col-"] [class*=" vg-col-"] {
        width: 100%;
    }

}
