@charset "utf-8";
/*
Template Name: RE APP
Author: RWS
Author URI: https://www.realtywebsyndicate.com
Version: 1.0
 * Last Updated: 2024-09-28
 * 
 *  @author Drew Macdonald
 * 
*/

/* placeholder attribute - do not group these rules */
*::-webkit-input-placeholder {
    color: #444;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #444;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #444;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #444;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #444;
}
*::placeholder {
    /* modern browser */
    color: #444;
}
::-webkit-input-placeholder { 
    color: #444; text-overflow: ellipsis; 
}
:-moz-placeholder { 
    color: #444 !important; text-overflow: ellipsis; 
}
::-moz-placeholder { 
    color: #444 !important; text-overflow: ellipsis; 
} /* For the future */
:-ms-input-placeholder { 
    color: #444 !important; text-overflow: ellipsis; 
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #444;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #444;
}
/*jquery form validator*/
.contactForm input.invalid {
    color: red !important;
    border: 1px solid red !important;
    background-color: #FFB2B2 !important;
}

.contactForm input.invalid::placeholder {
    /* modern browser */
    color: red !important;
}


/* error message */
.error {
  /* supply height to ensure consistent positioning for every browser */
  height:15px;
  background-color:#FFFE36;
  border:1px solid #E1E16D;
  font-size:11px;
  color:#000;
  padding:3px 10px;
  margin-left:-2px;
 

  /* CSS3 spicing for mozilla and webkit */
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-topleft:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-top-left-radius:0;
 
  -moz-box-shadow:0 0 6px #ddd;
  -webkit-box-shadow:0 0 6px #ddd;
}

/* search bar */
.search-bar {
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    padding: 5px;
    padding-left: 5px;
    margin-top: 30px;
    padding-left: 30px;
}

.search-bar .form-group {
    margin-bottom: 0;
    position: relative;
}

.search-bar input, .search-bar .bootstrap-select, .search-bar .select2 {
    background: none;
    border: none;
    padding: 20px 0 15px;
    width: 100%;
}

.search-bar .submit {
    background: #4dcb44;
    color: #fff;
    font-family: "Vidaloka",serif;
    border-radius: 100px;
    font-size: 1.3em;
    cursor: pointer;
    margin-top: 8px;
}

.search-bar input, .search-bar .bootstrap-select, .property-type {
    background: none;
    border: none;
    padding: 20px 0 15px;
    width: 100%;
}

.search-bar .bootstrap-select {
    width: 100% !important;
    padding: 0;
}

.search-bar input, .search-bar .bootstrap-select {
    background: none;
    border: none;
    padding: 20px 0 15px;
    width: 100%;
}

.search-bar .select2 {
    width: 100% !important;
    padding: 20px 0 15px;
}

.search-bar .form-group {
    margin-bottom: 0;
    position: relative;
}

#header-alt:after,
.action-header:after,
.grid-widget:after,
.groups-grid--listing .groups-grid__item:after,
.list-group--block:after,
.team__item:after {
    clear: both
}


.search {
    position: relative;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .08)
}

/* img */

.img-responsive {
    display: block;
    width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

/* listing grid */

.listings-grid__item {
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.listings-grid__item:hover {
    background-color: #fffdee
}

.listings-grid__item.listings-grid__item--sold:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/sold.png) bottom 15px right 30px no-repeat;
    background-size: 100px;
    z-index: 10
}

.listings-grid__body {
    padding: 12px 20px 10px
}

.listings-grid__body>small {
    /*color: #9c9c9c;*/
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 16px
}

.listings-grid__body>h5 {
    font-size: 13px;
    margin: 0 0 5px
}

.listings-grid__body>h5,
.listings-grid__body>small {
    /*overflow: hidden*/
}

.listings-grid__main.pull-left {
    padding-right: 0
}

.listings-grid__main>img {
    width: 100%;
    -webkit-transition: opacity;
    -o-transition: opacity;
    transition: opacity;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.listings-grid__price {
    position: absolute;
    font-weight: 500
}

.listings-grid__attrs {
    margin: 0;
    list-style: none;
    padding: 13px 12px 13px 18px;
    border-top: 1px solid rgba(0, 0, 0, .04)
}

.listings-grid__attrs>li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    /*color: #646464;*/
    margin-right: 13px
}

.listings-grid__attrs>li>a {
    display: block
}

.listings-grid__icon {
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    opacity: .9;
    filter: alpha(opacity=90)
}

.listings-grid__icon--bed {
    background-image: url(../img/icons/bed.png);
    width: 22px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .listings-grid__icon--bed {
        background-image: url(../img/icons/bed_2x.png);
        background-size: 22px 16px
    }
}

.listings-grid__icon--bath {
    background-image: url(../img/icons/bath.png);
    width: 21px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .listings-grid__icon--bath {
        background-image: url(../img/icons/bath_2x.png);
        background-size: 21px 16px
    }
}

.listings-grid__icon--parking {
    background-image: url(../img/icons/parking.png);
    width: 24px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .listings-grid__icon--parking {
        background-image: url(../img/icons/parking_2x.png);
        background-size: 24px 16px
    }
}

.listings-grid .listings-grid__main {
    position: relative
}

.listings-grid .listings-grid__price {
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    width: 100%;
    color: #fff;
    padding: 35px 10px 10px;
    font-size: 17px
}

.listings-grid__favorite {
    position: absolute;
    z-index: 1;
    bottom: 6px;
    right: 10px
}

@media (min-width:992px) {
    .listings-list .listings-grid__body {
        padding-right: 105px
    }
    .listings-list .listings-grid__price {
        top: 18px;
        right: 22px
    }
}

@media (min-width:768px) {
    .listings-list:not(.listings-list--alt) .listings-grid__main {
        width: 175px;
        border: 3px solid #Fff
    }
    .listings-list.listings-list--alt .listings-grid__main {
        width: 155px
    }

}

@media (max-width:991px) {
    .listings-list .listings-grid__main {
        position: relative
    }
    .listings-list .listings-grid__main .listings-grid__price {
        bottom: 0;
        left: 0;
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
        width: 100%;
        color: #fff;
        padding: 30px 20px 15px;
        font-size: 15px
    }
}

@media (max-width:767px) {
    .listings-list {
        border-radius: 3px 3px 2px 2px
    }
    .listings-list .listings-grid__main,
    .listings-list .media-body {
        width: 100%
    }
    
        
    .slider-form h1 {
    	font-size: 10px;
    	overflow: hidden;
    }
}

