/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.secondary-nav {
    white-space: nowrap;
}
.secondary-nav .switches {
    display: inline-block;
    padding:0.5rem;
    border-radius:0.3rem;
    margin-right:.3rem;
    position: relative;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.secondary-nav .switches:hover {
    background: #F7D25B;
}
.country-switch .current-country, .language-switch a, .favourite-button a {
    white-space: nowrap;
    align-content: center;
    vertical-align: middle;
    font-weight:700;
    font-size: 1.4rem;
    cursor:pointer;
    color:#008dd2;
}
.language-switch:hover a, .favourite-button:hover a {
    color:#000;
}
.country-switch img {
    width: 1.8rem;
    height: 1.4rem;
    margin-right: 1.2rem;
    margin-top:-4px;
    display:inline-block;
}
.secondary-nav .country-switch:hover .country_dropdown-area {
    display: block;
}
.secondary-nav .country_dropdown-area {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 70;
    padding-top: 1.33rem;
    display: none;
}
.secondary-nav .country_dropdown {
    position: relative;
    width:auto;
    min-width:140px;
    border: .1rem solid #e4e4e4;
    background-color: #fff;
    padding:0.2rem 0;
    -webkit-box-shadow: 0 .3rem .8rem 0 rgba(0,0,0,.15),0 .1rem .2rem 0 rgba(0,0,0,.3);
    box-shadow: 0 .3rem .8rem 0 rgba(0,0,0,.15),0 .1rem .2rem 0 rgba(0,0,0,.3);
}
.secondary-nav .country_dropdown:before, .secondary-nav .country_dropdown:after {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.secondary-nav .country_dropdown:before{
    border-color: transparent transparent #e4e4e4;
    border-width: 1rem;
}
.secondary-nav .country_dropdown:after{
    border-color: transparent transparent #fff;
    border-width: .9rem;
}

.secondary-nav .country_dropdown > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    color: #403b45;
    cursor: pointer;
    min-height: 3.7rem;
    padding: 0 2.4rem;
}
.secondary-nav .country_dropdown > a:hover {
    background-color: #F7D25B;
    color: #008dd2;
}
.switches.header-login {
    border:.1rem solid #e8e1e0;
    font-weight:700;
    text-align:center;
    min-width: 3.6rem;
    line-height: 3.2rem;
    height: 3.6rem;
    background: #e8e1e0;
    font-size: 1.4rem;
    color: #403b45;
    padding: 0 1.2rem;
    margin-right:0;
}
.switches.header-login:hover > a {
    color:#008dd2;
}
.switches.header-login:hover .login-dropdown_container {
    display: block;
}
.header-login .login-dropdown_container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: .8rem;
    z-index: 70;
    font-weight:400;
}
.header-login .login-dropdown {
    border-radius:.4rem;
    width: 24.8rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.2rem 0 rgba(0,0,0,.2);
    box-shadow: 0 0 1.2rem 0 rgba(0,0,0,.2);
}
.header-login .login-dropdown .user-login {
    white-space: normal;
    text-align: center;
}
.header-login .login-dropdown .register-container {
    padding: 1.8rem 1.7rem 2.6rem;
}
.header-login .login-dropdown .register-container > div {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    line-height:1.6rem;
}
.header-login .login-dropdown .user-login a {
    display:block;
}
.register-container .btn-header-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #008dd2;
    width: 100%;
    line-height: 3.6rem;
    font-size: 1.7rem;
    color: #fff;
    border-radius: .3rem;
    border-bottom: .2rem solid #e65046;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    height: 4.4rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.register-container .btn-header-register:hover {
    background-color: #e65046;
}
.register-container .btn-create-account {
    font-size: 1.4rem;
    line-height: 1.6;
    cursor: pointer;
    color:#008dd2 !important;
}
.register-container .btn-create-account:hover {
    text-decoration: underline !important;
}
.user-login-menu .user-header-link {
    display:block;
    color: #000 !important;
    border-left: .3rem solid transparent;
    border-top: .1rem solid #dadada;
    text-align:left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.4rem;
    padding: 0 1.7rem 0 1.4rem;
    text-decoration: none;
    border-left: .3rem solid transparent;
    border-top: .1rem solid #dadada;
}
.user-login-menu .user-header-link i {
    float:right;
}

.panorama {
    background: #dadada;
    background-color: rgb(218, 218, 218);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
    -webkit-transition: padding .3s ease-out;
    transition: padding .3s ease-out;
    /*height: calc(60vh - 5.7rem);*/
    height:690px;
    overflow:hidden;
}
@media (min-width: 600px) {
    .panorama {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 0 0;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #dadada;
        background-size: cover;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .panorama {
        padding: 0 0;
    }
}
@media (min-width: 1600px) {
    .panorama {
        padding: 5rem 0;
    }
}
.poza_panorama::after {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(transparent));
    background-image: linear-gradient(180deg,rgba(0,0,0,.1),transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.title-form-filter {
    color: #fff;
    font-size: 5.7rem;
    position: relative;
    text-align: center;
    text-shadow: 0 .2rem .9rem rgba(0,0,0,.25);
    z-index: 1;
    font-weight:700;
}

@media (max-width: 768px) {
    .title-form-filter {
        font-size: 4.5rem;
    }
}

@media (max-width: 568px) {
    .title-form-filter {
        font-size: 3rem;
    }
}

.container-filter-panorama {
    position:absolute;
    top:20%;
    left:0;
    right:0;
    z-index:60;
}

.form-filter-commercial {
    margin-bottom: -38px;
}

.form-filter {
    background: rgba(255,255,255,1);
    border-radius: 0 12px 12px 12px;
    padding: 24px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.form-filter_space {
    width: 100%;
    height: 1.2rem;
}
.form-filter_category_label {
    font-size: 17px;
    line-height: 24px;
    padding: 8px 32px;
    color:#000;
    border-radius:12px;
}
.form-filter_category_label.selected{
 background-color: #008dd2;
    border-color: #008dd2;
    color: #fff;
}
/*.form-filter_category_label + .form-filter_category_label {
    margin-left: 1.2rem;
}
.form-filter_category_label.selected {
    background-color: #F7D25B;
    border-color: #F7D25B;
    color: #000;
}*/
.form-filter_category_label:hover {
    background-color: #fff;
    color:#008dd2;
}
.form-filter_category_label.selected:hover {
    background-color: #008dd2;
     color: #fff;
}
.form-fields {
    width: 100%;
    /*display: grid;
    grid-gap: .9rem;
    grid-template-columns: minmax(35rem,auto) minmax(0,-webkit-max-content) minmax(0,-webkit-max-content) minmax(0,-webkit-max-content) 4.8rem;
    grid-template-columns: minmax(35rem,auto) minmax(0,max-content) minmax(0,max-content) minmax(0,max-content) 4.8rem;*/
}
.header-wrap-clone {
    height:77px;
}
.form-control {
    font-size:15px;
    font-weight:400;
    height: 4.8rem;
}
.form-control + .form-control {
    margin-left: .3rem;
}
label {
    text-transform: none;
    font-weight:400;
    font-size:17px;
    margin-bottom:0;
}

input.home-search, input.keywords-search {
    padding-left:3rem;
}
#second-search-div {
    display:none;
}
#first-search-div, #keyword-search-div {
    position:relative;
}
#first-search-div:before {
    font-family: 'lined-icons';
    content: "\e036";
    position:absolute;
    top:3.1rem;
    left:1rem;
    line-height:4.6rem;
    font-size:1.4rem;
    z-index: 20;
    color: #77757a;
}
#keyword-search-div:before {
    font-family: 'lined-icons';
    content: "\e036";
    position:absolute;
    top:0.1rem;
    left:1rem;
    line-height:4.6rem;
    font-size:1.4rem;
    z-index: 20;
    color: #77757a;
}
#select2-property-type-search-container:before {
    font-family: 'font-icons';
    content: "\ea7a";
    position:absolute;
    top:0.1rem;
    left:1rem;
    line-height:4.6rem;
    font-size:1.4rem;
    z-index: 20;
    color: #77757a;
}
#select2-type-search-container:before {
    font-family: 'font-icons';
    content: "\ea7a";
    position:absolute;
    top:0.1rem;
    left:1rem;
    line-height:4.6rem;
    font-size:1.4rem;
    z-index: 20;
    color: #77757a;
}

