@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
         url('../fonts/FontAwesome.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#top {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.list_property {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 50px;
    margin-top: 50px;
}

.list_property_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px -24px;
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a {
    font-variant: lining-nums;
}

.list_property_info .objects_repeat {
    width: calc(50% - 48px);
    padding: 0px 24px;
    margin-bottom: 42px;
}

#top p:last-child {
    margin-bottom: 0;
}

#top.object_detail .entry-content-wrapper li {
    margin-left: 0;
    list-style: none;
}

.html_header_top.html_header_transparency #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#top.object_detail .content {
    padding-bottom: 0;
    padding-top: 0;
}

.list_property_info .objects_repeat p,
.list_property_info .objects_repeat h5,
.list_property_info .objects_repeat h6 {
    margin: 0
}

.objects_repeat .object_img {
    width: 100%;
    overflow: visible;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.objects_repeat .object_img .bidding_wrap {
    position: absolute;
    top: 12px;
    left: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
}

.deal_listings .objects_repeat.deal_list_view .bidding_wrap {
    align-items: flex-start;
}

.object_img .bidding_wrap span {
    padding: 12px 20px 8px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 8px;
    color: #282526 !important;
    letter-spacing: 0.6px;
    border-radius: 0 20px 20px 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    min-width: 65px;
    /*text-transform: uppercase;*/
}

#top .filesnlinks-doc a {
    text-decoration: none;
}

.objects_repeat .object_img img {
    display: block;
    object-fit: cover;
    width: 100%
}

.object_price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.object_address {
    padding: 26px 20px 6px;
}

.object_address span.custom_line {
    margin: 0px 10px;
    width: 0.5px;
    height: 14px;
    background-color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
}

.object_img a {
    display: block;
}

.object_img a img {
    width: 100%;
}

.office-right-div p label,
.office-broker-box label,
.broker_basic_info p label,
.office-right-div p a,
.office-broker-box p a,
.broker_basic_info p a {
    font-weight: 300 !important;
    font-family: 'Adobe Caslon Pro';
    font-size: 18px !important;
    line-height: 22px !important;
}

#top .office-main-box .office-box .office_detail p.office_desc {
    font-weight: 300 !important;
    color: #505050 !important;
    min-height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.office-main-box .office-box .object_img a img {
    display: block;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.office-main-box .office-box:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

table {
    font-family: 'Adobe Caslon Pro';
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.deal_listings {
    margin-top: 50px;
}

#top #main {
    background-color: #fff;
}

.property_main_container {
    max-width: 1400px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
}

.property_search_filter .filter-wrapper {
    background-color: #F7F7F7;
    padding: 35px 0;
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    /* margin-top: 95px; */
}

#top .property_search_filter .filters .accordion {
    font-weight: 300;
    color: #1D1D1B;
    font-size: 38px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 4 00;
    line-height: 52px;
    letter-spacing: 0;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#top .property_search_filter .filters .accordion.filter_arr::after {
    transform: rotate(180deg);
}

#top .object_banner .bilder-btn a.avia-button:hover {
    background-color: #95392e !important;
}

#top .property_search_filter .filters .accordion:hover {
    color: #878787;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.property_search_filter .filters .accordion::after {
    position: absolute;
    content: "\f107";
    right: 0;
    top: -1px;
    font-family: 'FontAwesome';
}

.property_search_filter .filter-wrapper .accordion-content {
    padding: 70px 0px 0;
}

.property_search_filter .filter-wrapper::before {
    position: absolute;
    content: "";
    width: auto;
    height: 100%;
    top: 0;
    background-color: #F7F7F7;
    left: -999px;
    right: -999px;
    z-index: -1;
}

.property_search_filter .filter-wrapper .filters {
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
}

#top .filter-wrapper .sale_obj_search_cls fieldset {
    text-align: center;
    margin-bottom: 10px;
}

#top .filter-wrapper .sale_obj_search_cls fieldset:nth-child(2) {
    margin-bottom: 10px;
}

.filter-wrapper .filters button {
    margin: 0 2.5px 15px;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 50px;
    line-height: 21px;
    padding: 13px 28px 10px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    position: relative;
    background-color: transparent;
    overflow: hidden;
    border-color: #909090 !important;
}

#top .filter-wrapper .sale_obj_search_cls fieldset:nth-child(2) button.filterBtn {
    margin-bottom: 10px;
}

/*.filter-wrapper .filters button:before, #top .right_info .obj_additional_info a.btn::before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #95392e;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 0;
	border-radius: 50px;
}*/
#top .right_info .obj_additional_info a.btn::before {
    background-color: #fff;
}

#top .right_info .obj_additional_info a.btn:hover {
    color: #3d3d3d
}

/*.filter-wrapper .filters button:hover:before, #top .right_info .obj_additional_info a.btn:hover:before, .filter-wrapper .filters button.filterBtn.mixitup-control-active:before{
	-webkit-transform: scaleY(1);
    transform: scaleY(1);
}*/
.filter-wrapper .filters button.filterBtn.mixitup-control-active {
    color: #fff
}

fieldset.control-group.filterTextMain {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0px !important;
}

.filter-wrapper .pris_rum_main_cls,
.filter-wrapper .are_other_cls {
    display: flex;
    justify-content: space-between;
}

.filter-wrapper .pris_rum_main_cls .filters-group.filter-sliders {
    flex-basis: 49.20%;
}

.filter-wrapper .are_other_cls .filters-group.filter-sliders {
    flex-basis: 32.3%;
}

.filter-wrapper .filterTextMain input[type="text"] {
    border-radius: 25px !important;
    border: 1px solid #909090 !important;
    height: 48px !important;
    padding-left: 19px !important;
    font-size: 16px !important;
    color: #909090 !important;
    line-height: 30px !important;
    letter-spacing: 0.16px !important;
    font-family: 'Adobe Caslon Pro' !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    margin-bottom: 16px !important;
}

.filter-wrapper .filterTextMain input[type="submit"] {
    min-width: 142px;
    background: #3D3D3D url(../images/arrow_w.png) no-repeat right 32% top 49% !important;
    color: #fff;
    border-radius: 50px !important;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15.9px 22px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Adobe Caslon Pro' !important;
    font-weight: 400 !important;
}

.property_main_container .total_deal_count {
    padding: 81px 0 45px;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}

.total_deal_count .sorting_list_grid_cls {
    display: flex;
    justify-content: flex-end;
    /* min-width: 419px; */
}

/*#top .right_info .obj_additional_info a.btn{
	text-transform: uppercase;
}*/
#top .right_info .obj_additional_info .vis_btn a.btn::after,
#top .right_info .obj_additional_info a.btn::after {
    display: inline-block;
    content: "";
    margin-left: 8px;
    top: 0;
    width: 9px;
    height: 9px;
    position: relative;
    background: url(../images/arrow-white.svg);
    background-repeat: no-repeat !important;
    background-size: 5px !important;
    background-position: center !important;
    text-align: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#top .right_info .obj_additional_info .vis_btn a.btn:hover::after,
#top .right_info .obj_additional_info a.btn:hover::after {
    color: #3D3D3D;
}

#top .total_deal_count #sort_filter,
#top .total_deal_count #citysort_filter {
    width: 192px;
    border-color: #909090 !important;
    background-image: url(../images/down_arrow.png);
    background-size: 11px 14px;
    background-position: right 25px center;
    padding-left: 25px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    color: #909090 !important;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
    height: 48px !important;
    background-color: transparent;
    border-radius: 24px;
    cursor: pointer;
}

.office-box .office-broker .office-broker-list p.broker_name {
    line-height: 0 !important;
}

.office-box .office-broker .office-broker-list .broker_title b {
    color: #282526;
    font-weight: 900 !important;

}

#top .total_deal_count #citysort_filter {
    margin-left: 10px;
}

#top .broker_basic_info h4 {
    line-height: 20px !important;
}

.total_deal_count .show_list_grid_view {
    display: flex;
}

.total_deal_count .show_list_grid_view .square-btn,
.obj_project_section .show_list_grid_view .square-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #909090;
    background-image: url("../images/list_con_01.svg");
    background-size: 20px 14px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
    font-size: 0;
    background-size: 22px 14px;
}

.total_deal_count .show_list_grid_view button.grid,
.obj_project_section .show_list_grid_view button.grid {
    font-size: 0;
    background-image: url("../images/grid_icon_g.svg");
}

.total_deal_count .show_list_grid_view button.map.square-btn {
    background-image: url("../images/map_99.png");
    background-size: 20px 20px;
    margin-right: 0;
}

.total_deal_count .show_list_grid_view button.map.selected-view,
.total_deal_count .show_list_grid_view button.map.selected-view:hover {
    background-color: #3d3d3d;
    background-image: url(../images/map_99_w.png) !important;
    background-size: 20px 20px !important;
    min-width: auto;
    text-align: center;
    background-position: center;
    min-width: 36px !important;
    background-position: center !important;
}

.obj_project_section .show_list_grid_view .full_view_btn.square-btn.selected-view,
.obj_project_section .show_list_grid_view button.selected-view:hover,
.total_deal_count .show_list_grid_view .full_view_btn.square-btn.selected-view,
.total_deal_count .show_list_grid_view button.selected-view:hover,
.total_deal_count .show_list_grid_view button.grid.selected-view,
.total_deal_count .show_list_grid_view button.list.selected-view,
.obj_project_section .show_list_grid_view button.list.selected-view,
.obj_project_section .show_list_grid_view button.grid.selected-view,
.obj_project_section .show_list_grid_view button.selected-view:hover,
.total_deal_count .show_list_grid_view button.map.square-btn.selected-view {
    min-width: 100px;
    border-radius: 10px;
    background-color: #3d3d3d;
    color: #fff;
    height: 36px;
    font-size: 15px;
    letter-spacing: 0.38px;
    line-height: 18px;
    font-family: 'Adobe Caslon Pro' !important;
    font-weight: 300 !important;
    padding: 11px 11px 5px 22px;
    position: relative;
    text-align: right;
    transition: all 0.5s ease-in-out;
    background-image: url("../images/grid_icon.svg");
    background-size: 22px 14px;
    background-position: left 10px center;
    background-repeat: no-repeat;
}

.total_deal_count .show_list_grid_view button.map.square-btn.selected-view {
    min-width: 89px;
}

.total_deal_count .show_list_grid_view .full_view_btn.square-btn.selected-view,
.total_deal_count .show_list_grid_view .full_view_btn.square-btn.selected-view:hover,
.obj_project_section .show_list_grid_view .full_view_btn.square-btn.selected-view:hover,
.obj_project_section .show_list_grid_view .full_view_btn.square-btn:hover {
    min-width: 89px
}

.total_deal_count .show_list_grid_view button.list.selected-view,
.total_deal_count .show_list_grid_view button.list.selected-view:hover,
.obj_project_section .show_list_grid_view button.list.selected-view,
.obj_project_section .show_list_grid_view button.list.selected-view:hover {
    background-image: url("../images/list_icon_0w.svg");
    min-width: 78px;
    background-position: left 10px top 10px;
    background-size: 18px 18px;
}

.total_deal_count .show_list_grid_view button.list,
.obj_project_section .show_list_grid_view button.list {
    background-size: 14px 14px;
}

.total_deal_count .show_list_grid_view .square-btn:hover,
.obj_project_section .show_list_grid_view .square-btn:hover {
    background-color: #3d3d3d;
}

.obj_project_section .show_list_grid_view .full_view_btn.square-btn.selected-view:hover,
.obj_project_section .show_list_grid_view .full_view_btn.square-btn.selected-view,
.total_deal_count .show_list_grid_view .full_view_btn.square-btn.selected-view:hover,
.total_deal_count .show_list_grid_view .full_view_btn.square-btn.selected-view {
    background-image: url("../images/list_con_w.svg");
    background-size: 14px 14px;
}

.total_deal_count .show_list_grid_view button.list:hover,
.obj_project_section .show_list_grid_view button.list:hover {
    background-image: url("../images/list_icon_0w.svg");
    background-size: 18px 18px;
    background-position: left 11px top 11px;
}

.total_deal_count .show_list_grid_view button.grid:hover,
.obj_project_section .show_list_grid_view button.grid:hover {
    background-size: 22px 14px;
    background-image: url("../images/grid_icon.svg");
}

.total_deal_count .show_list_grid_view button.map:hover {
    background-image: url("../images/map_99_w.png");
    background-size: 20px 20px;
}

.total_deal_count .show_list_grid_view .full_view_btn.square-btn,
.obj_project_section .show_list_grid_view.full_view_btn.square-btn {
    background-image: url("../images/list_con_b.svg");
    margin-left: 15px;
}

.obj_project_section .show_list_grid_view .full_view_btn.square-btn:hover,
.total_deal_count .show_list_grid_view .full_view_btn.square-btn:hover {
    background-image: url("../images/list_con_w.svg");
}

.obj_project_section .show_list_grid_view {
    display: flex;
    justify-content: flex-end;
}

.obj_project_section .show_list_grid_view button.grid {
    margin-right: 0
}

.filter-wrapper .filterTextMain input[type="submit"]:hover {
    background-color: #757575 !important;
}

.filter-wrapper .filters button:hover {
    color: #fff;
}

#top .filters-group .filters-header {
    letter-spacing: 0.16px;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    color: #909090 !important;
    margin-bottom: 0;
    position: relative;
}

.filters .range-block {
    padding: 0;
}

.filters .filters-group.filter-sliders .range-block {
    border: 1px solid #909090;
    border-radius: 10px;
    padding: 5px 28px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 50px;
}

.filters-group .irs--round .irs-bar {
    top: 36px;
    height: 2px;
    background-color: #C9C9C9;
}

.filters-group .irs--round .irs-line {
    height: 2px;
}

#top .filters-group .irs--round .irs-from,
#top .filters-group .irs--round .irs-to,
#top .filters-group .irs--round .irs-single {
    padding: 0;
    background-color: transparent;
    color: #7A7A7A !important;
    border-radius: 0;
    letter-spacing: 0.16px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    top: 10px;
    font-variant: lining-nums;
}

.filters-group .irs--round .irs-from:before,
.filters-group .irs--round .irs-to:before,
.filters-group .irs--round .irs-single:before {
    display: none
}

#top .filters-group .irs--round .irs-handle {
    top: 32px;
    width: 8px;
    height: 8px;
    border: 1px solid #95392e;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 0px 4px rgb(0 0 0 / 50%);
}

.deal_listings .objects_repeat.Såld>a {
    cursor: auto;
}

.dealobjectstatus {
    max-width: 1300px;
    margin: 0 auto;
}

.deal_listings {
    margin: 40px -15px 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/*.deal_listings .objects_repeat .obj_box .object_img::before{
    position:absolute;
    content: "";
    background-color: rgba(18 220 25 / 10%);
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    z-index: -1;
}
.deal_listings .objects_repeat .obj_box:hover .object_img::before{
    z-index: 1;
    transition: .3s ease-in-out;
}*/
.office-main-box .office-box .object_img img {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.deal_listings .objects_repeat .object_img {
    transition: .3s ease-in-out;
}

.office-main-box .office_heading {
    margin-bottom: 0px !important;
}

#top .office-main-box .office-box .office_detail p.email {
    margin-top: 0;
}

.office-main-box .office-box .office_detail label {
    font-weight: 300 !important;
}

.office-main-box .office-box .office_detail .email a,
.office-main-box .office-box .office_detail .telephone a {
    font-weight: 300 !important;
}

.office-main-box .office-box .office_detail p a:hover {
    color: #95392e !important;
    transition: .3s ease-in-out;
}

.office-main-box .office-box .office_heading p {
    font-size: 19px !important;
    line-height: 25px;
    font-family: 'Adobe Caslon Pro' !important;
    font-weight: 600 !important;
}

.office-main-box .office-box .object_img {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.office-main-box .office-box .object_img a {
    height: 100%;
}

.dealobjectstatus .deal_listings {
    margin: 30px -15px 11px;
}
.dealobjectstatus .deal_listings:has(h1) {
    justify-content: center;
}
.dealobjectstatus h2 {
    text-align: center;
}

.deal_listings .objects_repeat {
    width: 33.33%;
    padding: 0 15px 30px;
    position: relative;
    box-shadow: none !important;
    background-color: #ffffff !important;
}

.deal_listings .objects_repeat.deal_list_view {
    width: 50%;
}

.deal_listings .objects_repeat.deal_list_view .object_img {
    width: 100%;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal_listings .objects_repeat .obj_box .bid_img,
.deal_listings .objects_repeat .obj_box .coming_obj_img,
.deal_listings .objects_repeat .obj_box .sold_obj_img {
    position: absolute;
    width: 153.75px;
}

.deal_listings .objects_repeat.deal_list_view .object_info {
    width: 100%;

}

.deal_listings .objects_repeat>a {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    display: block;
    border-bottom: 2px solid #95392e;
    transition: ease transform 1.5s;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.deal_listings .objects_repeat.deal_list_view .obj_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.deal_listings .objects_repeat.full_view .obj_box .extr_img {
    bottom: 20px;
}

#top .deal_listings .objects_repeat h2 {
    color: #1D1D1B;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}

#top .deal_listings .objects_repeat li,
#top .deal_listings .objects_repeat span.custom_line,
#top .deal_listings .objects_repeat .property_price {
    line-height: 24px;
    color: #282526;
    letter-spacing: 0;
    padding: 0;
    font-size: 18px;
    text-align: right;
    font-family: 'Adobe Caslon Pro';
    font-weight: 300;
}

#top .deal_listings .objects_repeat.deal_grid_view .property_price {
    text-align: left;
}

#top .deal_listings .objects_repeat .property_price {
    margin-top: 10px;
}

.obj_listings .template-page {
    padding: 0;
}

/*#top .deal_listings .objects_repeat:hover h2{
	color:#808080
}*/
#top .deal_listings .objects_repeat.deal_list_view h2 {
    min-height: auto;
    margin-bottom: 0 !important;
}

.deal_listings .object_price h5 {
    display: none
}

.deal_listings .object_address ul {
    width: 100%;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.deal_listings .objects_repeat.deal_grid_view .object_address ul {
    justify-content: flex-start;
}

/*.objects_repeat.deal_list_view .object_img .bidding_wrap{
	left:15px;
	right:auto;
}*/
.deal_listings .objects_repeat .obj_box .extr_img {
    position: absolute;
    right: 20px;
    width: 77px;
    height: 77px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 16%);
    bottom: -18px;
    visibility: visible;
    overflow: visible;
    z-index: 1;
    transition: .3s ease-in-out;
}

.deal_listings .objects_repeat .obj_box:hover .extr_img::before {
    animation: fullrotate 30s both infinite;
    animation-timing-function: linear;
    bottom: -22px;
}

.deal_listings .objects_repeat .obj_box .extr_img::before {
    position: absolute;
    content: "";
    right: 8px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px dashed #282526;
    bottom: 8px;
}

.deal_listings .objects_repeat .obj_box .object_address {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.deal_listings .objects_repeat.full_view .obj_box .object_address {
    align-items: flex-start;
}

.deal_listings .objects_repeat.deal_grid_view .obj_box .object_address {
    display: block;
}

.deal_listings .objects_repeat .obj_box .extr_img img {
    width: 32px;
    margin: 0 auto;
    object-fit: contain;
}

#top #footer .flex_column:nth-child(3) ul.menu {
    margin-top: 1px;
}

.deal_listings .image-overlay {
    display: none !important
}

.deal_listings .object_address ul li {
    display: inline-block;
    margin-left: 0;
}

