body {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}
.wrapper {
    padding: 100px 0 0;
}
.es_header {
    position: fixed;
    left: 0;
    right: 0;
    top: -20px;
    padding: 20px 0 0;
    z-index: 100;
}

.es__topheader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -380px;
    width: 360px;
    z-index: 101;
    transition: all 0.3s ease;
    z-index: 1;
}
.eso_contact .es__topheader {
    overflow-y: scroll;
    overflow-x: hidden;
    right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.slogin,
.sregister {
    display: inline-block;
    height: 46px;
    margin: 0 10px 0 0;
}
#pop_login,
.login_button,
.es_sell {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    border-radius: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#pop_signup,
.logout_button,
.es_rent {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    border-radius: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.ajax-auth {
    position: relative;
    height: 100%;
    display: none;
    margin: 10px -40px;
	padding: 0 40px;
}
.ajax-auth.showform {
    display: block;
    overflow-y: auto;
}

.formim {
    padding: 40px 0;
}
.pro_form {
    line-height: 1.3;

    text-align: left;
}
.pro_form h3 {
    font-size: 15px;
    margin: 0 0 10px;
}
.pro_form .close {
    float: right;
    cursor: pointer;
}
.logajax {
    margin: 0 0 8px;
}
.logajax input {
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(125, 125, 125, 0.2);
    padding: 0 14px;
    width: calc(100% - 30px);
    font-size: 14px;
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.05);
    color: #333;
    background: #fff;
}
.btlog {
    font-size: 14px;
}
.robot {
    margin: 0 0 5px;
}
#robot {
    margin: 4px 4px 4px 0;
}
.logajax label {
    padding: 4px 0 0;
    display: block;
    font-size: 12px;
    font-family: Montserrat;
}
.submit_button {
    margin: 15px 0 0;
    border: 0;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    border-radius: 46px;
    font-size: 14px;
    font-weight: bold;
}
.footer_form {
    padding: 10px 0 0;
}

.es_addpro {
    padding: 30px 0;
    margin: 30px 0 0;
    border-top: 1px solid #888;
}

.es_addpro a {
	margin: 0 10px 0 0;
}

.es_contacte {
    padding: 40px 40px 0;
    font-size: 18px;
}
.es_contacte a {
	display: block;
}
.es_contacte img {
    height: 50px;
    width: auto;
    margin: 0 0 30px;
}
.es_contacte div {
    margin: 0 0 10px;
}
.es_contacte span {
    font-weight: bold;
}

.es_sociale {
    padding: 30px 40px 0;
}
.es_sociale a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0 5px 0 0;
    text-align: center;
}
.es_sociale i {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 46px;
    font-size: 20px;
	border-width: 2px;
	border-style: solid;
}

.property_headaccess {
    padding: 40px;
}

.es_top {
    padding: 0 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    height: 100px;
    position: relative;
}
.es_logo {
    float: left;
    height: 40px;
    padding: 30px 150px 30px 0;
}
.es_logo img {
    display: block;
    height: 40px;
    width: auto;
}

.es_menu {
    float: left;
    height: 100px;
}

/* MENU */

.nav .dd.desktop {
    height: 100px;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.nav .dd.desktop li {
    float: left;
    display: block;
    margin: 0;
    position: relative;
}

.nav .dd.desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: calc( 50% - 3px );
    right: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
	border-top-width: 5px;
	border-top-style: solid;
    clear: both;
}

.nav .dd.desktop li a {
    text-decoration: none;
    display: block;
    line-height: 100px;
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
    white-space: nowrap;
    transition: all 0.5s ease 0.1s;
}
.nav .dd.desktop li ul {
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 200px;
    padding: 0 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}
.nav .dd.desktop li:hover ul {
    display: block;
}
.nav .dd.desktop li ul li {
    float: none;
    display: block;
    line-height: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav .dd.desktop li ul li:last-child {
    border: 0;
}
.nav .dd.desktop li ul li a,
.nav .dd.desktop li ul li:hover ul li a,
.nav .dd.desktop li ul li ul li:hover ul li a,
.nav .dd.desktop li ul li ul li ul li:hover ul li a {
    position: relative;
    line-height: 18px;
    padding: 0;
    transform: all 0.5s ease 0.1s;
}
.nav .dd.desktop li ul li:hover a,
.nav .dd.desktop li ul li ul li:hover a,
.nav .dd.desktop li ul li ul li ul li:hover a,
.nav .dd.desktop li ul li ul li ul li ul li:hover a {
    padding-left: 20px;
}
.nav .dd.desktop li ul li a:after,
.nav .dd.desktop li ul li:hover ul li a:after,
.nav .dd.desktop li ul li ul li:hover ul li a:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    clear: both;
    transition: all 0.4s ease 0.1s;
    opacity: 0;
}
.nav .dd.desktop li ul li:hover a:after,
.nav .dd.desktop li ul li ul li:hover a:after,
.nav .dd.desktop li ul li ul li ul li:hover a:after {
    opacity: 1;
}

.nav .dd.desktop li ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    padding: 0 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.nav .dd.desktop li:hover ul li ul {
    display: none;
}
.nav .dd.desktop li ul li:hover ul {
    display: block;
}