#search-fields #select2-property-type-search-container:before, #search-fields  .beds-baths > span:before, #search-fields  .prices > span:before {
    top:0.6rem;
}
.search-top #select2-property-type-search-container:before, .search-top  .beds-baths > span:before, .search-top  .prices > span:before {
    top: 2px !important;
}
#search-fields #first-search-div:before {
    top: 3.6rem;
    }
#search-fields .beds-baths, #search-fields .prices{
	padding-left:0;
	}
.beds-baths > span:before{
	font-family: 'font-icons';
    content: "\e93f";
    position:absolute;
    top:0.1rem;
    left:1rem;
    line-height:4.6rem;
    font-size:1.4rem;
    z-index: 20;
    color: #77757a;
}
.prices > span:before{
	font-family: 'font-icons';
    content: "\e9b0";
    position:absolute;
    top:0.1rem;
    left:1rem;
    line-height:4.6rem;
    font-size:1.4rem;
    z-index: 20;
    color: #77757a;
}

#select2-property-type-search-container{
	padding-left:30px;
	}
.beds-baths > span, .prices > span{
	padding-left:40px !important;
	line-height:44px !important;
	}
#search-fields .beds-baths > span, #search-fields .prices > span {
    padding-left: 40px !important;
    line-height: 60px !important;
}
.btn-search-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background .3s;
    transition: background .3s;
    background: #008dd2;
    color:#fff;
}
.btn-search-home:active, .btn-search-home:focus, .btn-search-home:hover {
    background: #23A042;
    color:#fff;
}

.checkbox-style-1-label::before, .radio-style-1-label::before, .checkbox-style-2-label::before, .radio-style-2-label::before, .checkbox-style-3-label::before, .radio-style-3-label::before{
    background: 0 .2rem .5rem .1rem rgba(0,0,0,.2),0 .1rem .2rem 0 rgba(0,0,0,.15);
    border: .1rem solid #bbb8bd;
    border-radius: .2rem;
    display: inline-block;
    height: 2rem;
    margin-right: 1rem;
    position: relative;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    width: 2rem;
    line-height:2rem;
    text-align:center
}
.checkbox-style:checked + .checkbox-style-3-label::before, .radio-style:checked + .radio-style-3-label::before {
    content: "\e98b";
    font-family: 'font-icons';
    color: #FFF;
    line-height: 1rem;
    width: 2rem;
    padding-left: .2rem;
    background: #008dd2;
    border-color: #008dd2;
}

.header-divider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.header-divider.home_page {
    margin: 2rem 0;
    min-height: 2.2rem;
}
.header-divider::before {
    position: absolute;
    left: 50%;
    margin-left:-40px;
    top: 80%;
    width: 80px;
    height: .4rem;
    display: block;
    content: "";
    background-color: #008dd2;
    z-index: 0;
}
.header-divider-text {
    font-size: 2.6rem;
    font-weight: 700;
    padding: 20px 1rem 0 1rem;
    margin-bottom:30px;
    background-color: #fff;
    z-index: 1;
    color:#2d383f;
}
.oferte-home-list {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.oferte-home-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2rem;
    width: 48%;
}
.adhome {
    margin-left: .9rem;
    margin-bottom: 2rem;
    width: 100%;
}
.adhome img{
	width:100%;
	border: .1rem solid #e8e9eb;
	}
@media (min-width: 768px) {
    .oferte-home-item {
        width: 50%;
    }
}
@media (min-width: 1050px) {
    .oferte-home-item {
        /*width: 48.7%;*/
        width: 33.33%;
        /*max-width: 34rem;*/
    }
}
.properties i{
	color:#008dd2;
	font-size:20px;
	}