.deal_listings .object_address ul li,
.deal_listings .object_address ul li a,
.deal_listings .object_address ul li span {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.45px;
    color: #3D3D3D;
}

.total_deal_count h6,
.total_deal_count h6 .mixCount {
    letter-spacing: 0.28px;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400 !important;
    color: #3d3d3d;
    margin-bottom: 0;
}

.total_deal_count h6,
.total_deal_count h6 {
    font-size: 28px !important;
    letter-spacing: 0.28px !important;
    line-height: 30px;
    margin-bottom: 0 !important;
}

.loadmore button {
    margin: 0 5px;
    color: #FFF;
    padding: 14px 28px 8px;
    border: 1px solid #3D3D3D;
    background: #3D3D3D;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    font-weight: normal;
    text-transform: inherit;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 30px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 10px;
}

.loadmore {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 0px;
}

.loadmore button:hover,
.loadmore button:hover:after {
    color: #3D3D3D;
}

.loadmore button:after {
    display: inline-block;
    content: "";
    margin-left: 8px;
    top: 0;
    width: 9px;
    height: 9px;
    position: relative;
    background: url(../images/arrow-white.svg);
    background-repeat: no-repeat !important;
    background-size: 5px !important;
    background-position: center !important;
    text-align: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.loadmore button:disabled {
    display: none;
}

.office-main-box {
    padding-top: 0px;
    margin: 0px -15px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.office-main-box .office-box {
    width: 33.33%;
    padding: 0 15px 30px;
    position: relative;
    transform: scale(1);
}

#top .office-main-box .office-box h5 {
    font-size: 24px;
    letter-spacing: 0;
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
    color: #1D1D1B;
    margin-bottom: 5px;
}

#top h1,
#top h1 a,
#top h2,
#top h2 a,
#top h3,
#top h3 a,
#top h4,
#top h4 a,
#top h5,
#top h5 a,
#top h6,
#top h6 a {
    font-variant: lining-nums;
}

.office-main-div {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.office-box .office-left-div {
    width: 65%;
}

.office-box h1,
.office-broker-detail h1 {
    margin-bottom: 30px;
    text-align: center;
}

.broker-detail-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.broker-detail-main .broker-detail-image {
    width: 26%;
    padding-left: 16px;
}

#top .broker-detail-image h4 {
    margin-bottom: 0px;
    text-transform: capitalize;
}

#top .broker-detail-image p {
    margin-bottom: 0;
}

#top .broker_basic_info {
    padding: 18px 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 5px;
    margin: 0 15px 0;
    position: relative;
    top: -16px;
}

#top .broker_presentation {
    max-width: 915px;
    margin: 45px auto 0;
}

#top.broker-detail-maklare .broker_reviews .brkreview {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

#top.broker-detail-maklare .broker_reviews {
    padding: 40px 15px 0px;
}

#top .broker_reviews .brkreview a img {
    max-width: 152px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#top .broker_detail_frm {
    max-width: 930px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}



#top .main_color .filterTextMain input[type="text"]::placeholder {
    color: #909090 !important;
}

#top .broker-detail-info p input[type="submit"] {
    background: url(../images/arrow-white.svg);
    background-position: top 52% right 25% !important;
    background-size: initial !important;
    background-repeat: no-repeat;
    min-width: 120px;
    padding-left: 27px !important;
    padding-right: 40px !important;
    margin-top: 25px;
}

#top .broker-detail-info p input[type="submit"]:hover {
    background-color: #95392e !important;
}

#top .broker_detail_frm>label,
#top .broker_detail_frm p {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 0px;
}

.broker-detail-maklare #main {
    padding-top: 96px !important;
}

.broker-detail-main .broker-detail-info form {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.broker-detail-main .broker-detail-info form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.broker-detail-main .broker-detail-info form textarea {
    min-height: 115px !important;
    padding: 15px 24px !important;
}

#top .broker-detail-image p.broker-tel,
#top .broker-detail-image p.broker-email,
.office-box .office-broker .office-broker-list p.office_tel {
    margin-top: 10px !important;
    margin-bottom: 0;
    line-height: 13px !important;
}

#top .broker-detail-image p.broker-email {
    margin-top: 0;
}

#top .broker_detail_frm>label:nth-last-child(-n + 2),
#top .broker_detail_frm p:nth-last-child(-n + 2) {
    flex: 100%;
    max-width: 100%;
}

#top .broker-detail-image label {
    color: #000
}

.broker-detail-main .broker-detail-image p {
    margin-bottom: 0;
}

.broker-detail-main .broker-detail-image img {
    width: 100%;
    display: block;
}

.broker-detail-main .broker-detail-info {
    width: 72%;
    padding-left: 70px;
    padding-right: 20px;
    padding-top: 25px;
}

.broker-detail-main .broker-detail-info .brk_frm_heading {
    font-size: 38px !important;
    line-height: 52px !important;
    text-align: center;
    margin-bottom: 25px !important;
}

.office-box .office-broker {
    clear: both;
    /* background-color: #f7f7f7; */
    /* padding: 80px 0; */
    position: relative;
    z-index: 0;
}

/* .office-box .office-broker::before {
    position: absolute;
    content: "";
    width: auto;
    height: 100%;
    left: -999px;
    right: -999px;
    background-color: #f7f7f7;
    top: 0;
    z-index: -1;
} */

.office-box .office-broker h2 {
    margin-bottom: 40px;
    text-align: center;
}

.office-box .office-broker .office-broker-list {
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 30px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s;
}

.office-box .office-broker .office-broker-list:hover {
    transform: translate3d(0, -6px, 0);
}

.office-box .office-broker .office-broker-list .office-broker-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%);
    padding-bottom: 30px;
    min-height: 552px;
    height: 100%;
}

.office-box .office-broker img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease-in-out;
}
.right_info .broker-section .brokerimg {
    margin-right: 25px;
    max-width: 144px;
    width:144px;
	max-height:144px;
    display: block;
	border-radius:50%;
	overflow:hidden;
    position: relative;
}
.right_info .broker-section .brokerimg:after{
    content: "";
  position: absolute;
  inset: 0;
  padding: 4px; 
  background: 
    radial-gradient(ellipse farthest-corner at right bottom,
      #FEDB37 0%, 
      #FDB931 8%, 
      #9f7928 30%, 
      #8A6E2F 40%, 
      transparent 80%),
    radial-gradient(ellipse farthest-corner at left top,
      #FFFFFF 0%, 
      #FFFFAC 8%, 
      #D1B464 25%, 
      #5d4a1f 62.5%, 
      #5d4a1f 100%
    );
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  border-radius: inherit;
  z-index: 1;
}



.office-box .office-broker .office-broker-list p,
.broker_basic_info p {
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #282526 !important;
    margin-bottom: 0px !important;
    font-size: 19px !important;
    font-family: 'Adobe Caslon Pro' !important; 
    font-weight: normal !important;
}

.broker_basic_info p {
    padding-left: 0;
    padding-right: 0;
}

#top .office-box .office-broker .office-broker-list p a:hover,
#top .filesnlinks-doc a:hover {
    color: #808080
}

.office-box .office-broker .office-broker-list p.broker_img {
    padding: 0;
    margin-bottom: 20px !important;
    height: 550px;
}

.office-box .office-broker .office-broker-list p.broker_img a {
    display: block;
    margin-bottom: 30px;
}
.office-box .office-broker .office-broker-list p.broker_img * {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.office-box .office-right-div {
    width: 30%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 40px;
}

.office-right-div p,
.office-right-div p a {
    font-size: 16px;
    margin-bottom: 8px;
    color: #1d1d1b;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400 !important;
}

.office-right-div p a:hover,
.office-box .office-broker .office-broker-list p a:hover {
    text-decoration: underline;
}

.office-right-div p.office_tel,
.office-right-div p.office_email,
.office-right-div p.office_address {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.office-broker .office-broker-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 30px;
}

#top .office-main-box .office-box .office_detail p {
    margin-bottom: 0;
    margin-top: 6px;
}

#top .office-main-box .office-box .office_detail p a:hover {
    color: #808080;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
}

.office-main-box .office-box p a {
    color: #3D3D3D !important;
    font-family: 'Adobe Caslon Pro' !important;
    font-weight: 400 !important;
}

.office-main-box .office_heading p {
    color: #b1b3b6;
    font-size: 18px;
}

.office-main-box .office-box p a:hover {
    text-decoration: underline
}

.office-main-box .office-box .office_info {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 0 10px 20px;
    border-bottom: 2px solid #95392e;
    display: flex;
    flex-direction: column;
}

.office-main-box .office-box .office_info .offce_addi {
    flex: 1 1 auto;
}

.office-main-box .office-box .office_info .office_readMore .avia-button {
    font-family: 'Adobe Caslon Pro' !important;
}

.office-main-box .office-box .office_info .office_readMore {
    padding: 0 15px;
}

.office-main-box .office-box .office_heading {
    padding: 24px 15px 0px;
}

.office-main-box .office-box .office_detail {
    padding: 5px 15px 10px;
}

#top .office-box .office-broker .office-broker-list p a {
    font-weight: 300 !important;
    color: #282526 !important;
}

#top .popup-kontacta-mig .contact_form_wrap .policy span.wpcf7-list-item-label {
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 0.5px !important;
    font-weight: 400;
    color: #505050 !important;
}

.office-box .office-right-div p,
.office-box .office-right-div p a {
    font-weight: 300 !important;
}

.office-right-div p a:hover {
    color: #95392e !important;
}

.office-detail-maklare .office-box {
    padding-bottom: 50px;
}

#top .office-box .office-broker .office-broker-list p a:hover {
    color: #95392e !important;
}

#top .office-box .office-broker .office-broker-list p.broker_name a {
    font-family: 'Adobe Caslon Pro' !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    text-decoration: none;
}

/*#top .office-box .office-broker .office-broker-list p.broker_name a:hover{

}*/
#top .broker_basic_info p a,
#top .broker_basic_info p label {
    font-weight: 300 !important;
    line-height: 15px !important;
}
#top .broker_basic_info a:hover {
    color: #95392e;
}
.office-box .office-broker .office-broker-list p.office_tel {
    line-height: 0 !important
}

.office-broker-box label {
    font-weight: 300 !important;
}

#top .office-main-box .office-box .office_detail label {
    color: #000;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
}

.office-object-list.deal_listings {
    padding: 30px 0px 0;
    margin: 0 -15px;
}

.brkr-objectbox h2 {
    text-align: center;
}

.brkr-objectbox {
    padding: 80px 0 15px;
}

.html_header_top.html_header_sticky .object_detail #main {
    padding-top: 0 !important;
}

.object_detail header .header_bg,
.office-detail-maklare header .header_bg,
.office-listing-maklare header .header_bg {
    opacity: 0.6 !important;
    background-color: #1D1D1B !important;
}

.object_banner {
    position: relative;
    height: 100vh;
}

.header_banner_slider {
    height: 100vh;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#top .header_banner_slider .owl-item {
    height: 100vh !important;
    object-fit: cover;
    opacity: 0;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity 0s ease-in-out, transform 5s linear 1s !important;
    z-index: -1;
}

#top .header_banner_slider .owl-item.active {
    opacity: 1;
    z-index: 0;
    transition: opacity .6s ease-in-out, transform 5s linear !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

#top .header_banner_slider ul.home_obj_slider {
    z-index: 1;
}

#top ul.home_obj_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 50px;
    left: 0;
    right: 0;
}

#top ul.home_obj_slider li.next.slick-arrow {
    background-image: url(../images/next_arrow.png);
}

#top ul.home_obj_slider li.slick-arrow:hover {
    background-color: rgb(29 29 29 / 60%);
    border-color: rgb(29 29 29 / 60%);
}

#top ul.home_obj_slider li.slick-arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background-image: url(../images/prev_arrow.png);
    background-position: center;
    background-size: 6px;
    background-repeat: no-repeat;
    display: inline-block !important;
    margin: 0 -3px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

#top .header_banner_slider .slick-track,
#top .header_banner_slider .slick-list.draggable {
    height: 100%
}

.object_banner img.map_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.object_banner .container {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 10;
}

.object_banner .object_desc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
}

.object_banner .object_desc .bilder-btn {
    display: flex
}

#top .object_banner .object_desc ul li {
    width: 42px;
    height: 42px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #95392e;
    color: #fff;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    margin: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#top .object_banner .object_desc ul {
    margin: 0px -5px
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
    margin-top: 0;
}

/*.object_fakta {
	padding-bottom: 100px;
}*/
.object_fakta,
.common_section {
    background-color: #fff;
    margin-bottom: 0px;
}

#top .object_banner .bilder-btn a.avia-button {
    padding: 9px 36px 9px 36px !important;
    margin-top: 0;
    background-color: rgb(40 37 38 / 90%) !important;
    border: none !important;
}

#top .object_banner .bilder-btn a.avia-button:hover {
    color: #282526 !important;
}

/*#top .object_banner .bilder-btn a.avia-button:hover:after{
    background: url(images/arrow-black.svg);
}*/
#top a.avia-button,
#top .wpcf7-form input[type="submit"],
#top .project_box .prj_bild_till_btn a {
    margin: 0 auto;
    color: #FFF;
    padding: 9px 28px !important;
    border: 1px solid #3D3D3D !important;
    background-color: #3D3D3D !important;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    font-weight: normal;
    text-transform: inherit;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 30px !important;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 10px;
    text-transform: uppercase;
    font-variant: lining-nums;
}

#top .project_box .prj_bild_till_btn a {
    display: inline-block;
    margin: 0px 5px;
}

#top .project_box .prj_bild_till_btn {
    margin: 0px -5px;
}

#top a.avia-button:after,
#top .project_box .prj_bild_till_btn a:after {
    display: inline-block;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
    top: 0;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#top a.avia-button:hover:after {
    color: #3D3D3D;
}

#top a.avia-button:hover,
#top .wpcf7-form input[type="submit"]:hover {
    color: #3D3D3D !important;
    opacity: 1;
}

#top a.avia-button:after {
    display: inline-block;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
    top: 0;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

/*#top a.avia-button:before, #top .project_box .prj_bild_till_btn a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 0;
}
#top .project_box .prj_bild_till_btn a:hover:before, #top a.avia-button:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}*/
#top .project_box .prj_bild_till_btn a:hover:after,
#top a.avia-button:hover:after {
    color: #3D3D3D;
}

#top .project_box .prj_bild_till_btn a:hover {
    color: #3D3D3D !important;
    opacity: 1;
}

.object_fakta .middle_fakta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 72px;
}

.object_fakta .middle_fakta .left_info {
    width: 64%;
    padding: 31px 0px;
}

.object_fakta .middle_fakta .custom_tabing {
    margin-bottom: 53px;
    border-bottom: 1px solid #1d1d1b;
}

#top .object_fakta .middle_fakta .custom_tabing ul {
    margin: 0px -25px;
    padding-bottom: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.object_fakta .middle_fakta .custom_tabing ul li {
    display: inline-block;
    margin: 0px 25px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    color: #3d3d3d;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.fakta_desc .fakta_text p.subheading {
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    color: #1d1d1b;
    letter-spacing: 0.5px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

#top .fakta_desc .fakta_text h2,
#top .fakta_desc .fakta_text h1 {
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
    color: #1d1d1b;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 8px;
    margin-top: 18px;
}

.object_fakta .middle_fakta .custom_tabing ul li a {
    font-size: 18px;
    color: #3d3d3d;
    position: relative;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.object_fakta p {
    color: #707070;
    letter-spacing: 0.5px;
}

.object_fakta .middle_fakta .custom_tabing ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1d1d1b;
    transform: translateX(-100%);
    bottom: -22px;
    opacity: 0;
    left: 0;
    transition: all 0.5s ease;
}

.object_fakta .middle_fakta .custom_tabing ul li a:hover::after,
.object_fakta .middle_fakta .custom_tabing ul li a.active_section::after {
    opacity: 1;
    transform: translateX(0%);
}

.object_fakta .middle_fakta .right_info {
    width: 33.4%;
}

.sellprice_info {
    padding: 40px 40px 35px;
    background-color: rgb(40 37 38 / 70%) !important;
}

#top .sellprice_info label,
#top .sellprice_info h1,
#top .sellprice_info .saleinfo_price {
    color: #fff
}

#top .sellprice_info label {
    font-weight: 400;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 18px;
    display: block;
    margin-bottom: 9px;
}

#top .sellprice_info label.manadsavgift {
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 0px;
}

#top .sellprice_info h1,
#top .sellprice_info .saleinfo_price {
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
    font-size: 37px;
    letter-spacing: 0.5px;
    line-height: 49px;
    margin-bottom: 11px;
}

#top .sellprice_info .saleinfo_price {
    line-height: 40px;
    margin-bottom: 0;
}

.right_info .obj_additional_info {
    padding: 20px 30px 30px;
    background-color: #f0e8cd;
}

#top .right_info .obj_additional_info label {
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
    color: #282526;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 21px;
    display: block;
    padding-bottom: 18px;
}

.viewing_info .custom_vis .vis_day label {
    font-family: 'Adobe Caslon Pro' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 21px;
    color: #1d1d1b;
    display: block;
    padding-bottom: 18px;
}
#top #wrap_all .normal_gallery_img .gallery-view-link a.avia-button:hover, #top .wpcf7-form input[type="submit"]:hover {
    background-color: #95392e !important;
}
#top .right_info .obj_additional_info a.btn {
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.43px;
    line-height: 1;
    color: #fff;
    background-color: #3D3D3D;
    padding: 14px 24px 10px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border: 1px solid #3D3D3D !important;
    margin-top: 15px !important;
}

#top .right_info .obj_additional_info .vis_btn a.btn {
    padding: 14px 18px 10px;
    /*text-transform: uppercase;*/
}

#top .right_info .obj_additional_info .bidding_info label.bidding_accordion {
    margin-bottom: 32px;
    border-bottom: 1px solid #1d1d1b;
    position: relative;
    cursor: pointer;
}

#top .right_info .obj_additional_info .bidding_info label.bidding_accordion::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #1D1D1A;
    right: 0;
    top: 10px;
    transform: rotate(-136deg);
    border-top: 0;
    border-left: 0;
}

#top .right_info .obj_additional_info>div {
    margin-bottom: 38px;
}

.right_info .obj_additional_info .broker-section {
    background: #fff;
    border-radius: 10px;
    display: flex;
    padding: 13px 28px;
    align-items: center;
    margin-bottom: 10px;
}

.right_info .obj_additional_info .broker-section:last-child,
#top .right_info .obj_additional_info>div:last-child,
.viewing_info .custom_vis:last-child {
    margin-bottom: 0;
}

.right_info .broker-section .broker_details span,
.right_info .broker-section .broker_details p a,
.right_info .broker-section .broker_details p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #707070;
}

.right_info .broker-section .broker_details p {
    margin-bottom: 0 !important;
}

.right_info .broker-section .broker_details {
    width: calc(100% - 169px);
    padding: 0px;
}

.right_info .broker-section .broker_details span,
.right_info .broker-section .broker_details h6,
.right_info .broker-section .broker_details p a {
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
}

#top.obj_listings .property_main_container {
    min-height: 500px;
}

.right_info .broker-section .broker_details h6 {
    color: #1D1D1B;
    margin-top: 13px;
    margin-bottom: 3px !important;
    line-height: 0 !important;
}

.right_info .broker-section .broker_details p,
.right_info .broker-section .broker_details p a,
.right_info .broker-section .broker_details p span {
    line-height: 22px !important;
}

