/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

label {
    color: #333;
}
.input-error {
	border: 1px solid #f77676 !important;
	background-color: #fadbdb !important;
	/* opacity: 0.75 !important; */
}

.disabled-btn {
	pointer-events: none;
	opacity: 0.5;
}

.circle-avatar {
    border-radius: 50%;
    height: 30px;
}

.center-image {
    display: block;
    margin: 0 auto;
}

.cursor-pointer {

    cursor: pointer;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center !important;
}

.text-red {
    color: #DB2B39 !important;
}

.text-green {
    color: #42CF65 !important;
}

.text-blue {
    color: #2c92dd !important;
}

.text-white {
    color: #fff !important;
}

.text-grey {
    color: #555a6b !important;
}

.text-light-grey {
    color: #989898 !important;
}

.grey-link {
    color: #555a6b !important;
}

.grey-link:hover {
    color: #0F81c7 !important;
}

.danger-link {
    color: #8B0000 !important;
    cursor: pointer;
}

.danger-link:hover {
    color: #B22222 !important;
}

.grey-link-no-color,
.grey-link-no-color:hover {
    color: #555a6b !important;
}

.bg-white {
    background: #fff !important;
}

.bg-light-grey {
    background: #f8f8f8 !important;
}

.bg-transparent {
    border: none !important;
    background-color: transparent !important;
}

.bg-blue {
    background: #2c92dd !important;
}

.fluid {
    width: 100%;
}

.inline {
    display: inline !important;
}

.block {
    display: block !important;
}

.bold {
    font-weight: 700;
}

