/* 
    Handcoded by JAC - Johnny Alimoot C.
*/
.no-margin {
    margin: 0;
}

.mlmr-a {
    margin-left: auto;
    margin-right: auto;
}

.flex-just-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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


[class*="col-"] {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-balance {
    width: 50%;
}

.col-slim {
    width: 30%;
}

.col-wide {
    width: 70%;
}

.col-tri {
    width: 33.33%;
}

.col-quad {
    width: 25%;
}

.col-full {
    width: 100%;
}

.contained {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

.hero-contained {
    position: relative;
    width: 1300px;
    margin: auto;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}


.accordion-button:focus{
    box-shadow: none;
}

@media only screen and (max-width: 992px) {

    .col-tri,
    .col-quad {
        width: 50%;
    }

    .col-balance,
    .col-wide,
    .col-slim {
        width: 100%;
    }

    .order-tab-1 {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media only screen and (max-width: 576pxpx) {

    .col-tri,
    .col-quad {
        width: 100%;
    }
}