.right_info .broker-section .brokerimg img {
    display: block;
    /* min-height: 186px; */
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.bidding_info .bidding_tabel tr td {
    border: 0;
    padding: 0;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #1d1d1b;
}

.viewing_info .custom_vis {
    padding: 15px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.viewing_info .custom_vis .vis_day {
    margin-left: 18px;
    margin-right: 18px;
    width: 80%;
}

.viewing_info .custom_vis .vis_date {
    max-width: 62px;
    background-color: rgb(40 37 38 / 70%);
    border-radius: 10px;
    text-align: center;
    padding: 16px 15px;
}

#top .viewing_info .custom_vis .vis_date p {
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

#top .viewing_info .custom_vis .vis_day label {
    padding-bottom: 6px;
}

#top .right_info .obj_additional_info .vis_btn a.btn:first-letter,
.object_img .bidding_wrap span:first-letter {
    text-transform: uppercase;
}

.viewing_info .custom_vis .vis_btn {
    min-width: 114px;
}

.viewing_info .custom_vis .vis_day p {
    font-size: 15px !important;
    line-height: 22px !important;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
}

.viewing_info .custom_vis .vis_date p span {
    font-size: 26px;
    line-height: 22px;
    letter-spacing: 0.5px;
    display: block;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    padding-bottom: 5px;
}

.bidding_info .bidding_tabel tr td:last-child {
    text-align: right;
}

.bidding_info .bidding_tabel tr:nth-child(even) {
    background-color: transparent;
}

#top .right_info .obj_additional_info .bidding_info label.bidding_accordion.active::after {
    transform: rotate(45deg);
}

#top .object_banner .object_desc ul li i.fa {
    font-size: 17px;
    display: inline-block;
    /*vertical-align: middle;*/
    top: 0px;
    line-height: 0;
    position: relative;
    color: #ffffff;
}
.fa.fa-twitter::before{
	content:"𝕏";
}

#top .object_banner .object_desc ul li:hover i.fa {
    color: #95392e;
}
#top .object_banner .object_desc ul li:hover {
    border: 1px solid rgb(149 57 46);
    background: #fff;
}
/*
#top .object_banner .object_desc ul li:hover{
	background-color: #95392e;
}*/
.middle_fakta .fakta_desc h2 {
    margin-bottom: 17px;
}

#top .fakta_desc ul.fakta_list {
    margin: 32px 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top .fakta_desc ul.fakta_list li {
    width: 49%;
    padding-left: 38px;
    position: relative;
    margin-bottom: 5px;
}

.office-detail-maklare .office-box .office-right-div p {
    margin-bottom: 10px !important;
}

body.kontacta_cls #scroll-top-link {
    z-index: 0 !important;
}

body.viewfrm_cls #scroll-top-link {
    z-index: 0 !important;
}

.office-detail-maklare .office-box .office-right-div p.right_office_name {
    font-family: 'Adobe Caslon Pro' !important;
    font-weight: 600 !important;
    color: #282526 !important;
    font-size: 25px !important;
}

#top .fakta_desc ul.fakta_list li:before {
    position: absolute;
    content: "";
    background-image: url(../images/house.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0px;
}

#top .fakta_desc ul.fakta_list li.object_subtype_translation:before {
    background-image: url(../images/object_subtype_translation.svg);
}

#top .fakta_desc ul.fakta_list li.deals_location_streetAddress:before {
    background-image: url(../images/deals_location_streetAddress.svg);
}

#top .fakta_desc ul.fakta_list li.rooms_rooms_numberOfRooms:before {
    background-image: url(../images/rooms_rooms_numberOfRooms.svg);
}

#top .fakta_desc ul.fakta_list li.livingArea:before {
    background-image: url(../images/livingArea.svg);
}

#top .fakta_desc ul.fakta_list li.area:before {
    background-image: url(../images/estate_plotArea.svg);
}

#top .fakta_desc ul.fakta_list li.estate_buildYear:before {
    background-image: url(../images/estate_buildYear.svg);
}

#top .fakta_desc ul.fakta_list li.project_name:before {
    background-image: url(../images/project_name.svg);
}

#top .fakta_desc ul.fakta_list li.project_minNumberOfRooms:before {
    background-image: url(../images/project_minNumberOfRooms.svg);
}

#top .fakta_desc ul.fakta_list li.project_maxNumberOfRooms:before {
    background-image: url(../images/project_maxNumberOfRooms.svg);
}

#top .fakta_desc ul.fakta_list li.project_maxLivingAre:before {
    background-image: url(../images/project_maxLivingAre.svg);
}

#top .fakta_desc ul.fakta_list li.project_minPrice:before {
    background-image: url(../images/project_minPrice.svg);
}

#top .fakta_desc ul.fakta_list li.number_Of_Home:before {
    background-image: url(../images/number_Of_Home.svg);
}

#top .fakta_desc ul.fakta_list li.buildings_buildings_built_year:before {
    background-image: url(../images/buildings_buildings_built_year.svg);
}

#top .fakta_desc ul.fakta_list li.valuationUnits_buildYear:before {
    background-image: url(../images/valuationUnits_buildYear.svg);
}

#top .fakta_desc ul.fakta_list li.estate_plotArea:before {
    background-image: url(../images/estate_plotArea.svg);
}

#top .fakta_desc ul.fakta_list li,
#top .fakta_desc ul.fakta_list li label {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}

#top .fakta_desc ul.fakta_list li label {
    color: #1d1d1b;
}

#top .fakta_desc .short_desc p {
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 32px;
}

#top .fakta_desc .short_desc p.expand {
    text-overflow: unset;
    -webkit-line-clamp: unset;
}

.obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0px;
    display: block;
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
    color: #282526 !important;
    position: relative;
    text-transform: lowercase;
    text-decoration: none !important;
}

.obj_valuemanagement_section ul.val_manage_accordion>li {
    padding: 23px 0;
    border-top: 1px solid #1d1d1b;
}

.obj_valuemanagement_section ul.val_manage_accordion>li:last-child {
    border-bottom: 1px solid #1d1d1b
}

.obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields {
    padding-top: 0px;
    border-top: 1px solid #1e1e1e;
    border-bottom: 0;
}

.obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields a.val_sec_toggle {
    padding: 23px 0;
    border-bottom: 1px solid #1E1E1E;
    text-transform: uppercase;
}

.obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields a.val_sec_toggle.custom_click {
    padding: 23px 0 12px;
    border-bottom: 0px
}

.obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields ul.accordian_text.val_sec_full_width.open {
    border-bottom: 1px solid #1e1e1e;
}

.obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields a.val_sec_toggle::after {
    top: 35px;
}

ul.val_manage_accordion li .accordian_text li:first-letter,
.obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle::first-letter {
    text-transform: capitalize;
}

ul.val_manage_accordion li .accordian_text {
    padding: 40px 18px 42px;
    display: none;
    width: 75%;
    column-gap: 148px;
    column-count: 2;
}

ul.val_manage_accordion li .accordian_text.val_sec_full_width.open {
    width: 100%;
    column-gap: 0;
    column-count: 1;
}

html {
    scroll-behavior: smooth;
}

#top .deal_listings .property_objtype {
    margin-bottom: 4px;
    display: block;
    width: 100%;
    color: #282526 !important;
    font-size: 19px;
    line-height: 25px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
}

#top ul.val_manage_accordion li .accordian_text li {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    color: #000;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 10px;
}

ul.val_manage_accordion li .accordian_text.val_sec_full_width li {
    width: 100%;
    margin-bottom: 18px;
}

ul.val_manage_accordion li .accordian_text.val_sec_full_width li label {
    display: block;
    padding-bottom: 6px;
}

#top ul.val_manage_accordion li .accordian_text li label {
    color: #1d1d1b;
    display: block;
    font-size: 18px;
}

.obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #1D1D1A;
    right: 0;
    top: 2px;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
}

.obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle.active::after {
    transform: rotate(-136deg);
    top: 15px;
}

#top .common_section h3 {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.78px;
    display: block;
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
    color: #1d1d1b;
    padding-bottom: 33px;
    border-bottom: 1px solid #1d1d1b;
    margin-bottom: 30px;
    text-align: left;
    text-transform: capitalize;
}

.common_section {
    padding: 50px 0;
}

.obj_plantring_section .lightbox {
    text-align: center;
    margin-bottom: 18px;
    display: block;
}

#top .obj_plantring_section .image-map.item {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

#top .obj_plantring_section .avia-gallery img {
    border: 0;
    padding: 0;
    float: none;
}

.obj_related_deals {
    padding: 82px 0 20px;
}

.html_header_transparency #top .avia-builder-el-0 .container,
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
    padding-top: 0px !important;
}

.obj_plantring_section .image-map.item p {
    color: #1d1d1b
}
.object_desc .social-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}
#top .object_desc .social-btn p {
    margin: 0 !important;
    color: #FFF;
}
.obj_detail_form form {
    background-color: #f0e8cd;
    padding: 80px 0 80px;
}

.obj_detail_form form .anamal_vis {
    margin: 0 auto;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
    border-color: transparent;
    background-color: #EFEFEF;
    padding-left: 11px;
    height: 49px;
    margin-bottom: 10px;
    /* font-family: 'Adobe Caslon Pro'; */
    font-weight: 400;
    border-radius: 0px;
    color: #808080;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-variant: lining-nums;
}

#top .main_color .filterTextMain input[type="text"] {
    border-radius: 50px;
    border-color: #808080;
    height: 49px;
    padding-left: 19px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    background-color: transparent;
    margin-bottom: 16px;
}

#top form textarea {
    min-height: 95px;
}

#top .obj_detail_form form .anamal_vis>label,
#top .obj_detail_form form .anamal_vis p,
#top #BookingForm form .anamal_vis>label,
#top #BookingForm form .anamal_vis p {
    width: 49%;
    /*margin: 0 0 11px 0;*/
}

#top #BookingForm form .anamal_vis>label,
#top #BookingForm form .anamal_vis p {
    margin-bottom: 0;
}

#top .obj_detail_form form .anamal_vis>label:nth-last-child(-n + 2),
#top .obj_detail_form form .anamal_vis p:nth-last-child(-n + 2),
#top #BookingForm form .anamal_vis>label:nth-last-child(-n + 2),
#top #BookingForm form .anamal_vis p:nth-last-child(-n + 2) {
    width: 100%;

}

#top .obj_detail_form form .anamal_vis>label:nth-last-child(-n + 2),
#top .obj_detail_form form .anamal_vis p:nth-last-child(-n + 2) {
    padding: 0 6px;
}

#top .obj_detail_form form .wpcf7-list-item,
#top #BookingForm form .wpcf7-list-item,
#top form .policy .wpcf7-list-item {
    margin-left: 0;
    width: 100%;
}

#top form .policy label span,
#top form .policy label span a {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #505050 !important;
}

.office-box .office-broker .office-broker-list p.office_email {
    margin-bottom: 0 !important;
    line-height: 27px !important;
}

#top .office-broker-box .reviewStar {
    margin-top: 10px;
}

#top .office-broker-box .reviewStar .img-rating img {
    filter: unset;
    display: inline-block;
    margin: 0 8px 0 0;
}

#top .office-broker-box .reviewStar .img-rating {
    padding: 0 25px;
}

#top .reviewStar .img-rating {
    color: #505050;
    font-family: 'Adobe Caslon Pro';
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.office-box .office-broker img {
    width: auto;
    object-position: top;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease-in-out;
   
    overflow: hidden;
    /* height: 100%; */
}

#top .reviewStar strong {
    color: #505050;
    font-size: 18px;
    font-weight: 500 !important;
    margin-right: 5px;
    font-family: 'Adobe Caslon Pro';
    font-weight: normal;
}

#top .reviewStar .img-rating img {
    width: 18px;
    margin-right: 8px;
}

#top .agency-awards {
    margin: 80px 0;
}

#top .agency-awards .all-awards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

#top .agency-awards .all-awards .singleaward {
    padding-left: 68px;
    background-image: url(../images/award.svg);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: top 5px left;
}

#top .agency-awards .all-awards .singleaward h6 {
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 20px !important;
}

#top .agency-awards .all-awards .singleaward p {
    margin-bottom: 0px;
    line-height: 18px;
}

#top .agency-awards .all-awards .singleaward span {
    font-size: 15px;
    font-family: 'Adobe Caslon Pro';
    color: #505050;
}

#top .obj_detail_form form input[type="submit"],
#top #BookingForm form input[type="submit"] {
    display: block;
    text-align: left;
    /* background-image: url(../images/arrow_w.png); */
    background-image: url(../images/right-arrow.svg);
    background-position: top 51% right 25% !important;
    background-size: 10px !important;
    background-repeat: no-repeat;
    min-width: 120px;
    padding-left: 27px !important;
    padding-right: 40px !important;
    margin: 25px auto 0;
}

#top .obj_detail_form form input[type="submit"]:hover,
#top #BookingForm form input[type="submit"]:hover {
    /* background-image:url(../images/arrow_b.png); */
    background-color: #95392e !important;
    background-position: top 51% right 25% !important;
}

#top .obj_detail_form form label,
#top .obj_detail_form form p {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

#top .obj_detail_form .wpcf7-form.sent .wpcf7-response-output,
#top .obj_detail_form .wpcf7 form.invalid .wpcf7-response-output,
#top .obj_detail_form .wpcf7 form.unaccepted .wpcf7-response-output,
#top .obj_detail_form .wpcf7 form.failed .wpcf7-response-output,
#top .obj_detail_form .wpcf7 form.aborted .wpcf7-response-output {
    max-width: 1024px;
    margin: 10px auto 0;
    padding: 0px 0px;
}

#top form label.policy .wpcf7-list-item label,
#top .obj_detail_form form .anamal_vis>label.policy .wpcf7-list-item label,
#top #BookingForm form .anamal_vis>label.policy .wpcf7-list-item label {
    display: flex;
    
    align-items: flex-start;
    position: relative;
}

#top .obj_detail_form form .anamal_vis>label.policy,
#top #BookingForm form .anamal_vis>label.policy {
    padding-top: 5px;
    display: block;
}

#top .obj_detail_form form .anamal_vis>label.policy {
    padding-top: 5px !important;
}

#top .obj_detail_form form span.wpcf7-spinner,
#top #BookingForm form span.wpcf7-spinner {
    position: absolute;
    left: 50px;
    top: 8px;
}

#top #BookingForm form span.wpcf7-spinner {
    left: 0
}

#top form .policy label span a {
    text-decoration: underline;
}

#top form .policy span a:hover {
    text-decoration: none;
}

/* #top form label.policy input[type="checkbox"],
#top .obj_detail_form form .anamal_vis>label.policy input[type="checkbox"],
#top #BookingForm form .anamal_vis>label.policy input[type="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#top form label.policy .wpcf7-list-item-label,
#top .obj_detail_form form .anamal_vis>label.policy .wpcf7-list-item-label,
#top #BookingForm form .anamal_vis>label.policy .wpcf7-list-item-label {
    width: calc(100% - 27px);
    letter-spacing: 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-align: left;
    color: #505050 !important;
    font-family: 'Adobe Caslon Pro';
}

#top form label.policy .wpcf7-list-item-label::before,
#top .obj_detail_form form .anamal_vis>label.policy .wpcf7-list-item-label::before,
#top #BookingForm form .anamal_vis>label.policy .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #E8E8E8;
    background-color: #fff;
    left: 0px;
    top: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

#top form label.policy .wpcf7-list-item-label::after,
#top .obj_detail_form form .anamal_vis>label.policy .wpcf7-list-item-label::after,
#top #BookingForm form .anamal_vis>label.policy .wpcf7-list-item-label::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #3d3d3d;
    left: 3.3px;
    top: 7px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

#top form label.policy input[type="checkbox"]:checked+.wpcf7-list-item-label::after,
#top form label.policy input[type="checkbox"]:hover+.wpcf7-list-item-label::after,
#top #BookingForm form .anamal_vis>label.policy input[type="checkbox"]:checked+.wpcf7-list-item-label::after,
#top #BookingForm form .anamal_vis>label.policy input[type="checkbox"]:hover+.wpcf7-list-item-label::after,
#top .obj_detail_form form .anamal_vis>label.policy input[type="checkbox"]:checked+.wpcf7-list-item-label::after,
#top .obj_detail_form form .anamal_vis>label.policy input[type="checkbox"]:hover+.wpcf7-list-item-label::after {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
} */

#top ul.gallery_normal li a {
    text-decoration: none;
    display: block;
    position: relative;
    min-height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#top ul.gallery_normal {
    margin-left: 0;
    margin: 0px -11px;
}

#top ul.gallery_normal li {
    width: 33.33%;
    padding: 11px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    float: left;
    position: relative;
}

.normal_gallery_img .gallery-view-link {
    text-align: center;
}

#top .normal_gallery_img .gallery-view-link a.avia-button {
    margin-top: 29px;
}

#top ul.gallery_normal .gallery_img_text {
    display: none;
}

#top ul.gallery_normal li:first-child {
    width: 66.66%
}

#top ul.gallery_normal li:first-child a {
    min-height: 640px;
}

#top .gallery.custom .gallery_img_text {
    text-align: center;
    color: #1d1d1b;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding: 0px 0 20px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
}

#top .obj_related_deals>h2 {
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px
}

.obj_related_deals .deal_listings {
    margin-top: 30px
}

.obj_plantring_section .image-map.item p {
    display: none;
}

.obj_plantring_section .image-map.item .full_screen {
    width: auto;
    display: inline-block;
    margin-left: -56px;
    position: absolute;
    bottom: 20px;
    right: 20px
}

.responsive.html_mobile_menu_tablet.html_header_top #top.office-listing-maklare #main,
.responsive.html_mobile_menu_tablet.html_header_top #top.office-detail-maklare #main,
.responsive.html_mobile_menu_tablet.html_header_top #top.office-listing-maklare #main {
    padding-top: 0 !important
}

#top.office-detail-maklare .template-page.content {
    padding-top: 0;
}

#top.office-detail-maklare .template-page.content {
    padding-bottom: 0;
}

#top .home-kontakt.kontact_form .wpcf7 {
    margin: 0;
}

#top.office-detail-maklare #main .main_color>.container,
#top.office-listing-maklare #main .main_color>.container {
    max-width: 100%;
    padding: 0 !important
}

.avia_codeblock_section .office-box>img,
.single-post .av_slideshow_full li img,
.office-main-box img {
    width: 100%;
    height: 630px;
    object-fit: cover;
    margin-bottom: 50px;
}

/*.office-main-box img{
    margin-bottom: 0;
}*/
.single-post .av_slideshow_full li img {
    margin-bottom: 0;
}

.office-box .office-main-div {
    padding-top: 15px;
}

#BookingForm {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(29 29 27 / 85%);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    animation: fadeIn 1s;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: fadeIn;
    z-index: 9999;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#BookingForm .clsObjectDetailForm {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#top #BookingForm .wpcf7 {
    background-color: #ebebeb;
    padding: 62px 0 70px;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#top #BookingForm form {
    max-width: 1024px;
    margin: 0 auto;
}

#top #BookingForm form p {
    position: relative;
}

#top #BookingForm form .anamal_vis {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 30px;
}

#top #BookingForm form .anamal_vis>label {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 300;
    color: #1d1d1b;
    padding-bottom: 0;
}

#top #BookingForm h3 {
    text-transform: none;
}