.oferte-home-block {
    display: block;
    position: relative;
    border: none;
    color: #2d383f;
    border-radius:12px;
    overflow:hidden;
}
/*.oferte-home-block:before{
    padding-top: 68.374%;
    display: block;
    content: "";
    height: 0;
    width: 100%;
}*/
.oferte-home-image {
    display: block;
    /*position: absolute;*/
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    /*width: 100%;
    height: auto;*/
}
.oferte-img-loaded {
    -webkit-animation-name: opacity-up;
    animation-name: opacity-up;
}
.tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: .3rem .6rem;
    border-radius: .3rem;
    border-bottom-left-radius: 0.3rem;
    white-space: nowrap;
}
.tag--style2 {
    background-color: #39a76d;
    color: #fff;
}
.tag__arrow-bottom {
    left: -.6rem;
    border-bottom-right-radius: 0;
}
.verified-tag {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1rem;
    background-color: #107c56;
    color: #fff;
    height: 1.8rem;
    padding: .2rem .6rem;
    cursor: default;
    z-index: 2;
}
.featured-properties__tag {
    right: -.6rem;
    left: inherit;
    top: .9rem;
}
.tag__arrow-bottom::before, .tag__arrow-top::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
}
.tag__arrow-bottom::before {
    top: 100%;
    /*border-width: .6rem 0 0 .6rem;
    border-color: #104227 transparent  transparent transparent;*/
    border-bottom: .6rem solid transparent;
	border-left: .6rem solid #104227;
}
.verified-tag__icon {
    fill: #fff;
    height: 1.1rem;
    width: 1.1rem;
    margin-right: .5rem;
}
.tooltip2 {
    display: none;
    width: auto;
    font-size: 1.2rem;
    text-transform: none;
    z-index: 10;
}
.tooltip2, .tooltip2::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip2--bottom {
    top: 100%;
    margin-top: .8rem;
}
.tooltip2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0,0,0,.75);
    min-width: 18.6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 28.5rem;
    border-radius: .2rem;
    padding: .4rem .8rem;
    white-space: normal;
}
.oferte-home_broker-logo {
    left: 1rem;
    position: absolute;
    top: 1rem;
    height: 4.2rem;
    width:7.63rem;
    z-index: 1;
    -webkit-box-shadow: 0 0 .5rem -.1rem #2d383f;
    box-shadow: 0 0 .5rem -.1rem #2d383f;
}
.oferte-home_detail {
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    background-color: #008dd2;
    color:#fff;
    width: 100%;
    z-index: 1;
    padding: 1rem 1rem .6rem;
    position:relative;
}
.oferte-home_title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 1.5rem;
    margin: .1rem 0 .5rem;
    font-weight: 700;
}
.oferte-home_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content:space-between;
}
.oferte-home_bed, .oferte-home_bath {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem;
}
@media (min-width: 1050px) {
    .oferte-home_bed, .oferte-home_bath {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
svg {
    visibility: visible;
}
.icon_style {
    width: 2rem;
    height: 1.8rem;
    fill: #acacac;
    margin-left: .5rem;
}
.oferte-home_price {
    margin-left: 1rem;
    color: #fff;
}
.oferte-home_image-icons-area {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 6.1rem;
    color: #fff;
    right: 0;
    height: 2.7rem;
    background-color: rgba(37,58,128,.8);
    padding-right: .6rem;
    font-size: 1.2rem;
    border-radius:5px 0 0 0;
}
.oferte-home_image-icon {
    fill: #fff;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: .6rem;
}
.oferte-home_image-icon--photo {
    margin-right: .6rem;
    width: 1.8rem;
}
form, img {
    display:block;
}
.verified-tag__icon {
    fill: #fff;
    height: 1.1rem;
    width: 1.1rem;
    margin-right: 0.5rem;
}
.tooltip2 {
    display: none;
    width: auto;
    font-size: 1.2rem;
    text-transform: none;
    z-index: 10;
}
.tooltip2, .tooltip2::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip2--bottom {
    top: 100%;
    margin-top: .8rem;
}
.tooltip2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0,0,0,.75);
    min-width: 18.6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 28.5rem;
    border-radius: .2rem;
    padding: .4rem .8rem;
    white-space: normal;
}
.tooltip2, .tooltip2::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip2::before {
    content: " ";
    border-width: .6rem;
    border-style: solid;
}
.tooltip2--bottom::before {
    bottom: 100%;
    border-color: transparent transparent rgba(0,0,0,.75);
}
@media (min-width: 1050px) {
    .verified-tag:hover .tooltip2 {
        display: block;
    }
}

