.result-wrap {
  opacity: 1;
}
.block-info .two-cols .map-holder {
  min-height: 310px;
  position: relative;
}
.result-box .featured-block {
  overflow: inherit;
}
.map-active .result-box .featured-block {
  overflow-x: hidden;
  overflow-y: auto;
}
.result-box .map-holder {
  display: block;
  position: absolute;
  top:-9999px;
  left:-9999px;
}
.map-active .result-box .map-holder {
  position: relative;
  top:0;
  left: 0;
}
.popup-holder {
  height: 0;
  overflow: hidden;
}

.featured-block.style .row {
  display: block;
  margin: 0 -10px;
}

.featured-block.style .row .col {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.result-box .featured-block {
  width: 100%;
}
.jcf-select-drop .jcf-option-hideme,
.js-hidden {display: none;}
.popup-holder {
  position: absolute;
  right: 22%;
  top: 63.4%;
}

.map-wrap .popup-opener {
  display: inline-block;
  vertical-align: top;
  width: 31px;
}

.map-wrap .popup {
  background: #fff;
  position: absolute;
  bottom: 100%;
  width: 310px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 12px 14px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px;
  box-shadow: -7px 5px rgba(0, 0, 0, .1);
}

.map-wrap .popup:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  top: 100%;
  content: "";
  position: absolute;
  margin: 0 0 0 -10px;
}

.map-wrap .popup .image-holder {
  width: 48.6%;
}

.map-wrap .popup .text-holder {
  width: 50%;
  padding: 0 0 3px 16px;
}

.map-wrap .popup .title {
  display: block;
  font-weight: 700;
}

.map-wrap .popup address {
  font-style: normal;
  text-decoration: underline;
  margin: 0;
}

.map-wrap .popup .tel {
  text-decoration: underline;
}