.listings-list .listings-grid__price {
    /*color: #343a40;*/
    font-weight: 700
}

.listings-list--alt .listings-grid__item {
    padding: 20px;
    margin: 0;
    box-shadow: none;
    border-radius: 0
}

.listings-list--alt .listings-grid__item:not(:last-child) {
    border-bottom: 1px solid #eee
}

.listings-list--alt .listings-grid__main>img {
    border-radius: 2px
}

.listings-list--alt .listings-grid__main .listings-grid__price {
    border-radius: 0 0 3px 3px
}

.listings-list--alt .listings-grid__attrs {
    padding: 0 0 0 20px;
    border: 0
}

@media (max-width:767px) {
    .listings-list--alt .listings-grid__attrs,
    .listings-list--alt .listings-grid__body {
        padding-left: 0;
        padding-right: 0
    }
}


/* detail media */

.detail-media {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.detail-media .light-gallery>a>img {
    width: 100%;
    border-radius: 2px 2px 0 0
}

.detail-media .light-gallery>a:not(:first-child) {
    display: none
}

.detail-media__nav {
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center
}

.detail-media__nav>li {
    display: inline-block;
    vertical-align: top;
    padding: 0
}

.detail-media__nav>li>a {
    display: block;
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    background: rgba(0, 0, 0, .3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 41px;
    margin: 0 1px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms
}

.detail-media__nav>li.active>a {
    color: #fff
}

.detail-media__nav>li:not(.active)>a:hover {
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, .8)
}

#listing-map {
    width: 100%;
    margin-bottom: -25px;
    height: 374px
}

.detail-info__header {
    border-radius: 0;
    padding: 0px;
    position: relative
}

.detail-info__header strong {
    color: #343a40;
    font-size: 20px;
    line-height: 100%;
    margin-right: 15px
}

.detail-info__header small {
    font-size: 14px;
    position: relative;
    top: -2px;
    color: #9c9c9c
}

.detail-info__header span.mls-label {
    float: right;
    background-color: #585858;
    color: #fff;
    font-size: 11px;
    padding: 8px 10px;
    border-radius: .25em;
    /*margin-top: -2px;*/
   margin-left: 8px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .detail-info__header {
        /*padding: 20px 10px 15px*/
       text-align: center;
    }
    .detail-info__header small {
        display: block;
        margin-top: 10px
    }
    .detail-info__header span {
        position: absolute;
        top: 20px;
        right: 25px
    }
    
	.detail-info__header strong {
		width: 100%;
		margin: 0px;
		display: block;
	}
}