.feedback-fixed {
    position:fixed;
    top:50%;
    right:-20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 321548656;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.feedback-fixed button {
    font-size: 13px;
    position: relative;
    border: none;
    outline: none;
    padding: 12px 12px 12px 12px;
    cursor: pointer;
    white-space: nowrap;
    background-color: #008dd2 !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 0.96;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    transform: rotate(270deg);
    color:#fff;
    border-radius: 3px 3px 0 0;
    line-height: normal;
}
.feedback-fixed button:hover {
    padding-bottom:14px;
    box-shadow: 0 0 35px 2px rgb(0 0 0 / 24%);
    opacity: 1;
}

.feedback-container {
    display:none;
    position:fixed;
    top:50%;
    right:32px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 321548656;
    background:#fff;
    width:320px;
    text-align:center;
    box-shadow: rgb(0 0 0 / 35%) 0 6px 100px 0;
}


.feedback-container > p {
    font-size: 17px !important;
    font-weight:normal;
    line-height:normal;
    padding:30px;
    margin:0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.feedback-icons {
    padding: 0 12px;
    display: flex;
    align-items: flex-start;
}
.feedback-icons button.emoticons {
    width: 20%;
    background: none !important;
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    display: block;
}
.feedback-icons button.emoticons img {
    width:29px;
    margin-bottom:5px;
    display:inline-block;
}
.feedback-icons button.emoticons.opaque img {
    opacity: 0.5;
}
.feedback-icons button.emoticons .text-emoticon {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.feedback-icons button.emoticons > span {
    display:block;
    font-size: 12px;
    color: #999;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
}
.feedback-icons button.emoticons:hover > span, .feedback-icons button.emoticons:focus > span, .feedback-icons button.emoticons.active > span {
    opacity: 1;
    transform: translateY(0);
}
.feedback-icons button.emoticons:hover > img, .feedback-icons button.emoticons:focus > img, .feedback-icons button.emoticons.active > img {
    opacity: 1;
}
.feedback-container .bottom-padding {
    padding: 30px 20px 0;
}
.feedback-container button.close-feedback {
    right: 20px;
    position: absolute;
    top: -13px;
    font-size: 15px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    border-radius: 50%;
    border-bottom-style: none;
    border-width: 0;
    color: #ffffff !important;
    background-color: #4d5167 !important;
}



/** Content luat cu copy paste must be edited! **/
.home-page__blog-prestige {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.home-page__blog-links {
    width: 100%;
}
@media (min-width: 1120px) {
    .home-page__blog-links {
        width: calc(100% - 43rem);
    }
}
.agent-hub-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .4rem;
    background-color: #403b45;
    overflow: hidden;
    margin-bottom: 1.2rem;
    padding-left: 2.4rem;
}
.text {
    line-height: normal;
}
.text--size3 {
    font-size: 1.6rem;
}
.text--size2 {
    font-size: 1.4rem;
}
.text--bold {
    font-weight: 700;
}
.agent-hub-banner__heading {
    color: #fff;
    margin-bottom: .6rem;
}
.agent-hub-banner__text {
    color: #fff;
    margin-bottom: 2.4rem;
}
.button-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.button-supportive {
    min-width: 3.6rem;
    height: 3.6rem;
    line-height: 0;
    border-radius: .3rem;
    border: .1rem solid #e8e1e0;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    color: #403b45;
    padding: 0 1.2rem;
}
.button-supportive--color-2 {
    color: #008dd2;
}
.agent-hub-banner__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
}
.agent-hub-banner__image {
    height: 174px;
}
.blog-links {
    width: 100%;
    padding-top: .8rem;
    padding-bottom: 1rem;
}
.blog-links__title {
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 2rem;
    font-weight:bold;
}
.blog-links__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: .5rem;
    padding:2px;
}
.blog-links__list-item:nth-child(2n) {
    background-color: #eaefff;
}
.blog-links__time {
    width: 12%;
    font-weight: 700;
}
.blog-links__link {
    width: 87%;
    text-decoration: none;
    color: #008dd2;
    order:2;
}
.home-page__prestige-area {
    display: none;
    width: 42rem;
    margin-left: 1rem;
}
@media (min-width: 1120px) {
    .home-page__prestige-area {
        display: block;
    }
}
.prestige {
    position: relative;
    background-color: #f9f9f9;
    border: .1rem solid #eaeaea;
    margin-bottom: 1rem;
    direction: ltr;
}
.prestige__image-banner {
    width: 100%;
}
.social-links__heading {
    color: #898989;
    font-size: 1.2rem;
    margin-bottom: .3rem;
}
.social-links__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.social-links__list, .social-links__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-links__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.6rem;
    color: #fff;
}
.social-links__list-item--instagram {
    background-color: #de3161;
}
.social-links__list-item--fb {
    background-color: #4267b2;
}
.social-links__list-item--twitter {
    background-color: #4fa8e4;
}
.social-links__list-item--linkedin {
    background-color: #138ab2;
}
.social-links__list-item:not(:first-child) {
    margin-left: .8rem;
}
.social-links__link-icon {
    width: 2rem;
    height: 2rem;
    fill: #fff;
}
.footer-link-home {
    display: none;
}
@media (min-width: 568px) {
    .footer-link-home {
        display: block;
    }
}
.footer-link-home__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 1000px) {
    .footer-link-home__container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.footer-link-home__column {
    width: 50%;
    margin-bottom: 2rem;
}
@media (min-width: 1000px) {
    .footer-link-home__column {
        width: auto;
    }
}
.footer-link-home__heading {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2px 0;
}
.footer-link-home__link {
    font-size: 1.2rem;
    line-height: 2.2rem;
    display: block;
    text-decoration: none;
    color: #008dd2;
    list-style: disc;
    display: list-item;
    margin-left: 15px;
}
.footer {
    background: #f8f8f8;
    border-top: 0;
    padding: 2rem 0;
    position: relative;
    z-index: 70;
}
@media (min-width: 568px) {
    .footer {
        background: #008dd2;
        border-top: .1rem solid #008dd2;
    }
}
.container_footer {
    /*width: 90%;
    max-width: 114.5rem;*/
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    margin: 0 auto;
}
/*.container--home-page {
    max-width: 100rem;
}*/
.footer__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__left-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__left-area, .footer__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__links-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__left-area, .footer__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__logo-link {
    margin-bottom: 1.5rem;
    margin-right: 1.2rem;
    margin-top: .8rem;
}
@media (min-width: 768px) {
    .footer__logo-link {
        margin-bottom: 0;
        margin-top: 0;
    }
}
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 768px) {
    .footer__links {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-left: 1.2rem;
    }
}
@media (min-width: 1000px) {
    .footer__links {
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
}
.footer__link {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    white-space: nowrap;
}
.footer__link:hover{
	color:#EFB700;
	}
.footer__link:not(:first-child) {
    margin-left: .96rem;
}
.footer__app-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    order: 3;
}
.footer__app-area, .footer__app-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px) {
    .footer__app-area {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 1.2rem;
    }
}
.footer__app-area, .footer__app-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__app-link--android, .footer__app-link--huawei {
    margin-left: .5rem;
}
.footer__logo-link svg {
    height: 4.1rem;
    width: auto;
}
.footer__app-link svg {
    display: block;
    height: 4rem;
}
.leaflet-popup-content {
    min-width: 420px;
}
.popup_map-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-decoration: none;
    width:420px;
    height:142px;
    font-size: 1.4rem;
}
.ms-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 50%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #e4e4e4;
    border-radius: .3rem;
    margin-right: 0.6rem;
    max-width:192px;
}
.ms-prop_type {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    letter-spacing: .05rem;
    font-weight:600;
    text-transform: uppercase;
}
.ms-price {
    margin: 0 0 .6rem;
    line-height:normal;
    font-size:1.6rem;
    font-weight:700;
}
#search-fields > form > .container:before {
    font-family: 'lined-icons';
    content: "\e036";
    position: absolute;
    top: 1.3rem;
    left: 2.3rem;
    line-height: 4.6rem;
    font-size: 1.4rem;
    z-index: 20;
    color: #77757a;
}
.properties-list {
    margin-top:0;
}
.property-list {
    border:1px solid #eee;
    padding:1px;
    display:block;
}
.property-list + .property-list {
    margin-top:15px;
}
.property-list p {
    margin-bottom:0;
}

.menu-item {
    border-top:2px solid transparent !important;
}
.menu-item.active {
    border-color: #d95e00 !important;
}

#search-fields .select2-container .select2-selection--single, .select2-container .select2-selection--single {
    height:4.8rem;
    border-color:transparent;
    border-radius:0;
    background:rgba(249,250,251,0.5);
}
#search-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:50px;
    font-size:15px;
    color: #9ca3af;
    padding-left:20px;
}
.search-top .select2-container--default .select2-selection--single .select2-selection__rendered, .search-top  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left:35px !important;
}

#search-fields .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:4.6rem;
}
.select2-results__option--selectable {
    font-size:17px;
}
#search-fields div.form-control.for_select, div.form-control.for_select {
    display:inline-block;
    padding:0;
    border:none;
}
#search-fields div.form-control + div.form-control, div.form-control + div.form-control {
    margin-left:.5rem;
}
.beds-baths, .prices, .more-filters, .areas, .amenities {
    position:relative;
    padding:0;
    width:24rem;
}
.prices, .beds-baths {
    /*width:16rem;*/
    width:auto;
    padding-left: 20px;
    padding-right: 2.5rem;
}
.search-top .prices,.search-top  .beds-baths {
	padding-left:0;
	}
.prices > span, .beds-baths > span {
    display:block;
    padding-right:0 !important;
    max-width: 20rem;
    overflow: hidden;
}
.areas {
    width:15rem;
}
.amenities {
    width:14rem;
}
.more-filters {
    width:24rem;
}
#first-search-div .col-md-3:not(:nth-child(4)):not(:nth-child(5))::before, #first-search-div .col-md-2:not(:nth-child(4)):not(:nth-child(5))::before {
	border: 0 solid #000;
    position: absolute;
    top: 42px;
    z-index: 1;
    height: 2.5rem;
    border-radius: .375rem;
    border-right-width: 1px;
    border-color: #000;
    outline-width: 0;
    --tw-content: "";
    content: var(--tw-content);
    right: 0;
}
#search-fields #first-search-div .col-md-3:not(:nth-child(4)):not(:nth-child(5))::before{
	top:49px;
	}
	
