
.listing{
   margin-bottom:30px; 
}
.content > .container{
    width: 100%;
    padding: 0;
}
header{
    border-bottom:0;
}
header .logo img.white-logo{
    display:none;
}
.banner{
    height: 350px;
    background: #1a1a1a;
    overflow: hidden;
    position: relative;
}
.banner > .row{
    height:100%;
}
.banner .banner-img{
    width: 100%;
    height:100%;
    display:block;
    object-fit:cover;
    opacity: 0.8;
}
.banner h1{
    color:#fff;
    text-align: center;
   font-size: 58px;
    /*text-shadow: 0 0 8px rgba(0,0,0,.45);
    text-shadow: 0 0 10px #1a1a1a;*/
    letter-spacing: 5px;
    margin-top: 0;
    margin-bottom:0;
    line-height: 1;
    padding:0 15px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#primary{
    padding-top: 40px;
    padding-bottom:15px;
}

.listings_wrapper_box{
    margin-left:-8px;
    margin-right: -8px;
}
.listings_wrapper_box .listing{
   padding: 0 8px; 
   margin-bottom: 16px;
}
.carousel-control{
    padding-top: 0!important;
    opacity: 1!important;
    width:36px!important;
    height:36px!important;
    top:calc(50% - 18px)!important;
    bottom:auto!important;
    background-image:none!important;
}
.carousel-control.right{
    right:15px!important;
    
}
.carousel-control.left{
    left:15px!important;
}
.carousel-control.left img{
    transform:rotatez(180deg)!important;
}
.location-txt{
   position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    color: #1a1a1a;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
}
.listing .btn-fav{
    width:37px;
    height:37px;
    z-index: 9;
}
.listing .btn-fav#not-active img:first-child{
    opacity:0;
}
.listing .btn-fav img{
   position:absolute;
   top:0;
   right:0; 
   transition:0.2s;
}
.listing .btn-fav#not-active:hover img:first-child{
    opacity:1;
}
.listing .btn-fav#not-active:hover img:last-child{
    opacity:0;
}
.top-ribbon{
    color:#fff;
    text-transform:uppercase;
    text-align: center;
    font-size: 12px;
    display: flex;
    display:-webkit-flex;
}
.top-ribbon > div{
   padding: 1px 5px; 
   flex:1;
}
.top-ribbon > div.special{
    background:#F25B21;
}
.top-ribbon > div.featured{
    background:#014990;
}
.bottom-ribbon-place{
   background:#fff;
   height:18px;
   position:relative;
   display: none;
}
.bottom-ribbon-place .bottom-ribbon{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    display:flex;
    display:-webkit-flex;
    color:#fff;
    text-transform:uppercase;
    text-align: center;
    font-size: 12px;
}
.bottom-ribbon-place .bottom-ribbon > div{
    padding: 1px 5px; 
   flex:1;
   background:#222222;
}
.bottom-ribbon-place .bottom-ribbon > div:nth-child(2){
   background:#4E4F4F; 
}
.bottom-ribbon-place .bottom-ribbon > div:nth-child(3){
   background:#646464; 
}
.listing > div{
    background: #fff;
    transition: 0.2s;
    position:relative;
    box-shadow:0 0 10px #B4B4B4;
}
.listing > div .ribbon{
    position:absolute;
    top:-22px;
    z-index:9;
}
.listing > div .ribbon.new-prop{
    left:-22px;
}
.listing > div .ribbon.special-prop{
   right:-22px; 
   transform:rotateZ(90deg);
}
.listing .btn-fav{
    position:absolute;
    top:12px;
    right: 12px;
    left:auto;    
    border-radius: 100%;
    text-align: center;
    line-height: 1;
    transition: all 0.2s linear;
    cursor: pointer;
}
.listing .btn-fav.active i{
    color:#00C0E0;
}
.listing .btn-fav i{
    color:#fff;
    font-size: 26px;
}
.gm-style-iw h3 {
    /*max-width: 200px !important;*/
}
.listing .btn-fav i{
    color: #fff;
}
.listing .btn-fav:hover i{
    color:#00C0E0;
}
.panel-overlay-listing-label{
    bottom: 0;
    background: linear-gradient(transparent, #333);
    z-index: 2;
    padding-bottom:7px;
    padding: 6px 18px 15px;
    position: absolute;
    /*display: flex;
    justify-content: space-between;
    align-items: flex-end;*/
}
.panel-overlay-listing-label .star-rating{
    float: left;
    margin: 0;    
    height: auto;
    line-height: 1.2;
    display: none;
}
.panel-overlay-listing-label .star-rating ul{
    margin: 0;
}
.panel-overlay-listing-label .star-rating p{
    color: #C5C2C2;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.panel-overlay-listing-label .star-rating
.label-tag{
    width: 53px;
    right:calc(100% + 5px);
    position:absolute;
}
.price_wrapper3 .label-tag span{
    color:#fff;
    font-size:12px!important;
    font-weight:200!important;
    text-transform: uppercase;
    text-shadow: none;
    position:absolute;
    left: 3px;
    top: 5.2px;
    line-height: 1;
}
.unit-location-wrap{
    margin-bottom: 0;
    color:#fff;
    line-height:1;
    text-transform:capitalize;
    font-size:20px;
}
.panel-overlay-listing-label .star-rating li{
    display:inline-block;
    margin-right: 2px;
}
.panel-overlay-listing-label .star-rating li img{
    width:18px;
}
.panel-overlay-listing-label .star-rating li i{
    color: #ABEA00;
    vertical-align: middle;
    font-size: 20px;
}
.panel-body{
   /* min-height: 77px;*/
    position: relative;
    padding:12px 18px!important;
}
.panel-body .line{
    height:5px;
    width:0;
    background: #BEAB5F;
    position:absolute;
    left:50%;
    right:50%;
    bottom:-16px;
    transition: 0.3s;
}
.panel-body .media article{
    height:80px;
    overflow:hidden;
    font-size:14px!important;
}
.panel-body .media article p,
.panel-body .media article p span,
.panel-body .media article p strong{
    font-size:14px!important;
}



.listing-name{
    font-size:32px;
    font-weight:600;
    margin-top: 0;
    margin-bottom:0!important;    
    width:100%;
    color:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.star-rating{
    display:inline-block;
}
.star-rating ul li{
   font-size:18px;
   line-height:1; 
}
.info-box{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}
.info-box .left-part{
    float:left;
}
.info-box .right-part{
    float:right;
}
.info-box .left-part .min{
    margin-bottom:0;
    color:#fff;
    font-size:10px;
    background:#014990;
    padding:4px 6px 3px 6px;
    display:inline-block;
    line-height: 1;
}
.media .listing-location{
    margin-bottom: 0;
    color: #000!important;
    font-size: 16px!important;
}
.media .listing-location ul{
    margin-bottom:0;
    line-height: 0.5;
}
.media .listing-location span{
    font-size: 8px;
    color: #080808;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.media .listing-location span span{
    display:inline;
}


.price_wrapper3{
    color:#fff;
    line-height: 1.2; 
}
.price_wrapper3 .h6{
    text-transform: capitalize;
    color: #555;
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
    vertical-align: bottom;
    display:block;
    margin-top:3px;
    text-transform:lowercase;
}
#summTotal{
    font-size: 12px!important;
}
.price_wrapper3 .price-wrap-inner{
    text-align:right;
    position: relative;           
}
.price_wrapper3 .price-wrap-inner > div:first-child {
    display: inline-block;
}
.price_wrapper3 .h3{
    font-size: 20px!important;
    margin: 0;
    position: relative;
    top: 3px;
    line-height: 1.2;
    font-weight: 400;
}
.media{    
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height:42px;
}
.media h3{
    text-transform: uppercase;
    font-size: 20px;
    color: #29272F;
    text-align: center;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
    margin:0 auto  5px auto!important;
    letter-spacing: 2px;
    font-family: 'Adobe Garamond Pro';
}
.media span{
    font-size: 14px;
    color: #555;
}
.media span i{
    color:#888;
}
.media .left-part > span{
    margin-right:10px;
}
.media a:hover h3{
    color:#D6A908;
}
.star-rating ul{
    margin-bottom:0;
    margin-left:5px;
    list-style:none;
    float:left;
}
.star-rating ul li{
    display:inline-block;
}
.star-rating .fa-star, .star-rating .fa-star-half-o, .star-rating .fa-star-o{
    color:#00C0E0!important;
    font-size:16px;
}
.star-rating ul + span{
    margin-left:5px;
    position:relative;
    top:-1px;
}
.listing .right-part{
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 3px;
    font-size: 32px;
    z-index: 9;
    color: #fff;
}
.listing .right-part img {
    width: 37px;
    height: 37px;
}
.listing .compare{
    padding: 14px 6px;
    text-align: center;
    border-right: 1px solid #F0F0F0;
    color: #080808;
    font-size: 8px;
    display: none;
}
.listing .text-muted{
    color:#1a1a1a;
    text-align:center;    
}
.listing .text-muted ul li{
    display:inline-block;
    margin-right:3px;
}
.listing .text-muted ul li:last-child{
    margin-right:0;
}
.listing .text-muted ul li i{
    font-size:20px;
}
.listing .text-muted ul li img{
    height:23px;
    width:auto;
    display: inline-block;
    position:relative;
    top:-2px;
}
.listing .text-muted ul li input{
    height: 23px;
    width: 23px;
    position: relative;
    top: -2px;
    margin: 0;
}
.reviews-wrapper .star-rating{
    font-size:18px;
}
.reviews-wrapper .star-rating-text{
    position: relative;
    top: 3px;
    line-height:1;
}
.listing-2 .reviews-wrapper{
    height:26px;
}
.listing-img{
    height:370px;
    padding:0;
    position: relative;
}
.listing-img .media-photo.media-cover{
    background: #1a1a1a;
}
.listing-img .media-photo.media-cover img{
    transition: 0.4s;
}
.listing-img .media-photo.media-cover:hover img{
    /* opacity: 0.8; */
}
.listing-img  .media-photo.media-cover .carousel-inner img{
    height:400px;
    width: 100%;
    overflow: hidden;
    object-fit:cover;
}
.search-sidebar{
   padding-left: 0;
   padding-right: 0; 
 
}
.search-sidebar .map-search map{
   /*height:100vh!important; */
   height: 100%!important;
}
.text-right.favorites{
   padding-right:0;
}
.text-right.favorites p{
   margin-bottom:0;
   padding-top:5px; 
   padding-right: 10px;
}
.text-right.favorites a{
    color:#080808;
    font-size: 12px;
    position:relative;
    transition: .2s;
}
.text-right.favorites i{
    color:#000;
    font-size: 32px;
    margin-left: 5px;
    transition:0.2s;
}
.text-right.favorites a strong{
    position: relative;
    top:-8px;
    line-height: 1;
    font-weight:600;
    text-transform: uppercase;
}
.text-right.favorites a:hover,
.text-right.favorites a:hover i{
    color:#00C0E0;
}
.row-sort{
    margin-top:11px;
    margin-bottom: 11px;
    margin-right:0;
    margin-left: 0;
}
.row-sort .input-group{
    float: left;
}
.row-sort select{
    border-radius:0;    
    box-shadow:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding: 6px 12px;
    width: 268px !important;
    height: 36px;      
    text-transform:uppercase;
    font-size:12px;
    border: 1px solid #000;
    color: #080808;
    background: #fff;
    line-height: 1;
}
.row-sort select + .caret{
    width:0;
    height: 0;
    padding: 0;
    margin: 0;
    top:16px;
    right: 15px;
    color:#00C0E0;
    border-top-width:5px;
    border-left-width:5px;
    border-right-width: 5px;
}
.row-sort .input-group-addon{
    border-radius: 0;
    font-weight:600;
}
.streamline-pagination-wrapper{
    margin-bottom:0;
}
.streamline-pagination-wrapper .btn-primary{
   width: auto;
   border-radius: 0;
   border: 0;
   text-transform: uppercase;
   background:#00C0E0!important;
   padding: 15px 75px;
   font-size:16px;
   letter-spacing: 1px;
   margin-bottom:15px;
}
.streamline-pagination-wrapper .btn-primary:hover{
    background:#29272F !important;
}

.units-area{
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    position:relative;
    background: #fff;
}
.units-area h4.title{
    font-size: 16px;
    background: #2a2a2a;
    color: #fff;
    line-height: 1.45;
    padding: 15px;
    margin: 0;
    text-align: center
}
.units-area h4.title span{
    font-size: 18px;
}
.units-area .fa-spinner{
    font-size:150px;
    color:#00C0E0;
    margin: 100px 0;
}
.units-area > .loading{
   position:absolute;
    top:0;
    left:0;
    right: 0;
    left: 0;
    z-index:100;
    text-align: center;
    min-height: 300px;
} 

.listing-2 .petFriendly{
    bottom: 12px;
    top: auto;
    font-size: 36px;
    line-height:1;
}
.listing .wi-fi{
    color: #fff;
    font-size:40px;
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 65px;
}

.panel-overlay-listing-label{
    width: 100%;
}
.unit_location{
    color:#fff;
    font-size: 20px;
    transition: all 0.3s;
}
.unit_location:hover, .unit_location:focus {
    color: #fff;
}
.unit_location i{
    color:#024990;
}
.listing-img .media-photo.media-cover .carousel-inner img {
    height: 370px;
}

.unitSearch{
    width: 255px;
    float: left;
}
.unitSearch .row{
    margin: 0!important;
}
.unitSearch input{
    height: 43px!important;
    color: #fff!important;
    background:#EBEBEB;
}
.unitSearch button{
    height:43px!important;
    color:#ACACAC;
    background:#EBEBEB;
    border-radius: 0!important;
    border: none!important;
    padding: 0!important;
    font-size: 20px!important;
    display: block;
    width: 100%;
}
/*.unitSearch button:hover{
    background: #23517E!important;
    color: #fff!important;
}*/
.unitSearch input::-moz-placeholder{
    color: #fff;
    opacity: 1!important;
}
.unitSearch input::-webkit-input-placeholder{
    color: #fff;
}

.unitSearch .buttonRight{
    width: 43px;
    float: left;
}
.unitSearch .inputLeft{
    width: calc(100% - 45px);
    float: left;
}
.unitSearch .inputLeft input{
    background: #8B0B04!important;
    border: none!important;
}
.unitSearch .inputLeft input{
    background:#EBEBEB!important;
    color:#777!important;
    font-size: 12px;
    box-shadow:none;
}
.unitSearch .inputLeft input::-webkit-input-placeholder{
   color:#777!important; 
}
.unitSearch .inputLeft input::-moz-placeholder{
   color:#777!important; 
   opacity:1;
}
.unitSearch form{
    padding-bottom:0!important;
    border:1px solid #C6C6C6;
}




.to-filter{
    border: 0;
    background: #ADBECF;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
    position: fixed;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 299;
    transition: 0.3s;
}
.to-filter.visible{
    bottom:0;
}
.filter-bar #resortpro-widget-form input, .filter-bar #resortpro-widget-form select {
    margin-bottom: 0;
}
.total-units{
   font-size:26px;
   margin-bottom:0; 
}
.total-units p{
    margin-bottom:0;
    margin-top:10px;
}
.view-toggle button{
    background:transparent;
    border:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    margin: 0 5px;
}
.view-toggle button img{
    height:26px;
}
.search-row{
    display:flex;
    display:-webkit-flex;
    justify-content:flex-end;
    align-items:center;
    padding-left:0;
}
.search-row > div{
    display:flex;
    align-items:center;
    padding:0 8px;
}
.input-group .form-control{
    width:180px!important;
    border: 1px solid #E6E8E9;
}
.view-toggle span{
   margin-right:8px; 
   font-weight: 600;
}
.row-sort .input-group-addon{
    border:0;
    background:none;
}
.media span img{
    height:24px;
}
.media span img.people{
   height:28px; 
}
.corner-ribbon{
    position:absolute;
    top:0;
    left:0;
    background:rgba(22, 113, 145, 0.6);
    padding: 7px 12px;
    z-index:2;
}
.corner-ribbon h4{
    text-transform: uppercase;
    color:#fff;
    margin:0;
    font-size:18px;
    font-weight:600;
    line-height:1;
}
@media(max-width:1450px){
    .total-units{
        font-size:22px;
    }
    .total-units p{
        margin-top:13px;
    }
    .search-row > div.row-sort > div{
        padding: 0;
    }
}
@media(max-width:1300px){
    .total-units{
        font-size:20px;
    }
    .view-toggle button{
        margin:0;
    }
}
@media(max-width:1199px){
   #content-wrapper{
       margin-top:0;
   } 
   .listing-img,
   .listing-img .media-photo.media-cover .carousel-inner img{
      height:330px;
   }
}
@media(max-width:991px){
    .star-rating{
        display:block;
    }
    .star-rating ul{
        margin-left:0;
    }
    .listing-name{
        font-size:28px;
    }
    .unit_location{
        font-size:16px;
    }
    .listing-img,
   .listing-img .media-photo.media-cover .carousel-inner img{
      height:280px;
   }
}
@media(max-width:767px){
    .banner h1{
        font-size:32px;
    }
    .listing-img, 
    .listing-img .media-photo.media-cover .carousel-inner img{
        height:350px;
    }
    .panel-body{
        padding-right:11px!important;
        padding-left:11px!important;
    }
}
@media(max-width:500px){
    .listing-img, 
    .listing-img .media-photo.media-cover .carousel-inner img{
        height:270px;
    }
}
