/*
Theme Name: Imerion
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Arkadiusz Pastuszka
Author URI: https://www.arekpastuszka.pl/
Version: 1.0.0
Template: bridge
*/
@import '../bridge/style.css';
.img-responsive {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.row {
  margin: 0 -15px;
  font-size: 0 !important;
  box-sizing: border-box;
}
.row .col, .row [class*=col-] {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  box-sizing: border-box;
}
.row .col-xs-1 {
  width: 8.3333333333%;
}
.row .col-xs-2 {
  width: 16.6666666667%;
}
.row .col-xs-3 {
  width: 25%;
}
.row .col-xs-4 {
  width: 33.3333333333%;
}
.row .col-xs-5 {
  width: 41.6666666667%;
}
.row .col-xs-6 {
  width: 50%;
}
.row .col-xs-7 {
  width: 58.3333333333%;
}
.row .col-xs-8 {
  width: 66.6666666667%;
}
.row .col-xs-9 {
  width: 75%;
}
.row .col-xs-10 {
  width: 83.3333333333%;
}
.row .col-xs-11 {
  width: 91.6666666667%;
}
.row .col-xs-12 {
  width: 100%;
}
@media all and (min-width: 640px) {
  .row .col-sm-1 {
    width: 8.3333333333%;
  }
  .row .col-sm-2 {
    width: 16.6666666667%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .col-sm-4 {
    width: 33.3333333333%;
  }
  .row .col-sm-5 {
    width: 41.6666666667%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-7 {
    width: 58.3333333333%;
  }
  .row .col-sm-8 {
    width: 66.6666666667%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .col-sm-10 {
    width: 83.3333333333%;
  }
  .row .col-sm-11 {
    width: 91.6666666667%;
  }
  .row .col-sm-12 {
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .row .col-md-1 {
    width: 8.3333333333%;
  }
  .row .col-md-2 {
    width: 16.6666666667%;
  }
  .row .col-md-3 {
    width: 25%;
  }
  .row .col-md-4 {
    width: 33.3333333333%;
  }
  .row .col-md-5 {
    width: 41.6666666667%;
  }
  .row .col-md-6 {
    width: 50%;
  }
  .row .col-md-7 {
    width: 58.3333333333%;
  }
  .row .col-md-8 {
    width: 66.6666666667%;
  }
  .row .col-md-9 {
    width: 75%;
  }
  .row .col-md-10 {
    width: 83.3333333333%;
  }
  .row .col-md-11 {
    width: 91.6666666667%;
  }
  .row .col-md-12 {
    width: 100%;
  }
}
@media all and (min-width: 1170px) {
  .row .col-lg-1 {
    width: 8.3333333333%;
  }
  .row .col-lg-2 {
    width: 16.6666666667%;
  }
  .row .col-lg-3 {
    width: 25%;
  }
  .row .col-lg-4 {
    width: 33.3333333333%;
  }
  .row .col-lg-5 {
    width: 41.6666666667%;
  }
  .row .col-lg-6 {
    width: 50%;
  }
  .row .col-lg-7 {
    width: 58.3333333333%;
  }
  .row .col-lg-8 {
    width: 66.6666666667%;
  }
  .row .col-lg-9 {
    width: 75%;
  }
  .row .col-lg-10 {
    width: 83.3333333333%;
  }
  .row .col-lg-11 {
    width: 91.6666666667%;
  }
  .row .col-lg-12 {
    width: 100%;
  }
}
.row.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.row-flex.row-middle {
  align-items: center;
}
.row.row-flex.row-bottom {
  align-items: flex-end;
}
.row.row-middle > .col, .row.row-middle > [class*=col-] {
  vertical-align: middle;
}
.row.row-bottom > .col, .row.row-bottom > [class*=col-] {
  vertical-align: bottom;
}
.row.row-narrow {
  margin: 0 -10px;
}
.row.row-narrow > .col, .row.row-narrow > [class*=col-] {
  padding: 0 10px;
}
.row.row-wide {
  margin: 0 -40px;
}
.row.row-wide > .col, .row.row-wide > [class*=col-] {
  padding: 0 40px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.page-section.page-section-equipment-category .category-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.page-section.page-section-equipment-category .category-list .list-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  padding: 20px 0 40px 0;
}
.page-section.page-section-equipment-category .category-list .list-item a .thumb-container {
  padding: 15px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.2s ease-in;
}
.page-section.page-section-equipment-category .category-list .list-item a .category-name {
  font-size: 13px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  text-align: center;
  transition: color 0.2s ease-in;
}
.page-section.page-section-equipment-category .category-list .list-item a:hover .thumb-container, .page-section.page-section-equipment-category .category-list .list-item a.active .thumb-container {
  background-color: #ffffff;
}
.page-section.page-section-equipment-category .category-list .list-item a:hover .category-name, .page-section.page-section-equipment-category .category-list .list-item a.active .category-name {
  color: #ffffff;
}
.page-section.page-section-equipment-category .category-list .list-item a.active:after {
  content: "";
  border-bottom: 20px solid #ffffff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  transform: translateX(-50%);
}
.page-section.page-section-equipment-category .category-list.category-list-list {
  grid-gap: 16px;
  overflow-x: auto;
}
.page-section.page-section-equipment-category .category-list.category-list-list .list-item {
  flex-shrink: 0;
  max-width: 150px;
}
.page-section.page-section-equipment-category .category-list.category-list-boxes {
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 12px;
}
@media all and (min-width: 640px) {
  .page-section.page-section-equipment-category .category-list.category-list-boxes .list-item {
    width: calc(50% - 12px);
  }
}
@media all and (min-width: 992px) {
  .page-section.page-section-equipment-category .category-list.category-list-boxes .list-item {
    width: calc(25% - 12px);
  }
}
.page-section.page-section-equipment-category .category-list.category-list-boxes .list-item a {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.page-section.page-section-equipment-category .category-list.category-list-boxes .list-item a .thumb-container {
  border-radius: 0;
  width: 100%;
}
.page-section.page-section-equipment-category .category-list.category-list-boxes .list-item a .thumb-container img {
  object-fit: contain;
}
.page-section.page-section-equipment-category .category-list.category-list-boxes .list-item a .category-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-section.page-section-equipment-table {
  overflow: auto;
}
@media all and (min-width: 992px) {
  .page-section.page-section-equipment-table {
    overflow: hidden;
  }
}
.page-section.page-section-equipment-table .table {
  white-space: nowrap;
  min-width: 100%;
  width: fit-content;
}
@media all and (min-width: 992px) {
  .page-section.page-section-equipment-table .table {
    display: flex;
    width: 100%;
  }
}
.page-section.page-section-equipment-table .table .table-row {
  display: flex;
  width: 100%;
}
@media all and (min-width: 992px) {
  .page-section.page-section-equipment-table .table .table-row {
    flex-direction: column;
  }
}
.page-section.page-section-equipment-table .table .table-row .table-cell {
  font-size: 13px;
  line-height: 19px;
  padding: 6px 15px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .page-section.page-section-equipment-table .table .table-head {
    width: 20%;
  }
}
.page-section.page-section-equipment-table .table .table-head .table-row .table-cell {
  color: #ffffff;
  font-weight: 500;
  background-color: #eb6000;
}
@media all and (min-width: 992px) {
  .page-section.page-section-equipment-table .table .table-head .table-row .table-cell {
    border-bottom: 1px solid #ffffff;
  }
}
@media all and (min-width: 992px) {
  .page-section.page-section-equipment-table .table .table-body {
    display: flex;
    width: 80%;
  }
}
@media all and (max-width: 991px) {
  .page-section.page-section-equipment-table .table .table-body .table-row:nth-child(odd) {
    background-color: #f5f5f6;
  }
  .page-section.page-section-equipment-table .table .table-body .table-row:nth-child(even) {
    background-color: #ebebeb;
  }
}
.page-section.page-section-equipment-table .table .table-body .table-row .table-cell {
  color: #333333;
}
@media all and (min-width: 992px) {
  .page-section.page-section-equipment-table .table .table-body .table-row .table-cell {
    border-bottom: 1px solid transparent;
  }
  .page-section.page-section-equipment-table .table .table-body .table-row .table-cell:nth-child(odd) {
    background-color: #f5f5f6;
  }
  .page-section.page-section-equipment-table .table .table-body .table-row .table-cell:nth-child(even) {
    background-color: #ebebeb;
  }
}

/*# sourceMappingURL=style.css.map */