.es_call {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.es_rotate {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    border-width: 2px;
    border-style: solid;
    border-radius: 40px;
    animation: rotatewa 5s linear infinite;
}
@keyframes rotatewa {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.es_call i {
    display: block;
    transition: all 0.3s ease;
}
.eso_contact .es_call i {
    transform: rotate(135deg);
}
.es_form {
    position: absolute;
    top: 30px;
    right: 80px;
    height: 40px;
    line-height: 40px;
    width: 55px;
    border-radius: 40px;
    text-align: center;
}

#prosearch {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    width: 360px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    z-index: 200;
    overflow: hidden;
    transition: all 0.3s ease;
}
.eso_search #prosearch {
    right: 0;
}
.es_close {
    position: fixed;
    top: 0;
    right: -380px;
    width: 38px;
    height: 38px;
    line-height: 20px;
    padding: 0px;
    text-align: right;
    border-radius: 0 0 0 60px;
    transition: all 0.3s ease;
}
.eso_contact .es_close,
.eso_search .es_close {
    right: 0;
}

.es_close i {
    display: block;
    transform: rotate(45deg);
    font-size: 16px;
}
#searching {
    padding: 40px;
}

.search_header {
    height: 36px;
    margin-bottom: 35px;
}
.texttop {
    font-style: italic;
    font-size: 13px;
}
.textbot {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.cari_select {
    position: absolute;
    top: 40px;
    right: 40px;
    height: 36px;
    font-weight: bold;
}
.cari_select span {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 15px;
    margin: 0;
    border-radius: 20px;
}
.cari_jual {
    float: left;
    cursor: pointer;
    display: none;
}
.cari_jual.active {
    display: block;
}
.cari_sewa {
    float: right;
    cursor: pointer;
    display: none;
}
.cari_sewa.active {
    display: block;
}

#sell_form {
}
#rent_form {
    display: none;
}
#rent_form.sell_off {
	display: block;
}
.outer_search {
    margin: 0;
}
.search_column {
    display: block;
    margin: 0 0 22px;
}
.search_column.sewaan {
    width: 100%;
}
.inner_column {
    margin: 0;
    position: relative;
}
.inner_column input {
    position: relative;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    width: calc(100% - 28px);
    font-size: 14px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    border-radius: 8px;
}
.inner_column:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 0.1;
    z-index: 1;
}
.inner_column.noafter:after {
    display: none;
}
.inner_column input[type="checkbox"],
.inner_column input[type="radio"] {
    height: 14px;
    line-height: ;
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 0 14px;
    width: 14px;
    font-size: 14px;
    margin: 0 5px 0 0;
}
.tenor {
    margin-right: 6px;
    font-size: 14px;
}
.inner_column select {
    width: 100%;
    appearance: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 0 15px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.05);
}
.inner_column i {
    position: absolute;
    right: 0;
    top: 1px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    z-index: 4;
}
.property_button {
    padding: 20px 0 0;
    z-index: 4;
}
.property_button button {
    margin: 0 0 5px;
    border: 0;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 46px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.property_button i {
    margin-right: 5px;
}
.select2-container {
    width: 100% !important;
}
.inner_column .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
}
.inner_column .select2-container .select2-selection--single .select2-selection__rendered {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(125, 125, 125, 0.3);
    border-radius: 8px;
}
.inner_column .select2-container--default .select2-selection--single {
    position: relative;
    padding: 0;
    line-height: 40px;
    height: 40px;
}
.inner_column .select2-container--default .select2-selection--single:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: 0;
    opacity: 0.1;
    z-index: 1;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
}
.select2-results__option {
    padding: 10px 15px !important;
    font-size: 14px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(125, 125, 125, 0.3) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    opacity: 0;
}
.pricing-range {
    margin: 0 -8px;
}

/* ARCHIVE */
.single-property .es_block,
.single-property-sewa .es_block {
    padding: 50px 0 0;
}
.es_archive {
    margin: 0 -10px;
}
.archive_heading {
    padding: 50px 0 20px;
    font-size: 22px;
    margin: 0 10px;
}
.page_404 {
    padding: 200px 0 50px;
    margin: 0 10px;
}
.head_404 {
    margin: 0 0 15px;
}
.page_404 h1,
    .page_search h1,
.head_404	{
        font-size: 30px;
    }

.es_titlefeat {
    margin: 0 10px 20px;
}
.es_titlefeat h2 {
    font-size: 26px;
    font-weight: bold;
}
.esfeat_block {
    width: 25%;
    float: left;
}
.author .esfeat_block {
    width: 33.33%;
}
.esfeat_content {
    margin: 0 10px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 5px 5px;
    overflow: hidden;
}

.esfeat_image {
    position: relative;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
}
.esfeat_image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
.esfeat_image img {
    transition: all 0.4s ease;
}
.esfeat_content:hover .esfeat_image img {
    transform: scale(1.15);
}
.esfeat_content:hover .esfeat_image .esfeat_agent img {
    transform: scale(1);
}
.esfeat_detail {
    padding: 16px 16px 12px;
}