.detail-amenities__list,
.detail-info__list,.detail-prop__list, .detail-info_location {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.detail-amenities__list>li,
.detail-info__list>li,.detail-prop__list>li {
    display: inline-block;
    vertical-align: top
}

.detail-amenities__list>li>a,
.detail-info__list>li>a, .detail-prop__list>li>a{
    display: block
}

.detail-info__list>li, .detail-prop__list>li {
    width: 50%;
    float: left;
    padding: 15px 30px;
    border-top: 1px solid #f5f5f5;
    font-size: 18px;
}

.detail-info__list>li>span:first-child, .detail-prop__list>li>span:first-child {
    display: inline-block;
    font-weight: 500;
    color: #343a40;
    /*width: 110px;*/
}

@media (max-width:768px) {
    .detail-info__list>li {
        padding: 10px 0px;
    }
    .detail-info__list>li>span:last-child {
        margin-top: 3px;
    }
    
      .detail-prop__list>li {
        padding: 10px 0px;
        width: 100%;
    }
    .detail-prop__list>li>span:last-child {
        display: inline-block;
        margin-top: 3px;
    }
}

.listing-details-sm {
	padding: 10px 15px;
}

@media (max-width:768px) {
	.listing-details-sm {
	  padding-left: 4px;
	}
}
.detail-amenities__list>li {
    padding: 8px 5px;
    color: #fff;
    border-radius: 2px;
    margin: 0 1px 4px 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.inquire__number {
    display: inline-block;
    background-color: #EF5350;
    color: #fff;
    font-size: 16px;
    padding: 13px 25px 11px;
    border-radius: 2px;
    font-weight: 500;
    margin-bottom: 35px;
}

.inquire__number>i {
    font-size: 25px;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}


@media (min-width:480px) {
    .grid-widget {
        padding: 0 1px 1px 2px;
    }
    .grid-widget__item {
        border-width: 1px 2px 2px 1px;
        border-color: #fff;
        border-style: solid;
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
    }
    .grid-widget__item:hover {
        opacity: .9;
        filter: alpha(opacity=90);
    }
    .grid-widget__item>img {
        border-radius: 2px;
    }
}

.grid-widget [class*=col-] {
    padding: 0;
}

.grid-widget:after,
.grid-widget:before {
    content: " ";
    display: table;
}

.grid-widget .slick-dots {
    position: absolute;
    top: 3px;
    right: 20px
}

.grid-widget__item {
    display: block;
    overflow: hidden;
    position: relative
}

.grid-widget__item>img {
    width: 100%;
    display: block
}

.grid-widget__info {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 15px 17px 14px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 0 0 3px 3px
}

.grid-widget__info>small {
    font-size: 12px;
    display: block
}

.grid-widget__info>h3 {
    margin: 0 0 3px;
    font-size: 17px
}

.grid-widget__info>h3,
.grid-widget__info>h4,
.grid-widget__info>small {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.grid-widget__info>h4 {
    font-size: 13px;
    margin: 0 0 3px
}

.properties-map {
    border: 3px solid #fff;
    overflow: hidden
}

.pm-item {
    width: 100%;
    height: 500px;
    margin-bottom: -21px
}

/* profile */

.profile__img>img {
    width: 160px;
    float: left;
    border: 5px solid #fff
}

.profile__info {
    padding: 30px 25px;
    overflow: hidden
}

@media (max-width:767px) {
    .profile {
        margin-top: 20px
    }
    .profile__img {
        position: absolute;
        left: 50%;
        margin: -35px 0 0 -65px
    }
    .profile__img>img {
        width: 130px;
        border-radius: 50%;
        box-shadow: 0 -1px 15px rgba(0, 0, 0, .09)
    }
    .profile__info {
        padding-top: 125px;
        text-align: center
    }
    .profile__review {
        border-top: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
        padding: 20px 0
    }
}

.profile__review {
    margin: 20px 0 15px
}

.profile__review>span {
    display: inline-block;
    vertical-align: top
}

.profile__review>span:last-child {
    margin-left: 5px
}

/* logo */

.logo>img {
    width: 150px;
    display: inline-block;
    float: left;
    margin-right: 12px
}



.view-more {
    padding: 18px 15px;
    text-align: center
}

.view-more,
.view-more>i {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.view-more>i {
    width: 19px;
    height: 19px;
    background: #c1c1c1;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    line-height: 20px;
    color: #fff
}

.view-more:focus,
.view-more:hover {
    color: #696969
}


/* page loader */
#page-loader {
    width: 100%;
    left: 0;
    background-color: #3F51B5;
    text-align: center;
    position: fixed
}

#page-loader:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}


/*images with the same width*/
.listings-grid__item .crop {
    min-height: 166px;
    min-width: 256px;
}
.listings-grid__item img {
    clip: rect(0px, 440px, 200px, 0px);
	position: absolute;
	top: 0px;
	min-height: 166px;
	display: block;
	max-width: 100%;
	height: 166px;
}

.grid-widget__wrapper .crop {
    min-height: 166px;
    min-width: 100%;
}
.grid-widget__wrapper .crop img {
    clip: rect(0px, 440px, 200px, 0px);
	position: absolute;
	top: 0px;
	min-height: 166px;
	display: block;
	max-width: 100%;
	height:  166px;
}
@media (min-width:992px) {
.grid-widget--listings {
	min-height: 350px;
}
}
.sort-results select {
	max-width: 210px;
	height: 30px;
	padding: 0px 20px;
}

@media (max-width: 480px) {
	.sort-results select {
	max-width: 100px;
	height: 30px;
	padding: 0px 10px;
	}
}


/* Search Tools */
.action-header {
    padding: 6px 15px;
    position: relative;
    line-height: 1.0;
}

.search-tools {
	margin: 4px 0px;
}

.search-tools .btn, span.results-count {
	padding: 4px 6px;
	color: #828282;
	font-weight: normal;
	text-transform: uppercase;
}

.btn i.mdi-sort {
	font-size: 18px;
}

.search-tools .form-control {
    padding: 2px;
    resize: none;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.search-tools span.results-count {
	padding: 0px 0px;
	font-size: 14px;
	margin-left: 6px;
}
@media (max-width: 400px) {
	.search-tools span.results-count {
	margin-left: 4px;
	font-size: 13px;
	overflow: hidden;
	max-width: 75px;
	white-space: nowrap;
	display: inline-block;
	}
}
.sort-results {
	margin-right: 15px;
	float: right;
}
@media (max-width: 480px) {
  .sort-results {
	max-width: 110px;
  }
  
  .sort-results span.btn {
  	display: none;
  }
}


/* pagination */

.pagination {
    display: inline-block;
}

.pagination > li {
    margin: 0 1px;
    display: inline-block;
    vertical-align: top;
}

.pagination > li > a, .pagination > li > span {
    float: left;
    text-decoration: none;
    color: #7E7E7E;
    background-color: #E2E2E2;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    margin-left: -1px;
}

.pagination > li > a, .pagination > li > a:first-child, .pagination > li > a:last-child, .pagination > li > span, .pagination > li > span:first-child, .pagination > li > span:last-child {

    border-radius: 50%;

}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

    z-index: 3;
    color: #fff;
    background-color: #03A9F4;
    border-color: transparent;
    cursor: default;

}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;

}
.pagination > li > a, .pagination > li > span {

    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    background-clip: padding-box;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
        transition-duration: 0s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;

}

	/* IMPORTANT - must give map div height */
	#map-canvas { 
		height:400px;
	}

	/* IMPORTANT - fixes webkit infoWindow rendering */
	#map-canvas img {
		max-width: none;
	}
ul.search-nav {
	position: relative;
	margin: 0px;
	padding: 0px;
	max-width: 36px;
	float: right;
}
@media (max-width: 480px) {
  ul.search-nav {
	max-width: 36px;
  }
}

.search-tools .col-4 {
	padding: 0px;
} 

.search-nav>li {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}

.search-nav>li>a,
.search-nav>li>span {
    padding: 8px 12px;
    display: block;
    /*color: #fff;*/
    font-size: 13px;
    /*width: 30px;*/
}

.search-nav>li>a>.mdi,
.search-nav>li>span>.mdi {
    font-size: 18px;
    color: #828282;
    vertical-align: top
}

.search-nav>li.open>a,
.search-nav>li>a:hover,
.search-nav>li>a:hover>.mdi,
.nav-list>li>a:hover {
    /*background-color: rgba(0, 0, 0, .08);*/
    /*color: #2e353b;*/
}

li.search-nav__btn a {
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #828282;
	border-radius: 4px;
	margin: 4px 4px 0 4px;
	box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.21);
}

/*.search-nav>li:not(.top-nav__icon)>a>.mdi,
.search-nav>li:not(.top-nav__icon)>span>.mdi {
    margin-right: 10px
}*/

.search-nav__settings .dropdown-menu {
    padding: 20px;
    /*width: 250px;*/
}

.search-nav .dropdown-menu {
    top: 40px;
}

ul.nav-list {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul.nav-list li {
	display: inline-block;
	width: 100%;
}

ul.nav-list>li>a {
    color: #828282;
}

ul.nav-list li .mdi {
	width: 24px;
	font-size: 18px;
}

span.nav-text {
	vertical-align: top;
}

.last-search ul, .search-history ul {
	display: inline-block;
	list-style: none;
} 

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem !important;
  font-size: .875rem !important;
  line-height: .5 !important;
  border-radius: .2rem !important;
}

.listing-toolbar a {
	font-size: 14px;
	padding: 4px 4px;
	color: #828282;
	font-weight: normal;
	text-transform: uppercase;
}

a.loginfavs {
	font-size: 16px;
}

.prev-search {
	float: left;
}

.listing-toolbar-items {
	float: right;
}

.prev-search a.btn-back {
	font-size: 24px;
}

.listing-toolbar-item a {
	font-size: 24px;
}

.search-checkboxes .checkbox input:checked + .input-helper::before {
    background-color: #2196f3;
}

