#inner-page-wrapper {
  margin-bottom: 0;
}

.ip-banner canvas {
  height: calc((450/1600)*100vw);
}

.ip-banner::before {
  background: rgba(0,0,0,.24);
}

.ip-banner::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  opacity: 0.64;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.container {
  width: 100%;
}

.nav-active-section-listings-list .fixed-smi .fs-link {
  color: #fff;
  background: var(--cs-black);
}
.nav-active-section-listings-list .fixed-smi .fs-link:hover {
  background: var(--cs-blue);
}

.nav-active-section-listings-list .fixed-smi .fs-scroll-down {
  color: var(--cs-black);
}

.listings-breadcrumbs {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(0deg, rgb(161,161,161) 0%, rgb(190,190,190) 100%);
  text-transform: uppercase;
  font-weight: 300;
  font-size: var(--fs-16);
}

.listings-breadcrumbs .breadcrumbs {
  font-size: 0.875em;
  line-height: 0.857em;
  padding: 0.857em 9.571em 0.929em;
  max-width: 1600px;
  margin: 0 auto;
}

.listings-breadcrumbs .breadcrumb_last {
  font-weight: 700;
}

.listings {
  margin-top: 0;
  padding-top: calc((96/1570)*100%);
}

.listings-header {
  position: static !important;
  margin-left: 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  padding-left: calc((72/1283)*100%) !important;
  padding-right: calc((50/1283)*100%) !important;
  margin-bottom: calc((55/1283)*100%);
}

.listings-header p {
  align-self: flex-end;
  padding-bottom: calc((10/1283)*100%);
  padding-top: 0;
  width: calc((525/1150)*100%);
}

.listings-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.listings-item-wrapper {
  width: calc((626/1283)*100%) !important;
  margin-bottom: calc((30/1283)*100%);
  position: relative;
}

.listings-item,.listings-item:nth-child(-n+2) {
  width: 100% !important;
  margin-bottom: 0 !important;
  display: block;
}

.listings-item:first-child .listings-img canvas {
  height: 100% !important;
}

.listings-item .listings-info {
  bottom: 2px;
}

.listings-item:first-child:hover .listings-info, 
.listings-item:first-child:focus-within .listings-info {
  margin-bottom: calc((169/623)*100%)  !important;
}

.listings-pagination {
  display: flex !important;
  justify-content: center;
  margin-top: calc((6/1259)*100%);
  margin-bottom: calc((3/1259)*100%);
}

.listings-page-num {
  font-family: var(--ff-eb-garamond);
  font-size: 1.25em;
  padding: 0 1.15em;
  border-right: 1px solid #bfbfbf;
}

.listings-page-num:last-child {
  border-right: none;
}

.listings-img {
  overflow: visible !important;
}

.listings-img-gallery {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.listings-item:hover .listings-info .site-btn, 
.listings-item:focus-within .listings-info .site-btn {
  background: #000 !important;
}

.listings-item:hover .listings-info .site-btn::after, 
.listings-item:focus-within .listings-info .site-btn::after {
  opacity: 0;
}

.listings-item:hover .listings-info .site-btn:hover::after, 
.listings-item:focus-within .listings-info .site-btn:hover::after {
/*  opacity: 1;*/;
}

.listings-img-gallery .g-item img {
  position: static;
}

.listings-item-wrapper .site-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  opacity: 0;
  transition: var(--default-transition);
  cursor: pointer;
}

.listings-item-wrapper .site-arrow.prev-arrow {
  right: 90%;
}

.listings-item-wrapper .site-arrow.next-arrow {
  left: 90%;
}

.listings-item-wrapper:hover .listings-status, 
.listings-item-wrapper:focus-within .listings-status {
  opacity: 0;
}

.listings-item-wrapper:hover .listings-img .g-item img,
.listings-item-wrapper:focus-within .listings-img .g-item img {
  transform: scale(1);
}

.listings-item-wrapper:hover .listings-status,
.listings-item-wrapper:focus-within .listings-status {
  margin-top: calc((-36.25/507)*100%);
  margin-right: calc((-97.38/507)*100%);
}