.esfeat_agent {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    z-index: 2;
}
.esfeat_agent img {
    width: 100%;
}
.esfeat_nego {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
    z-index: 2;
    color: #fff;
}
.esfeat_nego:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    border-width: 2px;
    border-style: solid;
    border-color: #fc3 transparent;
    border-radius: 40px;
    animation: rotatewa 4s linear infinite;
}
.esfeat_content:hover .esfeat_nego:after {
    animation: rotatewa 1s linear infinite;
}
@keyframes rotatewa {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.esfeat_label {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    z-index: 2;
}
.esfeat_meta {
    margin: 0 0 8px;
    font-size: 12px;
}

.esfeat_title {
    height: 40px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 5px;
}
.esfeat_price {
    margin: 0 0 15px;
}

.esfeat_justcall {
    font-size: 13px;
}
.esfeat_justcall a {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 20px;
    margin: 0 5px 0 0;
    height: 30px;
    line-height: 30px;
	border-radius: 4px;
    text-align: center;
	border-style: solid;
	border-width: 2px;
}
.esfeat_justcall a.esfeat_share {
    position: relative;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
	padding: 0;
    text-align: center;
	border-style: solid;
	border-width: 2px;
}
.esfeat_justcall a.esfeat_share:hover {
	opacity: 1;
}
.esfeat_share i {
    display: block;
    position: relative;
    z-index: 2;
}

.espro_clear {
    display: none;
}
.espro_clear.espro4,
.espro_clear.espro8,
.espro_clear.espro12,
.espro_clear.espro16,
.espro_clear.espro20,
.espro_clear.espro24,
.espro_clear.espro28 {
    display: block;
}

.es_loop {
    margin: 0 0 20px;
}
.esloop_block {
    float: left;
    width: 25%;
}
.esloop_inner {
    margin: 0 10px 20px;
    border-radius: 10px 10px 5px 5px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.esloop_image {
    position: relative;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
}
.esloop_image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
.esloop_detail {
    padding: 16px 16px 12px;
    height: 114px;
    overflow: hidden;
}
.esloop_meta {
    margin: 0 0 8px;
    font-size: 12px;
}
.esloop_head {
    margin: 0 0 10px;
    font-size: 16px;
}

.esloop_exc {
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 5px;
    font-size: 12px;
    opacity: 0.7;
}

.es_pagination {
    margin: 0 10px 50px;
}
.es_pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    margin: 0 2px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 0 60px;
}

.es_pagination a span {
    display: block;
}

/* SEARCH */
.search_result {
    margin: 0 10px 30px;
    font-size: 20px;
}
.page_search {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    padding: 60px;
    margin: 0 10px 60px;
    border-radius: 10px;
}

/* BREADCRUMB */
#breadcrumb {
    padding: 10px 0;
}
.inbread {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

/* SINGLE */
.es_single {
    float: left;
    width: calc(100% - 390px);
    padding: 40px 0;
}
.author .es_single {
    width: calc(100% - 315px);
}
.essing_content {
    margin: 0 10px 20px;
    padding: 40px;
    box-shadow: 0 -10px 45px rgba(0, 0, 0, 0.07);
}
.single-property .essing_content,
.single-property-sewa .essing_content {
    padding: 30px;
}
.essing_head {
	position: relative;
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 20px;
	z-index: 2;
}
.essing_image {
    margin: 0 0 30px;
}
.single-testimoni .essing_image {
    float: left;
    width: 100px;
    height: auto;
    margin: 0 25px 0 0;
}
.essing_image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.essing_meta {
    margin: 0 0 20px;
    font-size: 13px;
    opacity: 0.7;
}

.property_breadcrumb {
    padding: 10px 0;
}

.essing_top {
    position: relative;
}
.essing_top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.03;
}
.essing_half {
    float: right;
    width: 52%;
}
.essing_half.essing_left {
    position: relative;
    float: left;
    width: 48%;
    z-index: 2;
}
.single-property .essing_head,
.single-property-sewa .essing_head {
    padding: 120px 0 0 150px;
}
.essing_head .essing_title {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 30px 90px 0;
}
.essing_after {
    position: relative;
    border-radius: 0 8px 8px;
    padding: 45px 30px;
    margin: 0 -100px 30px 0;
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
}

.essing_tax {
    position: absolute;
    height: 42px;
    left: 0;
    top: -42px;
    font-size: 14px;
    font-weight: bold;
}
.essing_typ {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0 2px 0 0;
    padding: 0 20px;
    border-radius: 8px 8px 0 0;
}
.essing_loc {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0 2px 0 0;
    padding: 0 20px;
    border-radius: 8px 8px 0 0;
}
.essing_nego {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0 2px 0 0;
    padding: 0 20px;
    border-radius: 8px 8px 0 0;
}

.essing_address {
    font-size: 18px;
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.essing_price {
    font-size: 18px;
    float: left;
    width: 50%;
    height: 46px;
    text-align: right;
}
.esprice_top {
    height: 16px;
    line-height: 16px;
    margin-top: -2px;
    padding: 0 0 2px;
    font-size: 14px;
}
.esprice_top span {
    text-decoration: line-through;
}
.esprice_bottom {
    height: 30px;
    line-height: 30px;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}
.esprice_single {
    height: 46px;
    line-height: 46px;
    font-size: 32px;
    font-weight: bold;

    position: relative;
}

.essing_thumb img {
    display: block;
    width: 100%;
}

.essing_detail {
    padding: 120px 0;
    text-align: center;
}

.essing_pjp {
    padding: 0 0 120px 0;
    text-align: center;
}
.re_pjp {
    font-size: 25px;
    line-height: 1.3;
    margin: 0 auto 30px;
    max-width: 600px;
}

.legal {
    display: inline-block;
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
}

.essing_list {
    max-width: 1170px;
    margin: 0 auto 60px;
}

.essing_fixed {
    width: 33.33%;
    float: left;
    position: sticky;
    top: 150px;
}
.essing_list_title {
    font-size: 30px;
    margin: 0 0 10px;
    text-align: left;
}
.essing_data {
    margin: 0 50px 0 0;
    font-size: 16px;
    padding: 15px 0;
    text-align: left;
	position: relative;
}
.essing_data:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	opacity: 0.3;
}
.essing_data span {
    float: right;
    font-weight: bold;
}