.listing-toolbar-item {
	float: right;
	margin-left: 20px;
}

/*portfolio-modal*/
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 10px 0;
}

.portfolio-modal .modal-body {
	background: #ffffff;
}


.portfolio-modal .modal-content h3 {
  margin: 0;
  text-align: center;
}

.portfolio-modal .modal-body,.portfolio-modal .container {
	padding: 0px;
}

.portfolio-modal {
	padding-right: 0px  !important;
}

@media (max-width:768px) {
	.portfolio-modal .modal-content {
		padding: 0px;
		}
		
	.portfolio-modal .card-body {
	padding: 0px 20px;
	}			
}	

.portfolio-modal .modal-content .lead {
	text-align: center;	
}
.portfolio-modal .modal-content {
  background: rgba(255, 255, 255, 0.55);
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #666;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #666;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
ul.benefits li {
    list-style: none;
    font-size: 14px;
}
ul.benefits li::before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 5px 0 -15px;
    list-style: none;
}
.search-nav-wrapper {
	text-align: right;
	padding: 0px;
}

/* Listings */
.similar_prop {
	min-height: 400px;
}

.feat-json, .lblock-json, .rblock-json, .slider-json, .similar_prop-json, .carousel-json {
	display: none;
}

.grid-widget--listings {
		position: relative;
}

.listings-grid__body li span, .listings-grid__body > small, .gm-style-iw, .list-group__text {
	text-transform: capitalize;
}

/* Card - Listing Item */

.card .card-block {
    padding: 20px;
}

.card .card-block i.fa-stack-1x {
	font-size: 24px;
}

.btn-close {
	float: right;
	margin-top: -12px;
	font-size: 20px;
}

.card-listing {
    margin: 0 auto 15px;
    padding-bottom: 2px;
	display: block;
	max-width: 400px;
}

.card-listing .img{
		min-height: 172px;
}

.card-listing img{
	clip: rect(30px, 400px, 200px, 0px);
	position: absolute;
	top: -30px;
	min-height: 172px;
}

h4.card-listing-title {
	font-size: 18px;
	margin: 4px 0px 2px;
	text-transform: capitalize;
	font-weight: 700;
}

.card-listing-price {
    padding: 2px 0px 4px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
}

.card-listing .btn {
	font-weight: 700;
	font-size: 16px;
}

.card-listing .courtesy {
	/*padding: 2px;*/
	margin: 12px 8px;
    background: rgba(0, 0, 0, 0) url("../images/br-house.gif") no-repeat scroll left bottom;
    color: #aaa;
    position: relative;
    text-align: left;
    text-indent: 20px;
    max-height: 20px;
    overflow: hidden;
    line-height: 1.2;
}

.card-listing .detail-info__list > li,.card-listing .detail-prop__list > li, .detail-info_location > li {
	padding: 8px 5px;
	min-height: 36px;
	list-style: none;
}
.detail-info_location > li {
	width: 100%;
	float: left;
	padding: 8.5px 0px;
	border-top: 1px solid #f5f5f5;
	font-size: 18px;
}
.card-listing ul.detail-info__list, .card-listing ul.detail-prop__list, ul.detail-info_location{
	padding: 0px;
	text-transform: capitalize;
}

.listing-view-details {
	padding-top: 8px;
}

.card-listing .portfolio-link {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
}

.card-listing .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, 0.9) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.card-listing .portfolio-link .portfolio-hover .portfolio-hover-content {
    color: white;
    font-size: 20px;
    height: 20px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.card-listing .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

/* Chosen */
.chosen-single-with-deselect:not(.chosen-default) {
	/*background: #d9eeda !important;*/
	border: 1px solid #2780E3;
    box-shadow: 0 0 0 0.2rem rgba(39,128,227, 0.8);
    transition: border linear 0ms, box-shadow linear 0ms;
}

.collapse.in .chosen-select, .collapse.in .chosen-container {
overflow: visible;
width:100%!important;
}
.collapse, .collapsing {
  &:not(.in) .chosen-select {
    display: none;
    overflow: hidden;
  }
}



/* btn */
.btn--action {
    background-color: #F44336;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 20
}

.btn--action>i {
    color: #fff
}

.btn--circle {
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 20px;
    padding: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: 
    rgba(0, 0, 0, .08);
}

/* Ajax */
.results-ajax {
	/*width: 100%;*/
	margin-top: 15px;
}

.results-loading {
	position: absolute; 
	display: none; 
	/*background: url(../images/ajax-loader.gif) rgba(255,255,255,0.7) no-repeat center 120px;	*/
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
    z-index: 10;
    text-align: center;
    background-color: #f3f3f3;
}

.loading-spinner {
	margin-top: 10%;
	width: 100%;
	height: 300px;
	text-align: center;
	display: block;
	overflow: hidden;
}
#rws-gallery > .loading-spinner, #modalSearchForm .loading-spinner,#modalSearchAjax .loading-spinner {
	margin-top: 135px;
	height: 401px;
}

@media (max-width: 480px) {
	.loading-spinner {
	margin-top: 40%;
	}
	#rws-gallery > .loading-spinner, #modalSearchForm .loading-spinner,#modalSearchAjax .loading-spinner {
	margin-top: 100px;
	height: 201px;
	}
}	

.results-json, .grid-results-json {
	display: none;
}

/* advanced search sidebar */
#page-loader,
.rmd-sidebar {
    z-index: 10000;
    height: 100%;
    top: 0
}

