/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px.
*   Just add this file after the Bootstrap CSS file and you will be able to juse col-xxxl, col-xxxl-push, hidden-xxxl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xxxl-block,
.visible-xxxl-inline,
.visible-xxxl-inline-block,
.visible-xxxl{
    display: none !important;
}
.d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12 {
        float: left;
    }

    .col-xxxl-12 {
        width: 100%;
    }

    .col-xxxl-11 {
        width: 91.66666667%;
    }

    .col-xxxl-10 {
        width: 83.33333333%;
    }

    .col-xxxl-9 {
        width: 75%;
    }

    .col-xxxl-8 {
        width: 66.66666667%;
    }

    .col-xxxl-7 {
        width: 58.33333333%;
    }

    .col-xxxl-6 {
        width: 50%;
    }

    .col-xxxl-5 {
        width: 41.66666667%;
    }

    .col-xxxl-4 {
        width: 33.33333333%;
    }

    .col-xxxl-3 {
        width: 25%;
    }

    .col-xxxl-2 {
        width: 16.66666667%;
    }

    .col-xxxl-1 {
        width: 8.33333333%;
    }

    .col-xxxl-pull-12 {
        right: 100%;
    }

    .col-xxxl-pull-11 {
        right: 91.66666667%;
    }

    .col-xxxl-pull-10 {
        right: 83.33333333%;
    }

    .col-xxxl-pull-9 {
        right: 75%;
    }

    .col-xxxl-pull-8 {
        right: 66.66666667%;
    }

    .col-xxxl-pull-7 {
        right: 58.33333333%;
    }

    .col-xxxl-pull-6 {
        right: 50%;
    }

    .col-xxxl-pull-5 {
        right: 41.66666667%;
    }

    .col-xxxl-pull-4 {
        right: 33.33333333%;
    }

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

    .col-xxxl-pull-2 {
        right: 16.66666667%;
    }

    .col-xxxl-pull-1 {
        right: 8.33333333%;
    }

    .col-xxxl-pull-0 {
        right: auto;
    }

    .col-xxxl-push-12 {
        left: 100%;
    }

    .col-xxxl-push-11 {
        left: 91.66666667%;
    }

    .col-xxxl-push-10 {
        left: 83.33333333%;
    }

    .col-xxxl-push-9 {
        left: 75%;
    }

    .col-xxxl-push-8 {
        left: 66.66666667%;
    }

    .col-xxxl-push-7 {
        left: 58.33333333%;
    }

    .col-xxxl-push-6 {
        left: 50%;
    }

    .col-xxxl-push-5 {
        left: 41.66666667%;
    }

    .col-xxxl-push-4 {
        left: 33.33333333%;
    }

    .col-xxxl-push-3 {
        left: 25%;
    }

    .col-xxxl-push-2 {
        left: 16.66666667%;
    }

    .col-xxxl-push-1 {
        left: 8.33333333%;
    }

    .col-xxxl-push-0 {
        left: auto;
    }

    .offset-xxxl-12 {
        margin-left: 100%;
    }

    .offset-xxxl-11 {
        margin-left: 91.66666667%;
    }

    .offset-xxxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxxl-9 {
        margin-left: 75%;
    }

    .offset-xxxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxxl-6 {
        margin-left: 50%;
    }

    .offset-xxxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxxl-3 {
        margin-left: 25%;
    }

    .offset-xxxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxxl-0 {
        margin-left: 0;
    }

    .visible-xxxl {
        display: block !important;
    }

    table.visible-xxxl {
        display: table;
    }

    tr.visible-xxxl {
        display: table-row !important;
    }

    th.visible-xxxl, td.visible-xxxl {
        display: table-cell !important;
    }

    .visible-xxxl-block {
        display: block !important;
    }

    .visible-xxxl-inline {
        display: inline !important;
    }

    .visible-xxxl-inline-block {
        display: inline-block !important;
    }

    .hidden-xxxl {
        display: none !important;
    }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}