.listings-item-wrapper:hover .listings-img img,
.listings-item-wrapper:focus-within .listings-img img {
  -webkit-filter: grayscale();
  filter: grayscale();
  transform: scale(1.1);
}

.listings-item-wrapper:hover .listings-info,
.listings-item-wrapper:focus-within .listings-info {
  margin-bottom: calc((169/623)*100%);
  background: rgba(0, 0, 0, 0.82);
  padding: 2.438em 1em 2em;
  color: #fff;
}

.listings-item-wrapper:hover .listings-info .site-btn,
.listings-item-wrapper:focus-within .listings-info .site-btn {
  opacity: 1;
  margin-top: 0;
/*    background: #808080;*/;
}

.listings-item-wrapper:hover .listings-info .site-btn::after, 
.listings-item-wrapper:focus-within .listings-info .site-btn::after {
/*    opacity: 1;*/;
}

.listings-item-wrapper:hover .listings-info canvas,
\.listings-item-wrapper:focus-within .listings-info canvas {
/*    opacity: 0;*/;
}

.listings-item-wrapper:hover .listings-info p em,
.listings-item-wrapper:focus-within .listings-info p em {
  color: #b6b6b6;
}

.listings-item-wrapper:hover .listings-info strong,
.listings-item-wrapper:focus-within .listings-info strong {
  margin-top: 1.563em;
  opacity: 1;
}

.listings-item-wrapper:hover .section-arrow .site-arrow,
.listings-item-wrapper:focus-within .section-arrow .site-arrow {
  opacity: 1;
  color: #000;
}

.listings-item-wrapper:hover .section-arrow .site-arrow:hover,
.listings-item-wrapper:focus-within .section-arrow .site-arrow:hover {
  opacity: 1;
  color: var(--cs-blue);
}

.listings-item-wrapper:hover .section-arrow .site-arrow.prev-arrow,
.listings-item-wrapper:focus-within .section-arrow .site-arrow.prev-arrow {
  right: 100%;
}

.listings-item-wrapper:hover .section-arrow .site-arrow.next-arrow,
.listings-item-wrapper:focus-within .section-arrow .site-arrow.next-arrow {
  left: 100%;
}
/*#inner-page-wrapper #content{
  display: none;
}*/

/*.page-template-our-experience .listings-item-wrapper a{
  pointer-events: none;
}*/


.page-template-our-experience .listings-item-wrapper .for-non-our-experience{
  display: none !important;
}

.page-template-our-experience .listings-item-wrapper strong:not(.for-our-experience) {
    display: none !important;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0;
  }

  .listings-breadcrumbs .breadcrumbs {
    padding: 0.857em 0 0.929em;
    width: 80%;
  }

  .listings {
    padding-top: max(3vw, 40px);
  }

  .listings-header {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 max(15px, 1.5vw);
  }

  .listings-header p {
    padding: max(2vw, 20px) 0 max(3vw, 30px);
    width: 100%;
  }

  .listings-item-wrapper,  .listings-item-wrapper:nth-child(-n+2) {
    margin-bottom: max(2vw, 20px);
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .listings-item-wrapper .section-arrow .site-arrow i {
    font-size: 1.5em;
  }

  .listings-item-wrapper:hover .section-arrow .site-arrow.prev-arrow,   
  .listings-item-wrapper:focus-within .section-arrow .site-arrow.prev-arrow {
    right: 93%;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
  }

  .listings-item-wrapper:hover .section-arrow .site-arrow.next-arrow,   
  .listings-item-wrapper:focus-within .section-arrow .site-arrow.next-arrow {
    left: 93%;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
  }
}

@media screen and (max-width: 567px) {
  .listings-pagination .listings-page-num:nth-child(n+6):nth-child(-n+10) {
    display: none;
  }

  .listings-item-wrapper:hover .section-arrow .site-arrow.prev-arrow,   
  .listings-item-wrapper:focus-within .section-arrow .site-arrow.prev-arrow {
    right: 80%;
    top: 80%;
  }

  .listings-item-wrapper:hover .section-arrow .site-arrow.next-arrow,   
  .listings-item-wrapper:focus-within .section-arrow .site-arrow.next-arrow {
    left: 80%;
    top: 80%;
  }
}