.beds-baths > span, .prices > span, .areas > span, .amenities > span, .more-filters > span {
    display:block;
    line-height: 3.9rem;
    cursor:pointer;
    position:relative;
    padding: 0.375rem 2.5rem 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    color: #9ca3af;
}
.more-filters > span {
	line-height:44px;
	}
.beds-baths:before, .prices:before, .areas:before, .amenities:before, .more-filters:before {
    font-family: 'font-icons';
    content:"\e911";
    position:absolute;
    right:8px;
    top:13px;
    color:#008dd2;
}
.drop-container {
    display: none;
    position: absolute;
    top: 4.9rem;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 5px #999;
    z-index: 9999;
    border-radius: 3px;
}
.drop-container .bed-bath-wrapper, .drop-container .price-wrapper, .area-wrapper-home, .amenities-wrapper-home, .status-wrapper {
    padding:1.5rem;
}
.drop-container .bed-bath-reset, .drop-container .price-reset, .drop-container .area-reset, .drop-container .amenity-reset {
    padding:1.2rem 1.5rem;
    min-height: 4.998rem;
    border-top:.1rem solid #e4e4e4;
}
.drop-container .bed-bath-reset > button, .drop-container .price-reset > button, .drop-container .area-reset > button, .drop-container .amenity-reset > button, #moreModal button#reset-modalMore {
    background: none;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #008dd2;
}
.drop-container > .bed-bath-wrapper > h3 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #008dd2;
    margin-bottom: 1.2rem;
}
.drop-container > .amenities-wrapper {
    width: 63.5rem;
}
.drop-container > .bed-bath-wrapper ul, .drop-container > .price-wrapper ul, .drop-container > .area-wrapper-home ul, .area-wrapper ul, .status-wrapper ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.2rem;
    align-items: center;
    justify-content: center;
}
.drop-container > div > ul:last-child {
    margin-bottom:0;
}
.drop-container > .bed-bath-wrapper li, .drop-container > .price-wrapper li, .drop-container > .area-wrapper-home li, .area-wrapper li, .status-wrapper li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: .9rem;
}
.drop-container > .bed-bath-wrapper li:last-of-type, .drop-container > .price-wrapper li:last-of-type, .drop-container > .area-wrapper-home li:last-of-type, .area-wrapper li:last-of-type, .status-wrapper li:last-of-type {
    margin-right:0;
}
.drop-container > .bed-bath-wrapper li input, .status-wrapper li input {
    display:none;
}
.drop-container > .bed-bath-wrapper li label, .drop-container > .price-wrapper, .drop-container > .area-wrapper-home, .area-wrapper, .status-wrapper li label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    line-height: 2.4rem;
    color: #403b45;
    background-color: #f7f5f5;
    border-radius: .5rem;
    padding: .6rem 1.2rem;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    border: .1rem solid transparent;
    -webkit-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
    will-change: border-color;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:1.4rem;
}
.drop-container > .price-wrapper, .drop-container > .area-wrapper-home, .area-wrapper {
    background: #fff;
    padding: 1.2rem;
}
.drop-container > .bed-bath-wrapper li label.active, .status-wrapper li label.active {
    background-color: #e8f4f6;
    border-color: #008dd2;
    color: #008dd2;
}
.drop-container > .bed-bath-wrapper li label:hover, .status-wrapper li label:hover {
    background-color: #efebea;
}
.drop-container .price-wrapper input, .drop-container > .area-wrapper-home input, .area-wrapper input {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.8rem 0 1.8rem;
}
.drop-container .price-wrapper li, .drop-container > .area-wrapper-home li, .area-wrapper li {
    position:relative;
}
.drop-container .price-wrapper label, .drop-container > .area-wrapper-home label, .area-wrapper label {
    position:absolute;
    top:2px;
    left: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.2rem 1.8rem;
}
#moreModal hr {
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
}
.btn-search-home {
    height: 4.8rem;
    display: inline-block;
    margin-left: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    border-radius: .3rem;
    padding: 0 2rem;
}
#moreModal h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
}
.font-medium {
    font-weight: 500!important;
}
.address-autocomplete {
    position: relative;
}
input.home-search, input.keywords-search {
    padding-left:3rem;
}
.address-autocomplete:before {
    font-family: 'lined-icons';
    content: "\e036";
    position:absolute;
    top:.1rem;
    left:1rem;
    line-height:4.6rem;
    font-size:1.4rem;
    z-index: 20;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#result {
    border: 1px dotted #ccc;
    padding: 3px;
}
#result ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#result ul li {
    padding: 5px 0;
}
#result ul li:hover {
    background: #eee;
}
/*.contact-properties{
	margin-top:30px;
	padding-top:10px;
	border-top:1px solid #dadada;
	}*/
.btn-contact-property {
    height: 3.6rem;
    line-height: 2.6rem;
    font-size:1.4rem;
    color:#2d383f;
    background: #fff;
    padding:0 7px;
}
.btn-contact-property:hover {
    background: #f7f5f5;
}
.btn-contact-property > i {
    color:#007ea8;
}
.property-types-wrapper {
    position: relative;
    background-color: #f9f9f9;
    border: .1rem solid #dadada;
    padding: 1rem .9rem;
    font-size: 1.5rem;
}
.property-types-wrapper a {
    color:#3b97ba;
}
.property-types-wrapper a:hover {
    text-decoration: underline;
}
.property-type-child {
    margin-bottom: .6rem;
}
.property-types-wrapper > div > div a, .property-types-wrapper > div > div span {
    font-size:1.5rem;
}
.btn-show-all-properties {
    position: absolute;
    bottom: 1rem;
    right: 2%;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3b97ba;
    font-weight: 700;
    cursor: pointer;
    font-size:1.5rem;
}
.btn-share-social {
    margin: 0;
    overflow: visible;
    outline: none;
    font: inherit;
    -webkit-appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background .3s;
    transition: background .3s;
    font-size: 1.4rem;
    /*width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;*/
    background-color: #fff;
    color: #403b45;
    border: .1rem solid #e8e1e0;
    border-radius: .3rem;
    padding: 1.2rem;
    line-height: 2.4rem;
    min-width: 8rem;
    width:100%;
}
.btn-share-social + .btn-share-social {
    margin-top: 1.2rem;
}
.btn-share-social span {
    display:inline-block;
    width:25px;
    height:25px;
    margin-right:5px;
    border-radius:50%;
    color:#fff;
}
.btn-share-social span > i {
    vertical-align: bottom;
}
span#share-fb {
    background: #4267b2;
}
span#share-tweet {
    background: #1da1f3;
}
span#share-pint {
    background: #e60019;
}
span#share-mail {
    background: #7b7373;
}

