@charset "utf-8";

/* 
@名称: 机构详情
*/
#photos {
    height: 402px;
    position: relative;
    width: 100%;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
}
#photos.with-modal .cover-img {
    cursor: pointer;
}
#photos .cover-img-container .cover-img {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #f5f5f5;
    height: 100%;
}
.yx-section {
    margin-top: -40px;
    padding-top: 40px;
}
.media-photo-badge {
    display: inline-block;
    position: relative;
}
.host-profile-image {
    width: 90px;
    height: 90px;
}
.show-lg-inline-block {
    display: inline-block !important;
}
.book-it {
    margin-top: -40px;
    position: relative;
    width: 315px;
}

.book-it-container {
    position: absolute;
    width: 315px;
    z-index: 1001;
    border-top: 0;
}
.book-it-container.fixed {
    position: fixed;
    top: 40px;
}
.book-it-price {
    background-color: #3c3f40;
    background-color: rgba(60,63,64,0.9);
    border: 0;
    color: #fff;
    height: 40px;
    padding: 6px 20px;
    text-transform: capitalize;
    width: 315px;
    z-index: 1001;
    overflow-y: hidden;
}
.book-it-price.fixed {
    position: fixed;
    top: 0;
}
.book-it-price-amount {
	margin-right: 6px;
}
.book-it__payment-period-container {
    border: 0;
}
.book-it__payment-period {
    padding: 3px 0;
}
.book-it-container .book-it-panel {
    min-height: 175px;
}
label.book-it__label {
    padding-top: 0;
}
.ui-datepicker-target {
    font-size: 13px;
    padding: 9px 6px;
}
.webkit-render-fix {
    -webkit-transform: translate3d(0, 0, 0);
}
.contact-host-div {
    display: inline-block;
}
.supporting-height {
    height: 141px;
}
.photo-grid .row {
    margin: 0 -3px 3px;
}
.photo-grid .col-4, .photo-grid .col-6, .photo-grid .col-12 {
    padding-right: 1.5px;
    padding-left: 1.5px;
}
.photo-grid-photo {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    height: 100%;
}
.featured-height {
    height: 282px;
}
.row-space-top-4 {
    margin-top: 24px;
}
.room-section {
    margin-top: -40px;
    padding-top: 40px;
}
.review-header {
    height: 52px;
}
.review-header .review-header-text {
    padding-bottom: 3px;
}
.review-header h4 {
    padding-bottom: 4px;
}
.review-wrapper .star-rating-wrapper {
    margin-left: 10px;
}
.star-histogram-tooltip-trigger {
    display: inline-block;
}
.star-rating {
    display: inline-block;
    position: relative;
}
.expandable .expandable-content, .react-expandable .expandable-content {
    position: relative;
    height: 6em;
    overflow: hidden;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
}
.expandable .expandable-indicator.expandable-indicator-light, .react-expandable .expandable-indicator.expandable-indicator-light {
    background: #ffffff;
    background: rgba(255,255,255,0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,0.9)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.expandable .expandable-indicator, .react-expandable .expandable-indicator {
    position: absolute;
    width: 100%;
    height: 3em;
    bottom: 0;
    background: #f5f5f5;
    background: rgba(245,245,245,0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,0)), color-stop(50%, rgba(245,245,245,0.9)), color-stop(50%, rgba(245,245,245,0.9)), to(#f5f5f5));
    background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.9) 50%, rgba(245,245,245,0.9) 50%, #f5f5f5 100%);
    background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.9) 50%, rgba(245,245,245,0.9) 50%, #f5f5f5 100%);
    background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.9) 50%, rgba(245,245,245,0.9) 50%, #f5f5f5 100%);
    background: linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.9) 50%, rgba(245,245,245,0.9) 50%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#fff5f5f5', GradientType=0);
}
.helpful-btn-text {
    padding-left: 6px;
    display: inline;
}
.helpful-btn, .helpful-btn:focus {
    border-color: #c4c4c4;
    overflow: hidden;
}
.helpful-btn-clicked:hover {
    border-color: #3fb34f;
    background-color: #fff;
}
.helpful-btn-clicked, .helpful-btn-clicked:focus {
    border-color: #dce0e0;
    overflow: hidden;
}
.helpful-icon-bold {
    font-weight: bold;
}
.helpful-btn-count {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    -webkit-transition: margin-left 1s, padding-left 1s, opacity 1s, width 1s;
    -moz-transition: margin-left 1s, padding-left 1s, opacity 1s, width 1s;
    -o-transition: margin-left 1s, padding-left 1s, opacity 1s, width 1s;
    transition: margin-left 1s, padding-left 1s, opacity 1s, width 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    -o-transition-property: transform, -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}
.helpful-btn-count-regular {
    border-left: solid 1px;
    border-left-color: #dce0e0;
    margin-left: 10px;
    padding-left: 10px;
    width: auto;
    min-width: 18.5px;
}
#neighborhood .location-panel {
    height: 650px;
    position: relative;
}
.leaflet-container {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.leaflet-container {
    background: #fff;
    font: 12px/20px 'Helvetica Neue',Arial,Helvetica,sans-serif;
    color: #404040;
    color: rgba(0,0,0,.75);
    outline: 0;
    overflow: hidden;
    -ms-touch-action: none;
}
#hover-card {
    -webkit-box-shadow: 0,1px,2px,rgba(0,0,0,0.5);
    -moz-box-shadow: 0,1px,2px,rgba(0,0,0,0.5);
    box-shadow: 0,1px,2px,rgba(0,0,0,0.5);
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: 8%;
    left: 8%;
    width: 315px;
}
.sliding-carousel {
    position: relative;
}
.sliding-carousel .carousel-view {
    position: relative;
    overflow: hidden;
}
.sliding-carousel .carousel-item {
    float: left;
}
.sliding-carousel .carousel-item-list {
    left: 0;
    position: absolute;
    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
#hover-card .carousel-view {
    height: 286px;
}
#hover-card .carousel-view .carousel-item-list {
    height: 100%;
    margin-bottom: 0;
}
#hover-card .carousel-view .carousel-image {
    width: 315px;
    height: 286px;
}
#hover-card .carousel-view .carousel-item-list .media-cover {
    background-position: center center;
}
#hover-card .title {
    top: 0;
    height: 286px;
}
#hover-card .title, #hover-card .header {
    position: absolute;
}
#hover-card .header .h6 {
    background-color: #ffaa91;
    display: inline-block;
    padding: 10px;
}
.sliding-carousel.similar-listings .carousel-chevron.left {
    left: 6px;
}
.sliding-carousel.similar-listings .carousel-chevron {
    top: 84px;
}
.sliding-carousel.similar-listings .carousel-chevron.right {
    right: 6px;
}
.sliding-carousel.similar-listings .listing .panel-image {
    height: 210px;
}
.listing-img {
    overflow: hidden;
    padding-bottom: 67%;
}
.panel-overlay-listing-label .price-label {
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
}
.panel-overlay-listing-label .price-label sup {
    font-weight: bold;
}
.panel-overlay-listing-label .price-label sup, .panel-overlay-listing-label .price-label .price-label--unit-label {
    font-size: .58333em;
}
.listing-name {
    padding-bottom: 4px;
}
.sliding-carousel .carousel-chevron {
    cursor: pointer;
    position: absolute;
    z-index: 999;
}
