/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url("https://use.fontawesome.com/releases/v5.0.10/css/all.css");


/* Grid View CSS */

@media screen and (max-width: 600px) {
    .li-list {
        width: 98%;
        float: left;
        height: 490px;
        margin-right: 1%;
        margin-left: 1%;
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    .li-list {
        width: 48%;
        float: left;
        height: 490px;
        margin-right: 1%;
        margin-left: 1%;
    }
}

@media screen and (min-width: 900px) {
    .li-list {
        width: 31%;
        float: left;
        height: 490px;
        margin-right: 1%;
        margin-left: 1%;
    }
}


.full-width-pagination {
    width: 100%
}

.list {
    margin-left: 40px !important;
    padding: 0px !important;
    list-style: none;
}

.grid-image {
    background-size: cover;
    background-position: center;
    height: 200px;
}

.title-box {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.state-box {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
}

.description-box {
    height: 150px;
    font-size: 15px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.tabled-row {
    height: 40px;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-left: 0px;
    margin-right: 0px;
}

/*End Grid View CSS*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        padding-right: 18px
    }
}
.bigZindex{
    z-index:99999 !important;
}

@media (max-width: 768px) {
    .hide-br-at-768{
        display:none;
    }
}

@media (min-width: 768px){
    .hide-when-big{
        display:none !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .center-image-on-large-mobile-view{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.rs-plugin-dl-horizontal{
    margin-bottom: 0px;
}
.rs-plugin-dl-horizontal-2{
    margin-bottom: 0px;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-style: none;
        font-size: 25px;
        padding: 10px 0 10px 0;
        font-weight: 400;
    }
    .dl-horizontal dd {
        margin-left: 180px;
        border-style: none;
        font-size: 25px;
        padding: 10px 0 10px 0;
        font-weight: 400;
    }
}
.dl-horizontal dd:before,
.dl-horizontal dd:after{
    display: table;
    content: " ";
}
.dl-horizontal dd:after{
    clear: both;
}
@media (max-width: 768px) {
    .dl-horizontal dt {
        width: 40%;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-style: none;
        padding: 0 0 0 0;
    }
    .dl-horizontal dd {
        margin-left: 45%;
        border-style: none;
        padding: 0 0 0 0;
    }
}
@media (min-width: 768px) {
    .dl-horizontal-2 dt {
        float: left;
        width: 100px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-style: none;
        font-size: 18px;
        padding: 10px 0 10px 0;
        font-weight: 400;
    }
    .dl-horizontal-2 dd {
        margin-left: 120px;
        border-style: none;
        font-size: 18px;
        padding: 10px 0 10px 0;
        font-weight: 400;
    }
}
.dl-horizontal-2 dd:before,
.dl-horizontal-2 dd:after{
    display: table;
    content: " ";
}
.dl-horizontal-2 dd:after{
    clear: both;
}
@media (max-width: 768px) {
    .dl-horizontal-2 dt {
        width: 40%;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-style: none;
        padding: 0 0 0 0;
    }
    .dl-horizontal-2 dd {
        margin-left: 45%;
        border-style: none;
        padding: 0 0 0 0;
    }
}
/**, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    border: 0 none;
    position: relative;
    outline: none;
}*/

.hide {
    display: none;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.disabled {
    color: #e5e5e5;
    cursor: default;
}

.no-lr-p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bdr-r {
    border-right: 1px solid #e5e5e5;
}

/* listings page */
ul.list {
    margin: 0;
    padding-bottom: 40px;
}

.search-form {
    background-color: #e5e5e5;
    margin: 30px 0 40px 0;
    padding: 15px 10px;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
}

.listings-form {
    padding: 4px 10px;
    font-size: 16px;
    margin-bottom: 0 !important;
    width: 100% !important;
}

select.listings-form {
    padding: 8px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-form label {
    position: relative
}

.search-form label i {
    color: #626262;
    font-size: 25px;
    right: 15px;
    top: 8px;
    position: absolute;
    pointer-events: none;
}

.rs_listings ul.list {
    list-style: none;
}

.rs_listings .hr {
    height: 25px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 33px;
}

ul.list li:last-child .hr {
    display: none;
}

.rs_price {
    font-size: 30px;
    font-weight: 300;
    text-align: right;
    padding-bottom: 10px;
}

.rs-title-font-listings{
    font-size: 30px !important;
    line-height: 30px !important;
}
.rs-title-font-listings{
    font-size: 35px !important;
    line-height: 35px !important;
}

.rs-title-font-details{
    font-size: 48px !important;
    line-height: 48px !important;
}

.listingBtns {
    text-align: center;
}

.listingBtns .btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    padding: 5px 15px;
    margin-top: 15px;

}

.listingBtns .rs-plugin-button {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    padding: 5px 15px;
    margin-top: 0px;

}

.text-center{
    text-align:center;
}

.listingBtns .btn:hover {

    text-decoration: none;
    color: #fff;
    background-color: #8f8f8f;

}

.listingBtns-2 {
    text-align: center;
}

@media (min-width: 992px) {
    .listingBtns-vertical-center{
        margin-top: 20%;
    }
}

.listingBtns-2 .btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    padding: 5px 15px;
    margin-top: 15px;

}

.listingBtns-2 .rs-plugin-button {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    padding: 5px 15px;
    margin-top: 0px;

}

.listingBtns-2 .btn:hover {

    text-decoration: none;
    color: #fff;
    background-color: #8f8f8f;

}

.no-items {
    text-align: center;
    font-size: 25px;
    padding: 75px 10px;
    margin: 35px 0;
    background-color: #F7F7F7;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
}

.paginate {
    z-index: 9999;
    display: inline-block;
    margin: 0 !important;
}

.paginate li {
    display: inline-block;
}

.paginate li a {
    padding: 0px 8px 0px 10px;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    margin: 0px 3px;
}

.paginate li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #8f8f8f;
}

.paginate li.active a {
    text-decoration: none;
    color: #fff;
    background-color: #8f8f8f;
}

.paginateContainer {
    margin: 15px 0;
}

.paginateContainer .prevBtn, .paginateContainer .nextBtn {
    padding: 0px 8px 0px 10px;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    margin: 0px 3px;
}

.paginateContainer .prevBtn:hover, .paginateContainer .nextBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #8f8f8f;
}

.paginateContainer .prevBtn.disabled, .paginateContainer .nextBtn.disabled {
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.paginateContainer .prevBtn.disabled:hover, .paginateContainer .nextBtn.disabled:hover {
    cursor: not-allowed;
    color: #e5e5e5;
    background-color: #ffffff;
}

.paginate li.disabled a {
    border: none;
}

.paginate li.disabled a:hover {
    color: #8f8f8f;
    background-color: transparent;
    cursor: default;
}

.showing-stats {
    display: inline-block;
    padding-bottom: 10px;
}

.rs_type-item {
    font-size: 12px;
    padding: 3px 5px;
    background-color: #8f8f8f;
    color: #fff;
    margin: 0 3px 0 0;

}

/* drop down panels */
.dropDown {
    position: absolute;
    height: auto;
    background-color: #fff;
    z-index: 99999;
    padding: 15px;
    display: none;
    border: 1px solid #e1e1e1;
    width: 300px;
    margin-top: 10px;
}

.dropDownHead {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.dropDownCover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0A246A;
}

.dropDownHead .minTxt, .dropDownHead .maxTxt {
    display: block;
    padding: 10px 20px;
    background-color: #f0f2f2;
    border: 1px solid #e1e1e1;
}

.dropDownToggle {
    width: 100%;
    background-color: #ffffff !important;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #626262;
    font-size: 16px;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
}

.dropDownToggle i {
    float: right;
    font-size: 25px;
    margin-right: 10px;
    margin-top: 4px;
}

.dropDownToggle:hover {
    text-decoration: none;
    cursor: pointer;
}

.optionsContainer {
}

.optionsContainer a {
    display: block;
    font-weight: 500;
    padding: 3px 5px;
}

.optionsContainer a:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #e1e1e1;
    color: #fff;
}

.clearBtn {
    background-color: #fff;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    color: #626262;
    position: absolute;
    right: 14px;
    padding: 0px 5px;
    border: 1px solid #e5e5e5;
    border-top: none;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    margin-top: 2px;
    z-index: 9;
}

.clearBtn:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #e1e1e1;
    color: #fff;
}

