/* listing-detail */
.detail-logo {
    display: table-cell;
    padding-right: 20px;
    text-align: center;
   /* vertical-align: middle;*/
    width: 40%;
}
.detail-vcard {
    border-bottom: 1px solid #e9e9e9;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}


.p20 {
    padding: 20px;
}
.background-white {
    background-color: #fff;
}


.detail-logo img {
    max-width: 100%;
}

.detail-contact {
    display: table-cell;
}
.detail-contact div {
    padding-bottom: 12px;
    padding-left: 30px;
    position: relative;
}
.detail-contact div i {
    color: #c6af5c;
    left: 0px;
    margin-top: 3px;
    position: absolute;
    text-align: center;
    width: 15px;
}
.detail-contact div:last-of-type {
    padding-bottom: 0px;
}
 .detail-contact div {
    padding-bottom: 12px;
    padding-left: 30px;
    position: relative;
}
 .detail-description {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
 .detail-follow {
    display: table;
    width: 100%;
}
.detail-follow .follow-wrapper {
    display: table-cell;
    text-align: center;
    width: 100%;
}
.detail-follow .follow-btn.facebook {
    background-color: #365397;
}
.detail-follow .follow-btn {
    background-color: #b6b7b8;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    opacity: .85;
    padding-top: 5px;
    margin-right: 8px;
    text-align: center;
    transition: all linear .07s;
    width: 30px;
}
.detail-follow .follow-btn.youtube {
    background-color: #ff3333;
}
.detail-follow .follow-btn.twitter {
    background-color: #00a9f1;
}
.detail-follow .follow-btn.google-plus {
    background-color: #e0452c;
}

#listing-detail-location {
    border-bottom: none;
}.tab-content > .active {
    display: block;
}.fade.in {
    opacity: 1;
}#listing-detail-map, .detail-content #listing-detail-street-view {
    height: 300px;
}


.marker {
  background-color: #009f8b;
  background-image: linear-gradient(#00d2b8, #009f8b);
  border-radius: 4px 4px 4px 0px;
  height: 38px;
  display: block;
  position: relative;
  top: 0px;
  transition: top .15s linear;
  width: 38px; }
  .marker:before {
    background-color: rgba(0, 0, 0, 0.13);
    border-radius: 50%;
    bottom: -13px;
    content: '';
    height: 8px;
    left: 0px;
    position: absolute;
    right: 0px;
    transition: all .15s linear; }
    .map-dark .marker:before {
      background-color: rgba(255, 255, 255, 0.05); }
  .marker:after {
    bottom: -4px;
    border: 4px solid transparent;
    border-bottom-color: #009f8b;
    content: '';
    display: block;
    height: 0px;
    left: -4px;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 0px; }
  .marker:hover {
    top: -4px; }
    .marker:hover:before {
      bottom: -17px;
      left: 4px;
      right: 4px; }

.marker-inner {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 26px;
  line-height: 27px;
  margin: 0px 0px 0px 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
  top: 6px;
  width: 26px; }


/* END listing-detail */