#top #BookingForm .form-close-btn-boka {
    position: absolute;
    right: 50px;
    top: 30px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}

#datafetch {
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-top: 0px;
    max-height: 500px;
    overflow-y: auto;
}

#datafetch>div {
    background-color: #f9f9f9;
    padding: 30px;
}

#datafetch .propertyResult hr {
    margin: 10px 0 12px;
}

#top .custom_filter {
    position: relative;
    z-index: 9;
}

#datafetch::-webkit-scrollbar {
    width: 8px;
}

#datafetch::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

#datafetch::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.broker-detail-main {
    margin-top: 30px;
}

#top .tabbedObjectsBytype ul.tab-objtypes {
    text-align: center;
    margin: 0px -20px
}

#top .tabbedObjectsBytype h2 {
    text-align: center;
    padding-bottom: 10px;
}

.tabbedObjectsBytype ul.tab-objtypes li {
    list-style-type: none;
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.46px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    margin: 0;
    padding: 0 20px 15px;
}

.tabbedObjectsBytype ul.tab-objtypes li a {
    padding: 0;
    position: relative;
    color: #999;
}

.tabbedObjectsBytype ul.tab-objtypes li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #1D1D1B;
    color: #1D1D1B;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.tabbedObjectsBytype ul.tab-objtypes li a.tabsClk.active,
.tabbedObjectsBytype ul.tab-objtypes li a:hover {
    color: #1D1D1B;
}

.tabbedObjectsBytype ul.tab-objtypes li a:hover::after,
.tabbedObjectsBytype ul.tab-objtypes li a.tabsClk.active::after {
    width: 100%;
}

.tabbedObjectsBytype .Allobject {
    padding-top: 7px
}

#top .custom_filter .container {
    max-width: 1500px;
    background-color: #fff;
    padding: 37px 48px 60px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    margin-top: -76px;
}

#top .custom_filter {
    padding-bottom: 35px
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -o-box-shadow: 0 0 0 30px white inset !important;
    -moz-box-shadow: 0 0 0 30px white inset !important;
    -ms-box-shadow: 0 0 0 30px white inset !important;
}

#top .custom_filter h2 {
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 27px;
}

#top .main_color.custom_filter input[type='text'] {
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #808080;
    padding-left: 18px;
    margin: 0;
    padding-right: 10px
}

#top .filterInput {
    max-width: 1018px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

#top .filterInput a.avia-button.searchBtn {
    position: absolute;
    right: 0;
    top: 0
}

#top .custom_filter .filterInput a.avia-button,
#top .custom_filter a.avia-button {
    min-width: 265px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#top .custom_filter .avia_codeblock span {
    color: #3D3D3D;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 15px;
    padding: 0 38px;
    display: inline-block;
    vertical-align: middle;
}

#top .custom_filter a.avia-button.ellerbtn {
    background-color: #fff !important;
    color: #3d3d3d
}

#top .custom_filter a.avia-button.ellerbtn:before {
    background-color: #3d3d3d;
}

#top .custom_filter a.avia-button.ellerbtn:after {
    color: #3d3d3d;
}

#top .custom_filter a.avia-button.ellerbtn:hover,
#top .custom_filter a.avia-button.ellerbtn:hover:after {
    color: #ffffff !important;
}

#top .custom_filter .template-page {
    padding: 0
}

.custom_filter .filterElements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#top .custom_banner .hover-data-wrap h1 {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 5.45px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(0 0 0 / 60%);
    margin-bottom: 20px;
}

#top .map-box .marker_left_img_sec img {
    margin-bottom: 0;
    width: auto;
    object-fit: cover;
}

#top .map-box p label,
#top .map-box p {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.45px;
    color: #3D3D3D;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    margin-bottom: 0px;
    font-variant: lining-nums;
}

#top .map-box p label {
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
}

#top .map-box .map_marker_title h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.85px;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
}

#top .map-box p label {
    color: #1d1d1b;
}

#map_wrapper1 #map_canvas {
    height: 600px;
    z-index: 1;
}

#top .till-salu-map h2 {
    text-align: center;
}

#top .till-salu-map {
    padding: 0px 0 60px;
    display: none
}

#top .till-salu-map.show_map {
    display: block
}

#top .filesnlinks-doc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

#top .filesnlinks-doc img {
    width: 42px;
    margin-right: 15px;
    display: block;
}

#top .succ_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
}

#top .succ_loader img {
    display: table-cell;
    left: 0;
    margin: 25px auto 0;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

#top.objtab_loader .unit,
#top.objtab_loader .units {
    position: static;
}

.office-listing-maklare .office-box .object_img a {
    height: 100%;
    object-fit: cover;
}

.office-listing-maklare .office-box .object_img img {
    height: 100%
}

#top .sliderNyincommet h2 {
    text-align: center;
    margin-bottom: 40px;
}

#top .objshowmore {
    text-align: center;
}

#top .leaflet-popup-content {
    width: 430px !important;
}

#top .leaflet-popup-content .map-box a {
    text-decoration: none !important;
}

#top .map-box>img {
    width: 32px;
    float: right;
    cursor: pointer;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 10px;
}

#top .marker_left_img_sec {
    width: 40%;
}

#top .marker_right_text_sec {
    padding-left: 15px;
}

#top .map_left_right_cnt {
    display: flex;
    justify-content: flex-start;
}

#top .property-menu {
    height: 82px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #FFF;
    box-shadow: rgb(0 0 0 / 35%) 0 0 2px 0;
    width: 100%;
}

#top .property-menu ul.list.list-table {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    margin: 0px !important;
}

#top .property-menu ul.list.list-table li {
    flex-grow: 1;
    text-align: center;
    background-position: center 12px;
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    position: relative;
    padding: 5px 0px !important;
    background-color: #fff;
}

#top .property-menu ul.list.list-table li,
#top .property-menu {
    background-color: rgb(255 255 255 / 60%);
}

#top .property-menu ul.list.list-table li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 24px;
}

#top form label.policy .wpcf7-list-item-label,
#top .obj_detail_form form .anamal_vis>label.policy .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #505050 !important;
}

#top .property-menu ul.list.list-table li a span {
    text-align: center;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    color: #3d3d3d;
}

#top .property-menu ul.list.list-table li:hover,
#top .property-menu ul.list.list-table li.active {
    background-color: #f7f7f7;
    border-bottom: 3px solid #95392e;
}

#top .property-menu ul.list.list-table li.summary {
    background-image: url("../images/file.svg");
}

#top .property-menu ul.list.list-table li.images {
    background-image: url("../images/camera_1.svg");
}

#top .property-menu ul.list.list-table li.floorplan {
    background-image: url("../images/floorplan.svg");
}

#top .property-menu ul.list.list-table li.facts {
    background-image: url("../images/pencil.svg");
}

#top .property-menu ul.list.list-table li.map {
    background-image: url("../images/map_icon.svg");
}

#top .property-menu ul.list.list-table li.projectsicon {
    background-image: url("../images/home-architecture-2.svg");
}

#top .office-main-box .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*    padding-right: 0;
    padding-left: 0;*/
}

/*.office-listing-maklare .template-page{
    padding-top: 0!important;
}*/
#top ul.val_manage_accordion li.val_hide_section {
    display: none;
}

.object_banner .owl-carousel .owl-item img {
    height: 100vh;
    object-fit: cover;
}

.object_banner .owl-carousel .owl-nav {
    /* max-width: 1600px; */
    margin: 0 auto;
    padding: 0px 48px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    z-index: 99;
}

.object_banner .owl-carousel .owl-nav button {
    line-height: 35px;
    opacity: 1;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background-position: center;
    background-image: url(../images/right-arrow-angle.svg) !important;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    margin: 0 0px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    position: unset;
}

.object_banner .owl-carousel .owl-nav button:hover {
    opacity: 0.5;
}

.object_banner .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right-arrow-angle.svg) !important;
}

.object_banner .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

#top.object_detail #scroll-top-link {
    bottom: 220px;
    z-index: 99;
}

#top .obj_plantring_section .lightbox .image-map>img {
    max-height: 668px;
    object-fit: contain;
    background-color: #fff;
}

#top .avia-search-tooltip.avia-tt.hidesearch {
    display: none !important;
}

#top .avia-search-tooltip {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 9999999;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    margin-left: 0;
    border: 0;
}

#top .inner_tooltip {
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    margin-top: 65px;
    border-bottom: 25px solid transparent;
    cursor: auto;
    white-space: normal;
    height: 90%;
}

#top .inner_tooltip input {
    padding-left: 4rem;
    background-image: url(../images/grey_search.svg) !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 2.5rem 2.5rem;
    position: relative;
    font-size: 25px;
    text-align: left;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #9c9c9c !important;
    font-style: italic;
    color: #fff !important;
    padding-bottom: 2px;
    min-height: 41px;
    padding-top: 15px;
}

#top .avia-search-tooltip .close-button-inp {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    height: auto;
    line-height: 1;
}

#top .avia-search-tooltip .close-button-inp i.fa:hover {
    color: #ccc;
}

#top.custom_hiden #header .avia-menu.av-main-nav-wrap-leftheader {
    opacity: 0.6;
}

#top.custom_hiden #scroll-top-link,
#top #datafetch_search .propertyResult hr {
    display: none
}

#top .avia-search-tooltip .close-button-inp i.fa {
    color: #fff;
    font-size: 0;
    background-image: url(../images/close_w.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

#top #datafetch_search {
    text-align: left;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
}

#top #datafetch_search .propertyResult a {
    height: auto;
    line-height: 22px;
    color: #B6B7B8;
    font-size: 14px;
    text-transform: uppercase;
}

#top #datafetch_search .propertyResult a:hover {
    color: #fff;
    text-decoration: none;
}

#top .avia-search-tooltip.avia-tt .close-button {
    background-image: url(../images/close-icon.svg);
    width: 30px;
    height: 30px;
    position: fixed;
    top: 25px;
    right: 25px;
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#top #datafetch_search h5 {
    margin-top: 2rem;
    display: block;
    margin-top: 2rem;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #FFF;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

#top #datafetch_search .propertyResult {
    margin-bottom: 5px;
    line-height: 22px;
    border: 0;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
}

.html_header_top.html_header_sticky .object_detail #header.fixed {
    display: none;
}

.html_header_top.html_header_sticky .object_detail #header.fixed.header_stuff {
    display: block
}

.map_marker_title {
    background-color: #1D1D1B;
    padding: 5px 0 5px 10px;
    margin-bottom: 12px;
}

.office-box .office-left-div h1 {
    text-align: left;
}

#top .marker_right_text_sec h6 {
    line-height: 22px;
    margin-bottom: 5px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    color: #1d1d1d;
    font-size: 16px;
}

.filters .pris_slide span.irs-to {
    min-width: 100px;
    text-align: right;
}

#top .quick-connect-broker-form {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 999;
    min-width: 500px;
    top: auto;
}

#top .quick-connect-broker-form .btn-kontacta-mig a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 225px;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 5px;
}
#top .quick-connect-broker-form .btn-kontacta-mig a span{
	position:relative;
}
#top .quick-connect-broker-form .btn-kontacta-mig a span.image-overlay {
    display: none;
}
#top .quick-connect-broker-form .btn-kontacta-mig a > span:after{
	content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: inherit;
    z-index: 1;
}

#top .quick-connect-broker-form .btn-kontacta-mig a label {
    padding: 5px 18px;
    border-radius: 50px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-right: 12px;
    vertical-align: top;
    display: inline-block;
}

#top .quick-connect-broker-form .btn-kontacta-mig span {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #fff;
    /* -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 16px rgb(0 0 0 / 16%);
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 16px rgb(0 0 0 / 16%);*/
    display: block;
    text-align: center;
    overflow: hidden;
}

#top .quick-connect-broker-form .btn-kontacta-mig span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

#top .popup-kontacta-mig {
    transition: all 1s ease-in-out;
    transform: scale(0);
}

#top .popup-kontacta-mig .contact_form_wrap {
    position: absolute;
    bottom: 80px;
    top: auto;
    left: 0;
    transform: translate(0%, 0%);
    max-width: 500px;
    padding: 30px 25px 0;
}

#top .contact_form_wrap .content_block {
    max-width: 1022px;
    margin: 0 auto;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    margin-top: 0px;
}

#top .popup-kontacta-mig form {
    margin-bottom: 0px;
    padding: 0px 0 60px;
    background: #ebebeb;
    border-radius: 62px 0 60px 0;
}

#top .popup-kontacta-mig .form-close-btn {
    position: absolute;
    right: 40px;
    top: 23px;
    cursor: pointer;
    z-index: 9;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .form-close-btn img {
    text-align: center;
}

#top .popup-kontacta-mig .contact_form_wrap {
    position: absolute;
    bottom: 95px;
    top: auto;
    left: 0;
    transform: translate(0%, 0%);
    max-width: 530px;
    padding: 30px 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
    border-radius: 64px 0 64px 0;
}

#top .popup-kontacta-mig .contact-vardera {
    padding: 20px 40px 0;
    background-color: #ebebeb;
}
#top .popup-kontacta-mig .wpcf7-response-output {
    padding: 10px 40px 0;
}
#top .popup-kontacta-mig br {
    display: none
}

#top .popup-kontacta-mig h2 {

    font-size: 33px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    width: 324px;
    height: 101px;
    text-align: left;
    background-color: #95392e;
    border-radius: 64px 0 70px 0;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .popup-kontacta-mig.show {
    transition: all 1s ease-in-out;
    transform: scale(1);
}

#top .popup-kontacta-mig label.policy label {
    display: flex !important;
    justify-content: flex-start;
}

#top .popup-kontacta-mig .contact_form_wrap input[type="checkbox"] {
    width: 23px;
    height: 23px;
    margin: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#top .popup-kontacta-mig .contact_form_wrap .policy span.wpcf7-list-item-label {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-left: 0;
    padding-left: 0px !important;
    width: calc(100% - 35px);
    font-family: 'Adobe Caslon Pro';
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 0.14px !important;
    color: #505050;
}

#top .popup-kontacta-mig .contact_form_wrap .policy span.wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    left: 0;
    background-color: #fff;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

#top .popup-kontacta-mig .contact_form_wrap .policy span.wpcf7-list-item-label::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 2px;
    background-color: #FFF !important;
    top: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" width="800px" height="800px" viewBox="0 0 32 32" version="1.1"><title>checkmark2</title><path d="M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z"/></svg>');
    background-size: contain;
}

#top .popup-kontacta-mig input[type="submit"] {
    background-image: none;
    padding-left: 27px !important;
    padding-right: 40px !important;
    padding: 9px 28px !important;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    min-width: 120px;
    background-color: #3d3d3d !important;
    border: 1px solid #3D3D3D !important;
    background-image: url(../images/right-arrow.svg);
    background-position: top 51% right 25% !important;
    background-size: 10px !important;
    background-repeat: no-repeat;
}

#top .popup-kontacta-mig .contact_form_wrap .policy span a {
    text-decoration: underline;
    color: #505050 !important;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 300;
}

#top .popup-kontacta-mig input[type="submit"]:hover {
    background-color: #fff !important;
}

/* #top .popup-kontacta-mig .contact_form_wrap input[type="checkbox"]:hover+.wpcf7-list-item-label::after, */
#top .popup-kontacta-mig .contact_form_wrap input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#top .popup-kontacta-mig form label {
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
}

#top .popup-kontacta-mig .wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    left: 0;
}

#top .popup-kontacta-mig .contact_form_wrap p {
    margin-bottom: 0;
    position: relative;
}

#top .popup-kontacta-mig label.tempBrokerEmail {
    display: none;
}

#top .makler_main_info.container {
    display: block;
    margin-bottom: 0;
    text-align: center;
}

#top .makler_main_info {
    padding: 0px 0 50px;
}

#top.object_detail .obj_bilder_section {
    padding-top: 100px;
}

#top .makler_main_info.container p {
    max-width: 820px;
    margin: 0 auto
}

#top .makler_main_info.container h1 {
    color: #1D1D1B;
}

#top .lg-outer .lg-thumb-outer {
    background-color: rgb(29 29 29 / 60%);
}

#top .lg-outer .lg-thumb {
    padding: 7px 0;
}

#top .lg-outer .lg-thumb-item {
    border-radius: 0;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 10px;
    border: 0
}

#top .lg-outer .lg-thumb-item.active,
#top .lg-outer .lg-thumb-item:hover {
    border: 0;
    overflow: visible;
}

#top .lg-outer .lg-thumb-item.active img,
#top .lg-outer .lg-thumb-item:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

#top .lg-actions .lg-next,
#top .lg-actions .lg-prev {
    background-color: transparent;
    color: #fff;
    border: 1px solid #Fff;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/prev_arrow.png);
    font-size: 0;
    background-size: 6px;
    background-repeat: no-repeat;
    display: inline-block !important;
    margin: 0 0px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    line-height: 35px;
    background-size: 6px;
    background-repeat: no-repeat;
    line-height: 35px;
    background-position: center;
}

#top .lg-sub-html,
#top .lg-toolbar {
    background-color: transparent
}

#top .lg-actions .lg-next {
    background-image: url(../images/next_arrow.png);
}

#top .lg-backdrop {
    background-color: rgba(0, 0, 0, 0.85);
}

#top .lg-toolbar .lg-icon,
#top #lg-counter {
    color: #fff;
}

#top .lg-outer .lg-thumb-item img {
    transition: all 0.5s ease-in-out;
}

#top .lg-actions .lg-next:hover,
#top .lg-actions .lg-prev:hover {
    background-color: rgb(29 29 29 / 60%);
    border-color: rgb(29 29 29 / 60%);
}

#top .lg-actions .lg-next:before,
#top .lg-actions .lg-prev:before {
    display: none;
}

#top .office-map {
    padding: 30px 0 80px;
}

#top .office-map h2 {
    text-align: center;
}

#top .office-map .deal_main_div {
    margin-top: 30px;
}

#top .deal_listings .objects_repeat>a:hover .bidding_wrap span {
    color: #ffffff !important;
    background-color: #95392e !important;
    transition: .5s ease-in-out;
}

.quick-connect-broker-form button.close_brk_sec {
    text-align: right;
    position: absolute;
    right: 0;
    top: -9px;
    right: 5px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #3D3D3D;
    font-size: 0;
    background-image: url(../images/close_new_b.svg);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in;
    border-radius: 100px;
}

.quick-connect-broker-form button.close_brk_sec:focus-visible {
    outline: 0
}

.quick-connect-broker-form button.close_brk_sec:hover {
    background-color: #ccc;
    border-color: #ccc;
}

#top .popup-kontacta-mig .form-left-text p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top .popup-kontacta-mig .form-left-text label {
    width: 49%;
    font-size: 14px !important;
}

#top .quick-connect-broker-form .wpcf7-form label span input,
#top .quick-connect-broker-form .wpcf7-form label span textarea {
    margin-bottom: 10px;
    width: 100%;
    height: 46px;
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 14px;
    letter-spacing: 0.14px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 300;
    color: #505050;
    background: #fff;
}

#top .quick-connect-broker-form .wpcf7-form label span textarea {
    min-height: 130px;
    border-radius: 24px !important;
    resize: none;
    margin-bottom: 20px;
    padding: 17px 24px;
}

#top .popup-kontacta-mig .form-left-text label {
    width: 49%;
    font-size: 14px !important;
}

.deal_listings .objects_repeat.full_view {
    width: 100%;
}

.deal_listings .objects_repeat.full_view {
    width: 100%;
    max-height: 590px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    height: 590px;

}