.rmd-sidebar {
    position: fixed;
    right: -365px;
    padding: 0 0 85px;
    width: 340px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    overflow-y: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.rmd-sidebar.toggled {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

/*.rmd-sidebar .card {
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding-bottom: 80px
}*/

.rmd-sidebar .card .card__footer {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0
}

@media (max-width:991px) {
    .rmd-sidebar-mobile {
        position: fixed;
        top: 0;
        right: -365px;
        padding: 0 0 85px;
        height: 100%;
        width: 350px;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        z-index: 100;
        overflow-y: auto;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }
    .rmd-sidebar-mobile.toggled {
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .rmd-sidebar-mobile .card {
        box-shadow: none;
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100%;
        width: 100%;
        margin: 0;
        padding-bottom: 80px
    }
    .rmd-sidebar-mobile .card .card__footer {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0
    }
}
   
img.equalhousing {
	max-width: 180px;
} 


    .card-title .accordion-toggle:after, .card-title span.widget-toggle .dropdown-toggle:after {
    /* symbol for "opening" panels */
    font-family: FontAwesome;  /* essential for enabling glyphicon */
    content:"\f106";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
	.card-title .accordion-toggle.collapsed:after, .card-title span.widget-toggle .dropdown-toggle.collapsed:after {
	    /* symbol for "collapsed" panels */
	    content:"\f107";    /* adjust as needed, taken from bootstrap.css */
	}

.rmd-sidebar .panel {
	border-radius: 0;
	margin: 0;
	box-shadow: none;
}

.property-meta span.load-more {
	margin-top: 0px;
}

ul.dropdown-user {
    padding: 5px 15px;
}

ul.dropdown-user li.dropdown-header {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    color: #424242;
    text-transform: uppercase;
}

.detail-info h4 {
/*margin: 0px;*/
}

.detail-info__list > li > span > i, .detail-prop__list > li > span > i {
	margin-right: 5px;
}

.listing-view {
	margin-top: 15px;
}

ul.feature_div {
	margin-left: 15px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
}

li.feature_div {
    width: 50%;
    padding: 15px 0px;
    border-top: 1px solid #f5f5f5;
}

li.feature_div {
    display: inline-block;
    vertical-align: top;
}
li.feature_div strong {
	font-weight: 700;
}

.card__header,
.card__img {
    display: block
}

.card__header {
    position: relative;
    border-radius: 2px 2px 0 0
}

.card__header h1,
.card__header h2 {
    margin: 0;
    font-weight: 400
}

.card__header h2 {
    font-size: 18px
}

.card__header small {
    display: block;
    margin-top: 5px;
    color: #9c9c9c;
    line-height: 160%;
    font-size: 13px
}

@media (min-width:992px) {
    .card__header {
        padding: 10px 15px
    }
}

@media (max-width:991px) {
    .card__header {
        padding: 10px
    }
}

.card__header+.card__body {
    padding-top: 0
}

.card__header .btn--float {
    position: absolute;
    bottom: -22px;
    right: 30px;
    z-index: 1
}

@media (min-width:992px) {
    .card__body{
        padding: 20px 25px 5px
    }
    .card__footer {
        padding: 30px 35px 15px
    }
}

@media (max-width:991px) {
    .card__body{
        padding: 20px 15px 5px
    }
    .card__footer {
        padding: 20px 15px 15px
    }
}

.btn-close {
    float: right;
    margin-top: -12px;
    font-size: 20px;
    /*color: #343a40;*/
}

.rmd-sidebar .card__form {
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding-bottom: 80px;
}

.rmd-sidebar .card__form .card__footer {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.rmd-sidebar .panel-collapse {
	margin-top: -18px;
}
.rmd-sidebar .card-body {
padding: 10px 15px;
margin: 0px;
}


/*
 * Use for new search form
 * 
 */
/* Field spacing */
.chosen-container {
  width: 100% !important;
}

.radio, .checkbox {
    margin-top: 3px;
    margin-bottom: 3px;
}

.radio.float-none {
    margin: 4px 0;
}

#idx_search_form label {
    margin-bottom: 0px;
}

.right-col .property-search-sidbar {
    position: -webkit-sticky;  /* required for Safari*/
    position: sticky;
    top: 0; /* required as well. */
}

.property-search-mobile {
	/*border-top: 1px solid #ffffff; */	
	position: fixed;
	bottom: 40px;
    height: 42px;
    color: #FFF;
    font-size: 24px;
    line-height: 42px;
	/*width: 70%;*/
	left: 0;
	text-align: center;
	z-index: 1;
}

.modalcontactForm  .form-control, .signupform  .form-control, .contactForm  .form-control {
    height: 3.5rem;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
}



/* Search Form Styling */

.p-less-5 {
	padding-left: 0px;
	padding-right: 5px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 18px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox label:before,
.checkbox-inline:before,
.input-helper:after,
.input-helper:before,
.radio label:before,
.radio-inline:before {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms
}

.checkbox label,
.radio label {
    display: block;
    padding-left: 30px
}

.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 0
}

.checkbox input[type=checkbox]:checked+.input-helper:before,
.checkbox input[type=radio]:checked+.input-helper:before,
.radio input[type=checkbox]:checked+.input-helper:before,
.radio input[type=radio]:checked+.input-helper:before {
    border-color: #009688
}

.checkbox .input-helper:after,
.checkbox .input-helper:before,
.radio .input-helper:after,
.radio .input-helper:before {
    position: absolute;
    content: ""
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 0;
    border: 2px solid #7a7a7a
}

.checkbox.disabled,
.radio.disabled {
    opacity: .6;
    filter: alpha(opacity=60)
}

.checkbox input {
    width: 17px;
    height: 17px
}

.checkbox input:checked+.input-helper:before {
    background-color: #009688
}

.checkbox input:checked+.input-helper:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.checkbox .input-helper:before {
    top: 1px;
    width: 17px;
    height: 17px;
    border-radius: 2px
}

.checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    left: 1px;
    top: 4px;
    color: #fff;
    font-weight: 700
}


.radio input {
    width: 19px;
    height: 19px
}

.radio input:checked+.input-helper:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.radio .input-helper:before {
    top: -1px;
    width: 19px;
    height: 19px;
    border-radius: 50%
}

.radio .input-helper:after {
    width: 9px;
    height: 9px;
    background: #009688;
    border-radius: 50%;
    top: 4px;
    left: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.checkbox-inline,
.radio-inline {
    vertical-align: top;
    margin: 0 5px 0 0
}

/* Color styling - overall */

ul.nav.nav-tabs.navbar {
    margin: 0px;
}

.tab-content {
    position: relative;
}

.tab-view {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
.tab-view .nav-link {
    padding: 21px 30px;
    position: relative;
}
.tab-view .nav-link.active {
    border-bottom: 2px solid;
}

/* Spacing for field areas */
.row.property-search-sidbar {
    margin-bottom: 30px;
}

.search-checkboxes {
    margin-bottom: 30px;
}

.ajax-search .search-checkboxes {
    margin-bottom: 10px;
}

.search_selects {
    padding-bottom: 30px;
}

.p-10 {
    padding: 10px;
}

/* Field spacing */

.radio, .checkbox {
    margin-top: 3px;
    margin-bottom: 3px;
}

.radio.float-none {
    margin: 4px;
}

#idx_search_form label {
    margin-bottom: 0px;
}

/* Button styling */

#idx_search_form input.btn.btn-primary.submit.styler_bg_color.property_search {
    width: 100%;
    background: #555555;
    color: white;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 20px;
}

#res-sidebar p, #land-sidebar p {
    text-align: center;
    padding: 10px 0;
}

.p-10.search_submit.text-center {
    margin-top: 10px;
}

.page .js-wpv-view-layout .property-container img.attachment-full {
    max-width: 80%;
}

h1.prop-land-feat a {
    padding-left: 12%;
    margin-top: 5%;
}

h1.prop-land-feat a:hover {
    padding-left: 12%;
    margin-top: 5%;
}

.page-selection {
	margin: 20px 0px 40px;
}

.header__top {
    background-color: rgba(0,0,0,0.9);
     color:#ffffff;	
    display: flex;
}

.top-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-nav a { 
 color:#ffffff;	
}

.top-nav>li {
 display:inline-block;
 vertical-align:top;
 padding:0
}
.top-nav>li>a,
.top-nav>li>span {
 padding:12px;
 display:block;
 color:#ffffff;
 font-size:13px;
 line-height: 13px;
}
.top-nav>li>a>.mdi,
.top-nav>li>span>.mdi {
 font-size:18px;
 vertical-align:top
}
.top-nav>li.open>a,
.top-nav>li>a:hover {
 background-color:rgba(255,255,255,.08)
}
.top-nav>li:not(.top-nav__icon)>a>.mdi,
.top-nav>li:not(.top-nav__icon)>span>.mdi {
 margin-right:10px
} 

.slider-form .btn {
	line-height: 20px;
}

/* jssor slider css */

            /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l                  (normal)
            .jssora05r                  (normal)
            .jssora05l:hover            (normal mouseover)
            .jssora05r:hover            (normal mouseover)
            .jssora05l.jssora05ldn      (mousedown)
            .jssora05r.jssora05rdn      (mousedown)
            */
            .jssora05l, .jssora05r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 40px;
                height: 40px;
                cursor: pointer;
               /* background: url(../img/a17.png) no-repeat;*/
               background: url("./js/img/a17.png") no-repeat;
                overflow: hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05l.jssora05ldn { background-position: -250px -40px; }
            .jssora05r.jssora05rdn { background-position: -310px -40px; }
       
            /* jssor slider thumbnail navigator skin 01 css */
            /*
            .jssort01 .p            (normal)
            .jssort01 .p:hover      (normal mouseover)
            .jssort01 .p.pav        (active)
            .jssort01 .p.pdn        (mousedown)
            */

            .jssort01 {
                position: absolute;
                /* size of thumbnail navigator container */
                width: 800px;
                height: 100px;
            }

                .jssort01 .p {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 72px;
                    height: 72px;
                }

                .jssort01 .t {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: none;
                }

                .jssort01 .w {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }

                .jssort01 .c {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 68px;
                    height: 68px;
                    border: #000 2px solid;
                    box-sizing: content-box;
                   /* background: url(../img/t01.png) -800px -800px no-repeat;*/
                   background: url("./js/img/t01.png")  -800px -800px no-repeat;
                    _background: none;
                }

                .jssort01 .pav .c {
                    top: 2px;
                    _top: 0px;
                    left: 2px;
                    _left: 0px;
                    width: 68px;
                    height: 68px;
                    border: #000 0px solid;
                    _border: #fff 2px solid;
                    background-position: 50% 50%;
                }

                .jssort01 .p:hover .c {
                    top: 0px;
                    left: 0px;
                    width: 70px;
                    height: 70px;
                    border: #fff 1px solid;
                    background-position: 50% 50%;
                }

                .jssort01 .p.pdn .c {
                    background-position: 50% 50%;
                    width: 68px;
                    height: 68px;
                    border: #000 2px solid;
                }

                * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
                    /* ie quirks mode adjust */
                    width /**/: 72px;
                    height /**/: 72px;
                }
                
.listing-sidebar .list-group-item {
	border: none;
}
.media>.pull-left {
    padding-right: 15px
}

.media>.pull-right {
    padding-left: 15px
}
.list-group a.media .img {
	max-height: 50px; 
}
.list-group__img {
    margin-right: 3px
}

.list-group__img:not(.img-circle) {
    border-radius: 2px
}

.counter {
	font-size: 24px;
}

.listing-info h4 {
	font-size: 18px;
}

.listing-view .card {
    position: relative;
    box-shadow: 0 1px 1px 
    rgba(0, 0, 0, .1);
    margin-bottom: 25px;
    border-radius: 2px;
    display: block;
}

.list-group__text>small,
.list-group__text>strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-group__text>strong {
    display: block;
    font-size: 13px;
    font-weight: 400
}

.list-group__text>small {
    display: block;
    font-size: 12px;
    /*color: #9c9c9c*/
}

.list-group__text>small:not(:last-child) {
    margin-bottom: 4px
}

/*	4.	Search Form
-------------------------------------------------------------------*/
.home-search {
	margin-top: -15px;
}
.search-form.main {
	min-height: 620px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	background-position: center;
	background-size: cover;
	position: relative;
}

.search-form.main::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../images/mask_grey.png') no-repeat center center;/*/../images/br-house.gif ../img/mask_grey.png*/
        background-size: auto;
    background-size: cover;
    z-index: 1;
}
.search-form.main > .container, .search-form > .container-fluid {
	z-index: 1;
	position: relative;
}
 @media (max-width: 991px) {
.search-form.main {
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto;
	min-height: inherit;
	display: block;
}
}
.search-form.main .card {
	border-radius: 3px;
	border: none;
	padding: 30px 30px 15px 30px;
	background: rgba(0, 0, 0, 0.15);
	box-shadow: none;
}
.search-form .heading {
	text-align: center;
	margin-bottom: 20px;
}
.search-form .heading h2 {
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FFF;
}
 @media (max-width: 991px) {
.search-form .heading h2 {
	font-size: 32px;
}
}
.search-form .heading h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
.search-form .search-video {
	-o-object-fit: fill;
	object-fit: fill;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.search-form .card {
	border-radius: 0 0 3px 3px;
	box-shadow: none;
	margin-top: -15px;
	padding: 15px 15px 0 15px;
	background: #dfe3e6;
}
.search-form.main .form-control:focus {
	border-color: transparent;
}
.search-form.main .input-group-btn > .btn, .search-form.main .input-group-btn > .btn:focus, .search-form.main .input-group-btn > .btn:active {
	border-left: none;
}
.search-form.main .cta {
	background: none;
	color: #FFF;
	font-size: 22px;
	border-color: rgba(255, 255, 255, 0.5);
}
.search-form .search-in {
	text-align: center;
}
.search-in .radio-box {
	display: inline-block;
}
.search-in label {
	color: #FFF;
	padding: 10px 15px;
	border-radius: 3px;
	position: relative;
	transition: all 0.25s;
	cursor: pointer;
	position: relative;
}
.search-in input[type=radio]:checked + label {
	background: rgba(255, 255, 255, 0.1);
}
.search-in input[type=radio]:checked + label:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
	margin-top: 5px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(255, 255, 255, 0.1);
}
.search-in input {
	display: none;
}
.search-form.main.v2, .search-form.main.v5 {
	min-height: 700px;
	padding-top: 150px;
}
.search-form.main.v7 {
	height: 100vh;
	padding-top: 50px;
}
.search-form.main.v3 {
	height: 100%;
}
.search-form.v2 .search-in, .search-form.v7 .search-in {
	margin-top: 40px;
}
.search-form.v3 .search-in {
	margin-top: 20px;
}
.search-form.v4 {
	padding-top: 1rem;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: rgba(134, 158, 158, 0.4);
}
.search-form.main.v5 .heading {
	text-align: left;
}
.search-form.main.v5 .form-control {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.search-form.main.v5 .selectric {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: transparent;
}
.search-form.main.v5 .selectric .button {
	background-color: rgba(255, 255, 255, 0.1);
}
.search-form.main.v5 .search-in .radio-box {
	margin-bottom: 10px;
}
.search-form.main.v5 .search-in .radio-box label {
	width: 100%;
	display: block;
	font-size: 1.25rem;
}
.search-form.main label {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
}
.search-form.main .radio label:before, .search-form.main .checkbox label:before {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0.5);
}
.search-form.main .input-group-addon {
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.1);
	border-color: transparent;
}

