.panel_invty_list > *:not(:last-child) {
  margin-bottom: 70px;
  border-bottom: 1px solid #ccc;
}

.panel_invty_list .med,
.panel_invty_list .xlg {
  display: none;
}

.panel_invty_item {
  padding-bottom: 3rem;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "item_title" "images" "item_footer" "inclusions" "specs" "cost" "buttons";
  grid-column-gap: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
}

.panel_invty_item .item_title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: item_title;
}

.panel_invty_item .images {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: images;
}

.panel_invty_item .inclusions {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: inclusions;
}

.panel_invty_item .specs {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: specs;
}

.panel_invty_item .buttons {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: buttons;
}

.panel_invty_item .item_footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: item_footer;
}

.panel_invty_item .cost {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: cost;
}

.panel_invty_item .col1 {
  grid-area: col1;
}

.panel_invty_item .col2 {
  grid-area: col2;
}

.panel_invty_item .col3 {
  grid-area: col3;
}

.panel_invty_item .col4 {
  grid-area: col4;
}

.panel_invty_item .phead h4 {
  margin: 0;
  margin-bottom: 10px;
}

.panel_invty_item .images .pbody {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.panel_invty_item .images .pbody .main_img {
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-bottom: calc(100% - 20.25%);
}

.panel_invty_item .images .pbody .thumbnails {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.25%;
          flex: 0 0 20.25%;
}

.panel_invty_item .images .pbody .thumbnails > * {
  margin: 1px;
  padding-bottom: calc(100% - (2*1px));
  background-size: cover;
  background-position: center;
}

.panel_invty_item .images .pbody .thumbnails > *:first-child {
  margin-top: 0;
}

.panel_invty_item .images .pbody .thumbnails > *:last-child {
  margin-bottom: 0;
}

.panel_invty_item .images .pbody .slide_left_btn_teaser {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.panel_invty_item .images .pbody .slide_left_btn_teaser div {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 5px;
  background: #eee;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.7);
}

.panel_invty_item .images .pbody .slide_left_btn_teaser div:nth-child(1) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.panel_invty_item .images .pbody .slide_left_btn_teaser div:nth-child(2) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: translatey(-100%) rotate(45deg);
          transform: translatey(-100%) rotate(45deg);
}

.panel_invty_item .images .pbody .slide_left_btn_teaser div:nth-child(3) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel_invty_item .images .pbody .slide_left_btn_teaser div:nth-child(4) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: translatey(-100%) rotate(45deg);
          transform: translatey(-100%) rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel_invty_item .images .pbody .slide_right_btn_teaser {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.panel_invty_item .images .pbody .slide_right_btn_teaser div {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 5px;
  background: #eee;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.7);
}

.panel_invty_item .images .pbody .slide_right_btn_teaser div:nth-child(1) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.panel_invty_item .images .pbody .slide_right_btn_teaser div:nth-child(2) {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: translatey(-100%) rotate(-45deg);
          transform: translatey(-100%) rotate(-45deg);
}

.panel_invty_item .images .pbody .slide_right_btn_teaser div:nth-child(3) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel_invty_item .images .pbody .slide_right_btn_teaser div:nth-child(4) {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: translatey(-100%) rotate(-45deg);
          transform: translatey(-100%) rotate(-45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel_invty_item .images .pbody .dialog_slider {
  z-index: 1;
}

.panel_invty_item .inclusions .pbody ul {
  padding-left: 20px;
  list-style: disc;
}

.panel_invty_item .specs .pbody > div {
  border-bottom: 1px solid #eee;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel_invty_item .specs .pbody > div:first-child {
  border-top: 1px solid #eee;
}

.panel_invty_item .buttons {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel_invty_item .buttons > * {
  margin-bottom: 30px;
}

.panel_invty_item .buttons img {
  width: 210px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.panel_invty_item .buttons a,
.panel_invty_item .buttons button {
  padding: 15px 50px;
}

.panel_invty_item .buttons a h3,
.panel_invty_item .buttons button h3 {
  margin: 0;
}

.panel_invty_item .buttons a {
  border: 1px solid #000;
  border-radius: 2px;
  background: #A9C398;
}

.panel_invty_item .item_footer {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 30px;
  font-weight: 700;
}

.panel_invty_item .item_footer > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel_invty_item .item_footer img {
  height: 1.2em;
  padding-right: .25em;
}

.panel_invty_item .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .panel_invty_item.xsml {
    display: none;
  }
  .panel_invty_item.med {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "item_title  item_title" "col1        col2";
    -ms-grid-columns: 10fr 8fr;
        grid-template-columns: 10fr 8fr;
  }
  .panel_invty_item.med .col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -25px;
    width: calc(100% + 50px);
  }
  .panel_invty_item.med .col1 > * {
    margin: 0 25px;
  }
  .panel_invty_item.med .col1 .images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 450px;
  }
  .panel_invty_item.med .col1 .images .thumbnails {
    display: block;
  }
  .panel_invty_item.med .col1 .images .slide_left_btn_teaser {
    display: none;
  }
  .panel_invty_item.med .col1 .images .slide_right_btn_teaser {
    display: none;
  }
  .panel_invty_item.med .col1 .item_footer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .panel_invty_item.med .col1 .item_footer > * {
    padding-right: 0;
  }
  .panel_invty_item.med .col1 > cost {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .panel_invty_item.med .col1 .buttons {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .panel_invty_item.med .col2 > * {
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .panel_invty_item.xsml, .panel_invty_item.med {
    display: none;
  }
  .panel_invty_item.xlg {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "item_title  item_title  item_title  item_title" "col1        inclusions  specs       col4";
    -ms-grid-columns: minmax(430px, 10fr) 9fr minmax(160px, 6fr) 10fr;
        grid-template-columns: minmax(430px, 10fr) 9fr minmax(160px, 6fr) 10fr;
  }
  .panel_invty_item.xlg .images .thumbnails {
    display: block;
  }
  .panel_invty_item.xlg .images .slide_left_btn_teaser {
    display: none;
  }
  .panel_invty_item.xlg .images .slide_right_btn_teaser {
    display: none;
  }
  .panel_invty_item.xlg .inclusions .pbody {
    padding-bottom: 0;
  }
  .panel_invty_item.xlg .col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .panel_invty_item.xlg .col4 .cost {
    padding: 20px;
  }
  .panel_invty_item.xlg .item_footer {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .panel_invty_item.xlg .item_footer > * {
    padding-right: 0;
  }
}
/*# sourceMappingURL=invty_list.css.map */