.deal_listings .objects_repeat.full_view .object_info .object_address {
    padding: 0;
    min-height: auto;
}

.objects_repeat.full_view.object_img .bidding_wrap {
    left: auto;
    right: 15px;
}

.deal_listings .objects_repeat.full_view .object_img,
.deal_listings .objects_repeat.full_view .obj_box,
.deal_listings .objects_repeat.full_view .obj_box,
.deal_listings .objects_repeat.full_view>a {
    height: 100%;
}

.deal_listings .objects_repeat.full_view .object_info {
    position: absolute;
    bottom: 12px;
    padding: 50px 40px 40px;
    text-align: center;
    background-color: rgb(240 240 240 / 80%);
    /* box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%); */
    min-width: 700px;
    z-index: 1;
}

/*#top .deal_listings .objects_repeat.full_view .object_info *{
	color:#fff!important;
}*/
#top .deal_listings .objects_repeat.full_view .property_price {
    font-weight: 300;
    font-size: 20px;
}

#top .deal_listings .objects_repeat.full_view .object_info *:hover {
    opacity: 1;
}

#top .deal_listings .objects_repeat.full_view .object_address span.custom_line {
    background-color: #282526;
}

#top .deal_listings .objects_repeat.full_view .property_objtype {
    text-align: left;
}

#top .deal_listings .objects_repeat.full_view h2 {
    margin-bottom: 0;
    min-height: auto;
}

.objects_repeat.full_view .object_img .bidding_wrap {
    left: 0;
    display: flex;
    /*justify-content: flex-end;*/
    flex-direction: column;
    /*align-items: flex-end;*/
}

.objects_repeat.full_view .object_img .bid_img img {
    width: auto !important;
    margin: 0 auto;
}

/*.deal_listings .objects_repeat..deal_grid_view .obj_box .bid_img,
.deal_listings .objects_repeat..deal_grid_view .obj_box .coming_obj_img,
.deal_listings .objects_repeat..deal_grid_view .obj_box .sold_obj_img{
    width: 35%;
}*/
.objects_repeat.full_view .object_img img {
    height: 100%;
    min-height: auto;
    max-height: 100%;
}

#top .normal_gallery_img .gallery.custom li {
    text-align: center;
}

#top .popup-kontacta-mig .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 15px;
}

.project_box .avia_codeblock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.office-right-div p.office_address {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.project_box .prj_object_img {
    width: 58%
}

.project_box .prj_object_img img {
    width: 100%;
}

.project_box .prj_object_info {
    width: 37%
}

#top .project_box .prj_object_address h2 {
    margin-bottom: 22px;
}

#top .project_box .prj_object_address h4,
#top .project_box .prj_object_address h4 a {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.55px;
    color: #808080;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    margin-top: 24px;
}

#top .project_box .prj_object_info ul {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    max-width: 415px;
    align-items: center;
    margin: 24px 0 42px;
}

#top .project_box .prj_object_info ul span.custom_line {
    width: 1px;
    height: 42px;
    background-color: #D6D6D6;
    margin: 0px 38px;
}

#top .project_box .prj_object_info ul span.custom_line:first-child {
    display: none;
}

#top .project_box .prj_object_info ul li,
#top .new_comer .slick-slide .slide-contents ul li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#top .project_box .prj_object_address h4 strong,
#top .project_box .prj_object_info ul li strong {
    color: #1D1D1B;
}

#top .project_box .prj_object_info ul li strong,
#top .new_comer .slick-slide.slick-center .slide-contents ul li strong {
    display: block;
}

#top .new_comer .slick-arrow {
    position: absolute;
    top: 380px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-image: url("../images/arw_next.png");
    background-size: 9px 18px;
    background-position: center;
    font-size: 0;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 0.5s ease;
}

#top .sliderNyincommet {
    max-width: 1280px;
    margin: 0 auto;
}

#top .new_comer .slick-slide.slick-center .single-img-only {
    width: 56%;
    display: inline-block;
    vertical-align: middle;
}

#top .new_comer .slick-slide .single-img-only {
    margin: 0 158px;
    position: relative;
}

#top .new_comer .slick-slide.slick-center .single-img-only {
    margin: 0;
}

#top .new_comer .slick-slide .single-img-only img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

#top .new_comer .slick-slide .single-img-only:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0
}

#top .new_comer .slick-slide.slick-center .single-img-only img {
    height: 580px;
    object-fit: cover;
}

#top .new_comer .slick-slide.slick-center .single-img-only:after {
    display: none
}

#top .new_comer .slick-slide .slide-contents {
    display: none
}

#top .new_comer .slick-slide.slick-center .slide-contents {
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    padding: 70px 50px;
    box-sizing: border-box;
    background-color: #1D1D1B;
    margin-left: -5px;
    width: 43%;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

#top .new_comer button.slick-prev.slick-arrow {
    left: -50px;
    background-image: url("../images/arw_prev.png");
}

#top .new_comer button.slick-next.slick-arrow {
    right: -50px;
}

#top .new_comer .slick-slider .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .new_comer button.slick-arrow:hover {
    box-shadow: 0px 0px 71px 0px rgb(0 0 0)
}

#top .new_comer .slick-list {
    overflow: visible;
}

#top .new_comer .slick-slide.slick-center .slide-contents span {
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    margin-bottom: 16px;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    display: inline-block;
}

#top .nykomment-btns {
    margin: 50px -3px 0;
}

#top .nykomment-btns a.avia-button {
    background-color: transparent !important;
    border-color: #fff !important;
    margin: 0 3px
}

#top .new_comer .slick-slide.slick-center .slide-contents h2 {
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    margin-bottom: 32px;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff
}

#top .new_comer .slick-center {
    transform: scale(1.08);
}

#top .new_comer .slick-slide.slick-center .slide-prop-det {
    margin-top: 26px;
}

#top .new_comer .slick-slide.slick-center .slide-contents * {
    color: #fff;
    text-align: left;
}

#top .new_comer .slick-slide.slick-center .slide-contents ul {
    margin: 0px -35px
}

#top .new_comer .slick-slide.slick-center .slide-contents ul li {
    display: inline-block;
    padding: 0px 35px
}

#top .wpcf7 form.invalid .wpcf7-response-output {
    text-align: left;
    margin-top: 10px !important
}

#top .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok,
#top .wpcf7-form.sent .wpcf7-response-output {
    color: #4F8A10;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: left;
    font-family: 'Adobe Caslon Pro';
    font-weight: 400;
    padding-top: 10px
}

.office-listing-maklare .office-main-box {
    justify-content: center;
    flex-direction: column
}

.office-listing-maklare .makler_banner_img {
    width: 100%
}

#top .broker-detail-main .brkreview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

#top .broker-detail-main .brkreview h6 {
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 20px;
    line-height: 32px;
}

#top .broker-detail-main .brkreview h6 strong a {
    line-height: 1.3;
    display: inline-block;
}

#top .broker-detail-main .brkreview a img {
    max-width: 152px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#top .broker-detail-info .reviewStar .img-rating {
    line-height: 30px;
    padding: 0;
}

#top .broker-detail-main .recommendations p {
    margin-bottom: 16px;
    padding-top: 5px;
    font-size: 17px;
    color: #1e1e1e;
}

#top .broker-detail-main .recommendations span {
    font-size: 15px;
    font-family: 'Adobe Caslon Pro';
    color: #505050;
}

#top .broker_reviews .recommendations p {
    margin-bottom: 16px;
    padding-top: 5px;
    font-size: 17px;
    color: #1e1e1e;
}

#top .broker_reviews .recommendations span {
    font-size: 15px;
    font-family: 'Adobe Caslon Pro';
    color: #505050;
}

#top img.leaflet-marker-icon.leaflet-interactive.activemarker {
    width: 34px !important;
    height: auto !important;
    z-index: 999 !important;
}

#top img.leaflet-marker-icon.leaflet-interactive.inactivemarker {
    width: 21px !important;
    height: auto !important;
}

#top .Kommer-page .template-page {
    padding-top: 0 !important;
}

.right_info .obj_additional_info .bidding_info .bidding_tabel tr {
    background-color: transparent;
}
#top .bidding_tabel{
    background-color: transparent;
}
#top a.avia-button:hover,
#top .wpcf7-form input[type="submit"]:hover {
    background-color: #fff !important;
    border-color: #95392e !important;
}

.filter-wrapper .filters button:hover,
#top .right_info .obj_additional_info a.btn:hover {
    border-color: #95392e !important;
    color: #fff !important;
    background-color: #95392e !important;
    transition: .4s ease-in-out;
}

#top .filters button.mixitup-control-active {
    background-color: #95392e !important;
    border-color: #95392e !important;
}

#top .normal_gallery_img .gallery-view-link a.avia-button:hover,
#top .wpcf7-form input[type="submit"]:hover {
    background-color: #95392e !important;
}

#top .property-menu ul.list.list-table li.active {
    border-bottom: 3px solid #95392e;
}

.obj_project_section .show_list_grid_view .full_view_btn.square-btn.selected-view,
.obj_project_section .show_list_grid_view button.selected-view:hover,
.total_deal_count .show_list_grid_view .full_view_btn.square-btn.selected-view,
.total_deal_count .show_list_grid_view button.selected-view:hover,
.total_deal_count .show_list_grid_view button.grid.selected-view,
.total_deal_count .show_list_grid_view button.list.selected-view,
.obj_project_section .show_list_grid_view button.list.selected-view,
.obj_project_section .show_list_grid_view button.grid.selected-view,
.obj_project_section .show_list_grid_view button.selected-view:hover,
.total_deal_count .show_list_grid_view button.map.square-btn.selected-view {
    background-color: #95392e !important;
    border-color: #95392e !important;
}

.loadmore button:before {
    background-color: #95392e !important;
}

.loadmore button:hover {
    border-color: #95392e !important;
    background-color: #95392e !important;
}

.loadmore button:hover:after {
    color: #fff;
}

#top li.files_links .accordian_text {
    padding: 0;
    width: 100%;
}

#top li.files_links .accordian_text .obj_file_section {
    display: inline-block;
}

#top li.files_links .accordian_text .obj_file_section .container {
    padding: 0 !important;
}

#top .obj_detail_form form h4 {
    text-align: center;
}

#top.office-listing-maklare .content {
    padding-top: 0px;
}

#top .contact-vardera .wpcf7-form input[type="submit"]:hover {
    background-color: #95392e !important
}

#top .deal_listings .objects_repeat h2 {
    display: inline-block;
}

#top .deal_listings .objects_repeat.full_view .addr_info {
    text-align: left;
}

#top.broker-detail-maklare .office-broker-detail {
    padding: 1px 0 60px;
    background: #ebebeb;
}

#top.broker-detail-maklare .office-broker-detail .broker_basic_info {
    /* padding: 18px 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%); */
    background-color: #fff;
    border-radius: 0px;
    margin: 0 15px 0;
    position: relative;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 20px 20px 20px;
    border-bottom: 2px solid #95392e;
    margin: 0;
}

#top.broker-detail-maklare .office-broker-detail .broker-detail-main {
    margin-top: 15px
}

.tillsalu_heading_content {
    max-width: 1400px;
    margin: 110px auto 20px auto;
	padding: 0 30px;
    text-align: center;
}

#top.object_detail .template-page {
    z-index: initial;
}

.right_info .broker-section .broker_details span {
    display: inline-block;
    margin-top: 5px;
}

.range_slider_class {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    margin-top: 15px;
}

.range_slider_class>div {
    overflow: hidden;
}

.filters .filters-group.filter-sliders {
    margin-block: 0 !important;
    padding-inline: 0;
}

#top .select2-container--default.select2-container--focus .select2-selection--multiple,
#top .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border-radius: 24px;
    border: none;
    height: 48px;
    overflow: hidden;
}

#top .select2-container--default .select2-selection--multiple ul::-webkit-scrollbar {
    width: 7px;
    background-color: var(--fontprimary_color) !important;
}

#top .select2-container--default .select2-selection--multiple ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#top .select2-container--default .select2-selection--multiple ul::-webkit-scrollbar-thumb {
    background-color: var(--fontprimary_color) !important;
    opacity: 0.8;
    outline: 1px solid transparent;
}

#top .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 7px;
    background-color: var(--fontprimary_color) !important;
}

#top .select2-container--default .select2-results>.select2-results__options:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#top .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--fontprimary_color) !important;
    opacity: 0.8;
    outline: 1px solid transparent;
}

#top .select2-container--default .select2-results>.select2-results__options {
    -webkit-box-shadow: rgba(0, 0, 0, 0.9) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 5px 15px;
    max-height: 250px;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li input,
#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li input:focus {
    height: auto;
    min-width: 100px !important;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 20px;
}

#top .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
}

#top .select2-results ul li strong {
    padding-left: 10px;
    font-weight: 600;
    /* font-size: 18px; */
    line-height: 25px;
    color: var(--fontprimary_color);
    text-transform: unset;
    width: 100%;
}

#top .select2-dropdown {
    border: none;
    border-radius: 0;
}

#top .select2-results ul li {
    /* font-size: 17px; */
    font-weight: normal;
    /* ffont-family: 'Adobe Caslon Pro'; */
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li span {
    /* font-size: 16px; */
    color: var(--btn_fontcolor);
    line-height: 1.2;
    padding-bottom: 2px;
}

#top .select2-container {
    z-index: 99999999;
    width: 100% !important;
}

#top .select2-container {
    z-index: 11;
    margin-bottom: 13px;
    background-color: var(--btn_fontcolor);
    border-radius: 24px;
}

#top .select2-container--default.select2-container--focus .select2-selection--multiple,
#top .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border-radius: 24px;
    border: none;
    height: 50px;
    overflow: hidden;
    border: 1px solid #909090;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 50px;
    min-height: 50px;
    padding: 0px 10px;
    overflow-y: auto;
    top: 0px;
    position: relative;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    background: transparent;
    z-index: -1;
    border: unset;
    margin-left: 0;
    padding: 0;
    height: 100%;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline input {
    /* font-size: 15px; */
    background-color: transparent !important;
    color: var(--fontprimary_color) !important;
    border: unset;
    padding: 14px 8px 8px;
    height: 100%;
    /* font-family: 'Adobe Caslon Pro'; */
    font-weight: normal;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li input,
#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li input:focus {
    height: 50px;
    min-width: 100px !important;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    background: var(--fontprimary_color);
    color: var(--btn_fontcolor);
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    /* font-size: 13px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 4px 9px 1px;
    border-radius: 0px;
    /* font-family: 'Adobe Caslon Pro'; */
    font-weight: normal;
    cursor: default;
    float: left;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 8.5px;
    border-radius: 50px;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__rendered li span {
    /* font-size: 16px; */
    color: var(--btn_fontcolor);
    line-height: 1.2;
    padding-bottom: 3px;
    font-weight: normal;
    position: relative;
    top: 1px;
}

#top .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

#top .select2-container--default.select2-container--open {
    z-index: 11;
    z-index: 999999;
}

#top .select2-container--default.select2-container--open .select2-dropdown {
    top: 0px;
    left: 0px !important;
    margin: 0 auto;
    display: inline-block;
}

.tooltip_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    position: relative;
    z-index: 99;
    width: max-content;
    margin-inline: auto;
    margin-bottom: 15px;
}

.tooltip_wrap .tooltip i.icon:before {
    content: "\f129";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: unset;
    width: 20px;
    font-family: "fontawesome";
    font-style: normal;
    line-height: 19px;
    font-weight: 500;
    background-color: rgb(0 186 7);
    color: var(--btn_fontcolor);
}

.tooltip_wrap .tooltip .tooltip-wrapper {
    background-color: #282526;
    color: #fff !important;
    border-radius: 6px;
    -webkit-box-shadow: 0 20px 20px -20px rgba(43, 54, 75, 0.3) !important;
    box-shadow: 0 20px 20px -20px rgba(43, 54, 75, 0.3) !important;
    padding: 15px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 450px;
    z-index: 1000;
    left: 50%;
    right: 0px;
    transform: translate(-50%, 0%);
    top: 32px;
    transition: all 0.3s ease;
}

.tooltip_wrap>p {
    margin-bottom: 0 !important;
}

.tooltip_wrap .tooltip .tooltip-wrapper p {
    color: var(--btn_fontcolor);
    font-size: 13px !important;
    line-height: 20px;
    font-family: 'Adobe Caslon Pro';
    font-weight: normal;
    /* white-space: pre-line; */
}

.tooltip_wrap .tooltip:hover .tooltip-wrapper {
    visibility: visible;
    opacity: 1;
}

.tooltip_wrap .tooltip .tooltip-wrapper:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    z-index: 11;
}

.tooltip_wrap .tooltip .tooltip-wrapper * {
    color: inherit !important;
}

#top .office-broker-detail .reviewStar {
    margin: 18px 0;
    max-width: 700px;
}

#top .office-broker-detail .reviewStar a img {
    max-width: 200px;
}

#top .img-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
}

#top .reviewStar {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#top .office-broker-detail .clsTotalRating,
#top .office-broker-detail .countRev {
    font-size: 18px;
    line-height: 24px;
}

#top .clsTotalRating,
#top .countRev {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
}

#top .broker-detail-main .recommendations p {
    margin-bottom: 16px;
    padding-top: 5px;
    font-size: 17px;
    color: #1e1e1e;
}

#top .entre-awards {
    max-width: 1500px;
    margin: 0 auto;
    /* padding: 0px 50px; */
    margin-top: 30px;
    margin-bottom: 30px;
}

#top .all-awards {
    padding: 16px 0px 0;
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

#top .all-awards .singleaward {
    padding-left: 68px;
    position: relative;
}

#top .all-awards .singleaward img.award-image {
    width: 45px;
    position: absolute;
    top: 5px;
    left: 0;
}

#top .all-awards p {
    margin-bottom: 0;
}

#top .all-awards span {
    font-size: 15px;
    color: #575756;
}

#top .maklareaward h3 {
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 20px !important;
}


#top .map-box .marker_left_img_sec img {
    margin-bottom: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#top .map-box p label,
#top .map-box p {
    font-size: 13px;
    line-height: 16px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #000;
    font-weight: normal;
    margin-bottom: 8px;
    font-variant: lining-nums;
    height: auto !important;
}

#top .map-box p label {
    font-weight: 500;
}

#top .map-box .map_marker_title h5 {
    font-weight: 400;
    color: #fff;
    font-size: 18px !important;
    line-height: 21px;
    letter-spacing: 0px;
    text-transform: unset;
    margin-bottom: 0px;
    text-align: left;
    text-decoration: none !important;
}

#top .map-box p label {
    color: var(--btn_background);
}
#top .mapdiv .gm-style .gm-style-iw-c {
    padding: 19px 0px 0px 17px !important;
    margin: 0;
    line-height: inherit;
}
.map_marker_title {
    background-color: #95392e;
    padding: 15px 60px 7px 10px;
    margin-bottom: 12px;
}
.gm-style .gm-style-iw-c .gm-style-iw-ch {
    display: none;
}

.gm-style .gm-style-iw-c .gm-style-iw-chr {
    position: absolute;
    right: 27px;
    top: 27px;
}
#top .gm-style .gm-style-iw-c .gm-style-iw-chr button {
    width: auto !important;
    height: auto !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-chr span {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(255deg) brightness(105%) contrast(103%);
    margin: 0px !important;
}
#top .map-box a {
    text-decoration: none !important;
}






