.container,
.header,
.section-content,
.footer-content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container,
  .header,
  .section-content,
  .footer-content {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .header,
  .section-content,
  .footer-content {
    max-width: 970px;
  }
}
@media (max-width: 1399px) {
  .container,
  .header,
  .section-content,
  .footer-content {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container,
  .header,
  .section-content,
  .footer-content {
    max-width: 1366px;
  }
}
@media (min-width: 1680px) {
  .container,
  .header,
  .section-content,
  .footer-content {
    max-width: 1366px;
  }
}
@media (min-width: 1800px) {
  .container,
  .header,
  .section-content,
  .footer-content {
    max-width: 1440px;
  }
}

@media (min-width: 1900px) {
  .container,
  .header,
  .section-content,
  .footer-content {
    max-width: 1680px;
  }
}

@media (min-width: 3000px) {
  .modal-lg {
    max-width: 2000px !important;
  }
}

.container-fluid {
  /*padding-right: 15px;
  padding-left: 15px;*/
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/******** BEGIN: Custom fix for columns ********/
[class^='col-'], [class^=' col-'] { float: left; }
/******** END: Custom fix for columns ********/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}
