.cm_wrapper, .cm_wrapper-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cm_wrapper{
    max-width: 1440px;
}
  
.cm_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
  
.cm_gutter-0 {
    margin-right: 0;
    margin-left: 0;
}
  
.cm_gutter-0 > .cm_col, 
.cm_gutter-0 > [class*="cm_col-"] {
    padding-right: 0;
    padding-left: 0;
}
  
.cm_col-1, .cm_col-2, .cm_col-3, .cm_col-4, .cm_col-5, .cm_col-6, .cm_col-7, .cm_col-8, .cm_col-9, .cm_col-10, .cm_col-11, .cm_col-12, .cm_col, .cm_col-auto, .cm_col-sm-1, 
.cm_col-sm-2, .cm_col-sm-3, .cm_col-sm-4, .cm_col-sm-5, .cm_col-sm-6, .cm_col-sm-7, .cm_col-sm-8, .cm_col-sm-9, .cm_col-sm-10, .cm_col-sm-11, .cm_col-sm-12, .cm_col-sm,
.cm_col-sm-auto, .cm_col-md-1, .cm_col-md-2, .cm_col-md-3, .cm_col-md-4, .cm_col-md-5, .cm_col-md-6, .cm_col-md-7, .cm_col-md-8, .cm_col-md-9, .cm_col-md-10, .cm_col-md-11, 
.cm_col-md-12, .cm_col-md, .cm_col-md-auto, .cm_col-lg-1, .cm_col-lg-2, .cm_col-lg-3, .cm_col-lg-4, .cm_col-lg-5, .cm_col-lg-6, .cm_col-lg-7, .cm_col-lg-8, .cm_col-lg-9, 
.cm_col-lg-10, .cm_col-lg-11, .cm_col-lg-12, .cm_col-lg, .cm_col-lg-auto, .cm_col-xl-1, .cm_col-xl-2, .cm_col-xl-3, .cm_col-xl-4, .cm_col-xl-5, .cm_col-xl-6, .cm_col-xl-7, 
.cm_col-xl-8, .cm_col-xl-9, .cm_col-xl-10, .cm_col-xl-11, .cm_col-xl-12, .cm_col-xl, .cm_col-xl-auto, .cm_col-xxl-1, .cm_col-xxl-2, .cm_col-xxl-3, .cm_col-xxl-4, 
.cm_col-xxl-5, .cm_col-xxl-6, .cm_col-xxl-7, .cm_col-xxl-8, .cm_col-xxl-9, .cm_col-xxl-10, .cm_col-xxl-11, .cm_col-xxl-12, .cm_col-xxl, .cm_col-xxl-auto  {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.cm_col-auto {
    width: auto;
    max-width: 100%;
}

.cm_col-1 {
    max-width: 8.333333%;
}

.cm_col-2 {
    max-width: 16.666667%;
}

.cm_col-3 {
    max-width: 25%;
}

.cm_col-4 {
    max-width: 33.333333%;
}

.cm_col-5 {
    max-width: 41.666667%;
}

.cm_col-6 {
    max-width: 50%;
}

.cm_col-7 {
    max-width: 58.333333%;
}

.cm_col-8 {
    max-width: 66.666667%;
}

.cm_col-9 {
    max-width: 75%;
}

.cm_col-10 {
    max-width: 83.333333%;
}

.cm_col-11 {
    max-width: 91.666667%;
}

.cm_col-12 {
    max-width: 100%;
}

/*  */
.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

@media (min-width: 576px) {
    .cm_wrapper {
        max-width: 540px;
    }

    .cm_col-sm-auto {
        width: auto;
        max-width: 100%;
    }
    .cm_col-sm-1 {
        max-width: 8.333333%;
    }
    .cm_col-sm-2 {
        max-width: 16.666667%;
    }
    .cm_col-sm-3 {
        max-width: 25%;
    }
    .cm_col-sm-4 {
        max-width: 33.333333%;
    }
    .cm_col-sm-5 {
        max-width: 41.666667%;
    }
    .cm_col-sm-6 {
        max-width: 50%;
    }
    .cm_col-sm-7 {
        max-width: 58.333333%;
    }
    .cm_col-sm-8 {
        max-width: 66.666667%;
    }
    .cm_col-sm-9 {
        max-width: 75%;
    }
    .cm_col-sm-10 {
        max-width: 83.333333%;
    }
    .cm_col-sm-11 {
        max-width: 91.666667%;
    }
    .cm_col-sm-12 {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .cm_wrapper {
        max-width: 720px;
    }

    .cm_col-md-auto {
        width: auto;
        max-width: 100%;
    }
    .cm_col-md-1 {
        max-width: 8.333333%;
    }
    .cm_col-md-2 {
        max-width: 16.666667%;
    }
    .cm_col-md-3 {
        max-width: 25%;
    }
    .cm_col-md-4 {
        max-width: 33.333333%;
    }
    .cm_col-md-5 {
        max-width: 41.666667%;
    }
    .cm_col-md-6 {
        max-width: 50%;
    }
    .cm_col-md-7 {
        max-width: 58.333333%;
    }
    .cm_col-md-8 {
        max-width: 66.666667%;
    }
    .cm_col-md-9 {
        max-width: 75%;
    }
    .cm_col-md-10 {
        max-width: 83.333333%;
    }
    .cm_col-md-11 {
        max-width: 91.666667%;
    }
    .cm_col-md-12 {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .cm_wrapper {
        max-width: 960px;
    }

    .cm_col-lg-auto {
        width: auto;
        max-width: 100%;
    }
    .cm_col-lg-1 {
        max-width: 8.333333%;
    }
    .cm_col-lg-2 {
        max-width: 16.666667%;
    }
    .cm_col-lg-3 {
        max-width: 25%;
    }
    .cm_col-lg-4 {
        max-width: 33.333333%;
    }
    .cm_col-lg-5 {
        max-width: 41.666667%;
    }
    .cm_col-lg-6 {
        max-width: 50%;
    }
    .cm_col-lg-7 {
        max-width: 58.333333%;
    }
    .cm_col-lg-8 {
        max-width: 66.666667%;
    }
    .cm_col-lg-9 {
        max-width: 75%;
    }
    .cm_col-lg-10 {
        max-width: 83.333333%;
    }
    .cm_col-lg-11 {
        max-width: 91.666667%;
    }
    .cm_col-lg-12 {
        max-width: 100%;
    }
}

@media (min-width: 1240px) {
    .cm_wrapper {
        max-width: 1200px;
    }
    .cm_col-xl-auto {
        width: auto;
        max-width: 100%;
    }
    .cm_col-xl-1 {
        max-width: 8.333333%;
    }
    .cm_col-xl-2 {
        max-width: 16.666667%;
    }
    .cm_col-xl-3 {
        max-width: 25%;
    }
    .cm_col-xl-4 {
        max-width: 33.333333%;
    }
    .cm_col-xl-5 {
        max-width: 41.666667%;
    }
    .cm_col-xl-6 {
        max-width: 50%;
    }
    .cm_col-xl-7 {
        max-width: 58.333333%;
    }
    .cm_col-xl-8 {
        max-width: 66.666667%;
    }
    .cm_col-xl-9 {
        max-width: 75%;
    }
    .cm_col-xl-10 {
        max-width: 83.333333%;
    }
    .cm_col-xl-11 {
        max-width: 91.666667%;
    }
    .cm_col-xl-12 {
        max-width: 100%;
    }
}

@media (min-width: 1440px) {
    .cm_wrapper {
        max-width: 1400px;
    }

    .cm_col-xxl-auto {
        width: auto;
        max-width: 100%;
    }
    .cm_col-xxl-1 {
        max-width: 8.333333%;
    }
    .cm_col-xxl-2 {
        max-width: 16.666667%;
    }
    .cm_col-xxl-3 {
        max-width: 25%;
    }
    .cm_col-xxl-4 {
        max-width: 33.333333%;
    }
    .cm_col-xxl-5 {
        max-width: 41.666667%;
    }
    .cm_col-xxl-6 {
        max-width: 50%;
    }
    .cm_col-xxl-7 {
        max-width: 58.333333%;
    }
    .cm_col-xxl-8 {
        max-width: 66.666667%;
    }
    .cm_col-xxl-9 {
        max-width: 75%;
    }
    .cm_col-xxl-10 {
        max-width: 83.333333%;
    }
    .cm_col-xxl-11 {
        max-width: 91.666667%;
    }
    .cm_col-xxl-12 {
        max-width: 100%;
    }
}