@media handheld,
only screen and (max-width: 1610px) {
    #top .popup-kontacta-mig .contact_form_wrap {
        /*height: 500px;*/
        overflow-y: auto;
    }

    #top.kontacta_cls .popup-kontacta-mig .contact_form_wrap {
        padding: 0 !important;
    }
}

@media handheld,
only screen and (max-width: 1580px) {

    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span,
    .obj_related_deals .deal_listings .object_address ul li,
    .obj_related_deals .deal_listings .object_address ul li a,
    .obj_related_deals .deal_listings .object_address ul li span {
        font-size: 14px;
    }

    .right_info .obj_additional_info {
        padding: 20px 20px 30px;
        background-color: #eaeaea;
    }

    .viewing_info .custom_vis .vis_date {
        padding: 16px 12px;
    }

    #top .right_info .obj_additional_info .vis_btn {
        margin-left: 12px
    }

    #top .custom_filter .avia_codeblock span {
        padding: 0 25px;
    }

    #top .custom_filter {
        padding-left: 50px;
        padding-right: 50px;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        min-width: 218px;
    }

    #top .filterInput {
        max-width: 995px;
    }

    #top .custom_filter .container {
        padding: 37px 38px 60px;
    }

    .viewing_info .custom_vis .vis_day p {
        font-size: 14px;
        line-height: 22px;
    }

    #top .fakta_desc .fakta_text h2,
    #top .fakta_desc .fakta_text h1 {
        font-size: 32px;
    }

    #top .sellprice_info h1,
    #top .sellprice_info .saleinfo_price {
        font-size: 34px;
    }

    #top .new_comer .slick-slide .single-img-only {
        margin: 0 45px;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only {
        width: 48%;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        width: 38%;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        padding: 70px 45px;
        margin-left: -6px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul {
        margin: 0px -26px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul li {
        padding: 0px 26px;
    }

    #top .new_comer button.slick-prev.slick-arrow {
        left: 32px;
    }

    #top .new_comer button.slick-next.slick-arrow {
        right: 32px;
    }
}

@media only screen and (max-width: 1480px) {
    #top .filterInput {
        max-width: 884px;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        min-width: 212px;
    }

    .object_fakta .middle_fakta .left_info {
        width: 60%;
    }

    .object_fakta .middle_fakta .right_info {
        width: 38.4%;
    }

    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        letter-spacing: 0.2px;
    }

    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span,
    .obj_related_deals .deal_listings .object_address ul li,
    .obj_related_deals .deal_listings .object_address ul li a,
    .obj_related_deals .deal_listings .object_address ul li span {
        font-size: 13px;
    }
}

@media handheld,
only screen and (max-width: 1370px) {

    .property_main_container,
    #top ul.home_obj_slider,
    .object_banner .owl-carousel .owl-nav {
        padding: 0 30px;
    }

    /* #top .deal_listings .objects_repeat h2{
		font-size: 19px;
		line-height: 26px;
	} */
    /* .object_address {
		padding: 24px 10px 7px;
	} */
    .viewing_info .custom_vis .vis_day p {
        font-size: 13px;
        line-height: 18px;
    }

    #top .right_info .obj_additional_info .vis_btn {
        margin-left: 6px
    }

    .viewing_info .custom_vis .vis_day {
        margin-left: 12px;
    }

    .right_info .obj_additional_info .broker-section {
        padding: 13px 18px 13px;
    }

    .right_info .obj_additional_info {
        padding: 20px 19px 30px;
    }

    .sellprice_info {
        padding: 30px 20px;
    }

    .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 21px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -21px;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes {
        margin: 0px -18px
    }

    .tabbedObjectsBytype ul.tab-objtypes li {
        padding: 0px 18px;
    }

    #top .filterInput {
        max-width: 805px;
    }

    #scroll-top-link {
        right: 15px
    }

    #top .property-menu ul.list.list-table li a span {
        font-size: 16px;
    }

    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        letter-spacing: 0;
    }

    .object_address span.custom_line {
        margin: 0px 8px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        padding: 70px 30px;
    }

    /*#top .deal_listings .objects_repeat .property_price {
	    margin-top: 10px;
	}
	 #top .deal_listings .objects_repeat li, #top .deal_listings .objects_repeat span.custom_line, #top .deal_listings .objects_repeat .property_price{
		font-size: 16px;
	} 
    #top .deal_listings .objects_repeat.full_view .property_price{
        font-size: 17px;
    }*/
    .deal_listings .objects_repeat .obj_box .object_address .addr_info {
        padding-right: 5px;
    }

}

@media handheld,
only screen and (max-width: 1250px) {
    .object_address span.custom_line {
        height: 12px;
    }

    .project_box .prj_object_info {
        width: 38%;
    }

    #top .project_box .prj_object_info ul span.custom_line {
        margin: 0px 26px;
    }

    #top .custom_banner .hover-data-wrap h1 {
        letter-spacing: 3px;
    }

    .obj_related_deals .deal_listings .object_address ul li,
    .obj_related_deals .deal_listings .object_address ul li a,
    .obj_related_deals .deal_listings .object_address ul li span,
    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        font-size: 13px;
    }

    .office-box .office-right-div {
        padding: 32px 28px;
    }

    .office-broker .office-broker-main {
        justify-content: flex-start;
    }

    .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 16px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -16px;
    }

    #top #BookingForm .clsObjectDetailForm {
        height: 100%;
        overflow-y: auto;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes {
        margin: 0px -16px;
    }

    .tabbedObjectsBytype ul.tab-objtypes li {
        font-size: 20px;
        padding: 0px 16px;
    }

    #top .filterInput {
        max-width: 695px;
    }

    .object_fakta .middle_fakta .right_info {
        width: 39.4%;
    }

    .object_fakta .middle_fakta .left_info {
        width: 59%;
    }

    #top .sellprice_info h1,
    #top .sellprice_info h1 a,
    #top .sellprice_info .saleinfo_price,
    #top .sellprice_info .saleinfo_price a {
        font-size: 32px;
        line-height: 41px;
    }

    #top .fakta_desc .fakta_text h2,
    #top .fakta_desc .fakta_text h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .obj_related_deals .deal_listings .object_address ul li,
    .obj_related_deals .deal_listings .object_address ul li a,
    .obj_related_deals .deal_listings .object_address ul li span,
    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        font-size: 12px;
    }

    .office-box .office-broker .office-broker-list {
        width: 33.33%;
    }

    .office-box .office-broker img {
        width: 100%;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents h2 {
        font-size: 32px;
        line-height: 42px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul {
        margin: 0px -16px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul li {
        padding: 0px 16px;
    }

    #top .nykomment-btns a.avia-button {
        padding: 9px 25px !important;
    }

    /* #top .deal_listings .objects_repeat li, #top .deal_listings .objects_repeat span.custom_line, #top .deal_listings .objects_repeat .property_price{
    	text-align: left;
    }*/
    /* .deal_listings .objects_repeat .obj_box .object_address .deal_area_pris_info{
    	margin-top: 10px;
    } */
    .deal_listings .objects_repeat.full_view .object_info {
        min-width: 500px;
    }

    .broker-detail-main .broker-detail-image {
        width: 30%;
    }

    .broker-detail-main .broker-detail-info {
        width: 70%;
    }
}

/*@media handheld, only screen and (max-width: 1180px) {
	#top .deal_listings .objects_repeat h2, #top .deal_listings .objects_repeat.deal_grid_view.property_objtype {
		min-height:52px
	}
}*/
@media handheld,
only screen and (max-width: 1140px) {
    #top .deal_listings .objects_repeat h2 {
        display: inline-block;
    }

    .object_address {
        padding: 24px 8px 6px;
    }

    .object_address span.custom_line {
        height: 12px;
        margin: 0px 9px
    }

    .broker-detail-main .broker-detail-info {
        width: 65%;
        padding-left: 50px;
    }

    .broker-detail-main .broker-detail-image {
        width: 35%;
    }

    .obj_related_deals .deal_listings .object_address ul li,
    .obj_related_deals .deal_listings .object_address ul li a,
    .obj_related_deals .deal_listings .object_address ul li span,
    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        letter-spacing: 0px;
        font-size: 12px;
    }

    /* .object_address {
		padding: 24px 5px 22px;
	} */
    .object_img .bidding_wrap span {
        padding: 10px 10px;
    }

    .office-main-box .office_heading p {
        font-size: 16px;
    }

    #top .office-main-box .office-box h5 {
        font-size: 21px;
        display: inline-block;
    }

    .office-main-box .office-box .office_heading {
        padding: 24px 10px 0px;
    }

    .office-main-box .office-box .office_detail {
        padding: 0px 10px 10px;
    }

    #top #BookingForm form,
    .obj_detail_form form .anamal_vis,
    #top .obj_detail_form .wpcf7 form.invalid .wpcf7-response-output,
    #top .obj_detail_form .wpcf7 form.unaccepted .wpcf7-response-output,
    #top .obj_detail_form .wpcf7 form.failed .wpcf7-response-output,
    #top .obj_detail_form .wpcf7 form.aborted .wpcf7-response-output {
        max-width: 100%;
        padding: 0px 15px
    }

    .right_info .obj_additional_info .broker-section {
        padding: 13px 15px 13px;
    }

    .object_fakta .middle_fakta .right_info {
        width: 42.4%;
    }

    .object_fakta .middle_fakta .left_info {
        width: 55%;
    }

    #top .fakta_desc .fakta_text h2,
    #top .fakta_desc .fakta_text h1 {
        font-size: 30px;
        line-height: 40px;
    }

    #top .sellprice_info h1,
    #top .sellprice_info h1 a,
    #top .sellprice_info .saleinfo_price,
    #top .sellprice_info .saleinfo_price a {
        font-size: 30px;
        line-height: 41px;
    }

    #top .right_info .obj_additional_info a.maklare_link.btn {
        margin-bottom: 0px;
    }

    .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 11px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -11px;
    }

    .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 15px;
    }

    .tabbedObjectsBytype ul.tab-objtypes li {
        font-size: 18px;
        padding: 0px 12px;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes {
        margin: 0px -12px;
    }

    #top .filterInput {
        max-width: 577px;
    }

    .deal_listings .property_objtype {
        font-size: 17px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        padding: 40px 30px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents span {
        font-size: 22px;
        margin-bottom: 4px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents h2 {
        margin-bottom: 20px;
    }

    #top .new_comer .slick-slide.slick-center .slide-prop-det {
        margin-top: 15px;
    }

    #top .nykomment-btns a.avia-button {
        padding: 6px 14px !important;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only img {
        height: 482px;
    }

    #top .nykomment-btns {
        margin: 20px -3px 0;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul li {
        padding: 0px 8px;
        font-size: 16px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents ul {
        margin: 0px -8px;
    }

    .office-main-box .office-box .office_info .office_readMore {
        padding: 0 10px;
    }

    #top .agency-awards .all-awards .singleaward h6 {
        line-height: 26px;
    }

}

@media handheld,
only screen and (max-width: 1023px) {
    .office-main-box .office-box .office_heading {
        padding: 24px 7px 0px;
    }

    .office-main-box .office-box .office_detail {
        padding: 0px 7px 10px;
    }

    .office-box .office-right-div {
        width: 33%;
    }

    .office-box .office-left-div {
        width: 62%;
    }

    .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 8px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -8px
    }

    .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 15px;
    }

    #top .fakta_desc ul.fakta_list li {
        width: 48%;
        padding-left: 37px;
        margin-bottom: 15px;
    }

    #top .fakta_desc ul.fakta_list li,
    #top .fakta_desc ul.fakta_list li label {
        font-size: 17px;
    }

    #top .fakta_desc ul.fakta_list li:before {
        width: 28px;
        height: 28px;
        top: -2px;
    }

    .right_info .broker-section .broker_details {
        width: calc(100% - 156px);
    }

    .right_info .broker-section .brokerimg {
        margin-right: 12px;
    }

    #top .filterInput {
        max-width: 558px;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        min-width: auto;
    }

    #top .custom_filter .avia_codeblock span {
        padding: 0 18px;
    }

    /* .object_address {
		padding: 24px 0px 7px;
	} */
    #top .project_box .prj_object_info ul span.custom_line {
        margin: 0px 22px;
    }
}

@media handheld,
only screen and (max-width: 989px) {
    .tillsalu_heading_content {
        margin-top: 5px;
    }

    .deal_grid_view .objects_repeat .obj_box .object_address .deal_area_pris_info {
        margin-top: 10px;
    }

    .deal_grid_view .objects_repeat .obj_box .object_address .addr_info {
        display: inline-block;
    }

    #top .deal_grid_view .objects_repeat h2 {
        margin-bottom: 0;
    }

    #top .deal_grid_view .objects_repeat h2 {
        display: inline-block;
        text-align: left;
        float: left;
    }

    .property_main_container,
    #top ul.home_obj_slider,
    .object_banner .owl-carousel .owl-nav {
        padding: 0 15px;
    }

    .project_box .prj_object_img,
    .project_box .prj_object_info {
        width: 100%;
    }

    .total_deal_count .show_list_grid_view button.map.square-btn {
        margin-left: 5px;
    }

    .project_box .prj_object_info {
        padding: 40px 15px 0
    }

    #top .project_box .prj_object_info ul {
        max-width: 100%;
    }

    .broker-detail-main .broker-detail-info {
        width: 63%;
        padding-left: 20px;
    }

    .brkr-objectbox {
        padding: 55px 0 0px;
    }

    .broker-detail-main .broker-detail-image {
        width: 37%;
    }

    #top .broker_basic_info {
        padding: 15px 10px;
        margin: 0 10px 0;
    }

    #top h1,
    #top h1 a,
    #top .custom_banner .hover-data-wrap h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .office-main-box .office-box,
    .office-box .office-broker .office-broker-list {
        width: 50%;
    }

    .deal_listings .objects_repeat {
        padding: 0 8px 16px
    }

    .deal_listings {
        margin: 40px -8px 50px;
        justify-content: center;
    }

    #top .val_manage_accordion .accordian_text iframe {
        width: 100% !important;
        height: 500px !important;
    }

    .office-main-box .office-box {
        font-size: 17px;
    }

    .obj_related_deals .deal_listings .object_address ul li,
    .obj_related_deals .deal_listings .object_address ul li a,
    .obj_related_deals .deal_listings .object_address ul li span,
    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        font-size: 14px;
    }

    .object_address span.custom_line {
        margin: 0px 8px;
        height: 10px;
    }

    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        font-size: 11px;
        letter-spacing: 0;
    }

    .filter-wrapper .filters button {
        margin-bottom: 10px;
    }

    .responsive.html_mobile_menu_tablet.html_header_top #top.obj_listings #main,
    .responsive.html_mobile_menu_tablet.html_header_top #top.broker-detail-maklare #main {
        padding-top: 90px !important;
    }

    .filter-wrapper .sale_obj_search_cls fieldset {
        margin-bottom: 18px !important;
    }

    .office-right-div p,
    .office-right-div p a {
        font-size: 15px;
    }

    .office-box .office-right-div {
        padding: 32px 22px;
        width: 36%;
    }

    .office-box .office-left-div {
        width: 61%;
    }

    .responsive.html_mobile_menu_tablet.html_header_top #top.object_detail #main {
        padding-top: 0px !important;
    }

    #top ul.gallery_normal li:first-child a {
        min-height: 420px;
    }

    #top ul.gallery_normal li a {
        min-height: 200px;
    }

    .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 18px;
    }

    .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 18px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -18px;
    }

    .object_fakta .middle_fakta .custom_tabing {
        margin-bottom: 40px;
    }

    #top .fakta_desc ul.fakta_list li:before {
        width: 26px;
        height: 26px;
    }

    .object_fakta .middle_fakta .right_info {
        width: 100%;
        order: -1;
        margin-top: 0;
    }

    .object_fakta .middle_fakta .left_info {
        width: 100%;
    }

    .right_info .obj_additional_info {
        padding: 20px 25px 30px;
    }

    .sellprice_info {
        padding: 40px 30px;
    }

    .viewing_info .custom_vis {
        padding: 20px 21px;
        width: 100%;
        justify-content: flex-start;
    }

    .viewing_info .custom_vis .vis_day {
        margin-left: 20px;
        width: 80%;
        margin-right: 0;
    }

    .viewing_info .custom_vis .vis_day p {
        font-size: 15px;
        line-height: 25px;
    }

    .right_info .broker-section .broker_details {
        width: calc(100% - 185px);
    }

    .right_info .broker-section .brokerimg {
        margin-right: 25px;
        max-width: 160px;
    }

    .object_fakta .middle_fakta {
        padding-bottom: 10px;
    }

    .office-main-box {
        padding-top: 0;
    }

    .tabbedObjectsBytype ul.tab-objtypes li {
        font-size: 15px;
        padding: 0px 9px;
        margin-bottom: 10px;
    }

    #top .tabbedObjectsBytype ul.tab-objtypes {
        margin: 0px -9px;
    }

    #top .filterInput {
        max-width: 100%;
        margin-bottom: 12px;
    }

    #top .custom_filter .container {
        padding: 35px 28px 40px;
    }

    .custom_filter .filterElements {
        justify-content: flex-start;
    }

    #top .custom_filter .avia_codeblock span {
        padding: 0 50px 0 0;
    }

    .property_main_container .total_deal_count {
        align-items: center;
    }

    .office-box .office-broker .office-broker-list .office-broker-box {
        min-height: 552px;
    }

    .office-box .office-broker img {
        width: 100%;
    }

    .deal_listings .property_objtype {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0;
    }

    #top .deal_listings .objects_repeat h2 {
        font-size: 22px;
        line-height: 26px;
    }

    #top .deal_listings .property_objtype {
        font-size: 17px;
        line-height: 24px;
    }

    #top .deal_listings .objects_repeat li,
    #top .deal_listings .objects_repeat span.custom_line,
    #top .deal_listings .objects_repeat .property_price {
        font-size: 16px;
    }

    .object_img .bidding_wrap span {
        padding: 8px 10px;
    }

    #top .property-menu ul.list.list-table li a span {
        font-size: 13px;
    }

    .deal_listings .objects_repeat.full_view .object_info {
        padding: 30px;
        min-width: 380px;
    }

    #top .deal_listings .objects_repeat.full_view .property_price {
        font-size: 17px;
    }

    #top .new_comer .slick-arrow {
        width: 38px;
        height: 38px;
        background-size: 7px 15px;
        top: 302px
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        width: 51%;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only {
        width: 42%;
    }

    .deal_listings .objects_repeat.deal_grid_view {
        width: 48%;
    }

    #top .makler_main_info.container p {
        padding: 0 15px;
    }

    .property_search_filter .filter-wrapper {
        margin-top: 0px;
    }

    .office-main-box .office-box .office_info .office_readMore {
        padding: 0 5px;
    }

    .broker-detail-main .broker-detail-info .brk_frm_heading {
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 10px !important;
    }

    .deal_listings .object_address ul {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    #top .deal_listings .objects_repeat .property_price {
        margin-top: 5px;
        /* text-align: left; */
    }

    /* .object_address {
        padding: 22px 0px 7px;
    } */
    .dealobjectstatus .deal_listings {
        margin: 30px -5px 11px;
    }

    .deal_listings .objects_repeat .obj_box .bid_img,
    .deal_listings .objects_repeat .obj_box .coming_obj_img,
    .deal_listings .objects_repeat .obj_box .sold_obj_img {
        width: 130px;
    }

    .broker-detail-maklare .broker-detail-main {
        margin-top: 0;
    }

    .broker-detail-maklare .content {
        padding-top: 40px;
    }
}

