.list-loading { display: none; }
.loading-wrapper { display: inline-block; }
.loading {
    background: url('/wp-admin/images/wpspin_light.gif') no-repeat;
    background-size: 16px 16px;
    display: none;
    float: right;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 16px;
    height: 16px;
    margin: 0 5px;
}
.listing-toolbar {
    margin-bottom: 30px;
}
.listing-layouts a {
    color: #c0c0c0;
    display: inline-block;
    font-size: 18px;
    margin: 0 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
.listing-layouts a:last-child {
    margin: 0;
}
.listing-layouts a:hover {
    color: #107b75;
    cursor: pointer;
    text-decoration: none;
}
a.listing-layout-map {
    background: url(../images/icon_map.png) left center no-repeat;
    height: 37px;
    padding: 9px 0 0 44px;
}
a.listing-layout-map:hover {
    background: url(../images/icon_map_active.png) left center no-repeat;
}
a.listing-layout-3grid {
    background: url(../images/icon_3grid.png) left center no-repeat;
    height: 30px;
    padding: 3px 0 0 58px;
}
a.listing-layout-3grid:hover {
    background: url(../images/icon_3grid_active.png) left center no-repeat;
}
a.listing-layout-2grid {
    background: url(../images/icon_2grid.png) left center no-repeat;
    height: 30px;
    padding: 3px 0 0 41px;
}
a.listing-layout-2grid:hover {
    background: url(../images/icon_2grid_active.png) left center no-repeat;
}
a.listing-layout-text {
    background: url(../images/icon_text.png) left center no-repeat;
    height: 30px;
    padding: 3px 0 0 47px;
}
a.listing-layout-text:hover {
    background: url(../images/icon_text_active.png) left center no-repeat;
}
.listing-count {
    color: #7b7b7b;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    top: -13px;
}
.input-group.listing-size, .input-group.listing-sort {
    display: inline-block;
}
.listing-size .selectwrap select, .listing-sort .selectwrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropdown_arrow.png) right center no-repeat;
    border: 0;
    box-shadow: none;
    color: #7b7b7b;
    font-size: 18px;
    text-transform: uppercase;
}
.listing-size .selectwrap select {
    padding-right: 20px;
    width: auto !important;
}
.listing-item {
    border: 1px solid #107b75;
    margin: 0 auto 30px auto;
    position: relative;
}
.listing-item-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
}

body.page-template-wishlist .listing-toolbar,
body.page-template-wishlist .rental-list-wrap .paging,
body.page-template-wishlist .real-estate-list-wrap .paging { display:none; }