/** Property page **/

.breadcrumb {
    padding: 1.8rem 0;
    text-align:left;
    background: transparent;
    font-size:1.2rem;
    line-height:2.3rem;
    color: #3b97ba;
    margin-bottom:0;
}
.breadcrumb a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin-right: 1.8rem;
    color: #3b97ba;
    text-decoration: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
    font-size:1.2rem;
    line-height:2.3rem;
}
.breadcrumb > a:first-child {
    padding-right: 1.8rem;
    border-right: .1rem solid #e4e4e4;
}
.breadcrumb > a.m-left {
    margin-left: 1.8rem;
}
.property-info h1 {
    font-size:2.56rem;
    color: #403b45;
    line-height: 1.54;
    font-weight:700;
}
.property-info h4 {
    font-size:1.6rem;
    font-weight:400;
    color: #77757a;
    letter-spacing: .05rem;
    line-height: 1.25;
    margin-bottom: 0;
}
.property-info > div:first-child > div, .location-agent {
    padding: 2.6rem 0;
}
.label-info {
    margin-right: 1.8rem;
    min-width: 15.2rem;
    white-space: nowrap;
}
.value-info {
    font-weight: 700;
}
.info-prop {
    margin-bottom: 0.8rem;
    display:flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 0;
    line-height:2;
}
.agent-property {
    display:flex;
}
.location-property .map-location, .agent-property .agent-image {
    width:100%;;
    overflow: hidden;
    border-radius:10px;
    display:block;
    position:relative;
    margin-right:2.4rem;
}
.location-property .map-location img{
	width:100%;
	}
.property-container h2 {
    font-size:2rem;
    font-weight:700;
    margin-bottom:2.4rem;
}
.location-agent-text {
    font-size:1.6rem;
    margin-bottom:1.8rem;
    line-height:normal;
}
.no-margin {
    margin:0;
}
.link-reviews {
    display:block;
    margin-left:.6rem;
    text-decoration: underline !important;
}
.property-rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: .3rem;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 4.3rem;
    min-height: 2.3rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.property-rating.very-good {
    background-color: #67cd6a;
}
.agent-image {
    text-align:center;
}
.agent-image img {
    width:auto;
    max-width:200%;
    height:100%;
    margin:0 -50%;
    display:inline-block;
}
.property-amenities, .amenity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.property-amenities {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.amenity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
    margin-bottom: .6rem;
    font-size:1.6rem;
}
.amenity:nth-child(2n+1) {
    margin-right: 2%;
}
.property-description {
    -webkit-transition: all .16s ease;
    transition: all .16s ease;
    overflow: hidden;
    position: relative;
    word-break: break-word;
}
.property-description.maxHeight {
    max-height:200px;
    -moz-box-shadow: inset 0 -20px 20px -20px #fff;
    -webkit-box-shadow: inset 0 -20px 20px -20px #fff;
    box-shadow: inset 0 -20px 20px -20px #fff;
}
.property-description:after {
    -moz-box-shadow: inset 0 -20px 60px -20px #fff;
    -webkit-box-shadow: inset 0 -20px 60px -20px #fff;
    box-shadow: inset 0 -20px 60px -20px #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.property-description p, .property-description span, .property-description a {
    background-color: transparent !important;
}
.btn-show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background .3s;
    transition: background .3s;
    min-width: 3.6rem;
    height: 3.6rem;
    line-height: 0;
    border-radius: .3rem;
    border: .1rem solid #e8e1e0;
    border-top-color: rgb(232, 225, 224);
    border-right-color: rgb(232, 225, 224);
    border-bottom-color: rgb(232, 225, 224);
    border-left-color: rgb(232, 225, 224);
    background: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    color: #403b45;
    padding: 0 1.2rem;
    margin-top:2.4rem;
}
.btn-show-more i {
    color:#ef5e4e;
    width: 1.6rem;
    min-width: 1.6rem;
    margin-right: .6rem;
}
.btn-show-more:hover {
    border-color: #e8e1e0;
    background: #f7f5f5;
}

.price-property {
    margin-top: 3.6rem;
    background-color: #F9F5F4;
    border-radius: 12px;
    display: block;
    padding: 2.4rem 1.8rem;
}
.property-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size:2.4rem;
    font-weight:700;
}
.property-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.4rem;
}
.property-buttons .btn {
    background: #008dd2;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    border-radius: .3rem;
    padding: 0 1.2rem;
    height: 4.8rem;
    line-height: 4.7rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: inherit;
    white-space: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.property-buttons .btn:not(:last-child) {
    margin-right: .6rem;
}
.property-buttons .btn.btn-property-whatsapp {
    background-color: #25d366;
}
.property-wish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-left:15px;
}
.btn-property-wish {
    min-width: 3.6rem;
    height: 3.6rem;
    line-height: 0;
    border-radius: .3rem;
    border: .1rem solid #e8e1e0;
    border-top-color: rgb(232, 225, 224);
    border-right-color: rgb(232, 225, 224);
    border-bottom-color: rgb(232, 225, 224);
    border-left-color: rgb(232, 225, 224);
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #403b45;
    padding: 0 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-property-wish i {
    margin-right:.6rem;
}
.property-trends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top:1rem;
}
.property-trend {
    position:relative;
    border-radius: 1rem;
    padding: 1.8rem;
    background-color: #f7f5f5;
    width: 100%;
    min-height: 4.8rem;
}
.property-trend:not(:last-child) {
    margin-right: 1.8rem;
}
.property-cost-value {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-cost-value-text {
    font-size:1.2rem;
    margin-left:3.6rem;
    margin-top:.6rem;
}
.bottom-trend {
    font-size: 1.2rem;
    color: #77757a;
}
.property-agent-broker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.2rem;
}
.property-broker-text {
    margin-top:-.3rem;
    font-size:1.4rem;
    line-height:normal
}
.location-agent-text a {
    font-size:1.6rem;
    color: #008dd2;
    text-decoration: none !important;
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
}
.property-broker-text a {
    color: #008dd2;
    text-decoration: underline !important;
}
.btn-location-map {
    color: #008dd2 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 6rem;
    height: 3.6rem;
    line-height: 3.4rem;
    border-radius: .3rem;
    border: .1rem solid #e8e1e0;
    border-top-color: rgb(232, 225, 224);
    border-right-color: rgb(232, 225, 224);
    border-bottom-color: rgb(232, 225, 224);
    border-left-color: rgb(232, 225, 224);
    background: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 1.2rem;
}
.btn-location-map:hover {
    border-color: #e8e1e0;
    background: #f7f5f5;
}
.property-price {
    vertical-align:middle;
}

