.breadcrumbs .breadcrumb {
    padding: 0px;
    background-color: transparent;
    color: white;
}

.breadcrumbs span.breadcrumb:not(:first-child):before {
    content: '>';
}

.breadcrumbs .breadcrumb {
    padding: 0px;
    background-color: transparent;
    color: white;
}

.img-responsive-10x11 {
    padding-top: 80%;
    padding-bottom: 25%;
}

.img-responsive-3x2 {
    padding-top: 50%;
    padding-bottom: 16%;
}

.image-cover, .image-contain {
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.image-cover {
    background-size: cover !important;
}

.image-contain {
    background-size: contain !important;
}

.image:focus .image-cover, .image:hover .image-cover {
    transform: scale(1.15);
}
/* nstSlider Tick Marks */

.nstSlider .mark-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    background-color: #d7ebfe;
}

.nstSlider .mark {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    border-style: solid;
    border-width: 0 0 0 2px;
    border-color: #fff;
}

.nstSlider .leftGrip.pipe {
    border-radius: 0px;
}


/* UI.Slider */

.red-black-slider select {
    height: 0px;
    display: none;
}

.tab-pane .range-wrap {
    padding: 5px 10px 5px 5px
}

.tab-pane .active {
    font-size: small;
}

.red-black-slider .ui-slider ol {
    position: relative;
    width: 100%;
}

.red-black-slider .ui-slider li {
    position: absolute;
    overflow: visible;
    color: #666;
}

.red-black-slider .ui-slider-label {
    display: none;
}

.red-black-slider .ui-slider span.ui-slider-tic {
    height: 0.8em;
}

.red-black-slider .ui-slider li span.ui-widget-content {
    border-right: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-top: 0;
    border-bottom: 0;
}

.red-black-slider .ui-slider span.ui-slider-tic {
    position: absolute;
    left: 0;
    height: 20px;
    /* top: -1.3em; */
}

.red-black-slider .ui-widget-content {
    border: 1px solid white;
    background: white;
    color: #333;
}

.tab-pane .range, .red-black-slider .ui-slider {
    height: 20px;
    background-image: none;
    background-color: rgb(232,234,227);
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    overflow: visible;
}

    .tab-pane .range .mark-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        white-space: nowrap;
        background-color: blue;
    }

    .tab-pane .range .mark {
        position: relative;
        display: inline-block;
        height: 100%;
        margin: 0;
        padding: 0;
        border-style: solid;
        border-width: 0 0 0 2px;
        border-color: #fff;
        background-color: rgb(232,234,227);
    }

    .tab-pane .range .ui-slider-range, .red-black-slider .ui-slider-range {
        top: 50%;
        height: 3px;
        background-image: none;
        background-color: rgb(55,56,61);
        /* -webkit-border-radius: 0; */
        border-radius: 0;
        border: 0;
        margin-top: -2px;
        transition: 0.3s;
    }



    .tab-pane .range .ui-slider-handle, .red-black-slider .ui-slider-handle {
        height: 100%;
        width: 5px;
        top: 0;
        margin-left: 0;
        background-image: none;
        background-color: #fa2742;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        transition: 0.3s;
    }

        .tab-pane .range .ui-slider-handle:nth-child(2) {
            margin-left: 0
        }


/* 
custom check boxes 
*/

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 25px;
  width: 25px;*/
    background-color: #eee;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    border: 1px solid #dbdbdb !important;
}


/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background: url(../../images/check_mark.png );
    background-repeat: no-repeat;
    background-position: center;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* fa-square-o -> fa-checked-square-o on :checked */
.checkcontainer input:checked ~ .fa-square-o:before {
    content: '\f046';
}

/* Currency checkboxes */
.currency-icons .fa {
    display: block;
    border: 1px solid #a6a6b6 !important;
    background: rgba(255,255,255,0.1);
    font-size: 16px;
    height: 45px;
    width: 50px !important;
    line-height: 45px !important;
    text-align: center;
    color: #555555;
    padding: 0 !important;
    margin: 0 2px;
}

.checkcontainer.redOnChecked input:checked ~ .fa {
    background-color: #fa2742;
    color: white;
}

.dropdown-menu .parent {
    background: #fc9ca8;
}

    .dropdown-menu .parent .text {
        color: white;
    }

.dropdown-menu .child span {
    margin-left: 20px;
}

/* Listing Results*/

.property-shortlist-right .nav > li.disabled > a {
    background: rgb(232,234,227);
    color: white;
    cursor: not-allowed;
}

.agent-info-place-box .pro-list > li > span:before {
    color: transparent;
    position: relative;
}

.agent-info-place-box .pro-list > li > span.feature_chk:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f00c';
    color: #f9213a;
}

.agent-info-place-box .pro-list > li > span.feature_cross:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: '\f00d';
    color: #f9213a;
    margin-left: 5px;
    margin-right: 0px;
}

#agent-2 .agent-info-place-box p {
    padding: 4px 0;
    color: #fff;
}

.property-map-area .tab-map {
    width: 100% !important;
    padding-bottom: 60%;
}

/* ********************* DETAILS PAGE ***************************/
.owl-image, .owl-thumb {
    padding-bottom: 57%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.owl-thumb {
    background-size: cover !important;
}