/* @media handheld, only screen and (max-width: 900px) {
    .deal_listings .objects_repeat .obj_box .object_address{
        flex-direction: column;
        align-items: flex-start;
    }
} */
@media handheld,
only screen and (max-width: 860px) {
    #top .deal_listings .objects_repeat.deal_list_view .deal_area_pris_info {
        margin-top: 10px;
    }

    #top .deal_listings .objects_repeat.full_view .deal_area_pris_info {
        margin-top: 10px;
    }

    .deal_listings .objects_repeat .obj_box .object_address {
        flex-direction: column;
        align-items: flex-start;
    }

    #top .deal_grid_view .objects_repeat li,
    #top .deal_grid_view .objects_repeat span.custom_line,
    #top .deal_grid_view .objects_repeat .property_price {
        text-align: left;
    }

    .deal_grid_view .objects_repeat .obj_box .object_address .deal_area_pris_info {
        margin-top: 10px;
    }

    #top .deal_listings .objects_repeat.full_view .property_price {
        text-align: left;
    }

    #top .deal_listings.objects_repeat .property_price {
        text-align: left !important;
    }

    #top .deal_list_view.objects_repeat .property_price {
        text-align: left !important;
    }

    .deal_list_view .objects_repeat .property_price {
        text-align: left !important;
    }
}

@media handheld,
only screen and (max-width: 767px) {
    .broker-detail-main .broker-detail-image {
        padding-right: 15px;
    }

    #top .deal_listings .objects_repeat.deal_list_view .deal_area_pris_info {
        margin-top: 0px;
    }

    #top .deal_listings .objects_repeat.full_view .deal_area_pris_info {
        margin-top: 0;
    }

    #top .deal_listings .objects_repeat.full_view .property_price {
        text-align: right;
    }

    #top .deal_list_view.objects_repeat .property_price {
        text-align: right !important;
    }
    .office-box .office-broker .office-broker-list p.broker_img{
        height: 400px;
    }
    .total_deal_count .show_list_grid_view .full_view_btn.square-btn,
    .obj_project_section .show_list_grid_view.full_view_btn.square-btn {
        margin-left: 0;
    }
    #top .popup-kontacta-mig .wpcf7-response-output {
        padding: 10px 20px 0;
    }
    .broker-detail-main .broker-detail-image,
    .broker-detail-main .broker-detail-info {
        width: 100%;
    }
    .property_search_filter .filters .accordion::after{
        top: -6px;
        
    }
    .broker-detail-maklare .content {
        padding-top: 25px;
        padding-bottom: 38px;
    }

    .object_banner .object_desc .bilder-btn a.avia-button:after {
        margin-left: 4px;
    }

    #top ul.val_manage_accordion li .accordian_text li,
    #top ul.val_manage_accordion li .accordian_text li label {
        font-size: 16px;
        line-height: 21px;
    }

    .project_box .prj_object_info {
        padding-top: 25px
    }

    .dealobjectstatus .deal_listings {
        margin: 0px -15px 11px;
    }

    #top .obj_detail_form form h4 {
        margin-bottom: 0;
    }

    #top .nykomment-btns a.avia-button {
        font-size: 13px;
        padding: 6px 20px !important;
    }

    .deal_listings .objects_repeat {
        width: 48%;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents span {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 22px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #top .project_box .prj_object_info ul span.custom_line {
        margin: 0px 14px;
    }

    #top .project_box .prj_object_info ul li strong,
    #top .new_comer .slick-slide.slick-center .slide-contents ul li strong,
    #top .project_box .prj_object_info ul li,
    #top .new_comer .slick-slide .slide-contents ul li {
        font-size: 16px;
    }

    #top h2,
    #top h2 a {
        font-size: 30px;
        line-height: 40px;
    }

    #top .project_box .prj_object_address h2 {
        margin-bottom: 10px;
    }

    #top .project_box .prj_object_address h4 {
        margin-top: 0;
    }

    #top .project_box .prj_object_info ul {
        margin: 15px 0 25px;
    }

    #top .val_manage_accordion .accordian_text iframe {
        height: 330px !important;
    }

    #top .map-box p label,
    #top .map-box p {
        margin-bottom: 2px;
    }

    #top .deal_listings .objects_repeat.full_view .object_address span.custom_line {
        background-color: unset;
    }

    .quick-connect-broker-form button.close_brk_sec {
        right: 15px
    }

    #top .tabs_property.deal_listings,
    .deal_listings {
        justify-content: space-between;
    }

    #top .office-box h1,
    #top h1,
    #top .custom_banner .hover-data-wrap h1 {
        font-size: 36px;
        line-height: 42px;
    }

    #top .custom_filter .avia_codeblock span {
        padding: 0 0 12px;
    }

    #top .custom_filter h2 {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .broker-detail-main .broker-detail-info {
        padding-left: 15px;
        margin-top: 17px;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        padding: 9px 20px !important;
        font-size: 13px;
    }

    #top img.leaflet-marker-icon.leaflet-interactive.activemarker {
        width: 34px !important;
        height: auto !important;
    }

    #top img.leaflet-marker-icon.leaflet-interactive.inactivemarker {
        width: 21px !important;
        height: auto !important;
    }

    #top .total_deal_count h6 {
        margin-bottom: 10px !important;
    }

    .property_main_container .total_deal_count {
        flex-direction: column;
        align-items: flex-start;
        padding: 33px 0 33px;
        margin-bottom: 30px;
    }

    .total_deal_count .sorting_list_grid_cls {
        justify-content: flex-start;
        margin-top: 10px;
    }

    #top .custom_filter .container {
        margin-top: -14px !important;
        padding: 35px 28px 40px !important;
    }

    #top .custom_filter {
        padding-left: 15px;
        padding-bottom: 0;
        padding-right: 15px
    }

    .office-right-div p,
    .office-right-div p a {
        font-size: 16px;
    }

    .office-main-div,
    .broker-detail-main {
        justify-content: flex-start;
        flex-direction: column;
    }

    .office-box .office-broker .office-broker-list .office-broker-box {
        min-height: 552px;
    }

    .office-box .office-broker {
        /* padding: 32px 0 23px; */
    }

    #top .office-box h1,
    #top .office-box .office-broker h2 {
        margin-bottom: 15px;
    }

    .office-box .office-left-div,
    .office-box .office-right-div {
        width: 100%;
    }

    .office-box .office-broker .office-broker-list:last-child {
        /* margin-bottom: 0; */
    }

    .office-object-list.deal_listings {
        padding: 45px 0px 0;
        margin: 0;
    }

    .deal_listings .objects_repeat {
        padding: 0 0px 30px;
    }

    .deal_listings .objects_repeat:last-child {
        padding-bottom: 0;
    }

    .office-box .office-left-div {
        margin-bottom: 20px
    }

    .office_layout {
        margin-bottom: 0 !important;
    }

    #top .filter-wrapper .sale_obj_search_cls fieldset.filterTextMain {
        margin-bottom: 0 !important;
    }

    .responsive.html_mobile_menu_tablet.html_header_top #top.obj_listings #main,
    .responsive.html_mobile_menu_tablet.html_header_top #top.broker-detail-maklare #main {
        padding-top: 90px !important;
    }

    .property_search_filter .filter-wrapper {
        padding: 26px 0px 26px;
    }

    .property_search_filter .filter-wrapper .accordion-content {
        padding: 30px 0px 0;
    }

    #top .property_search_filter .filters .accordion {
        font-size: 32px;
        line-height: 42px;
    }

    .filter-wrapper .are_other_cls .filters-group.filter-sliders {
        flex-basis: 49%;
        margin-bottom: 0;
    }

    .filter-wrapper .pris_rum_main_cls,
    .filter-wrapper .are_other_cls {
        flex-wrap: wrap;
    }

    /*	#top .deal_listings .objects_repeat h2 {
		font-size: 18px;
		line-height: 23px;
	}*/
    .filter-wrapper .filterTextMain input[type="text"] {
        margin-bottom: 0px !important;
    }

    .filters .filters-group.filter-sliders {
        padding: 0;
    }

    .object_address span.custom_line {
        margin: 0px 7px;
        height: 9px;
    }

    .obj_related_deals .deal_listings .object_address ul li,
    .obj_related_deals .deal_listings .object_address ul li a,
    .obj_related_deals .deal_listings .object_address ul li span,
    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        font-size: 12px;
    }

    .total_deal_count .show_list_grid_view button.map.square-btn {
        margin-left: 0;
    }

    .total_deal_count h6,
    .total_deal_count h6 .mixCount {
        margin-bottom: 0px
    }

    .deal_listings .objects_repeat.deal_list_view h2 {
        margin-bottom: 12px !important;
    }

    .filter-wrapper .sale_obj_search_cls fieldset:nth-child(2) {
        margin-bottom: 10px !important;
    }

    .office-main-box .office-box:last-child {
        padding-bottom: 0;
    }

    .deal_listings .objects_repeat.deal_list_view {
        width: 48%;
    }

    .deal_listings .objects_repeat.deal_list_view h2 {
        min-height: 100%
    }

    .office-broker .office-broker-main,
    .office-object-list.deal_listings {
        padding-top: 10px;
    }

    .brkr-objectbox {
        padding: 35px 0 0px;
    }

    #top .obj_detail_form form .anamal_vis>label,
    #top .obj_detail_form form .anamal_vis p,
    #top .obj_detail_form form .anamal_vis>label:nth-child(8),
    #top .obj_detail_form form .anamal_vis p:nth-child(8),
    #top #BookingForm form .anamal_vis>label,
    #top #BookingForm form .anamal_vis p,
    #top #BookingForm form .anamal_vis>label:nth-child(8),
    #top #BookingForm form .anamal_vis p:nth-child(8) {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #top .obj_detail_form form .anamal_vis>label:nth-last-child(-n + 2),
    #top .obj_detail_form form .anamal_vis p:nth-last-child(-n + 2),
    #top #BookingForm form .anamal_vis>label:nth-last-child(-n + 2),
    #top #BookingForm form .anamal_vis p:nth-last-child(-n + 2) {
        width: 100%;
    }

    #top .obj_detail_form form .anamal_vis>label.policy .wpcf7-list-item-label::before,
    #top .obj_detail_form form .anamal_vis>label.policy input[type="checkbox"] {
        top: 3px
    }

    .common_section,
    .obj_related_deals {
        padding: 12px 0;
    }

    #top.object_detail .obj_bilder_section {
        padding-top: 0px;
    }

    .object_fakta,
    .common_section {
        margin-bottom: 0px;
    }

    .obj_detail_form form {
        padding: 30px 0 40px;
    }

    .avia_codeblock_section .office-box>img,
    .single-post .av_slideshow_full li img {
        height: 600px;
    }

    #top .bilder-btn a.avia-button {
        padding: 7px 20px 7px 20px !important;
        margin-top: 0;
        min-width: auto;
        font-size: 15px;
    }

    #top .object_banner .object_desc ul li {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin: 0px 3px;
    }

    #top .object_banner .object_desc ul {
        margin: 0px -3px;
    }

    .object_banner .bilder-btn a.avia-button img {
        width: 18px
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 8px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -8px;
    }

    #top .sellprice_info h1,
    #top .sellprice_info .saleinfo_price {
        margin-bottom: 0;
    }

    .sellprice_info {
        padding: 20px 18px;
    }

    .object_fakta .middle_fakta .custom_tabing {
        margin-bottom: 30px;
    }

    .right_info .obj_additional_info {
        padding: 20px 10px 30px;
    }

    #top .fakta_desc ul.fakta_list li,
    #top .fakta_desc ul.fakta_list li label {
        font-size: 16px;
    }

    #top .fakta_desc ul.fakta_list li:before {
        width: 22px;
        height: 22px;
        top: 0
    }

    #top .fakta_desc ul.fakta_list li {
        padding-left: 32px;
        margin-bottom: 10px;
    }

    #top .fakta_desc .short_desc p {
        margin-bottom: 10px;
    }

    .object_fakta .middle_fakta {
        padding-bottom: 17px;
    }

    .object_fakta .middle_fakta .left_info {
        padding: 38px 0px 20px;
    }

    .obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle {
        font-size: 24px;
    }

    .obj_valuemanagement_section ul.val_manage_accordion>li {
        padding: 10px 0;
    }

    .obj_valuemanagement_section ul.val_manage_accordion li a.val_sec_toggle::after {
        width: 13px;
        height: 13px;
        top: 5px;
    }

    #top .fakta_desc ul.fakta_list {
        margin: 24px 0 14px;
    }

    #top .normal_gallery_img .gallery-view-link a.avia-button {
        margin-top: 18px;
    }

    ul.val_manage_accordion li .accordian_text {
        column-gap: 0;
        column-count: 1;
        padding: 25px 10px 25px;
        width: 100%;
    }

    .object_fakta {
        padding-bottom: 33px;
    }

    #top .common_section h3 {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    #top ul.gallery_normal li:first-child {
        width: 33.33%;
    }

    #top ul.gallery_normal li:first-child a {
        min-height: 200px;
    }

    #map_canvas {
        height: 416px !important;
    }

    #top .obj_related_deals>h2 {
        font-size: 32px !important;
    }

    .obj_related_deals .deal_listings {
        margin: 25px 0px 0px;
    }

    .deal_listings .property_objtype {
        font-size: 18px;
    }

    .office-main-box .office-box .office_heading {
        padding: 16px 7px 0px;
    }

    #top .office-main-box .office-box h5 {
        /* font-size: 19px; */
        margin-bottom: 0;
    }

    #top .fakta_desc .fakta_text h2,
    #top .fakta_desc .fakta_text h1 {
        font-size: 29px;
        line-height: 36px;
        letter-spacing: 0 !important;
    }

    #top #BookingForm .wpcf7 {
        padding: 32px 0 30px;
    }

    #top #BookingForm .form-close-btn-boka {
        right: 15px;
        top: 10px;
        width: 50px;
        height: 50px;
    }

    /* #top #BookingForm .form-close-btn-boka img {
        width: 50px;
        height: 50px;
    } */

    #top #BookingForm form input[type="submit"] {
        margin-bottom: 200px;
    }

    #top #BookingForm .clsObjectDetailForm {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #top #BookingForm {
        justify-content: flex-start;
        align-items: flex-start;
        z-index: 999
    }

    #top .right_info .obj_additional_info .vis_btn {
        display: flex;
        justify-content: flex-end;
    }

    #datafetch>div {
        padding: 30px 15px;
    }

    .tabbedObjectsBytype ul.tab-objtypes li {
        font-size: 16px;
        margin-bottom: 8px;
    }

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

    #top .filterInput,
    #top .custom_filter .avia_codeblock span,
    #top .custom_filter a.avia-button.ellerbtn {
        margin-top: 12px
    }

    #top .custom_filter a.avia-button.ellerbtn {
        margin-top: 0;
        float: right;
    }

    #top .filterInput {
        max-width: 100%;
        margin-bottom: 0px;
    }

    .avia_codeblock_section .office-box>img,
    .single-post .av_slideshow_full li img,
    .office-main-box img {
        height: 300px;
    }

    #top .main_color.custom_filter input[type='text'] {
        padding-right: 18px;
    }

    #top .filters-group .irs--round .irs-from {
        left: 0 !important
    }

    .filters .pris_slide span.irs-to {
        margin-left: -0px;
        min-width: auto;
        text-align: left;
    }

    /*#top .deal_listings .objects_repeat h2{
		min-height: 46px;
	}*/
    #top form label.policy .wpcf7-list-item-label::after,
    #top .obj_detail_form form .anamal_vis>label.policy .wpcf7-list-item-label::after,
    #top #BookingForm form .anamal_vis>label.policy .wpcf7-list-item-label::after {
        top: 7px;
        left: 3.2px;
    }

    .office-box .office-broker img {
        height: auto;
    }

    .object_banner .bilder-btn a.avia-button img {
        margin-top: -3px;
    }

    .right_info .obj_additional_info .broker-section {
        padding: 13px 15px;
    }

    #datafetch .propertyResult hr {
        margin: 2px 0 2px;
    }

    #datafetch .propertyResult a {
        font-size: 15px;
    }

    /*.office-listing-maklare .office-box .object_img a {
		height: 180px;
	}*/
    #top .map_left_right_cnt {
        justify-content: space-between;
    }

    #top .marker_left_img_sec {
        width: 35%;
        margin-bottom: 0;
    }

    #top .marker_right_text_sec {
        padding-left: 0;
        width: 60%;
    }

    #top .leaflet-popup-content {
        width: 310px !important;
    }

    #top .map-box .map_marker_title h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .viewing_info .custom_vis .vis_date {
        padding: 16px 10px;
    }

    #top .sellprice_info h1,
    #top .sellprice_info .saleinfo_price {
        font-size: 32px;
        line-height: 42px;
    }

    #top .property-menu ul.list.list-table li {
        background-size: 1.5rem 1.5rem;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    #top .property-menu ul.list.list-table li a span {
        font-size: 10px;
        line-height: 12px;
    }

    .broker-detail-main {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .broker-detail-main .broker-detail-image img {
        width: auto;
        display: block;
        max-width: 100%;
        margin: 0px auto;
    }

    #top .broker_detail_frm {
        max-width: 100%;
    }

    #top .broker_detail_frm input[type="submit"] {
        display: block;
    }

    #top .map-box .marker_left_img_sec img {
        height: auto;
    }

    #top .broker_detail_frm>label,
    #top .broker_detail_frm p {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #scroll-top-link {
        bottom: 92px
    }

    #top ul.home_obj_slider li.slick-arrow {
        width: 40px;
        height: 40px;
        margin: 0 4px;
    }

    #top.home ul.home_obj_slider {
        top: auto;
        transform: translateY(0%);
        justify-content: center;
        bottom: 30px;
    }

    #top .property-menu {
        height: 60px;
    }

    .office-box .office-broker .office-broker-list {
        width: 48%;
        padding: 0;
        margin-bottom: 25px
    }

    .office-broker .office-broker-main {
        justify-content: space-between;
        margin: 0;
    }

    .office-box .office-broker .office-broker-list p {
        padding: 0px 12px
    }

    .object_banner {
        position: relative;
        height: 776px;
    }

    .header_banner_slider {
        height: 776px;
        position: relative;
        z-index: 0;
    }

    /* .object_banner .owl-carousel .owl-nav{
		padding: 0px 15px;
		margin-top: 30px;
		top: auto;
		transform: translateY(0%);
		justify-content: center;
		bottom: 30px;
	} */
    .object_banner .owl-carousel .owl-nav button {
        width: 30px;
        height: 30px;
        margin: 0 4px;
        background-size: 30px !important;
    }

    /* .object_banner .owl-carousel .owl-nav{
		padding: 0px 15px;
		margin-top: 30px;
		top: auto;
		transform: translateY(0%);
		justify-content: center;
		bottom: 30px;
	} */
    .object_banner,
    .object_banner .owl-carousel .owl-item img,
    .header_banner_slider {
        height: 600px;
    }

    .objects_repeat .object_img img {
        min-height: auto;
        max-height: 100%;
    }

    #top.object_detail #scroll-top-link {
        bottom: 200px;
    }

    .object_banner .object_desc {
        position: absolute;
        bottom: 10px;
        width: 100%;
        align-items: flex-start;
        padding: 0px 15px;
        flex-wrap: wrap;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    #top .obj_plantring_section .lightbox .image-map>img {
        max-height: 100%;
        object-fit: contain;
        background-color: transparent;
    }

    #top .inner_tooltip {
        max-width: 100%;
        width: 92%;
    }

    #top .inner_tooltip input {
        background-size: 2rem 2rem;
        background-position: left top 68%;
    }

    #top .avia-search-tooltip.avia-tt .close-button {
        top: 15px;
        right: 15px;
    }

    #top .quick-connect-broker-form {
        position: fixed;
        right: 0;
        bottom: 65px;
        /* z-index: 9; */
        width: auto;
    }

    #top .quick-connect-broker-form.kon-mig-show {
        z-index: 9999;
        width: 100%;
        bottom: auto;
        /* top: 0; */
    }

    #top .popup-kontacta-mig form {
        margin-bottom: 125px;
    }

    #top .quick-connect-broker-form.kon-mig-show .popup-kontacta-mig.show {
        width: 100% !important;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
    }
    #top .popup-kontacta-mig .contact-vardera{
        padding: 20px 20px 0;
    }
    #top .popup-kontacta-mig h2{
        width: 250px;
        height: 76px;
    }
    #top .popup-kontacta-mig h2 {
        border-radius: 0px 0 70px 0;
    }

    #top .popup-kontacta-mig .contact_form_wrap .content_block {
        padding: 0px 0px;
        width: 100%;
    }

    #top .quick-connect-broker-form.kon-mig-show .popup-kontacta-mig.show .contact_form_wrap {
        background: #ebebeb;
    }

    #top .popup-kontacta-mig .contact_form_wrap {
        bottom: auto;
        top: 0;
        max-width: 100%;
        padding: 10px 0 !important;
        height: 100%;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #top .popup-kontacta-mig .form-close-btn {
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 30px;
        right: 15px;
    }

    #top .form-close-btn img {
        width: auto;
        display: inline-block;
        display: inline-block;
    }

    #top .lg-actions .lg-next,
    #top .lg-actions .lg-prev {
        width: 40px;
        height: 40px;
        top: 46%;
    }

    #top .office-map {
        padding: 30px 0 45px;
    }

    .loadmore button {
        margin-top: 0;
    }

    #top .office-map .deal_main_div {
        margin-top: 30px;
    }

    #top .object_banner .object_desc ul li {
        margin: 0px 5px 0 0;
        width: 35px;
        height: 35px;
        line-height: 31px;
    }

    #top .object_banner .object_desc ul {
        margin: 0;
    }

    #top .quick-connect-broker-form .btn-kontacta-mig a label {
        padding: 5px 15px;
        font-size: 14px;
    }

    #top .quick-connect-broker-form .btn-kontacta-mig a {
        padding-right: 15px
    }

    .viewing_info .custom_vis {
        justify-content: space-between;
    }

    .total_deal_count .show_list_grid_view button.selected-view:hover,
    .total_deal_count .show_list_grid_view button.grid.selected-view {
        background-image: url(../images/list_icon_0w.svg);
        background-position: left 10px top 11px;
        background-size: 18px 18px;
        min-width: 88px;
    }

    #top .right_info .obj_additional_info .vis_btn a.btn {
        padding: 12px 15px 9px;
        line-height: 14px;
    }

    #top .object_banner .object_desc ul li i.fa {
        font-size: 15px;
        top: 0px;
    }

    #top .object_banner .bilder-btn a.avia-button {
        height: 39px;
        padding: 10px 14px 7px 14px !important;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0;
    }

    #top .popup-kontacta-mig .form-left-text label {
        width: 100%;
    }

    #top .popup-kontacta-mig,
    #top .popup-kontacta-mig.show {
        transition: all 0.5s ease-in-out;
    }

    .deal_listings .objects_repeat.full_view .object_info {
        min-width: auto;
        position: static;
        padding: 24px 15px 22px;
        background-color: #fff;
    }

    .deal_listings .objects_repeat.full_view {
        min-width: auto;
        min-height: auto;
        height: auto
    }

    .deal_listings .objects_repeat.full_view .object_img,
    .deal_listings .objects_repeat.full_view .obj_box,
    .deal_listings .objects_repeat.full_view .obj_box,
    .deal_listings .objects_repeat.full_view>a {
        height: auto
    }

    .objects_repeat.full_view .object_img .bidding_wrap {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .total_deal_count .show_list_grid_view button.grid,
    .obj_project_section .show_list_grid_view button.grid {
        display: none
    }

    /*#top .filter-wrapper .filters button:hover {
		color: #3d3d3d;
	}*/
    .filter-wrapper .filters button:before {
        background-color: transparent;
    }

    .filter-wrapper .filters button.filterBtn.mixitup-control-active:before {
        background-color: #3d3d3d;
    }

    .obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields ul.accordian_text.val_sec_full_width.open {
        padding-top: 0px;
    }

    .obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields a.val_sec_toggle,
    .obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields a.val_sec_toggle.custom_click {
        padding: 10px 0;
    }

    .obj_valuemanagement_section ul.val_manage_accordion>li.wp_brokersystem_customfields a.val_sec_toggle::after {
        top: 20px;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only {
        width: 45%;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        width: 53%;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only img {
        height: 300px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        padding: 25px 20px;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents p,
    #top .new_comer .slick-slide.slick-center .slide-contents ul li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }

    #top .new_comer .slick-arrow {
        top: 248px;
    }

    #top .new_comer button.slick-next.slick-arrow {
        right: 10px;
    }

    #top .new_comer button.slick-prev.slick-arrow {
        left: 10px;
    }

    #top .new_comer .content {
        padding-bottom: 0
    }

    .deal_listings .objects_repeat.deal_list_view {
        width: 100%;
    }

    .deal_listings .objects_repeat.deal_list_view:last-child {
        padding-bottom: 0 !important;
    }

    .deal_listings .objects_repeat .obj_box .object_address {
        flex-direction: row;
    }

    /* .deal_listings .objects_repeat .obj_box .object_address .deal_area_pris_info {
	    margin-top: 0;
	} */
    .deal_listings .objects_repeat.deal_grid_view {
        width: 100%;
    }

    /*#top .office-main-box .container{
        margin-top: 40px!important;
    }*/
    .object_detail .obj_detail_form {
        padding-bottom: 33px;
        padding-top: 0;
    }

    .object_detail .obj_related_deals {
        padding-top: 30px;
        padding-bottom: 45px;
    }

    #top .makler_main_info {
        padding: 0 15px 21px !important;
    }

    .office-box .office-main-div {
        padding-top: 0;
    }

    .avia_codeblock_section .office-box>img,
    .single-post .av_slideshow_full li img,
    .office-main-box img {
        margin-bottom: 28px;
    }

    #top .office-box h1 {
        font-size: 29px;
        margin-bottom: 0;
    }

    .office-box .office-broker .office-broker-list .office-broker-box {
        padding-bottom: 15px;
    }

    .office-box .office-broker .office-broker-list p.broker_img a {
        margin-bottom: 20px;
    }

    .brkr-objectbox {
        padding: 31px 0 0px;
    }

    .broker-detail-maklare .brkr-objectbox {
        padding: 22px 0 9px;
    }

    .filter-wrapper .filters button {
        padding: 9px 14px;
        font-size: 15px;
    }

    .deal_listings .objects_repeat.full_view .obj_box .extr_img {
        bottom: -18px;
    }

    #top form {
        padding-top: 0;
    }

    #top .obj_detail_form form {
        padding-top: 35px;
        padding-bottom: 45px;
    }

    #top form label.policy .wpcf7-list-item-label,
    #top .obj_detail_form form .anamal_vis>label.policy .wpcf7-list-item-label,
    #top #BookingForm form .anamal_vis>label.policy .wpcf7-list-item-label {
        line-height: 21px;
    }

    #top form .policy label span,
    #top form .policy label span a {
        line-height: 21px;
    }

    .office-main-box .office-box {
        padding: 0 15px 30px;
    }

    .office-listing-maklare .office-main-box .office-box:last-child {
        padding-bottom: 0;
    }

    .office-listing-maklare .office-main-box .office-box {
        padding: 0 15px 30px;
    }

    .broker-detail-main .broker-detail-info .brk_frm_heading {
        font-size: 28px !important;
        line-height: 33px !important;
        margin-bottom: 20px !important;
    }

    #top .obj_detail_form form .anamal_vis>label:nth-last-child(-n + 2),
    #top .obj_detail_form form .anamal_vis p:nth-last-child(-n + 2) {
        padding: 0px;
    }

    .object_detail.kontacta_cls #header {
        z-index: 0;
    }

    #top .popup-kontacta-mig .contact_form_wrap {
        border-radius: 0;
    }

    #top .home-kontakt .avia_textblock p br {
        display: none;
    }

    .office-main-box .office-box .object_img {
        height: 300px;
    }

    #top .right_info .obj_additional_info .vis_btn a.btn::after,
    #top .right_info .obj_additional_info a.btn::after {
        top: 1px;
    }

    .object_detail.viewfrm_cls #header {
        z-index: 0;
    }

    #top .reviewStar .img-rating {
        padding: 0 10px;
    }

    #top .agency-awards .all-awards {
        grid-gap: 18px;
        grid-template-columns: 1fr;
    }

    #top .agency-awards {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    #top.broker-detail-maklare .office-broker-detail {
        padding: 1px 0 40px;
    }

    #top.broker-detail-maklare .broker_reviews {
        padding-bottom: 10px;
    }

    #top .all-awards {
        grid-gap: 18px;
        grid-template-columns: 1fr;
    }
}