.search-form .search-video {
    -o-object-fit: fill;
    object-fit: fill;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}

.property-search-mobile ul.search-nav {
	float: none;
}

.prospectform li {
	list-style: none;
}

span.btn-modal {
	cursor: pointer;
}

.border-info {
    border: 1px solid !important;
    border-color: #17a2b8 !important;
}
.border-danger {
    border: 1px solid !important;
    border-color: #dc3545 !important;
}
.border-success {
    border: 1px solid !important;
    border-color: #28a745 !important;
}
.border-warning {
    border: 1px solid !important;
    border-color: #ffc107 !important;
}
/* Light Colors bg and borders */
.bg-info-light {
background-color: #c7eaf9;
}
.border-info-light {
	border: 1px solid !important;
	border-color: #a7ebf6 !important;
}
.bg-success-light {
background-color: #b2e5a6;
}
.border-success-light {
	border: 1px solid #b2e5a6 !important;
    border-color: #b2e5a6 !important;
}
.bg-warning-light {
background-color: #ffda8d;
}
.border-warning-light {
	border: 1px solid !important;
    border-color: #ffda8d !important;
}
.bg-danger-light {
background-color: #ffb1be;
}
.border-danger-light {
	border: 1px solid !important;
    border-color: #ffb1be !important;
}