.caps {
    text-transform: uppercase;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.no-border {
    border: none !important;
}

.b-r {
    border-right: 1px solid #eaeaea;
}

.b-l {
    border-left: 1px solid #eaeaea;
}

.b-b {
    border-bottom: 1px solid #eaeaea;
}

.b-t {
    border-top: 1px solid #eaeaea;
}

.b-b-dashed {
    border-bottom: 1px dashed #eaeaea;
}

.post-bt-green {
    border-top: 5px solid #3ee267  !important;

}
.post-bt-red {
    border-top: 5px solid #ff6e6e !important;

}
.post-bt-yellow {
    border-top: 5px solid #ffdb2d !important;
}
.post-bt-disabled {
    border-top: 5px solid #333 !important;
}

.no-padding {
    padding: 0 !important;
}

.p1em {
    padding: 1em !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pt-xs {
    padding-top: 5px !important;
}

.pb-xs {
    padding-bottom: 5px !important;
}

.pl-xs {
    padding-left: 5px !important;
}

.pr-xs {
    padding-right: 5px !important;
}

.pt-sm {
    padding-top: 10px !important;
}

.pb-sm {
    padding-bottom: 10px !important;
}

.pl-sm {
    padding-left: 10px !important;
}

.pr-sm {
    padding-right: 10px !important;
}

.pt-md {
    padding-top: 20px !important;
}

.pb-md {
    padding-bottom: 20px !important;
}

.pl-md {
    padding-left: 20px !important;
}

.pr-md {
    padding-right: 20px !important;
}

.pt-lg {
    padding-top: 40px !important;
}

.pb-lg {
    padding-bottom: 40px !important;
}

.pl-lg {
    padding-left: 40px !important;
}

.pr-lg {
    padding-right: 40px !important;
}

.pt-xl {
    padding-top: 60px !important;
}

.pb-xl {
    padding-bottom: 60px !important;
}

.pl-xl {
    padding-left: 60px !important;
}

.pr-xl {
    padding-right: 60px !important;
}


.no-margin {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}


.mt-xs {
    margin-top: 5px !important;
}

.mb-xs {
    margin-bottom: 5px !important;
}

.ml-xs {
    margin-left: 5px !important;
}

.mr-xs {
    margin-right: 5px !important;
}

.mt-sm {
    margin-top: 10px !important;
}

.mb-sm {
    margin-bottom: 10px !important;
}

.ml-sm {
    margin-left: 10px !important;
}

.mr-sm {
    margin-right: 10px !important;
}

.mt-md {
    margin-top: 20px !important;
}

.mb-md {
    margin-bottom: 20px !important;
}

.ml-md {
    margin-left: 20px !important;
}

.mr-md {
    margin-right: 20px !important;
}

.mt-lg {
    margin-top: 30px !important;
}

.mb-lg {
    margin-bottom: 30px !important;
}

.ml-lg {
    margin-left: 30px !important;
}

.mr-lg {
    margin-right: 30px !important;
}

.mt-xl {
    margin-top: 40px !important;
}

.mb-xl {
    margin-bottom: 40px !important;
}

.ml-xl {
    margin-left: 40px !important;
}

.mr-xl {
    margin-right: 40px !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.disabled-div {
    pointer-events: none !important;
}

.disabled-div-o {
    pointer-events: none !important;
    opacity: 0.75;
}


.results-hover:hover {

        text-decoration: underline;
        cursor: pointer;

    }

    .results-selected {
        color: blue;
    }

.zone-tag {
    margin: 1px;
    padding: 2px 8px 2px 8px;
    max-width: 100%;
    background-color: #2c92dd;
    color: #fff;
    cursor: default;
    font-weight: 500;
    border-radius: 3px;
}

.zone-tag-small {
    margin: 1px;
    padding: 0px 4px 0px 4px;
    max-width: 100%;
    background-color: #2c92dd;
    color: #fff;
    cursor: default;
    font-weight: 500;
    border-radius: 3px;
}

input[type="submit"] {
    line-height: initial;
}

.table-edit-input {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    height: auto !important;
    line-height: 1 !important;
}


.list-client-padding {
    padding: .6em 1.8em !important
}

.hover-white:hover {
    color: white !important;
}

.parallax.disabled {
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
}

.keyword-search input[type="text"] {
    border: none;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
}

.keyword-search input[type="text"]:focus {
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.input-mini {
    line-height: 42px !important;
}

.ui-card {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding: 2.5em;
}

.ui-card.unpadded {
    padding: 0 !important;
}

.unpadded-ui-card-title,
.unpadded-ui-card-description {
    padding: 1.5em;
}

.unpadded-ui-card-title h3 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
}

.green-label {
    padding: 2px 10px 2px 10px;
    max-width: 100%;
    background-color: #3dfd84;
    color: #237b43;
    cursor: default;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.red-label {
    padding: 2px 10px 2px 10px;
    max-width: 100%;
    background-color: #ff6e6e;
    color: #712020;
    cursor: default;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.yellow-label {
    padding: 2px 10px 2px 10px;
    max-width: 100%;
    background-color: #ffdb2d;
    color: #736315;
    cursor: default;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.disabled-label {
    padding: 2px 10px 2px 10px;
    max-width: 100%;
    background-color: #333;
    color: #fff;
    cursor: default;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.mini-label {
    padding: 1px 8px 1px 8px;
    font-size: 10px;
}

.listing-footer-btn {
    padding-top: 7px;
    padding-bottom: 7px;
}

.lh-small {
    line-height: 14px;
}

.lh-medium {
    line-height: 16px;
}

.price-margin {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.li-min-24 {
    min-width: 24%;
}

.li-min-49 {
    min-width: 48.5%;
}

.savedOffersCount {
    background: #f51616;
    border-radius: 20px;
    padding: 0px 6px;
    margin-top: -35px;
    position: absolute;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    left: 82%;
    font-family: sans-serif;
}

.offer-img {
    width: 30%;
    /*min-width: 120px;*/
    height: 120px;
    background-size: cover !important;
    background-position: center !important;
    background-color: #000 !important;
    margin-right: 20px;
    border-radius: 3px; 
    /*box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.2);*/
}

.toggle-offer-img {
    width: 100%;
    height: 100px;
    background-size: cover !important;
    background-position: center !important;
    background-color: #000 !important;
    border-radius: 3px; 
    /*box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.2);*/
}

.toggle-offer-row {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.toggle-offer-row:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sticky-results {
    position: fixed;
    top: 60px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: calc(100% - 60px);

}

.sticky-results::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    background: #dcdcdc;
}

.sticky-results::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 5px;
    background: #b1b1b1;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.index-offer-code {
    margin-top: 24px;
}

.index-offer-code input[type="text"] {
    background-color: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.35) !important;
    padding: 7px 12px !important;
    color: #fff !important;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.index-offer-code  input::-webkit-input-placeholder {
color: white !important;
}
 
.index-offer-code  input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
.index-offer-code  input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
.index-offer-code  input:-ms-input-placeholder {  
color: white !important;  
}

input, 
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="number"], 
textarea, 
select {
    height: 40px !important;
    padding: 0 14px !important;


}

/*input[type="text"],
input[type="number"] {
    color: #2c92dd !important;
}*/


.filter-btn {
    display: none !important;
}

.comission-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 10px;
}

.comission-text-wrapper {
    margin-top: 10px;
}

.price-mobile-divider {
    display: none !important;
}

.specs-min {
    min-width: 100px;
}

.mobile-description {
    padding-right: 0;
    padding-left: 0;
}

.post-toggle-space {
    margin-bottom: 15px;
}

.post-extra-space {
    height: 20px;
}

.hide-desktop {
    display: none !important;
}

.zero-results {
    min-height: 400px;
    padding-top: 1em;
}


.search-toggle{ 
    -webkit-transition: max-height 0.7s; 
    -moz-transition: max-height 0.7s; 
    -ms-transition: max-height 0.7s; 
    -o-transition: max-height 0.7s; 
    transition: max-height 0.7s;  
    overflow: hidden;  max-height: 0;
}

.note-textarea {
    padding-top: 10px !important;
}

.nav-buttons {
    margin-top: -5px;
}

.project-left {
    float: left !important;
    left: 15px;
    background-color: rgba(95, 183, 5, 0.9) !important;
}

.project-name {
    color: #fff;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 3px;
    top: 15px;
    position: absolute;
    font-size: 11.5px;
    background: #5fb705;
    margin-left: 15px;
    margin-right: 15px;
}
/* All Tablet Sizes (devices and browser) */
@media (max-width: 1024px) {

    .search-container h2 {
        font-size: 34px !important;
    }
}

@media (max-width: 768px) {
     .filter-btn {
        display: block !important;
    }   
}

/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {

    .nav-buttons {
        margin-top: 0 !important;
    }
    .table-edit-input {
        font-size: 14px !important;
    }

    h2 {
        font-size: 22px !important;
        line-height: 22px !important;
    }

    h3 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .infoBox {
        transform: scale(0.75) !important;
        left: -77px !important;
        bottom: -145px !important;
    }

    #mapnav-buttons {
        bottom: 0 !important;
        right: 10px !important;
    }

    #switchBetween {
        top: 10px !important;
        right: 10px !important;
    }

    #mobileClusterFilter {
        top: 10px !important;
        left: 10px !important;
    }

    .custom-zoom-in, .custom-zoom-out {
        margin: 5px 5px !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .hide-desktop {
        display: block !important;
    }

    .mfp-container {
        overflow: auto;
    }

    .small-dialog {
        padding: 15px 20px !important;
    }

    #sticky-results {
        display: none;
    }

    .filter-btn {
        display: block !important;
    }

    #header-container.header-style-2 #header { padding-bottom: 10px !important; }

    .li-min-24,
    .li-min-49,
    .post-list-padding {
        padding-left: 15px !important;
    }

    .list-layout .listing-img-container:after,
    .list-layout .listing-img-container:before {
        display: none !important
    }

    .list-client-padding {
        padding: .6em 1em !important;
    }

    .list-layout .listing-client {
        padding: 1em 1em .5em 1em !important;
    }

    .client-actions {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ui-card {
        padding: 1em !important;
        border-radius: 0 !important;
    }

    .savedOffersCount {
        margin-top: 2px !important;
    }

    section.fullwidth {
        padding: 10px 0 !important;
    }

    .agent-contact-name {
        display: none !important;
    }

    .listing-title h4 a {
        font-size: 1em !important;
        line-height: 1.3!important;
    }

    .list-layout ul.listing-details li {
        /*padding-left: 10px !important;*/
        line-height: 1.2 !important;
    }

    .list-layout ul.listing-details {
        font-size: 1.2rem;
        padding-right: 0 !important;
        /*margin-left: 5px;*/
    }

    .list-layout .listing-price {
        font-size: 1.2em !important;
    }

    .list-layout .listing-footer {
        padding: 0 15px !important;
    }
    
    .list-layout .listing-img-container {
        min-height: auto !important;
    }
    .post-img img {
        border-radius: 0 !important;
    }

    .listing-item {
        border: none !important;
    }

    .text-content {
        padding: 20px 0 !important;
    }

    .sort-by,
    .sort-by .sort-by-select {
        width: 100% !important;
    }

    .sort-by label {
        display: none !important;
    }

    .index-offer-code {
        margin-top: 10px;
    }

    .comission-text {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 10px;
        display: block;
        margin-left: 0;
    }

    .price-mobile-divider {
        display: inline !important;
    }

    .comission-text-wrapper {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .mobile-description {
        padding-right: 15px;
        padding-left: 15px;
    }

    .property-main-features {
        padding: 15px 20px !important;
    }
    
    .slick-lightbox .slick-next {
        right: 15px !important;
        margin-right: 0 !important;
    }

    .slick-lightbox .slick-prev {
        left: 15px !important;
        margin-left: 0 !important;
    }

    .slick-prev, .slick-next {
        width: 36px !important;
        height: 36px !important;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 20px !important;
    }

    .slick-lightbox-slick-item-inner {
        display: inline-block;
        vertical-align: middle;
        max-width: 99% !important;
        max-height: 99% !important;
    }

    .slick-lightbox-slick-img {
        margin: 0 auto;
        display: block;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .post-contact-agent {
        display: none;
    }

    .specs-min {
        min-width: 165px;
    }

    .post-divider-mobile {
        height: 10px;
        background: rgb(199, 199, 199);
    }

    .post-toggle-space {
        margin-bottom: 0;
    }

    .ui-accordion .ui-accordion-content, .toggle-container {
        padding: 15px !important;
        overflow-x: scroll;
    }

    table.basic-table {
        overflow-x: scroll;
        font-size: 14px;
    }

    table.basic-table th, table.basic-table td {
        padding: 5px 10px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 14px;
    }

    .tab-content-padding {
        padding: 15px !important;
    }

    .toggle-offer-img {
        height: 180px;
    }

    .header-icon-mobile {
        min-width: 40px !important;
    }

    .contact-info-mobile {
        margin-left: 18px;
        margin-top: 4px;
        line-height: 15px;
    }

    .ui-accordion .ui-accordion-header, .trigger a {
        padding-left: 15px !important;
    }

    .post-extra-space {
        display: none !important;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .sm-text-left {
        text-align: left !important;
    }

    .sm-text-right {
        text-align: right !important;
    }

    .sm-no-borders {
        border: none !important;
    }

    /*helpers*/

    .mobile-inline {
        display: inline !important;
    }

    .sm-mt0 {
        margin-top: 0 !important;
    }

    .sm-mb0 {
        margin-bottom: 0 !important;
    }

    .sm-mt-xs {
        margin-top: 5px !important;
    }

    .sm-mb-xs {
        margin-bottom: 5px !important;
    }

    .sm-ml0 {
        margin-left: 0 !important;
    }

    .sm-mr0 {
        margin-right: 0 !important;
    }

    .sm-ml-xs {
        margin-left: 5px !important;
    }

    .sm-mr-xs {
        margin-right: 5px !important;
    }

    .sm-mt-sm {
        margin-top: 10px !important;
    }

    .sm-mb-sm {
        margin-bottom: 10px !important;
    }

    .sm-ml-sm {
        margin-left: 10px !important;
    }

    .sm-mr-sm {
        margin-right: 10px !important;
    }

    .sm-mt-md {
        margin-top: 20px !important;
    }

    .sm-mb-md {
        margin-bottom: 20px !important;
    }

    .sm-ml-md {
        margin-left: 20px !important;
    }

    .sm-mr-md {
        margin-right: 20px !important;
    }

    .sm-pt0 {
        padding-top: 0 !important;
    }

    .sm-pb0 {
        padding-bottom: 0 !important;
    }

    .sm-pl0 {
        padding-left: 0 !important;
    }

    .sm-pr0 {
        padding-right: 0 !important;
    }

    .sm-pl-xs {
        padding-left: 5px !important;
    }

    .sm-pr-xs {
        padding-right: 5px !important;
    }

    .sm-pl-sm {
        padding-left: 10px !important;
    }

    .sm-pr-sm {
        padding-right: 10px !important;
    }

    .sm-pl-md {
        padding-left: 20px !important;
    }

    .sm-pr-md {
        padding-right: 20px !important;
    }

    .sm-pt-xs {
        padding-top: 5px !important;
    }

    .sm-pb-xs {
        padding-bottom: 5px !important;
    }

    .sm-pt-sm {
        padding-top: 10px !important;
    }

    .sm-pt-md {
        padding-top: 20px !important;
    }

    .sm-b-r {
        border-right: 1px solid #eaeaea;
    }

    .sm-b-l {
        border-left: 1px solid #eaeaea;
    }

    .sm-b-b {
        border-bottom: 1px solid #eaeaea;
    }

    .sm-b-t {
        border-top: 1px solid #eaeaea;
    }

    .sm-b-r0 {
        border-right: none !important;
    }

    .sm-b-l0 {
        border-left: none !important;
    }

    .sm-b-b0 {
        border-bottom: none !important;
    }

    .sm-b-t0 {
        border-top: none !important;
    }

    .table-scroll-x {
    overflow-x: auto;
    margin-right: 15px;
    margin-left: 15px;
}
}