@media screen and (min-width: 1001px) {
	.col-sm-4 .listing-item {
		min-height: 510px;
		position: relative;
    }
    .col-sm-6 .listing-item {
		min-height: 625px;
		position: relative;
    }
}
@media screen and (min-width: 1200px) {
    .col-sm-6 .listing-item {
		min-height: 515px;
    }
}
@media screen and (min-width: 2400px) {
    .col-sm-6 .listing-item {
		min-height: 620px;
    }
}
.listing-item header{
    position: relative;
    overflow:hidden;
}
.listing-item-price {
    background: #107b75;
    color: #fff;
    font-weight: 600;
    padding: 3px 5px;
    text-align: center;
    position:relative;
    z-index:100;
}
.listing-item header .bx-wrapper {
    margin-bottom:0;
}
.listing-item header .bx-wrapper .bx-pager {
    bottom: 5px;
}
.listing-item header .bx-wrapper .bx-controls-direction a {
    z-index: 9000;
}
.listing-item header img {
    max-width: 100%;
    width: 100%;
    transition: all 0.5s;
}
.listing-item header img.hot-deal {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
/* img zooming */
.inner-deal-box:hover .featured-deals-image-box>div.row>a>img:first-child,.col-sm-4.listing-item-container:hover header>a>img:first-child, .listing-item header:hover img:first-child, .listing-item:hover img.img-responsive { transform: none; }
@media only screen and (min-width: 768px) { 
    .inner-deal-box:hover .featured-deals-image-box>div.row>a>img:first-child,.col-sm-4.listing-item-container:hover header>a>img:first-child, .listing-item:hover img.img-responsive{ transform: scale(1.2);} 
    .listing-count {
        top: -11px;
    }
}
.listing-item-body {
    padding: 15px 15px 55px 15px;
}
.listing-item-body h2 {
    color: #107b75;
    font-size: 20px;
    font-weight: 600;
    margin-top: 3px;
}
.listing-item-body h2 a {
    text-decoration: none;
}
.listing-item-excerpt {
    color: #000;
    font-size: 14px;
    min-height:30px;
    margin-bottom: 5px;
}
.listing-item-inhouserating {
    color: #107b75;
	font-weight: 600;
    font-size: 90%;
    position: relative;
    clear:both;
}
.listing-item-inhouserating a {
    color: #107b75;
    text-decoration: underline;
	font-weight: 600;
}
.listing-item-inhouserating a:hover {
    color: #107b75;
    cursor: inherit;
}
.listing-item-link a {
    background: #107b75;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.5s;
    border: #107b75 solid 1px;
}
.listing-item-link a:hover {
    text-decoration: none;
    background: #fff;
    color: #107b75;
}
.listing-next-page-wrap {
    margin-bottom: 30px;
    text-align: center;
}
.listing-next-page-btn {
    border: 4px solid #107b75;
    color: #107b75;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.listing-next-page-btn:hover {
    color: #107b75;
    cursor: pointer;
    text-decoration: none;
}




.listing-text-only,
.listing-map-container { 
    display:none;
}
.listing-map {
    width:100%;
    height:500px;
    background: #00a7a2;
}
.listing-map .gmap-photo {
    float:left;
    width:100px;
    height:auto;
    margin: 0 .5rem .5rem 0;
}
.listing-text-only .row {
    margin-bottom: .5rem;
}

.listing-item-container.col-sm-6:nth-child(2n+1) {
    clear:both;
}
.listing-item-container.col-sm-4:nth-child(3n+1) {
    clear:both;
}
.rental-list-wrap .listing-item-container .listing-item header {
    max-height: 249px;
}
.rental-list-wrap .listing-item-container.col-sm-6 .listing-item header {
	max-height: 371px;
}
.listing-item-flipkeyrating {
    min-height: 35px;
}

.is-sticky #filters-wrapper {
    width: 100% !important;
}
.is-sticky #filters-wrapper > .row {
    max-width: 1100px !important;
    margin: 0 auto;
}

.rating-description-wrapper{
    position: absolute;
    bottom: 50px;
    left: 55px;
    display: none;
}
.rating-description-wrapper img{
    position:absolute;
    width: 60px;
    height: 31px;
    bottom:-31px;
    left:25px;
    z-index:251;
}

.property-list-text .row {
    margin-bottom:.5rem;
}
.property-list-text .row:hover {
    background-color:#ddd;
}
.property-list-text a {
    color:#107b75;
}

