/*******************************************************
 *
 * template listing results
 *
 *******************************************************/

.ip-banner {
  display: none;
}

.ip-custom-banner {
  position: relative;
  width: 100%; 

  canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
  }

    &::before {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4); 
      content: ''; 
      z-index: 1;
    }
}

.ip-custom-breadcrumbs {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  color: #fff; 
  font-size: 13px; 
  text-transform: uppercase;
  background: rgba(203,176,94, 0.8);
  

  #breadcrumbs {
    color: #fff; 
    margin: 10px 0; 

    a {
      color: #fff;

      &:hover {
        color: #ccc;
      }
    }
  }
}

#inner-page-wrapper {
  margin-bottom: 0;
  font-size: 0;
  z-index: unset;

  > .container {
    width: 100%;
    padding: 0;
  }
}

.fixed-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 0;

  canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
  }
}

.safari-true .fixed-bg canvas, .mobile .fixed-bg canvas {
  background-attachment: scroll !important;
}

.non-fixed-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 0;

  canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.canvas-img {
  position: relative;

  canvas {
    width: 100%;
    height: auto;
    display: block;
  }

  img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

.site-inner-comm p {
   font-size: 15px;
   line-height: 24px;
   color: #000;
   letter-spacing: 0.05em;
}

.site-inner-comm ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 20px;
    unicode-bidi: isolate; 
    line-height: 24px; 
}

.site-inner-comm ul li {
  margin: 4px 0;
}

.site-inner-comm ul li::marker {
   color: #cbb05e; 
} 

/*** Comm Section 1 ***/

#flres-section-one {
  position: relative;
  display: block;
  padding: 0;
  padding-top: 30px;  
  text-align: center;
}

/** QS **/
.ip-search-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 21px;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    position: relative;
}

.ip-search-left {
    width: 45%;
    border-right: solid 1px #333333;
}

.ip-search-right {
    width: 55%;
    /*border: solid 1px #333333;*/
    border-left: none;
    border-right: none;
}

.sort-btn {
    width: 100%;
    max-width: 200px;
    position: relative;
}

.sort-btn button {
    display: flex;
    width: 100%;
    height: 37px;
    border: none;
    font-size: 18px;
    background: transparent;
    color: #404040;
    padding: 0 10px;
    border-radius: 0;
    text-align: left;
    position: relative;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out; 
    text-transform: uppercase; 
    font-weight: 600; 

}

.sort-btn button em {
    font-style: normal;
}

.sort-btn button.active {
    padding: 0 10px;
}

.sort-dropdown {
    display: none;
    width: 100%;
    background: #363636;
    border-radius: 0;
    color: #fff;
    padding: 0;
    margin-top: 0;
    border: none;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.sort-dropdown.active {
    display: block;
}

.sort-dropdown span {
    font-size: 18px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    transition: color .3s ease;
    position: relative;
}

.sort-dropdown span i {
    font-size: 18px !important;
}

.sort-dropdown span:hover, .sort-dropdown span:hover i {
    color: #cbb05e;
}

.ip-qs-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.ip-qs-button-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.ip-qs-button-field span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-qs-button-field span:first-child {
    font-size: 14px;
}

.ip-qs-button-field span:last-child {
    font-size: 11px;
    padding: 0 0 0 10px;
    top: 1px; 
    font-weight: 700;
}

div#reset-url.ip-qs-button-field span {
    font-weight: 600;
    color: #cbb05e; 
    text-transform: uppercase;
    letter-spacing: 0.1em; 
    font-size: 14px;
}

div#reset-url.ip-qs-button-field span i {
   color: #000;
   font-style: normal;
}

div#reset-url.ip-qs-button-field span:last-child {
    font-size: 15px; 
    color: #000;
}

.ip-qs-button-field:hover span {
    color: #cbb05e;
}

.ip-qs-mobile-filter {
    display: none;
}