.btn-currency-selector {
    min-width: 3.6rem;
    height: 3.6rem;
    line-height: 0;
    border-radius: .3rem;
    border: .1rem solid transparent;
    font-size: 1.4rem;
    font-weight: 700;
    color: #403b45;
    padding: 0 1.2rem;
    margin-left: .6rem;
    background: transparent;
}
.btn-currency-selector:hover,.btn-currency-selector.active {
    border-color: #e8e1e0;
    background: #f7f5f5;
}
.currency-dropdown {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2d383f;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.4rem;
    border-radius: .3rem;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: absolute;
    width: auto;
    left:auto;
    right: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    margin-top: .2rem;
    padding: .8rem 0;
    max-height: 40rem;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
}
.property-currency {
    padding: .3rem .8rem;
    font-size: 1.4rem;
    cursor: pointer;
    white-space: nowrap;
}
.property-currency.current, .property-currency:hover {
    background: #3b97ba;
    color:#fff;
}
.images-container {
    position:relative;
}
.gallery-buttons {
    z-index: 105;
    bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery-buttons > div {
    margin-left: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background .3s;
    transition: background .3s;
    color: #403b45;
    font-size: 1.4rem;
    height: 3.9rem;
    border-radius: 1rem;
    border: .1rem solid #e4e4e4;
    background-color: #fff;
    padding: 0 1.2rem;
    -webkit-box-shadow: 0 .2rem .5rem .1rem rgba(0,0,0,.2),0 .1rem .2rem 0 rgba(0,0,0,.15);
    box-shadow: 0 .2rem .5rem .1rem rgba(0,0,0,.2),0 .1rem .2rem 0 rgba(0,0,0,.15);
}
.gallery-buttons a:not(:last-child){
    margin-right:1.2rem;
}
.gallery-buttons a i{
    margin-right: .6rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: "";
    display:none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-family: 'font-icons';
    content: "\e911";
    position: absolute;
    right: 8px;
    top: 13px;
    color: #008dd2;
}
.wapp-floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    background: #43D854;
    width: 60px;
    height: 60px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    z-index: 99999;
}
.grid-filter li a {
    font-size:1.8rem;
}
.toggle-icon, .accordion-icon {
    margin-right:5px;
}
.toggle-header, .accordion-header {
    font-size:1.7rem;
}
.map-search .prices .drop-container {
    right:0;
    left:auto;
}
.map-search .beds-baths > span, .map-search .prices > span, .map-search .areas > span, .map-search .amenities > span, .map-search .more-filters > span {
    width:100%;
    max-width: 100%;
}
.map-search .property-list {
    border:none;
    border-radius:12px;
    overflow:hidden;
}
.map-search .property-list .contact-properties i.icon-lg {
    color: #008dd2;
}
.map-search .contact-properties {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.map-search .marker-cluster-small {
    background-color: #3756bd !important;
}

.map-search .marker-cluster-small div {
    background-color: #008dd2 !important;
    color: #fff !important;
}
.search-fields-new .form-control,
#search-fields .search-fields-new .select2-container--default .select2-selection--single .select2-selection__rendered,
.search-fields-new .select2-container--default .select2-selection--single .select2-selection__rendered,
.search-fields-new .beds-baths > span, .search-fields-new .prices > span, .search-fields-new .areas > span, .search-fields-new .amenities > span, .search-fields-new .more-filters > span
{
    font-size:17px;
    height: 60px;
    line-height:60px;
    padding-left: 30px;
}
.search-fields-new .beds-baths > span, .search-fields-new .prices > span, .search-fields-new .areas > span, .search-fields-new .amenities > span, .search-fields-new .more-filters > span {
    padding-top:0;
    padding-bottom:0;
}
#search-fields .search-fields-new .select2-container .select2-selection--single, .search-fields-new .select2-container .select2-selection--single {
    height: 60px;
    line-height: 22.5px;
}
#search-fields .search-fields-new .select2-container--default .select2-selection--single .select2-selection__arrow, .search-fields-new .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px !important;
    line-height: 60px !important;
}
.search-fields-new .address-autocomplete::before {
    line-height:3.8rem;
}
.search-fields-new .drop-container .price-wrapper label, .search-fields-new .drop-container > .area-wrapper-home label, .search-fields-new .area-wrapper label {
    font-size:1.2rem;
}
.search-fields-new .select2-container--default .select2-selection--single .select2-selection__arrow::before, .search-fields-new .beds-baths::before, .search-fields-new .prices::before, .search-fields-new .areas::before, .search-fields-new .amenities::before, .search-fields-new .more-filters::before, .search-fields-new .address-autocomplete::before {
    top:0;
}
.search-fields-new .drop-container .price-wrapper label, .search-fields-new .drop-container > .area-wrapper-home label, .search-fields-new .area-wrapper label {
    top:-1px;
}
.search-fields-new .btn-search-home, .search-fields-new .btn-search-reset {
    font-size:1.3rem !important;
    height:3.8rem !important;
}
.pagination {
    margin-top:15px;
}
.pagination, .pager {
    display:block;
}
.pages > ol {
    list-style-type: none;
    display:block;
    text-align:center;
}
.pages > ol > li, .pages i {
    line-height:1.6rem;
}
.pages > ol > li {
    display:inline-block;
    padding:10px 5px;
    min-width:36px;
    height:36px;
    font-size:1.6rem;
    text-align: center;
    border:1px solid #ccc;
    border-radius:50%;
    background: #fff;
    color:#000;
    vertical-align: middle;
}
.pages > ol > li > a {
    color:#000;
}
.pages > ol > li:hover, .pages > ol > li > a:hover {
    background: #008dd2;
    color:#fff;
}
.pages > ol > li.current {
    cursor:default;
    background: #008dd2;
    color:#fff;
}
@media(max-width:767px){
.panorama{
	background-image:url(../../images/home.jpg);
	background-size:cover;
	}
.poza_panorama{
	display:none;
	}
.container-filter-panorama{
	position:relative;
	}
#header {
	position: relative;
	background-color: #fff;
	border-bottom: none;
}
.header-row{
	justify-content:space-between;
	}
.menu-link{
	color: #008dd2;
	}
.form-filter-category_selector{
	width:100%;
	}
.form-filter{
	border-radius: 0 0 12px 12px;
	}
.prices, .beds-baths{
	padding-left:0;
	}
.oferte-home-item{
	width:100%;
	}
.tab-nav{
	flex-direction:column;
	}