@media screen and (min-width: 1100px) {
    .row-deals .listing-item-container:last-child .rating-description-wrapper {
        left: -85px;
    }
    .row-deals .listing-item-container:last-child .rating-description-wrapper img {
        left: 167px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
    .js-rental-list .rating-description-wrapper {
        left: -38px;
    }
    .js-rental-list .rating-description-wrapper img {
        left: 125px;
    }
}
.rating-description-wrapper .ratingLevelDesc{
    z-index:98;
    width: 250px;
    padding: 20px 10px 12px;
    text-align: left;
    font-size:1.2rem;
    box-shadow: 2px 2px 4px #BFBFBF;
    background:#fced91;
    color:#4c4c4c;
    font-weight:normal;
    position:relative;
}
.rating-description-wrapper .ratingLevelDesc .stars{
    overflow:hidden;
    position: relative;
    z-index: -1;
    height: 100px;
    width:151px;
    background: #fced91 url(../images/internal-rating-star-description.png) no-repeat;
    padding-bottom:10px;
}
.rating-description-wrapper .Emerald .stars{
    background-position: -690px 0;
}
.rating-description-wrapper .Platinum .stars{
    background-position: -517px 0;
}
.rating-description-wrapper .Gold .stars{
    background-position: -343px 1px;
}
.rating-description-wrapper .Silver .stars{
    background-position: -172px 0;
}
.rating-description-wrapper .Bronze .stars{
    background-position: 2px 1px;
}

.specials-wrapper {
    position: relative;
    float: right;
    border-left: 1px #d7d7d7 solid;
    padding-left: 10px;
    width: 65px;
    text-align: center;
    font-size: 1.25rem;
}
.specials-wrapper .show-specials {
    color:#107b75;
}
.specials-wrapper .special-description-wrapper{
    display: none;
    z-index:98;
    width: 250px;
    position: absolute;;
    bottom:60px;
    right:-10px;
    padding-bottom:30px;
    background:url(/wp-content/themes/wp-bootstrap-starter-child/images/internal-rating-down-arrow.png) 180px bottom no-repeat;
}
.specials-wrapper .special-description {
    padding: 20px 10px 12px;
    text-align: left;
    font-size:1.2rem;
    background:#fced91;
    color:#4c4c4c;
    font-weight:normal;
}
.listing-layouts a.filter-btn-mob {
    text-indent: unset;
    width: auto;
    max-width: none;
	border: 2px solid #107b75;
	padding: 5px 15px;
	color: #107b75;
	display:none;
}
.page-template-long-term-rentals .listing-layouts a.filter-btn-mob{
    display:none;
}

@media screen and (max-width: 360px) {
	.listing-layouts a{
		margin-right:5px;
	}
	.input-group.listing-sort {
		max-width: 40%;
	}
}
@media screen and (max-width: 480px) {
	.input-group.listing-sort {
		max-width: 40%;
	}
	.input-group.listing-sort select {
		padding-left: 0;
	}
}
/* Mobile view sort list*/ 
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation:portrait) {
	.listing-count, .input-group.listing-size select, .input-group.listing-sort select{
		font-size:15px;
	}
	.input-group.listing-sort {
		max-width: 25% !important;
		font-size: 15px;
	}
	.input-group.listing-size{
		width:32%;
	}
	.listing-size .selectwrap select {
		padding-right: 15px;
	}
}
/* End */
@media screen and (max-width: 767px) {
    .listing-layouts {
        margin-bottom: 30px;
    }
	.rental-list-wrap .booking-area {
		padding-top: 0;
	}
    .listing-layouts a.listing-layout-3grid {
        display: none;
    }
    .page-template-vacationRental-php .listing-layouts a,
    .page-template-default .listing-layouts a {
		width: 45px;
		max-width: 45px;
		text-indent: -999px;
	}
    .page-template-vacationRental-php .listing-layouts a.filter-btn-mob,
    .page-template-default .listing-layouts a.filter-btn-mob {
        display:inline-block;
        text-indent: 0;
        max-width: 100px;
        width: auto;
	}
	.input-group.listing-sort {
		max-width: 33%;
	}
	.vaccation-rental-form{
		display:none;
	}
}
/* Rental listing */
#listing-section{ margin:0px !important; }
.inner-sub-heading{
    background: #107b75;
    color: #fff;
    margin-bottom: 25px;
}
.inner-sub-heading a{
    color: #fff;
	text-decoration: underline;
}
.inner-sub-heading a:hover {
	color: #fff;
}
.have-question{ font-size: 19px; display: block; }
.inner-main-title {
	color: #1a7a74;
     text-transform: uppercase;
     font-weight: bold;
     margin: 36px 0 18px 0;
}
.inner-sub-heading .inner-main-title {
	color: #fff;
}
.o-h-overlay {
    position: absolute;
    background: rgb(16, 123, 117, .8);
    color: #ffffff;
    padding: .5rem 1rem;
    text-transform: uppercase;
    z-index: 9;
    left: 0;
    top: 0;
}