.ip-qs-panels {
    position: absolute;
    width: 55%;
    top: calc(100% + 1px);
    right: 0;
    background: #fff;
    z-index: 91;
    box-shadow: -1px 4px 10px rgb(0 0 0 / 30%);
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-qs-panels.active {
    max-height: 1000px;
}

.ip-qs-panel-content {
    padding: 35px 20px;
}

.ip-qs-panel-content-inner {
    display: flex;
	flex-flow: row wrap;
max-width: 100%;
}

.ip-qs-panel-field {
    display: none;
}

.ip-qs-panel-field.active {
    display: block;
}

span.ip-qs-panel-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 9999;
    cursor: pointer;
}

span.ip-qs-panel-close-btn::before, span.ip-qs-panel-close-btn::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #333333;
    position: absolute;
    transform-origin: center;
    top: 0;
    left: 50%;
}

span.ip-qs-panel-close-btn::before {
    transform: rotate(45deg);
}

span.ip-qs-panel-close-btn::after {
    transform: rotate( -45deg);
}

.ip-qs-panel-content-inner > div.ip-qs-panel-btn {
    font-size: 13px;
    padding: 20px 35px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-color: #cbb05e;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-qs-panel-content-inner > div.ip-qs-panel-btn:last-child {
    border-right: 1px solid;
}