.page-title {
    padding-top: 64px;
    padding-bottom: 64px;
}
.no-flex-xs{
	display:block !important;
	}
#search-fields2{
	height:auto !important;
	}
#search-fields2 div.form-control + div.form-control {
    margin-left: 0;
    margin-bottom:5px;
}
#search-fields2 .for_select{
	width:49% !important;
	}
#search-fields2 .address-autocomplete, .more-filters{
	width:100% !important;
	margin-bottom:5px;
	}

}
.box_agent_v2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #565E68;
    background: #F9F5F4;
    border-radius: 15px;
    padding-bottom:32px;
}
.box_agent_v2 .phone_v2{
    width: 100%;
    display: flex;
    align-items: center;
    background: #EE284B;
    border-radius: 15px;
    color: #ffffff;
    padding: 8px 24px;
    margin-bottom: 16px;
}
.box_agent_v2 .first {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.box_agent_v2 .agent_image {
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.box_agent_v2 .agent_image img {
    width: 100%;
    height: auto;
}
.box_agent_v2 .phone_v2 {
    border-radius: 12px 12px 0 0;
}
.box_agent_v2 .phone_v2 i{
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    color: #EE284B;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 12px;
}
.box_agent_v2 .phone_v2 > div {
    text-align: left;
    align-self: center;
}
.box_agent_v2 .phone_v2 .nrtel {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
    color: #ffffff;
    white-space: nowrap;
    display: block;
}
.box_agent_v2 .phone_v2 a{
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
}
.box_agent_v2 .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #2B2B2B;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.box_agent_v2 .agentie {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #2B2B2B;
}
.chat_contact_container_wp .contact_chat_header #button_close_contact_chat {
    position: relative;
    background: transparent;
    width: 20px;
    height: 20px;
    border: none;
}
.chat_contact_container_wp .contact_chat_header {
    height: 50px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 600;
    color: #565E68;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F9F5F4;
    border-radius: 15px 15px 0 0;
}
#chat_contact_container{
	border-radius: 15px;
	}
.chat_contact_container_wp .contact_chat_header .contact_form_header {
    width: 100%;
    text-align: center;
    font-size:24px;
}
.chat_contact_container_wp .contact_chat_content {
    padding: 0 24px;
    background: #F9F5F4;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
#desktop_detalii_share .share a {
    color: #565E68;
    background: #F9F5F4;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 12px 0;
    font-weight: 600;
    font-size: 11px;
    line-height: 19px;
    flex: 1;
    margin-right: 4px;
    width: 70px;
    max-width: 70px;
    height: 70px;
}
#desktop_detalii_share .share {
    display: flex;
    justify-content: space-between;
}
#desktop_detalii_share .share a.whatsapp {
    color: #81C14B;
}
#desktop_detalii_share .share i {
    font-size:32px;
}
#desktop_detalii_share .channel{
	line-height:1;
	}
#desktop_detalii_share .share a.facebook {
    color: #048BA8;
}
.modal--actiuni-detalii__btn-close {
    margin: 8px 8px 0 auto;
    background:transparent;
}
.modal--actiuni-detalii .modal-header {
    padding: 0 0 24px 8px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal--actiuni-detalii__title {
    font-size: 24px;
    line-height: 0.6;
    font-weight: 600;
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.map-search {
    position: relative;
    display: flex;
}

.map-search-filters {
    width: 50%;
    height:100%;
    float:left;
    background: #fff;
}

.map-search-map {
    width: 50%;
    height:100%;
    position:fixed;
    right:0;
}

.map-search-map #map {
    width: 100%;
    height: 100%;
}

.properties-mobile {
    display: none;
}

@media (max-width: 992px) {
    .map-search {
        display: flex;
        flex-direction: column;
    }

    .map-search-filters {
        width: 100%;
    }

    .map-search-map {
        position: relative;
        width: 100%;
        box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.125);
        margin-bottom: 2em;
    }

    .map-search-map #map {
        width: 100%;
        height: 400px;
    }

    .properties-desktop {
        display: none;
    }

    .properties-mobile {
        display: block;
    }
}

.add-property-step {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ccd0d7;
    border-radius: 50%;
    margin: 0 0.5em;
    transition: background 0.25s;
}

.add-property-step.current {
    background-color: #979fad;
}

.add-property-step.finished {
    background-color: #008dd2;
}

.add-property-form {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    align-items: center;
}

.add-property-form input {
    color: #555555;
    padding: 0.5em 0.6em;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color 0.25s, box-shadow 0.25s;
}

.add-property-form input:focus {
    border-color: #ccd0d7;
    box-shadow: none;
}

.select2-container .select2-selection--single {
    background-color: rgba(249, 250, 251, 1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555555;
}

.add-property-tab {
    display: flex;
    flex-direction: column;
    width: 75%;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    gap: 1em;
}

.add-property-tab.inactive {
    display: none;
}

.add-property-form-group {
    display: flex;
    align-items: center;
    gap: 1em;
}

.add-property-form-group > label {
    min-width: 150px;
    text-align: right;
    cursor: default;
}

.add-property-tab .btn {
    width: 25%;
}

.add-property-form-group input, .add-property-form-group select {
    flex-grow: 1;
}

.add-property-form-multiple {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.add-property-form-multiple > * {
    flex: 0 0 50%;
}

.add-property-group-span {
    border: 1px solid #ccc;
}

.add-property-upload {
    color: white;
    background-color: #008dd2;
    padding: 0.25em 1em;
    border-radius: 4px;
    cursor: pointer !important;
    transition: background 0.5s;
}

.add-property-upload:hover {
    background-color: #23A042;
}

.add-property-images {
    gap: 1em;
}

.add-property-image-container {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 0.25em;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: border 0.25s;
}

.add-property-image-container:hover {
    border: 1px solid black;
}

.add-property-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.add-property-image-container button {
    position: absolute;
    right: 0.25em;
    top: 0;
    color: #23A042;
    background: none;
    transition: transform 0.25s;
}

.add-property-image-container button:hover {
    transform: scale(120%);
}

.loading-spinner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.075);
    backdrop-filter: blur(2px);
    z-index: 999999;
}

.loading-spinner > * {
    width: 5rem;
    height: 5rem;
}

.add-property-header-button {
    background-color: #008dd2;
    color: white;
}

@media (max-width: 768px) {
    .add-property-tab {
        width: 100%;
        box-shadow: none;
    }
    .add-property-tab .btn {
        width: 100%;
    }

    .add-property-form-group {
        flex-direction: column;
        align-items: start;
        gap: 0.25em;
    }

    .add-property-form-group > label {
        min-width: 0;
    }
    
    .add-property-form-multiple {
        flex-direction: column;
    }
}