.essing_scroll {
    width: 66.66%;
    float: right;
}
.essing_facility {
    margin: 0 -15px 50px;
}
.essing_support {
    float: left;
    margin: 0 15px;
    width: calc(33.33% - 30px);
    font-size: 16px;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #bbb;
}
.pro_gallery {
    margin: 0 0 80px;
}
.pro_gallery .owl-prev {
    position: absolute;
    left: 10px;
    bottom: calc(50% - 21px);
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50px !important;
    text-align: center;
    font-size: 22px;
}
.pro_gallery .owl-next {
    position: absolute;
    right: 10px;
    bottom: calc(50% - 21px);
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50px !important;
    text-align: center;
    font-size: 22px;
}

.essing_list .essing_content {
    position: relative;
    text-align: left;
    border-radius: 0 8px 8px;
    margin: 0 0 30px;
    box-shadow: 0 -10px 45px rgba(0, 0, 0, 0.07);
}
.essing_share {
    position: absolute;
    top: -42px;
    left: 0;
    height: 42px;
}
.essing_share span {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 1px 0 0;
    border-radius: 8px 8px 0 0;
}
.essing_share a {
    display: inline-block;
    font-size: 20px;
    margin: 0 1px 0 0;
    width: 52px;
    height: 42px;
    line-height: 42px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.07);
}
.property_iframe {
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 0 40px;
}

.essing_agent {
    position: fixed;
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 80px;
    z-index: 100;
}
.essing_agent:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    height: 80px;
    width: 80px;
    border-width: 2px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 70px;
    animation: rotatewa 3s linear infinite;
}
.agent_image {
    width: 60px;
    height: 60px;
    margin: 10px;
    border-radius: 70px;
    overflow: hidden;
}
.agent_badge {
    position: absolute;
    bottom: 8px;
    right: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 25px;
}

/* FLOAT AGENT */
.agent_float {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 500;
}
.open_contact .agent_float {
    display: block;
}
.agent_float:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
}

.agent_box {
    position: absolute;
    top: 50px;
    bottom: 50px;
    width: 300px;
    left: calc(50% - 180px);
    padding: 50px 30px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.agent_box .agent_image {
    margin: 0 auto 25px;
}
.re_callagen {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 30px;
}
.link_agent {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 5px;
}
.agent_bio {
    background: rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 8px;
    margin: 0 0 30px;
}
.call_agent a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 92px;
    padding: 0;
    margin: 0 5px;
    border-radius: 8px !important;
    font-size: 20px;
}
.agent_soc {
    padding: 30px 0 0;
}
.agent_soc a {
    display: inline-block;
    width: ;
}

.close_box {
    position: absolute;
    left: calc(50% - 25px);
    top: 0;
    width: 50px;
    height: 30px;
    border-radius: 0 0 25px 25px;
}
.close_box i {
    display: block;
    transform: rotate(45deg);
}
.single .page_404 {
    text-align: center;
}

/* Single */
.sp__article {
    font-size: 15px;
    line-height: 1.4;
}
.sp__article h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.sp__article h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.sp__article h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.sp__article h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.sp__article h5 {
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.sp__article h6 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.sp__article p {
    margin: 0 0 15px;
}

.sp__article img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.sp__article img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.sp__article img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}
.sp__article .wp-caption {
    max-width: 100%;
}
.sp__article iframe {
    max-width: 100%;
}
.sp__article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}
.sp__article table td {
    vertical-align: top;
    border: 1px solid #ddd;
}
.sp__article ul {
    margin: 0 0 20px;
    list-style: disc !important;
}

.sp__article ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}

.sp__article li {
    margin: 0 0 0 15px;
}

.sp__article li ol,
.sp__article li ul {
    margin: 0;
}

/* Comments */
.just__box {
    position: relative;
    margin: 0;
    padding: 20px 0 0;
}
.have_comment {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
}
.comment__listing {
    padding: 0;
}
#comments {
    font-size: 14px;
}
.comment .depth-2,
.comment .depth-3,
.comment .depth-4,
.comment .depth-5 {
    margin: 0 0 0 30px;
}
.comment__listing .navigation {
    padding: 15px 0;
}
.commentlist li {
    margin: 0 0 30px;
    font-size: 13px;
    line-height: 1.4;
}
.commentlist .children {
    padding-left: 30px;
}
.comment-meta {
    margin: 0 0 8px;
}
.comment-author {
    margin: 0 0 5px;
}
.comment-meta .avatar {
    float: left;
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.comment-metadata {
    font-size: 12px;
    margin: 0 0 10px;
	opacity: 0.7;
}
.comment-body {
    margin: 0 0 25px;
}
.comment-content,
.reply {
    margin: 0 0 8px 70px;
}
.reply a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 10px !important;
    padding: 0 15px;
    margin: 0 2px 6px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.comment_leads {
    font-size: 18px;
}
.comment-reply-title small {
    font-size: 13px !important;
    font-weight: 400;
    margin-left: 10px;
}
#commentform p {
    margin: 0 0 10px;
}
.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit {
    margin: 10px 0;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: calc(33.33% - 20px);
    float: left;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.comment-notes {
    font-size: 14px;
}
textarea#comment {
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 10px;
    width: calc(100% - 22px);
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.05);
    font-size: 14px;
    margin: 0 0 10px;
}
input#author,
input#email,
input#url {
    border: 1px solid rgba(125, 125, 125, 0.3);
    padding: 5px 10px;
    width: calc(100% - 22px);
    height: 30px;
    line-height: 30px;
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.05);
    font-size: 14px;
    margin: 0 0 10px;
}
.comment-form-cookies-consent label {
    font-size: 14px;
}
#wp-comment-cookies-consent {
    margin: 4px 8px 4px 0;
}
.form-submit {
}
input#submit {
    height: 36px;
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
}