/* MADE FOR PHP GLOBAL ALERT BOX */
.error-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 25px;
    width: 600px;
    max-width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.3);
    padding-bottom: 65px;
}

.modal-overlay {
    z-index: 99998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);;

}

.close-alert {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

/* END PHP GLOBAL ALERT BOX */

/* -----------------------------  DETAIL PAGE ----------------------------- */

.rs_detail h1 {
    line-height: 1.5em;
}

.rs_detail h2 {
    margin-top: 15px;
    line-height: 1.8em;
}

.rs_detail .details {
    color: #fff;
    background-color: #8f8f8f;
    padding: 5px 10px;
    margin: 10px 0;
}

.rs_detail .rs_detail_video {
    margin: 20px 0;
}

.rs_detail .rs_detail_video {
    text-align: center;
}

.rs_detail .rs_detail_video h2 {
    text-align: left;
}

.rs_detail .rs_detail_map iframe {
    width: 100%;
}

.more-details {
    border: solid 1px #dfe2e2;
    padding: 17px;
}

.detail-type {
    display: inline-block;
    float: right;
}

.detail-type .rs_type-item {
    background-color: #fff;
    color: #8f8f8f;
}

.more-btns {
    display: block;
    padding: 0 0 20px 0;
}

.more-btns .btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    padding: 5px 15px;
    margin-top: 15px;
    width: auto;

}