/* Scroll Up */
a.scrollup {
	visibility:hidden;
	position:fixed;
	bottom:20px;
	width:42px;
	height:42px;
	color:#FFF;
	font-size:24px;
	line-height:42px;
	text-align:center;
	background-color:#3b577a;
	z-index:1;
	opacity:0;
	-webkit-transition:visibility .3s ease, left .3s ease, right .3s ease, background .2s ease, opacity .3s ease-out;
	transition:visibility .3s ease, left .3s ease, right .3s ease, background .2s ease, opacity .3s ease-out;
}
a.scrollup.scroll-left { left:-42px; }
a.scrollup.scroll-right { right:-42px; }
a.scrollup:hover { color:#efefef; }
a.scrollup.visible {
	visibility:visible;
	opacity:1;
}
a.scrollup.scroll-left.visible { left:20px; }
a.scrollup.scroll-right.visible { right:20px; }

.rws-sticky-nav {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	right: 0px;

}

.searchbar {
	background-color: #f3f3f3;
	border-bottom: 1px solid #dddddd;
	margin-top: 80px;
}

.searchbar.affix {
	margin-top: 70px;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

@media (max-width: 480px) {
	.searchbar.affix {
	margin-top: 60px;
	}
}

.portfolio-modal .close {
    margin-top: -60px;
}


/* Card */
.card {
    border: medium none;
    border-radius: 0px;
    margin-bottom: 18px;
}
.card-list .badge {
    left: 20px;
    padding: 7px 10px;
    position: absolute;
    top: 20px;
    z-index: 9;
}

.card-list .card-body .card-title {
    font-size: 18px;
}
.card-list .card-body .card-subtitle {
    font-size: 14px;
    font-weight: 100;
}
.card-list .card-body h2 small {
    font-size: 19px;
}
.card-list .card-footer span {
    margin: 0 16px 0 0;
}

.card-footer {
    background: #fff none repeat scroll 0 0;
    border-color: #eeeeee;
}

.card-overlay {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.card-overlay .card-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.card-overlay .card-img-overlay {
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    top: auto;
    background-color: rgba(0, 0, 0, .4);
}

/* Agents Card */
.agents-card {
    padding-bottom: 15px;
}
.agents-card img {
    background: #fff none repeat scroll 0 0;
    border-radius: 90px;
    box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
    height: 107px;
}
/* Sidebar Card */
.sidebar-card .card-body {
    padding: 35px;
}
.sidebar-card-list li a {
    display: inline-block;
    width: 100%;
}
.sidebar-card-list > li {
    line-height: 32px;
}
.sidebar-card-list li a .sidebar-badge {
    float: right;
    font-weight: 500;
    margin: 0;
}

#featured-properties .card-body {
    padding: 30px 0;
}

#featured-properties .card {
    box-shadow: none;
    margin: 0;
}
#featured-properties img {
    border-radius: 3px;
}
#featured-properties  .carousel-indicators .active {
    background-color: #818080;
}
#featured-properties  .carousel-indicators li {
    background-color: rgba(166, 166, 166, 0.5);
}
#featured-properties .carousel-indicators {
    margin: 0;
}