/* SINGLE PRO */
.main_maps {
    max-width: 1000px;
    margin: 0 auto 60px;
}
.main_maps iframe {
    display: block;
    height: 500px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

/* SIDEBAR */
.es_side {
    float: right;
    width: 380px;
    padding: 40px 0;
}
.author .es_side {
    float: left;
    width: 315px;
}
.esside_block {
    margin: 0 10px 20px;
    padding: 40px;
    box-shadow: 0px 5px 40px rgb(20 12 84 / 4%);
}

.esrand_block {
    margin: 0 0 15px;
}
.esrand_image {
    float: left;
    width: 100px;
    height: 65px;
    margin: 0 15px 0 0;
    border-radius: 6px;
    overflow: hidden;
}
.esrand_image img {
    display: block;
    width: 120px;
}
.esrand_detail {
	float: left;
	width: calc( 100% - 115px  );
}
.esrand_meta {
    font-size: 13px;
    margin: 0 0 5px;
}
.esrand_head {
    font-size: 15px;
    font-weight: 700;
}

.author_photo {
    margin: -30px -30px 40px;
    position: relative;
    border-radius: 6px;
}
.author_photo:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    height: 70%;
    border-radius: 6px;
    z-index: 1;
}
.author_photo img {
    display: block;
}
.author_photo .author_status {
    position: absolute;
    right: 20px;
    bottom: -12px;
    z-index: 2;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}
.author_photo .badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 11px;
    overflow: hidden;
}
.author_photo i {
    display: block;
    font-size: 20px;
    margin-top: 5px;
}
.author_heading {
    font-size: 25px;
    line-height: 1.25;
    margin: 0 0 15px;
}

.author_bio {
    margin: 0 0 40px;
}

.author_sos a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 5px 0 0;
    border-radius: 30px;
}
.author_sos a.author_call {
    width: calc(50% - 15px);
    margin: 0 10px 15px 0;
    border-radius: 8px;
    border-width: 2px;
	border-style: solid;
    font-size: 20px;
}
.author_sos a.author_chat {
    width: calc(50% - 15px);
    margin: 0 0 15px;
    border-radius: 8px;
	border-width: 2px;
	border-style: solid;
    font-size: 20px;
	background: none !important;
}

/* Testimoni */
.estess_block {
    margin: 0 10px 50px;
    column-count: 3;
    column-gap: 20px;
}
.estess_loop {
    margin: 0;
    padding: 30px 10px 10px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}
.estess_box {
    padding: 30px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}