.ip-qs-panel-content-inner > div.ip-qs-panel-btn:not(.checkbox-btn).active, .ip-qs-panel-content-inner > div.ip-qs-panel-btn:not(.checkbox-btn):hover {
    background: #cbb05e;
    color: #fff;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn {
    display: flex;
    align-items: center;
    border: none !important;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.virtual-btns.checkbox-btn:first-child {
    padding-left: 0;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.virtual-btns.checkbox-btn:last-child {
    padding-right: 0;
}

span.checkbox-box {
    width: 15px;
    height: 15px;
    border: 1px solid #cbb05e;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

span.checkbox-box i {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn:hover span.checkbox-box i {
    opacity: 0.5;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn.active span.checkbox-box i {
    opacity: 1;
}

.ip-qs-panel-content-inner-panel {
    display: none;
}

.ip-qs-panel-content-inner-panel.active {
    display: block;
}

.ip-qs-panel-content em, .ip-qs-panel-content-inner-panel-content em {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.ip-qs-panel-content-inner-panel-content {
    padding: 0 20px 30px;
}

.ip-qs-panel-content-inner-panel-content input {
    width: 100%;
    max-width: 400px;
    border: 1px solid;
    border-color: #cbb05e;
    padding: 10px;
}

.ip-qs-price-slider {
    width: 80%;
}

span.irs-to, span.irs-from, .irs-grid, .irs--round .irs-min, .irs--round .irs-max {
    display: none !important;
}

.irs--round .irs-bar {
    background-color: #cbb05e;
}

.irs--round .irs-handle {
    top: 30px;
    width: 15px;
    height: 15px;
    border: 2px solid #cbb05e;
}

.ip-qs-price-slider-btn {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ip-qs-price-slider-btn > div {
    text-align: center;
    width: calc(50% - 5px);
    border: 1px solid #cbb05e;
    padding: 20px 0;
    color: #cbb05e;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn.price-btns {
    padding-left: 0;
}

.ip-loc-search-label {
    width: 80px;
    height: 61px;
    background: #cbb05e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-family-default);
}

.ip-loc-search-label i {
    font-size: 25px;
    padding-top: 4px;
    margin-bottom: 4px;
}

.ip-location-searh-form {
    display: flex;
    flex-wrap: wrap;
}

.ip-loc-long-field {
    width: calc(100% - 80px);
    /*border: solid 1px #333333*/
    ; border-left: none;
    position: relative;
}

.ip-loc-long-field ul.dropdown-menu.inner {
    max-height: 310px !important;
}

.ip-loc-long-field input {
    width: 100%;
    height: 59px;
    border: none;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--font-family-default);
    padding: 0 10px;
    letter-spacing: .5px;
    padding-right: 115px;  
        overflow: hidden;
    text-overflow: ellipsis;
    display: block;

}

.ip-loc-links {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.ip-loc-links a {
    margin: 0 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-loc-links a:hover {
    opacity: .7;
}

.ip-qs-field select {
    border-radius: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family-default);
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../../images/search/dd-icon.png) no-repeat scroll right 2px center;
    width: 100%;
    height: 59px;
    padding: 0 20px;
    padding-right: 30px;
    border: none;
    line-height: 1;
    letter-spacing: .5px;
}

.ip-loc-long-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family-default);
    text-transform: uppercase;
}

.ip-loc-long-field .bootstrap-select .status {
    font-style: normal !important;
}

.ip-qs-form {
    display: flex;
    flex-wrap: wrap;
}

.ip-qs-field {
    width: 12%;
}

.ip-qs-field-long {
    width: 16%;
}

.ip-qs-field.ip-qs-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family-default);
    text-transform: uppercase;
}

.ip-qs-field.ip-qs-radio input {
    margin-right: 8px;
    margin-top: 0px;
}

.ip-search-result-title {
    font-size: 18px;
    color: #cbb05e;
    text-align: center;
    letter-spacing: .6px;
    font-family: var(--font-family-default);
    margin-bottom: 14px;
}

.ip-search-result {
    padding: 38px 5px 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%;
    position: relative;
    left: 0;
}



/*** Result section two ***/

#flres-section-two {
  position: relative;
  padding: 90px 0;
  display: block;

  .global-title-widget {
    text-align: center;
  }
}

/*** Tab View ***/

.ip-search-result-view {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px 4px;
}

.main-tab-item {
   position: relative;
}

.main-tab-item.active a {
   background: #cbb05e;
}

.main-tab-item a img.icon-active {
    display: none;
}

.main-tab-item.active a img {
   display: none;

}
.main-tab-item.active a img.icon-active {
   display: block;
}

.main-tab-item.active a.ip-search-map i {
   color: #fff;
}

.main-tab-item a {
    border: solid 1px #cbb05e;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}

a.ip-search-map i {
    font-size: 30px;
    color: #cbb05e;
    position: relative;
    top: 1px;
}

.ip-search-result-view span i {
    font-size: 13px;
    color: #cbb05e;
    text-transform: uppercase;
    font-style: normal !important;
    font-weight: 700;
    letter-spacing: .7px;
    margin-left: 10px;
}

.ip-search-result-view span select {
    border: none;
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../../images/search/dd-icon.png) no-repeat scroll right 2px center;
    padding: 0 5px;
    padding-right: 25px;
    height: 30px;
    line-height: 30px;
}


.hide-tab {
    display: none;
}


.fp-list-wrap {
  position: relative;
  display: block;
  padding: 40px 0;
  font-size: 0;
  letter-spacing: 0; 
  margin-left: -5px; 
  margin-right: -5px;
}

.ipfp-list {
  font-size: 0;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
}

.ip-search-result.ip-search-result-half .ipfp-list {
  width: 50%;

  .ipfp-hover-inner {
    left: 15px;
  }
}

.ipfp-list {
  a {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    &:hover, &:focus {
      z-index: 5;
    }
  }

  canvas {
    display: block;
    width: 100%;
  }

  .ipfp-container2 .ipfp-front::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

.ipfp-content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  z-index: 5;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ipfp-address {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  margin-top: 11px;
  font-family: var(--font-family-default);
  display: block;

  span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}

.ipfp-price {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-family-default);
  letter-spacing: 0.1em;
}

.ipfp-content-view {
  font-size: 15px;
  font-weight: 600;
  color: #cbb05e;
  font-family: var(--font-family-default);
  margin-left: auto;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  i {
    color: #fff;
    font-size: 15px;
    font-style: normal;
  }
}

.container2 .back canvas {
  opacity: .3;
}

.ipfp-hover-content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  z-index: 5;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ipfp-list a canvas {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ipfp-container2 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ipfp-front {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ipfp-back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #1a1a1a;
}

.ipfp-list .ipfp-container2 .ipfp-back::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ipfp-back {
  canvas {
    opacity: 0.8;
    filter: grayscale(1);
  }

  .ipfp-flip-inner {
    padding: 35px 15px 0;
  }
}

.ipfp-container2:hover {
  .ipfp-front, .ipfp-back {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
}

.ipfp-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ipfp-flip-inner {
  -webkit-transform: translateY(0%) translateZ(40px) scale(1);
  transform: translateY(0%) translateZ(40px) scale(1);
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  height: 100%;
}

.ipfp-front .ipfp-flip-inner, .ipfp-back .ipfp-flip-inner {
  top: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 22px 32px;
}

.ipfp-container2 {
  .ipfp-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .ipfp-front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
  }

  &:hover {
    .ipfp-back {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }

    .ipfp-front {
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }
  }
}

.ipfp-list a {
  &:hover .ipfp-front-status, &.aios-double-tap-active .ipfp-front-status {
    opacity: 0;
  }
}

/*** Pagination  ***/

.pagination-wrap {
    justify-content: center;
    display: flex;
    margin-top: 45px;
    width: 100%;
}
.pagination-wrap ul {
    display: flex; 
    padding: 0;
    margin: 0;
}
.pagination-wrap ul li {
    padding: 0 13px;
    display: flex;
    align-items: center;
}
.pagination-wrap ul li.prev-page{
    margin-right: 30px;
}
.pagination-wrap ul li.next-page{
    margin-left: 30px;
}
.pagination-wrap ul li.page-ellipsis{
    padding: 0;
}
.pagination-wrap ul li span,
.pagination-wrap ul li a {
    display: block;
    color: #000;
    transition: var(--default-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: 500;
    white-space: nowrap;
}
.pagination-wrap ul li.current span,
.pagination-wrap ul li.current a {
    color: #c89b28;
    pointer-events: none;
    font-size: 20px;
}
.pagination-wrap ul li a:hover {
    color:  #d9b854;
}
.pagination-wrap ul li.prev-page a,
.pagination-wrap ul li.next-page a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875vw;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #404040;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.03em;
}
.pagination-wrap ul li.prev-page a:hover,
.pagination-wrap ul li.next-page a:hover{
    color:  #d9b854;
}
.pagination-wrap ul li.prev-page a i,
.pagination-wrap ul li.next-page a i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.750vw;
    font-size: 10px;
    font-weight: 700;
}
.pagination-wrap ul li.prev-page a i {
    margin: 0 0.625vw 0 0;
}
.pagination-wrap ul li.next-page a i {
    margin: 0 0 0 0.925vw;
}


/*** Content Map ***/

.grid-half {
  position: relative;
  display: block;
  padding-top: 40px; 
}

.grid-half-flex {
   display: flex;
   justify-content: center;
   align-items: flex-start;
}

.half-fp {
  display: block; 
  width: 60%;
}

 .half-fp .fp-list-wrap {
   padding: 0; 
 }

 .half-fp .ipfp-list {
   width: 50%;
 }



.half-map {
    display: block;
    width: 47.4%;
    padding: 5px 0;

}


/** MAP Content **/

.map-container {
  position: relative;
  display: block;
  padding-top: 40px;
}


@media only screen and (max-width: 1199px) {
.ip-custom-breadcrumbs {
  padding: 0 15px;
}

.comm-right {
  width: 45%;
}

.ip-search-left {
    width: 30%;
    border-right: solid 1px #333333;
}

.ip-search-right {
   width: 70%;
}

.ip-loc-long-field input {
    padding-left: 30px;
}

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 991px) {
.comm-img-lg {
   display: none;
}
.comm-img-sm {
  position: relative; 
  width: 100%;
}

.comm-top {
  flex-flow: column-reverse;
}

.comm-right,
.comm-left {
  width: 100%; 
  margin: 30px auto;
}

.ipfp-list {
  width: 100%;
}
.ipfp-front .ipfp-flip-inner {
    padding: 35px;
}

  .en-list-wrap {
     flex-flow: wrap;
  }

  .en-list {
    width: 50%;
  } 

.ip-search-area {
  flex-flow: column; 
  border: 0;
}

.ip-search-left {
        width: 100%;
        border-right: 0;
        max-width: 280px;
        margin: 0 auto;
    }

.ip-qs-buttons {
  flex-flow: column; 
}

.ip-qs-button-field-row {
     width: 100%;
    max-width: 300px;
    padding: 10px;
    border-bottom: 1px solid;
    margin: 5px 0;
}

.ip-loc-search-label {
   margin: 0 autos;
}

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
  
  .half-fp .ipfp-list {
    width: 100%;
}
 
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {



}




 