/* Grid/list Filters */
.tags-action span {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 11px #daebff;
    display: inline-block;
    padding: 3px 10px;
}
.tags-action span i {
    margin: 0 0 0 3px;
}
.osahan_top_filter {
    margin-bottom: 18px;
}
.view-mode {
    margin: 0 0 0 9px;
}
.view-mode a {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 11px #daebff;
	display: inline-block;
	margin: 0 0 0 4px;
    padding: 3px 10px;
}
.view-mode a.active {
    color: #34495e;
}
.sort-by-btn .btn {
    min-width: 160px;
    padding: 4px 9px;
    text-align: left;
}
.sort-by-btn .dropdown-toggle::after {
    position: absolute;
    right: 11px;
    text-align: right;
    top: 15px;
    vertical-align: top;
}

/* Properties List */
.card-list-view .card-body, .card-list-view .card-footer {
    padding: 20px 30px;
}
/* Blog */
.blog-card .card-footer img {
   margin: 0 11px 0 0;
    width: 33px;
}
.blog-card .badge {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0 0 12px;
    padding: 6px 10px;
    text-transform: uppercase;
}
.blog-card .badge-primary {
    background-color: rgba(92, 93, 232, 0.1);
    color: #5c5de8;
}
.blog-card .badge-danger {
    background-color: rgba(250, 100, 35, 0.1);
    color: #fa6423;
}
.blog-card .badge-success {
    background-color: rgba(0, 216, 200, 0.09);
    color: #00d8c8;
}
.blog-card .badge-dark {
    background-color: rgba(52, 58, 64, 0.19);
    color: #343a40;
}
.blog-card .badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}
.blog-card .badge-white {
    background-color: rgba(255, 255, 255, 0.81);
    color: #5c5de8;
}

.alert-warning.no-records {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/* Property Single */

.reviews-card .d-flex {
    height: 50px;
    width: 50px;
}
.reviews-card h5 small {
    color: #848484;
    font-size: 12px;
    margin: 0 0 0 8px;
}
.star-rating i {
    font-size: 15px;
    letter-spacing: -6px;
}

.list-icon i {
    float: left;
    font-size: 36px;
    line-height: 47px;
    width: 52px;
}
.list-icon {
    margin-bottom: 24px;
}
.list-icon strong {
    text-transform: uppercase;
    vertical-align: text-top;
}
.list-icon p {
    line-height: 11px;
}

.property-single-title {
    bottom: 0;
    left: 0;
    padding: 37px 0;
    position: absolute;
    right: 0;
}

/* cards */
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-listing .badge {
    left: 20px;
    padding: 7px 10px;
    position: absolute;
    top: 20px;
    z-index: 1;
}

.slider-listing .badge, .listing-idx-display .badge {
	z-index: 1;
	left: 12px;
    position: absolute;
    top: 12px;
}

.badge {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
}

.listing-item {
	margin: 20px auto;
}

.listing-grid-item {
	margin-bottom: 18px;
}



.listing-info h2 {
	margin-bottom: 0px;
}
.slick-thumbnail img {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 450px;
	min-height: 450px;
}

.slick-thumbnail-nav img {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 85px;
	min-height: 85px;
}

.past-sales .card-header, .past-sales h5{
    padding: 0;
    margin: 0px;
}
.past-sales h5 a {
	cursor: pointer;
	width: 100%;
	display: block;
	padding: .75rem 1.25rem;
}
/* gmaps controls */
.search-tools li a.btn.map-control {
  background-color: #fff;
  border: 1px solid #ccc;
  /*box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);*/
  font-family: "Roboto", "sans-serif";
  /*margin: 10px;*/
  padding: 4px 8px;
  /* Hide the control initially, to prevent it from appearing
           before the map loads. */
  /*display: none;*/
}

/* Display the control once it is inside the map. */
#map_canvas .map-control {
  display: block;
}
#map_canvas label {
  display: inline-block;
}

.selector-control {
  font-size: 14px;
  line-height: 30px;
  vertical-align: baseline;
}

.rwsidx_map button {
	color: #333333;
}

/*datetimepicker input*/
.date-container {
        position: relative;
        display: block;
    }

    .date-container .input-group.date {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row;
        -webkit-flex-flow: row;
        flex-flow: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border: 1px solid #e5e5e5;
    }

    .date-container .form-control + .input-group-addon {
        border-left-width: 0;
    }

    .date-container .input-group-addon + .input-group-addon {
        border-left-width: 1px;
    }

    .date-container .input-group-addon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row;
        -webkit-flex-flow: row;
        flex-flow: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 40px;
    }
    
   .date-container .input-group-text {
   	padding: 1.3rem;
   	border-left: 1px solid #ced4da;
   	border-top: 0px;
   	border-right: 0px;
   	border-bottom: 0px;
   	border-radius: 0;
   }
    
   #datetimepicker input.datetimepicker-input {
    	width: 90%;
    	border: 0px;
    	margin: 0px;
    }
.vmargin-auto span.lead {
	font-weight: bold;
}    	
.vmargin-auto {
	margin-left:auto;
	margin-right:auto;
}
@media (max-width: 400px) {
	.vmargin-auto {
		width: 90%;
	}
}
.btn-search {
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: "Roboto", "sans-serif";
	padding: 4px 8px;
	font-size: 13px;
} 
@media (max-width: 400px) {
	.btn-search {
		display: inline-block;
		margin-top: -14px;
	}
}
.contact-agent .success_link, .listing_inquiry .success_link, .showing-modal .success_link {
	display: none;
}

.card > .listings-body-widget, .card > .list-group, .feat-ajax .list-group-item  {
	border: 0px;
}

#modalSearchForm .results-loading,#modalSearchAjax .results-loading {
	min-height: 400px;
}

#modalSearchForm .modal-body,#modalSearchAjax .results-loading {
	min-height: 400px;
}

.add-details-accordian {
	width: 100%;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	display: block;
	padding: .75rem 1.25rem;
	cursor: pointer;
}

.add-details_header h2 {
  font-size: 24px;
  line-height: 28px;
}

.btn-more {
	margin: 0px auto;
	max-width: 120px;
}