.more-btns .btn:hover {

    text-decoration: none;
    color: #fff;
    background-color: #8f8f8f;

}
.contact-agent-title{
    font-size: 30px !important;
    line-height: 30px !important;
}

/* -----------------------------  END DETAIL PAGE ----------------------------- */

/* -----------------------------  FEATURED SHORTCODE ----------------------------- */
.rs_featured {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 35px;
    width: 100%;
}
.rs_featured_item {
    position: relative;
    width: 22%;
    height: 200px;
    display: inline-block;
    margin: 0px 15px;
}
.rs_image_featured {
    width: 100%;
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rs_featured_title {
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background-color: #8f8f8f;
    padding: 5px;

}
.rs_featured_title_nobar {
    line-height: 20px;
    font-size: 18px;
}
.rs_featured_subtitle_nobar {
    line-height: 16px; font-size:14px;
}
/* -----------------------------  END FEATURED SHORTCODE ----------------------------- */


/* MOBILE & RESPONSIVE RULES */

/* MD SCREEN WIDTH */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .dropDownToggle {
        padding: 6px;
    }

    .dropDownToggle i {
        margin-right: 9px;
        margin-top: 1px;
    }

    .search-form div[class^="col-"] {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    /* -- featured shortcode tab -- */

    .rs_featured_item {
        height: 150px;
        width: 45%;
        margin: 10px 15px;
    }
    .rs_featured_title {
        font-size: 18px;
    }
}

/* XS AND SM SCREEN WIDTH */
@media only screen and (max-width: 767px) {

    /* mobile helpers */
    .mt-sm {
        margin-top: 10px;
    }

    .hide-sm {
        display: none !important;
    }

    .show-sm-inline {
        display: inline-block !important;
    }

    .show-sm {
        display: block !important;
    }

    .sm-np-lr {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sm-w-100 {
        width: 100% !important;
    }

    .sm-txt-center {
        text-align: center !important;
    }

    .text-center-xs {
        text-align: center !important;
    }

    /* end mobile helpers */
    .rs_title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .dropDown {
        width: 100%;
        left: 0px;
    }

    .dropDownToggle {
        padding: 10px;
    }

    .dropDownToggle i {
        margin-right: 4px;
        margin-top: -3px;
    }

    .clearBtn {
        font-size: 20px;
        top: -1px;
        padding: 11px;
        right: -31px;
    }

    .optionsContainer a {
        font-size: 18px;
        font-weight: bold;
        padding: 5px 5px;
    }

    .paginate li a {
        padding: 5px 16px 5px 18px;
    }

    .paginateContainer .prevBtn, .paginateContainer .nextBtn {
        padding: 5px 16px 5px 18px;
    }

    .rs_desc, .rs_typeLabel {
        padding: 10px 0;
    }

    /* detail page */
    .rs_detail h1 {
        font-size: 30px;
        padding-top: 15px;
    }

    .detail-type {
        float: none;
        margin-top: 10px;
    }

    /* -- featured shortcode tab -- */
    .rs_featured_item {
        height: 180px;
        width: 100%;
        margin: 10px 15px;
    }
    .rs_featured_title {
        font-size: 18px;
    }
}

/*Search Specific CSS Styles*/

a.rs-search-button {
    text-align: center;
    display: inline-block;
    min-width: 75%;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    padding: 5px 15px;
    width: auto;

}
.search-bar-shortcode{
    padding: 15px 10px;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
}
.search-bar-shortcode label {
    position: relative
}

.search-bar-shortcode label i {
    color: #626262;
    font-size: 25px;
    right: 15px;
    top: 8px;
    position: absolute;
    pointer-events: none;
}

/*Brochure Specific CSS Styles*/
.brochure-download-title-font{
    font-size: 35px !important;
    line-height: 35px !important;
    text-align:center !important;
}
.brochure-download-font{
    font-size: 25px !important;
    line-height: 25px !important;
}

/*FEATURED 6*/
.li-list-f-6{
    background-color: #fff;
    box-shadow: 5px 18px 30px #00000021;
    height: 570px;
}

.title-box-f-6{
    overflow: visible;
}

.brand-mark-listing{
    margin-top: -50px;
}

.brand-mark-listing img{
    width: 60px;
}

.listing-desc-f-6 {
    margin: 0px;
    padding: 0px 30px 0px 30px;
}

.description-box-f-6{
    border-top: 2px solid #f15b29;
    padding: 10px 0px 0px 0px;
}

.listing-digits-f-6{
    margin-top: 30px;
}

.listing-digits-f-6{
    margin-top: 50px;
    height: 20px !important;
}

.acreage-text-f-6{
    border-right: 2px solid #f15b29;
}

.flisting-btn-wrapper-f-6{
    margin-top: 30px;
}

/* Search Bar View 1 */
.rs-search-map-btn-wrapper-1{
    margin-top: 8px;
}

.rs-btn-search-1{
    text-decoration: none;
    padding: 6px 15px;
    border: 2px solid;
}

.rs-search-dropdown-1	  select {
    padding-right: 18px;
    padding: 8px 5px;
    width: 24.5%;
    border: 0px;
    border-right: 1px solid;
}

.rs-search-properties-btn-wrapper-1 input {
    padding: 7px 12px;
}

/*detail 1*/
.property-detail-header{
    height:400px;
}

.property-detail-title-bg{
    border-top: 6px solid #f15b29;

}

.property-detail-desc{
    padding-top:50px;
    padding-bottom:50px;
}

.btn-listing-detail{
    display: block;
    margin-bottom: 10px;
    background-color: #a5978a;
    border: 1px solid #a5978a;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
}


.property-detail-contact{
    padding-top:50px;
    padding-bottom:50px;

    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
}

.property-detail-contact img{
    width: 100%;
}

/*FILTER 2 CLASSES*/

.rs-btn-clear-filter2{
    text-decoration: none;
    padding: 6px 15px;
    border: 2px solid;
}

.rs-filter2-dropdown	  select {
    padding-right: 18px;
    padding: 8px 5px;
    width: 24.5%;
    border: 0px;
    border-right: 1px solid;
}

.rs-btn-clear-filter2-btn-wrapper input {
    padding: 7px 12px;
}

/*Grid 2 status banners*/
.status-banner-g-2{
    padding: 10px;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: none;
    color: #000;
}
.status-banner-l-v{
    padding: 10px 20px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    color: #fff;
    z-index: 100;
}
/*Similar Listings 2 Status Banners*/
.status-banner-s-2{
    padding: 10px;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: none;
    color: #000;
}
/*Featured grid status banners*/
.status-banner-f-2{
    padding: 10px;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: none;
    color: #000;
}
/* Detail 2 video embed 2 */
.secondaryVideoEmbed{
    max-height: 500px;
    height:500px;
}