.estess_tess {
    margin: 0;
    padding: 0 25px 0 0;
}
.estess_image {
    position: absolute;
    top: 32px;
    right: -20px;
    width: 50px;
    padding: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.estess_image img {
    width: 50px;
    display: block;
}
.estess_star {
    font-size: 18px;
    margin: 0 0 10px;
}
.estess_exc {
    margin: 0 0 15px;
}
.estess_people {
    text-align: right;
    font-size: 14px;
}
.estess_people h3 {
    font-size: 16px;
    margin: 0 0 4px;
}

.estess_content {
    float: right;
    width: calc(100% - 130px);
}
.estess_p {
    font-size: 20px;
    margin: 0 0 15px;
    padding: 30px 30px 15px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.estess_n {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 0;
}
.estess_content .icon-star {
    font-size: 18px;
}
.es_corner {
    position: fixed;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    bottom: 20px;
    left: 15px;
    font-size: 10px;
    font-weight: bold;
    z-index: 100;
    display: none;
}
.es_corner:before {
    content: "MENU";
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    text-align: center;
}
.menu__active .es_corner:before {
    content: "CLOSE";
}
.copyright {
    text-align: center;
}

@media only screen and (max-width: 982px) {
    body {
        overflow-x: hidden;
        overflow-y: scroll;
        width: 100%;
    }
    .es_corner {
        display: block;
    }
    .es_menu {
        position: fixed;
        top: -30px;
        bottom: -30px;
        right: 0;
        left: 0;
        height: auto;
        z-index: 101;
        -webkit-transform: perspective(0px) rotate3d(1, 0, 0, -45deg);
        -webkit-transform-origin: 50% 0;
        transition: all 0.3s ease;
        z-index: 1;
    }
    .menu__active .es_menu {
        -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 0deg);
        -webkit-transform-origin: 50% 0;
    }
    .float_menu {
        height: calc(100% - 120px);
        margin: 60px 0;
        padding: 0 40px;
        overflow: scroll;
    }
    .nav .dd.accord {
        margin: 0;
        position: relative;
    }
    .nav:before {
        content: "";
        position: absolute;
        left: 0;
        top: -16px;
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-right: 24px solid transparent;
        clear: both;
        opacity: 1;
    }
    .nav .dd.accord li {
        padding: 10px 0;
        line-height: 1.3;
        position: relative;
        display: block;
        width: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .nav .dd.accord li.menu-item-has-children:after {
        content: "";
        position: absolute;
        right: 0;
        top: 18px;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
		border-top-width: 5px;
		border-top-style: solid;
        clear: both;
        opacity: 1;
    }
    .nav .dd.accord ul li {
        border-bottom: 0;
        padding-left: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .nav .dd.accord ul li.menu-item-has-children {
        position: relative;
    }
    .nav .dd.accord ul li:first-child {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .nav .dd.accord ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .nav .dd.accord li a {
        display: block;
        font-size: 18px;
    }
    .nav .dd.accord li ul {
        display: none;
        margin: 0;
        background: rgba(0, 0, 0, 0.01);
    }
    .nav .dd.accord li ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
        width: 0;
        height: 0;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        clear: both;
        opacity: 1;
    }
    .single-property .essing_head,
    .single-property-sewa .essing_head {
        padding: 70px 0 0 80px;
    }
    .essing_head .essing_title {
        font-size: 35px;
        margin: 0 30px 65px 0;
    }
    .essing_after {
        padding: 25px 25px;
    }
    .esprice_bottom,
    .esprice_single {
        font-size: 28px;
    }
    .essing_typ,
    .essing_loc,
    .essing_nego {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        padding: 0 18px;
    }
    .essing_tax {
        height: 38px;
        top: -38px;
    }
    .essing_address {
        font-size: 16px;
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    .esfeat_block,
    .esloop_block {
        width: 50%;
    }
    .esfeat_image,
    .esloop_image {
        height: 300px;
    }
    .esfeat_detail {
        padding: 24px 24px 18px;
    }
    .esfeat_meta,
    .esloop_meta {
        margin: 0 0 12px;
        font-size: 16px;
    }
    .esfeat_title {
        height: 60px;
        font-size: 22px;
        margin: 0 0 8px;
    }
    .esloop_head {
        font-size: 22px;
    }
    .esfeat_price {
        margin: 0 0 22px;
    }
    .rent_pricelist {
        margin-bottom: 8px;
        font-size: 20px;
    }
    .rent_little {
        font-size: 80%;
    }
    .esfeat_justcall {
        font-size: 20px;
    }
    .esfeat_justcall a {
        padding: 0 30px;
        margin: 0 8px 0 0;
        height: 45px;
        line-height: 45px;
    }
    .esfeat_justcall a.esfeat_share {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .estess_block {
        column-count: 2;
    }
    .author .es_side {
        float: none;
        width: 315px;
        margin: 0 auto;
    }
    .author .es_single {
        width: 100%;
        float: none;
    }
    .author .esfeat_block {
        width: 50%;
    }
}
@media only screen and (max-width: 800px) {
    .essing_half,
    .essing_half.essing_left {
        width: 100%;
        float: none;
    }
    .single-property .essing_head,
    .single-property-sewa .essing_head {
        padding: 70px 80px 0;
    }
    .essing_head .essing_title {
        font-size: 50px;
        margin: 0 0 65px 0;
    }
    .essing_after {
        margin: 0 0 30px;
    }
    .essing_after {
        padding: 45px 35px;
    }
    .property__container {
        padding: 0 80px;
    }
    .property_iframe {
        height: 280px;
    }
    .essing_list .essing_content {
        margin: 0;
    }
    .essing_list {
        margin: 0 auto;
    }

    .essing_fixed {
        width: 100%;
        float: none;
        position: static;
        top: auto;
        margin: 0 0 60px;
    }
    .essing_scroll {
        width: 100%;
        float: none;
    }
    .essing_data {
        margin: 0;
    }
    .essing_support {
        width: calc(50% - 30px);
    }
    .sp__article h3,
    .es_titlefeat h2 {
        font-size: 30px;
    }

    .esfeat_block,
    .esloop_block {
        width: 100%;
        float: none;
    }
    .esfeat_image,
    .esloop_image {
        height: 412px;
    }
    .esfeat_detail {
        padding: 33px 33px 24px;
    }
    .esfeat_meta,
    .esloop_meta {
        margin: 0 0 16px;
        font-size: 24px;
    }
    .esfeat_title {
        height: 82px;
        font-size: 30px;
        margin: 0 0 11px;
    }
    .esloop_head {
        font-size: 30px;
    }
    .esfeat_price {
        margin: 0 0 30px;
    }
    .rent_pricelist {
        margin-bottom: 11px;
        font-size: 27px;
    }

    .esfeat_justcall {
        font-size: 27px;
    }
    .esfeat_justcall a {
        padding: 0 40px;
        margin: 0 11px 0 0;
        height: 70px;
        line-height: 70px;
    }
    .esfeat_justcall a.esfeat_share {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .estess_block {
        column-count: 1;
    }
    .estess_loop {
        padding: 0 10px 40px 0;
    }
    .author .esfeat_block {
        width: 100%;
        float: none;
    }
    .es_single,
    .es_side {
        float: none;
        width: auto;
    }
}

@media only screen and (max-width: 720px) {
    .essing_head .essing_title {
        font-size: 45px;
    }

    .property_iframe {
        height: 280px;
    }

    .esfeat_image,
    .esloop_image {
        height: 360px;
    }
    .esfeat_detail {
        padding: 28px 28px 21px;
    }
    .esfeat_meta,
    .esloop_meta {
        margin: 0 0 14px;
        font-size: 21px;
    }
    .esfeat_title {
        height: 72px;
        font-size: 26px;
        margin: 0 0 10px;
    }
    .esloop_head {
        font-size: 26px;
    }
    .esfeat_price {
        margin: 0 0 26px;
    }
    .rent_pricelist {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .esfeat_justcall {
        font-size: 24px;
    }
    .esfeat_justcall a {
        padding: 0 36px;
        margin: 0 10px 0 0;
        height: 54px;
        line-height: 54px;
    }
    .esfeat_justcall a.esfeat_share {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
    .estess_content {
        float: none;
        width: auto;
    }
    .single-testimoni .essing_image {
        float: none;
        height: auto;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .single-property .essing_head,
    .single-property-sewa .essing_head {
        padding: 70px 80px 0;
    }
    .essing_head .essing_title {
        font-size: 38px;
    }
    .essing_after {
        padding: 40px 30px;
    }
    .property_iframe {
        height: 235px;
    }
    .essing_detail {
        padding: 110px 0 65px;
    }

    .sp__article h3,
    .es_titlefeat h2 {
        font-size: 28px;
    }
    .esfeat_image,
    .esloop_image {
        height: 310px;
    }
    .esfeat_detail {
        padding: 25px 25px 18px;
    }
    .esfeat_meta,
    .esloop_meta {
        margin: 0 0 12px;
        font-size: 18px;
    }
    .esfeat_title {
        height: 62px;
        font-size: 22px;
        margin: 0 0 8px;
    }
    .esloop_head {
        font-size: 22px;
    }
    .esfeat_price {
        margin: 0 0 22px;
    }
    .rent_pricelist {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .esfeat_justcall {
        font-size: 20px;
    }
    .esfeat_justcall a {
        padding: 0 31px;
        margin: 0 8px 0 0;
        height: 45px;
        line-height: 45px;
    }
    .esfeat_justcall a.esfeat_share {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .comment .depth-2,
    .comment .depth-3,
    .comment .depth-4,
    .comment .depth-5 {
        margin: 0 0 0 20px;
    }
}

@media only screen and (max-width: 600px) {
    .single-property .essing_head,
    .single-property-sewa .essing_head {
        padding: 55px 65px 0;
    }
    .property__container {
        padding: 0 65px;
    }
    .property_iframe {
        height: 230px;
    }
    .essing_detail {
        padding: 100px 0 60px;
    }

    .sp__article h3,
    .es_titlefeat h2 {
        font-size: 25px;
    }
    .esfeat_image,
    .esloop_image {
        height: 300px;
    }
    .esfeat_detail {
        padding: 24px 24px 18px;
    }
    .esfeat_meta,
    .esloop_meta {
        margin: 0 0 12px;
        font-size: 18px;
    }
    .esfeat_title {
        height: 60px;
        font-size: 22px;
        margin: 0 0 8px;
    }
    .esloop_head {
        font-size: 22px;
    }
    .esfeat_price {
        margin: 0 0 22px;
    }
    .rent_pricelist {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .esfeat_justcall {
        font-size: 20px;
    }
    .esfeat_justcall a {
        padding: 0 30px;
        margin: 0 8px 0 0;
        height: 45px;
        line-height: 45px;
    }
    .esfeat_justcall a.esfeat_share {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .page_404 h1,
    .page_search h1,
	.head_404 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 533px) {
    .property__container {
        padding: 0 55px;
    }
    .property_iframe {
        height: 205px;
        margin: 0 0 35px;
    }

    .single-property .essing_head,
    .single-property-sewa .essing_head {
        padding: 45px 55px 0;
    }
    .pro_gallery .owl-prev {
        position: absolute;
        left: -26px;
    }
    .pro_gallery .owl-next {
        position: absolute;
        right: -26px;
    }

    .sp__article h3,
    .es_titlefeat h2 {
        font-size: 24px;
    }
    .esfeat_image,
    .esloop_image {
        height: 270px;
    }
    .esfeat_detail {
        padding: 22px 22px 16px;
    }
    .esfeat_meta,
    .esloop_meta {
        margin: 0 0 11px;
        font-size: 16px;
    }
    .esfeat_title {
        height: 55px;
        font-size: 20px;
        margin: 0 0 8px;
    }
    .esloop_head {
        font-size: 20px;
    }
    .esfeat_price {
        margin: 0 0 20px;
    }
    .rent_pricelist {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .esfeat_justcall {
        font-size: 18px;
    }
    .esfeat_justcall a {
        padding: 0 27px;
        margin: 0 8px 0 0;
        height: 40px;
        line-height: 40px;
    }
    .esfeat_justcall a.esfeat_share {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .page_404 h1,
    .page_search h1 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 480px) {
    .property__container {
        padding: 0 50px;
    }
    .single-property .essing_head,
    .single-property-sewa .essing_head {
        padding: 40px 50px 0;
    }
    .essing_head .essing_title {
        font-size: 32px;
    }
    .essing_after {
        padding: 30px 25px;
    }
    .essing_tax {
        height: 34px;
        top: -34px;
    }
    .essing_typ,
    .essing_loc,
    .essing_nego {
        display: inline-block;
        height: 34px;
        line-height: 34px;
        padding: 0 16px;
        font-size: 12px;
    }
    .essing_address {
        font-size: 14px;
    }
    .esprice_top {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
    }
    .esprice_bottom {
        height: 26px;
        line-height: 26px;
        font-size: 24px;
    }
    .esprice_single {
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
    .essing_price {
        height: 40px;
    }
    .property_iframe {
        height: 180px;
        margin: 0 0 30px;
    }
    .essing_detail {
        padding: 80px 0 50px;
    }

    .essing_list .essing_content {
        margin: 0;
    }
    .re_pjp {
        font-size: 22px;
    }
    .pro_gallery {
        margin: 0 0 50px;
    }

    .sp__article h3,
    .es_titlefeat h2 {
        font-size: 22px;
    }
    .esfeat_image,
    .esloop_image {
        height: 240px;
    }
    .esfeat_detail {
        padding: 20px 20px 15px;
    }
    .esfeat_meta,
    .esloop_meta {
        margin: 0 0 10px;
        font-size: 14px;
    }
    .esfeat_title {
        height: 50px;
        font-size: 18px;
        margin: 0 0 6px;
    }
    .esloop_head {
        font-size: 18px;
    }
    .esfeat_price {
        margin: 0 0 18px;
    }
    .rent_pricelist {
        margin-bottom: 6px;
        font-size: 16px;
    }
    .esfeat_justcall {
        font-size: 16px;
    }
    .esfeat_justcall a {
        padding: 0 22px;
        margin: 0 6px 0 0;
        height: 36px;
        line-height: 36px;
    }
    .esfeat_justcall a.esfeat_share {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .page_404 h1,
    .page_search h1 {
        font-size: 26px;
    }
    .estess_loop {
        padding: 0 10px 20px 0;
    }
}

@media only screen and (max-width: 420px) {
    .wrapper {
        padding: 75px 0 0;
    }
    #breadcrumb {
        padding: 5px 0;
        font-size: 12px;
    }
    .es_top {
        padding: 0 20px;
        height: 75px;
        position: relative;
    }
    .es__topheader,
    #prosearch {
        width: 300px;
    }
    #searching {
        padding: 30px;
    }
    .cari_select {
        top: 30px;
        right: 30px;
    }
    .es_contacte {
        padding: 30px 30px 0;
    }
    .es_sociale {
        padding: 30px 30px 0;
    }
    .property_headaccess {
        padding: 30px;
    }
    .es_top:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 2px;
        background: linear-gradient(to right, #d35, #f60, #8c3, #f4a);
        z-index: 1;
    }
    .es_logo {
        padding: 21px 125px 19px 0;
        height: 35px;
    }
    .es_logo img {
        height: 35px;
    }
    .es_call {
        top: 21px;
        right: 15px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .es_call:after {
        width: 31px;
        height: 31px;
        border-width: 2px;
    }
    .es_form {
        top: 21px;
        right: 60px;
        height: 35px;
        line-height: 34px;
        width: 50px;
    }
    .essing_head {
        font-size: 28px;
    }
    .essing_agent {
        position: fixed;
        width: 80px;
        height: 80px;
        right: 6px;
        bottom: 4px;
        z-index: 100;
        transform: scale(0.8);
    }
    .single-property .essing_head,
    .single-property-sewa .essing_head {
        padding: 30px 30px 0;
    }
    .essing_head .essing_title {
        font-size: 28px;
    }
    .essing_after {
        padding: 25px 20px;
    }
    .esprice_bottom,
    .esprice_single {
        font-size: 20px;
    }
    .essing_address {
        font-size: 13px;
    }

    .esfeat_block,
    .esloop_block {
        width: 100%;
        float: none;
    }
    .essing_detail {
        padding: 80px 0 50px;
    }
    .essing_pjp {
        padding: 0 0 80px 0;
    }
    .re_pjp {
        font-size: 20px;
    }
    .legal {
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        font-size: 16px;
    }
    .property__container {
        padding: 0 30px;
    }
    .essing_list {
        margin: 0 auto;
    }
    .essing_list_title {
        font-size: 25px;
    }
    .essing_list .essing_content {
        margin: 0 -20px 0;
    }
    .essing_share {
        top: -34px;
        height: 34px;
    }
    .essing_share span {
        height: 34px;
        line-height: 34px;
        padding: 0 15px;
        font-size: 13px;
    }
    .essing_share a {
        font-size: 16px;
        margin: 0;
        width: 38px;
        height: 34px;
        line-height: 34px;
    }
    .single-property .essing_content,
    .single-property-sewa .essing_content {
        padding: 20px;
    }
    .property_iframe {
        height: 190px;
        margin: 0 0 30px;
    }

    .sp__article h3,
    .es_titlefeat h2 {
        font-size: 22px;
    }
    .esfeat_image,
    .esloop_image {
        height: 220px;
    }
    .esfeat_detail {
        padding: 18px 18px 14px;
    }
    .esfeat_meta,
    .esloop_meta {
        margin: 0 0 9px;
        font-size: 13px;
    }
    .esfeat_title {
        height: 45px;
        font-size: 17px;
        margin: 0 0 6px;
    }
    .esloop_head {
        font-size: 17px;
    }
    .esfeat_price {
        margin: 0 0 17px;
    }
    .rent_pricelist {
        margin-bottom: 6px;
        font-size: 15px;
    }
    .esfeat_justcall {
        font-size: 15px;
    }
    .esfeat_justcall a {
        padding: 0 22px;
        margin: 0 6px 0 0;
        height: 34px;
        line-height: 34px;
    }
    .esfeat_justcall a.esfeat_share {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .page_404 h1,
    .page_search h1 {
        font-size: 25px;
    }
    .page_404 {
        padding: 150px 0 50px;
    }
    .author .es_side {
        width: auto;
    }
    .author .es_side img {
        width: 100%;
    }
    .author .es_side {
        padding: 40px 0 0;
    }
    .author .esside_block {
        margin: 0 10px;
    }
    .es_single {
        padding: 40px 0 0;
    }
    .essing_content {
        margin: 0 -10px;
        padding: 20px;
    }
    .es_side {
        padding: 20px 0;
        margin: 0 -20px;
    }
    .esside_block {
        padding: 20px;
    }
    .sp__article blockquote {
        padding: 20px 20px 10px 30px;
    }
    .search_result {
        font-size: 16px;
    }
    .page_search {
        padding: 30px;
    }
    .estess_p {
        font-size: 16px;
        padding: 20px 20px 15px;
    }
}