@media handheld,
only screen and (max-width: 639px) {
    .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 16px;
        letter-spacing: 0;
    }

    .office-main-box .office-box {
        padding: 0 0px 30px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 6px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -6px;
    }

    #top .fakta_desc ul.fakta_list {
        flex-direction: column;
    }

    #top .fakta_desc ul.fakta_list li {
        width: 100%
    }

    #top ul.gallery_normal li:first-child,
    #top ul.gallery_normal li {
        width: 50%;
    }

    .viewing_info .custom_vis {
        padding: 18px 12px;
    }

    #top .custom_filter .filterInput a.avia-button,
    #top .custom_filter a.avia-button {
        min-width: 202px;
        font-size: 15px;
        float: none !important
    }

    #top .filterInput {
        text-align: center;
    }

    #top .filterInput a.avia-button.searchBtn {
        position: static;
        margin-top: 10px;
    }

    #top .custom_filter .avia_codeblock span {
        padding: 0px 0 12px;
        display: block;
    }

    #top .custom_filter .avia_codeblock {
        text-align: center;
    }

    #top .total_deal_count #citysort_filter {
        width: 100%;
        margin-bottom: 12px;
        min-width: 174px;
        margin-left: 0;
    }

    #top .total_deal_count #sort_filter {
        margin-right: 10px;
    }

    /*.total_deal_count .sorting_list_grid_cls{
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}*/
    .total_deal_count .show_list_grid_view .full_view_btn.square-btn {
        margin-left: 0;
    }

    .office-main-box .office-box {
        width: 100%;
    }

    .range_slider_class {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media handheld,
only screen and (max-width: 580px) {
    #top .deal_listings .objects_repeat.deal_list_view .deal_area_pris_info {
        margin-top: 10px;
    }

    .deal_listings .objects_repeat.deal_grid_view .deal_area_pris_info {
        margin-top: 5px;
    }

    #top .deal_listings .objects_repeat.full_view .deal_area_pris_info {
        margin-top: 10px;
    }

    #top .deal_list_view.objects_repeat .property_price {
        text-align: left !important;
    }

    #top .deal_listings .objects_repeat.full_view .property_price {
        text-align: left;
    }

    #top .new_comer .slick-slide.slick-center .slide-contents {
        width: 100%;
        margin-left: 0;
        margin-top: -4px;
    }

    #top .new_comer .slick-slide.slick-center .single-img-only {
        width: 95%;
    }

    #top .new_comer .slick-center {
        transform: none;
    }

    #top .new_comer .slick-arrow {
        transform: translateY(0);
        margin-top: 0;
        top: 268px
    }

    #top .nykomment-btns a.avia-button {
        font-size: 14px;
    }

    .deal_listings .objects_repeat .obj_box .object_address {
        flex-direction: column;
        align-items: flex-start;
    }

    #top .deal_listings .objects_repeat .property_price {
        margin-top: 5px;
    }

    .deal_listings .objects_repeat .obj_box .object_address .deal_area_pris_info {
        margin-top: 10px;
    }

    #top .deal_listings .objects_repeat li,
    #top .deal_listings .objects_repeat span.custom_line,
    #top .deal_listings .objects_repeat .property_price {
        text-align: left;
    }
}

@media handheld,
only screen and (max-width: 550px) {
    .property_main_container .total_deal_count {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .deal_listings .objects_repeat.deal_list_view {
        width: 100%;
    }

    .office-main-box .office-box,
    .deal_listings .objects_repeat.deal_list_view {
        width: 100%
    }

    /*.office-listing-maklare .office-box .object_img a {
		height: 200px;
	}*/
    .total_deal_count .sorting_list_grid_cls {
        justify-content: space-between;
        min-width: 100%;
        position: unset;
    }

    .filter-wrapper .pris_rum_main_cls,
    .filter-wrapper .are_other_cls {
        flex-direction: column;
    }

    .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 14px;
        letter-spacing: 0;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 0px 4px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -4px;
    }

    .total_deal_count h6,
    .total_deal_count h6 .mixCount {
        margin-bottom: 10px;
    }

    .objects_repeat .object_img img {
        min-height: auto;
        max-height: 100%;
    }

    #top .deal_listings .objects_repeat h2 {
        min-height: auto;
    }

    .deal_listings .objects_repeat,
    .office-box .office-broker .office-broker-list {
        width: 100%;
    }

    .object_address,
    .office-box .office-broker .office-broker-list .office-broker-box {
        min-height: auto
    }

    .broker-detail-main .broker-detail-image img {
        width: 100%;
        max-height: 100%;
    }

    .deal_listings .objects_repeat,
    .office-box .office-broker .office-broker-list,
    .deal_listings .objects_repeat.deal_list_view {
        width: 100%;
    }

    .deal_listings,
    .office-broker .office-broker-main {
        justify-content: flex-start;
    }

    .object_address {
        min-height: auto
    }

    .objects_repeat.full_view .object_img img {
        height: auto
    }

    .total_deal_count .show_list_grid_view button.grid,
    .total_deal_count .show_list_grid_view button.list {
        display: none;
    }

    .filter-wrapper .filters button {
        padding: 8px 10px;
    }
}

@media handheld,
only screen and (max-width: 479px) {
    .total_deal_count .sorting_list_grid_cls {
        flex-direction: column;
    }
.right_info .obj_additional_info .broker-section {
    flex-direction: column;
}
	    .right_info .broker-section .broker_details {
        width: 100%;
    }
    .total_deal_count .show_list_grid_view {
        margin-left: 0;
    }

    .total_deal_count .show_list_grid_view button.list {
        margin-left: 0;
    }

    #top .total_deal_count #sort_filter {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .filter-wrapper .filters button {
        padding: 12px 5px;
        min-width: 140px;
        margin: 0 2px 15px;
        letter-spacing: 0;
    }

    .filter-wrapper .sale_obj_search_cls fieldset {
        margin-bottom: 5px !important;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .obj_related_deals .deal_listings .object_address ul li,
    .obj_related_deals .deal_listings .object_address ul li a,
    .obj_related_deals .deal_listings .object_address ul li span,
    .deal_listings .object_address ul li,
    .deal_listings .object_address ul li a,
    .deal_listings .object_address ul li span {
        font-size: 12px;
    }

    .object_address span.custom_line {
        height: 10px;
        margin: 0px 8px;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul {
        margin: 0px -8px;
        padding-bottom: 12px;
        flex-wrap: wrap;
    }

    #top .object_fakta .middle_fakta .custom_tabing ul li {
        margin: 4px 8px;
    }

    .object_fakta .middle_fakta .custom_tabing ul li a {
        font-size: 16px;
        letter-spacing: 0;
    }

    .object_fakta .middle_fakta .custom_tabing ul li a::after {
        bottom: 0;
    }

    .right_info .broker-section .brokerimg {
        margin-right: 0;
        max-width: 250px;
    }
	.right_info .broker-section .brokerimg a{
		width: 250px;
    height: 250px;
	}
    .right_info .broker-section .broker_details {
        text-align: center;
        margin-top: 15px;
    }

    #top .right_info .obj_additional_info a.btn {
        font-size: 12px;
        letter-spacing: 0;
        padding: 12px 12px 10px;
    }

    #top ul.gallery_normal li:first-child,
    #top ul.gallery_normal li {
        width: 100%;
    }

    #top .broker-detail-main .brkreview {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 10px;
    }

    #top .broker-detail-main .brkreview h6 {
        margin-bottom: 6px;
    }

    #top .property-menu ul.list.list-table li a span {
        font-size: 7px;
        line-height: 10px;
        bottom: 4px;
    }

    #top .property-menu ul.list.list-table li {
        background-size: 1.3rem 1.3rem;
    }

    #top .sellprice_info h1,
    #top .sellprice_info h1 a,
    #top .sellprice_info .saleinfo_price,
    #top .sellprice_info .saleinfo_price a {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0;
    }

    .viewing_info .custom_vis .vis_day {
        width: 73%;
        margin-left: 10px;
    }

    .viewing_info .custom_vis .vis_btn {
        margin-left: 0;
        order: 2;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .viewing_info .custom_vis {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 15px 12px;
    }

    #top .right_info .obj_additional_info a.btn {
        font-size: 12px;
        letter-spacing: 0;
        padding: 10px 12px;
        margin: 0;
    }

    .total_deal_count .show_list_grid_view .full_view_btn.square-btn,
    .obj_project_section .show_list_grid_view.full_view_btn.square-btn {
        margin-left: 0;
    }

    .deal_listings .objects_repeat .obj_box .extr_img img {
        width: 25px
    }

    .deal_listings .objects_repeat .obj_box .extr_img {
        width: 60px;
        height: 60px;
        right: 10px;
    }

    .deal_listings .objects_repeat .obj_box .extr_img::before {
        width: 45px;
        height: 45px;
        right: 7px;
    }

    .deal_listings .objects_repeat .obj_box:hover .extr_img::before {
        bottom: -15px;
    }

    .deal_listings .objects_repeat .obj_box .bid_img,
    .deal_listings .objects_repeat .obj_box .coming_obj_img,
    .deal_listings .objects_repeat .obj_box .sold_obj_img {
        width: 110px;
    }

    #top.broker-detail-maklare .broker_reviews .brkreview {
        align-items: flex-start;
        padding-top: 20px;
        flex-direction: column;
    }
}

@media handheld,
only screen and (max-width: 380px) {

    .right_info .broker-section .broker_details span,
    .right_info .broker-section .broker_details p a,
    .right_info .broker-section .broker_details p {
        letter-spacing: 0px;
    }

    /*	#top .right_info .broker-section .broker_details h6{
		font-size: 18px;
		letter-spacing: 0;
		line-height: 22px;
		margin-top: 0;
	}*/
    .right_info .obj_additional_info .broker-section {
        padding: 13px 12px;
    }

    .viewing_info .custom_vis .vis_day p {
        font-size: 12px;
        line-height: 18px;
    }

    #top .project_box .prj_bild_till_btn {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0;
    }

    #top .project_box .prj_bild_till_btn a {
        display: inline-block;
        margin: 5px auto;
        min-width: 178px;
        text-align: center;
    }
}

/* css end */