.b-info {
  height: 100%;
  position: relative;
}
.b-info__body {
  height: auto;
}
.b-info .angular-google-map,
.b-info .angular-google-map-container {
  height: 100%;
}
.b-info__image {
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.b-info__info {
  padding: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #EEE;
  color: #444;
  font-size: 12px;
  font-family: PT Sans, sans-serif;
}
.b-info__map {
  width: 100%;
  height: inherit;
}
.b-info__map .gm-style-iw-chr {
  height: 15px !important;
}

.info-carousel {
  padding-bottom: 30px;
}
.info-carousel__address {
  color: #fff;
  position: absolute;
  top: 40px;
  left: 10px;
  text-shadow: 0 0 10px black;
  font-size: 14px;
  z-index: 1;
  font-weight: 900;
  text-decoration: none;
  font-family: PT Sans, arial;
}
.info-carousel__address:focus, .info-carousel__address:hover {
  color: #fff;
  text-decoration: none;
}
.info-carousel__address .popover-content {
  text-shadow: none;
  font-weight: 100;
  font-size: 12px;
}
.info-carousel__count {
  color: #fff;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 10px black;
  font-size: 15px;
  font-weight: 900;
  font-family: PT Sans, arial;
  z-index: 1;
}
.info-carousel .carousel {
  height: 100%;
}
.info-carousel .carousel-inner {
  height: 100%;
}
.info-carousel .carousel-inner > .item {
  position: static;
}
.info-carousel .carousel-indicators {
  display: none;
}
.info-carousel .carousel-control.left,
.info-carousel .carousel-control.right {
  width: 50%;
  background-image: none;
}
.info-carousel .carousel-control.left:focus,
.info-carousel .carousel-control.left:hover,
.info-carousel .carousel-control.right:focus,
.info-carousel .carousel-control.right:hover {
  background-image: none;
}
.info-carousel .carousel-control .glyphicon-chevron-left {
  left: 10%;
  opacity: 0.5;
  text-shadow: 0 0 10px black;
  transition: opacity 0.5s ease-out;
}
.info-carousel .carousel-control .glyphicon-chevron-right {
  right: 10%;
  opacity: 0.25;
  text-shadow: 0 0 10px black;
  transition: opacity 0.5s ease-out;
}
.info-carousel .carousel-control.left:focus .glyphicon-chevron-left,
.info-carousel .carousel-control.left:hover .glyphicon-chevron-left {
  opacity: 1;
}
.info-carousel .carousel-control.right:focus .glyphicon-chevron-right,
.info-carousel .carousel-control.right:hover .glyphicon-chevron-right {
  opacity: 1;
}

.info-detail {
  display: table;
  width: 100%;
  color: #444;
  font-size: 12px;
  font-family: PT Sans, sans-serif;
}
.info-detail__item {
  display: table-row;
  width: 100%;
}
.info-detail__content, .info-detail__title {
  display: table-cell;
  font-size: 12px;
  padding: 0;
  vertical-align: middle;
}
.info-detail__title {
  font-weight: 900;
  width: 150px;
}

.marker-details {
  position: relative;
  color: #444;
}
.marker-details__wrapper {
  display: table;
  min-width: 300px;
}
.marker-details__h1 {
  padding-bottom: 2px;
  margin: 0;
}
.marker-details__wrapper ul {
  display: table-row;
}
.marker-details__wrapper ul li {
  display: table-cell;
}
.marker-details__image {
  width: 120px;
  text-align: center;
}
.marker-details__image img {
  width: 120px;
}
.marker-details__content {
  vertical-align: top;
}
.marker-details__close {
  cursor: pointer;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: -3px;
}
.marker-details__sub {
  max-width: 100px;
}
.marker-details__info {
  margin: 0;
  padding-bottom: 10px;
  font-size: 0.7rem;
}

.marker-table {
  width: 100%;
}
.marker-table > tbody > tr > td, .marker-table > tbody > tr > th {
  padding: 0 5px;
}

.b-view-property {
  background-color: white;
  padding: 10px 10px 20px;
  line-height: 11px;
  font-size: 11px;
  font-weight: normal;
}
.b-view-property__address {
  padding-bottom: 10px;
  color: #363940;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 14px;
}
.b-view-property__address .popover-content {
  font-weight: 100;
  font-size: 12px;
}
.b-view-property__address--fixed-width {
  width: 335px;
}
.b-view-property__image-column {
  vertical-align: top;
  width: 100px;
  float: left;
  display: block;
  padding-right: 25px;
}
.b-view-property__image {
  margin-bottom: -10px !important;
  width: 100px;
  height: 63px;
  cursor: pointer;
}
.b-view-property__mls {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 8pt;
  line-height: 14px;
  top: 10px;
  width: 100px;
}
.b-view-property__mls--black {
  color: #333;
}
.b-view-property__mls--fixed-height {
  height: 10px;
  overflow: hidden;
}
.b-view-property__table-wrap {
  padding-left: 125px;
}
.b-view-property__info-table {
  width: 100%;
  vertical-align: top;
  display: block;
  margin-top: -2px;
}
.b-view-property__info-table--black {
  color: #333;
}
.b-view-property__info-table--fixed-height {
  min-height: 70px;
  min-width: 215px;
}
.b-view-property__info-column {
  vertical-align: top;
  width: 100px;
}
.b-view-property__info-column--wide {
  width: 250px;
}
.b-view-property__info-column--image {
  width: 90px;
  vertical-align: bottom;
}
.b-view-property__info-column--long {
  width: 100%;
}
.b-view-property__label {
  font-weight: bold;
  line-height: 1.35em;
  font-size: 11px;
  width: 35px;
  float: left;
}
.b-view-property__label--wide {
  width: 65px;
}
.b-view-property__data {
  line-height: 1.35em !important;
  font-size: 11px !important;
  overflow: hidden;
}
.b-view-property__data--clip {
  text-overflow: ellipsis;
  width: 65px;
  white-space: nowrap;
}
.b-view-property__data--clip-wide {
  text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
}
.b-view-property--marker {
  padding: 9px;
}

.b-view-property-accordion__icon {
  padding-right: 10px;
}
.b-view-property-accordion .panel-group .panel + .panel {
  margin-top: 0;
}
.b-view-property-accordion .panel-heading {
  padding: 0;
}
.b-view-property-accordion .panel-group .panel {
  border-radius: 0;
}
.b-view-property-accordion .panel {
  box-shadow: none;
}
.b-view-property-accordion .panel-title > a {
  font-weight: 900;
  display: block;
  padding: 10px 15px;
}
.b-view-property-accordion .panel-title > a:active, .b-view-property-accordion .panel-title > a:focus, .b-view-property-accordion .panel-title > a:hover {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.b-view-property-accordion__content {
  padding: 0 20px;
}
.b-view-property-accordion__content-box {
  background-color: white;
  padding: 10px 0;
  line-height: 11px;
  font-size: 11px;
  font-weight: normal;
}
.b-view-property-accordion__title {
  font-weight: bold;
  display: inline-block;
  width: 100px;
}
.b-view-property-accordion__title--lg {
  width: 170px;
}

.b-info-widget {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.b-info-widget .panel-heading {
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.b-info-widget .panel-group {
  margin-bottom: 0;
}
.b-info-widget .panel {
  border-top: solid 4px #6EBB25;
}
.b-info-widget .panel-title > a {
  display: block;
  padding: 0.5em 0.5em 0.5em 0.7em;
}
.b-info-widget .panel-title > a:active, .b-info-widget .panel-title > a:focus, .b-info-widget .panel-title > a:hover {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.b-info-widget .panel-default > .panel-heading {
  background-color: #fff;
}
.b-info-widget .panel-body {
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 4px;
}
.b-info-widget__table {
  font-family: "PT Sans", Arial !important;
  font-size: 15px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.b-info-widget__title-text {
  font-weight: bold;
}
.b-info-widget__avg-table-wrapper {
  padding-left: 15px;
}
.b-info-widget__avg-table {
  font-family: "PT Sans", Arial !important;
  width: 350px;
  color: #333;
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .b-info__images .carousel-indicators {
    bottom: 35px;
  }
}
.b-view-table-contacts tbody > tr > td {
  vertical-align: top;
  padding: 0 3px 2px 0;
}
/*# sourceMappingURL=info.css.map */
