/*.loading--fixed{
	position:relative;
}
.loading--fixed i{
	color:#05eb0f;
	font-size:100px;
	z-index:1000;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-animation: bounceIn 1s infinite linear;
    animation: bounceIn 1s infinite linear;
}*/
/*.modal-content .bootbox-close-button{
	background-color:#fff;
	color:000;
}*/
/*.rs_contact_us input{
	color:#000 !important;
}*/

.hover-default .item-photo{
	overflow:hidden;
}
.properties__thumb:hover .properties__img{
	transform:scale(1.5);
}
.properties__img{
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 240px;
    background-position: center center;
    transition:all .2s;
}

.article__photo-img{
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    background-position: center center;
   
}

/*************************************************** HOME PAGE DESIGN START***************************************************/

.modal-open .modal{
	background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;
}

.other_page_wrapper .header,
.other_page_wrapper .navbar--overlay{
	position:unset;
}

.other_page_wrapper .rs_other_page{
	padding:0px;
}

.other_page_wrapper .navbar--overlay .navbar__row{
	margin:10px -25px;
}

.other_page_wrapper .rs_other_page{
	background-color:#f4f2f2;
}

.other_page_wrapper .navbar{
	border-bottom: 3px solid rgb(217, 216, 216) !important;
}

.other_page_wrapper .navbar__nav li a{
	color:#2c3e50;
}

.other_page_wrapper .tem4_fav_container
{
	padding:50px 0px;
}



.other_page_wrapper h3.page_head_new{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-size: 32px !important;
    text-align: center !important;
    text-transform: uppercase;
    line-height: 1.5;
    color:#222;
}

.other_page_wrapper .short_page{
	background-color:transparent;
	width: 1200px;
	
}

.other_page_wrapper .tem4_fav_container  h4.notes{
	line-height: 1.5;
}

.other_page_wrapper .profile_form_holder{
	width: auto;
	padding: 15px;
	margin: 0px 35%;
    display: inline-block;
    background-color:var(--main-color);
    color:var(--font-color);
    
}

.profile_form_holder form{
	width:auto;
}

#pwd_btn{
	width:auto !important;	
	padding:0px 15px;
}

.other_page_wrapper #change_password_form .common_button{
	border:3px solid var(--font-color);
}

.other_page_wrapper #change_password_form .alert{
	padding:0px;
	margin:0px;
}

.other_page_wrapper #change_password_form .options{
	float:left;
	width:100%;
}

.pswp__button .icon ,
.pswp__button .fa {
	color:#fff;
}
/*************************************************** HOME PAGE DESIGN END***************************************************/


.google_translate{
	    width:100%;
	    background-color:#000;
	    display:table;
}
	
#google_translate_element{
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    display: table;
}
.goog-te-gadget{
    float: right;
    max-height: 30px;
    overflow: hidden;
}
.goog-te-gadget .goog-te-combo{
	margin: 3px 0 !important;
    border-radius: 0px;
    /*border: 2px solid #fff;*/
    background: transparent;
    color: #000;
    padding: 0;
}
	
.header.header--dar{
	background:rgba(0,0,0,0.2);
}
.property__ribon_left{
    position: absolute;
    top: 110px;
    left: -5px;
    background: #00bbaa;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 15px;
    font-weight: 600;
    padding: 10px 15px;
    z-index: 20;
    top: 50px;
}

.property__ribon_left:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    border-top: 5px solid #00887c;
    width: 5px;
    content: " ";
    display: block;
    border-left: 5px solid #f6f6f6;
}

.properties--list .estate_badge{
	top:68px;
	left:-5px;
}
.estate_badge{
	right:auto;
	z-index:5;
	top:18px;
	padding:2px 7px;
	font-weight: 600;
	text-transform:uppercase;
	background-color:#00BBAA;
	left: 10px;
}
.estate_badge:after {
    position: absolute;
    left: 0px;
    bottom: -5px;
    border-top: 5px solid #00887c;
    width: 5px;
    content: " ";
    display: block;
    border-left: 5px solid #f6f6f6;
}
.nav-link-down{
	padding-left:20px;
	margin-top:15px;
	display:table;
	float:left;
}
.nav-link-down i{
	margin-right:3px;
}
.rs_contact_input_holder input{
	width:100%;
}
.rs_contact_input_holder textarea{
	width:100%;
}
.rs_contact_input_holder{
	width:100%;
}
.rs_contact_us label{
	width:100%;
}
.rs_contact_us span{
	width:100%;
}
.rs_properties__address-city{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width:100%
}

.rsestate_wrapper{
	position:relative;
	overflow:hidden;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f2f2;
  /* change if the mask should have another color then white */
  z-index: 1000;
  /*position:absolute;*/
  /* makes sure it stays on top */
}
#preloader img{
	height:60px;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align:center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.bootbox-close-button{
	opacity:1 !important;
	background:#fff !important;
	height:25px;
	width:25px;
	line-height:25px;
	border-radius:50%;
}
.bootbox-close-button{
 left: -30px;
    margin-top: 0;
    position: relative;
    top: 30px;
    z-index: 3000;
}   
.header--overlay{
	top:0px;
}
/*.valuation_content{
	margin-top:250px !important;
}*/
.valuation_content{
	background:none !important;
}
.local_info_title_head h1{
	padding-top:10px;
}
.estate_template_need_content .col1.five{
	width:calc(25% - 10px);
}
.notice_image_wrapper{
	height:180px;
}
.estate_price_show{
	width:100%;
	display:table;
}
.site_page_title{
	font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #2c3e50;
    font-size: 26px;
    padding-top: 30px;
    padding-bottom:30px;
    text-align: left;
    text-transform: uppercase;
}
.tem4_fav_container{
	width:100%;
	
}
.estate_template_need_head, .estate_template_need_head_left{
	width:1170px;
	margin:auto;
	/*padding-top:200px;*/
}
.estate_template_need_content{
	width:1170px;
	margin:auto;
	
}
.estate_template_need_head_left .site_page_title{
	/*float:left;*/
	width:100%;
	display:block;
	text-align:center;
	margin-bottom:20px;
	font-size: 32px;
	color: #222;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
	
}
.estate_template_need_head_left .site_page_button_holder{
	float:right;
}
.estate_plugin_page .site--main{
	width:100%;
}
.estate_add_page_header{
	display:none;
}
.simplelink{
	display:none;
}
/*.common_button{
	padding: 6px 20px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 0;
    font-weight: 700;
    border: none;
    border-bottom: 4px solid #d99221;
    background: #f3bc65;
    color: #000 !important;
}*/
.clear{
    clear:both;
}

.rs_other_page{
    padding-top:120px;
}
.rstemp_arrow{
	font-size:32px;
}

.re_estate_uparrow i{
	width:30px !important;
	height:40px !important;
	font-size:24px;
	margin-left:0px !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
	right:7px;
	position:relative;
	color:#222222;
} 

.rs_header__phone i{
	padding-right:10px;
	padding-top:5px;
}

.rs_header__email{
	color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1;
    padding: 17px 15px 10px 0;
    float:left;
  
}    

.rs_header__phone{
	padding: 12px 10px 10px 0;
	float:left;
}

.social--circles .social__item{
	font-size:14px !important;
}
.re_social__item i{
	position:relative;
	top:-2px;
	left:-3px;
}
.re_social__item_tw i{
	position:relative;
	top:-2px;
	left:-5px;
}
.re_social__item_go i{
	position:relative;
	top:-2px;
	left:-7px;
}
.listing--list .listing__item{
	position:relative;
}

.rs-social--properties .social__title{
	display:inline;
}
.rs-social--properties .social{
	display:inline;
}
.re_property__description{
	color: #606e7c;
	line-height: 1.4;
	text-align:justify;
	font-weight:normal;
}
.re_property__description h1, .re_property__description h2, .re_property__description h3, .re_property__description h4, .re_property__description h5, .re_property__description h6{
	color: #606e7c;
	line-height: 180%;
	font-weight:normal;
}
.re_property__description p, .re_property__description span, .re_property__description label, .re_property__description a, .re_property__description b, .re_property__description strong{
	color: #606e7c;
	line-height: 180%;
	font-weight:normal;
}
.widget__position{
	margin-top:10px !important;
}
.rs_property__plan-icon{
	padding:15px 0px;
}
.rs_property__plan-icon i{
	color:#00BBAA;
	font-size:28px;
	position:relative;
	left:-10px;
}

.rs_submit_button{
    display: inline;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 0;
    font-weight: 700;
    border: none;
    border-bottom: 4px solid #d99221;
    background: #f3bc65;
    color: #000 ;
}

.gosubmit__btn:hover,
.gosubmit__btn:focus,
.gosubmit__btn.active {
    color: #000;
    text-decoration: none;
    outline: none;
    
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*-moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);*/
    z-index: 3;
}

.other_buttons_direction .rs_submit_button_first{
	width:20%;
	float:left;
	border-right:1px solid var(--main-color);
}
.other_buttons_direction .rs_submit_button_sec{
	width:calc(60% - 2px);
	float:left;
	color:var(--font-color);
}


.pro_slider{
	width:100%;
}

.rs_property__slider{
	width:100%;
	height:400px;
}

.rs-btn--white i{
	padding-top:2px !important;
	padding-bottom:5px !important;
	margin-left:1px !important;
	padding-left:0px;
	color:#fff;
}
.navbar__nav > li{
	margin: 0 0 0 25px;
}

.header__navbar-show i{
	font-size:20px;
}
.header__navbar-hide i{
	font-size:20px;
}
.map__infobox--white{
	display:none;
}
.rs_widget_content{
	padding:15px;
	background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
}

.datepicker{
	border-radius: 0px;
    padding: 0px;
}
.template_search_text{
	border: 1px solid #dedede;
	line-height: 38px;
	margin-bottom:20px;
	text-indent:5px;
}
.template_text_full{
	width:100%;
} 
.template_text_half{
	width:calc(50% - 5px);
	float:left;
} 
.template_text_half_left{
	margin-right:10px;
}
.select2-container{
margin-bottom:20px !important;
}
.temp_select{
	color:#ffb976 !important;
	border: 1px solid #dedede;
    line-height: 38px;
    margin-bottom: 20px;
}

.template4_search_check_box_holder{
	padding-bottom:10px;
}
.template4_search_check_box_holder input[type="checkbox"]{
	margin-right:10px !important;
}
.rs_submit_button_holder{
	width:100%;
	text-align:center
}
.side_title{
	color: #2c3e50;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: inherit;
    text-transform: uppercase;
}

.login_name{
	color:#fff;
}

.user_avatar{
	background-position: center center;
    background-size: cover;
	height:40px;
	width:40px;
	overflow:hidden;
	border-radius:50%;
	float:left;
}
.user{
	color:#fff;
	position:relative;
}
.user ul{
	padding-left:0px;
	margin-bottom:0px;
}
.estate_user_detail{
	cursor:pointer;
}
.user .estate_login_name{
	font-size: 14px;
	display:inline-block;
	float:left;
	height:40px;
	line-height:40px;
	padding-left:10px;
	color:#FFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width:100px;
	font-weight:normal;
	cursor:pointer;
}
.drop-arrow-estate i{
	color:#FFF;
	padding-top:12px;
	padding-left:5px;
}
.user_drop_menu{
	display:none;
}



.user_drop_menu { 
	top: 50px; 
	overflow: hidden; 
	background: var(--main-color);
	border-radius: 0px; 
	box-shadow: none; 
	border: none; 
	min-width: 225px; 
	position:absolute;
	right:0px;
	color:var(--font-color);
	z-index:1;
}
.user_drop_menu li a { 
	font-size: 14px; 
	color: #fff; 
	text-transform: uppercase; 
	display:block;
	padding:10px 0px;
}

.user_drop_menu li a i.icon{
	margin-left:0px;
}

.user_drop_menu li a i{
	width:30px;
	text-align:center;
}
.user_drop_menu li a:hover { 
	background: var(--font-color);
	color:var(--main-color);
	list-style:none;
	text-decoration:none;
}


.signup_holder{
	margin:100px auto;
	background: var(--main-color);
	color:var(--font-color);
}

.signup_holder .signup_left,
.signup_holder  .signup_right{
	color:var(--font-color);
}
.signup_holder button{
	display:block;
}
.signup_holder a:hover { 
	color:#fff;
}
.rs_widget__header_top{
	padding-top:20px;
}
#change_password_form{
	padding:15px !important;
}

.rsestate_mob_filter{
	color:#FFF;
	font-size:20px;
	padding:5px 10px;
	float:right;
	width:40px;
	height:20px;
	cursor:pointer;
}
.rsestate_mob_filter{
	display:none;
}
.order_badge.offered{
	width:100%;
}
.estate_template_need_content .order_badge.offered .order_description span{
	position:absolute;
	right:0px;
	bottom:0px;
}

.sort_property_label{
	display:none;
}

/****privacy policy***/

.gnb-overall-privacy-policy {
	padding-top: 40px;
}

.gnb-overall-privacy-policy p{
	margin: 0 0 10px ! important;
}

.gnb-overall-privacy-policy ul,.gnb-overall-privacy-policy li{
	list-style-type: disc;
	list-style-position: inside;
	padding:0px;
	margin:0px;
}
.gosubmit__btn{
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2)
}
/************************* DETAIL PAGE START *************************/
.img-360-cntr .rs_widget_content{
	padding:15px 5px 5px 15px;
}
/************************* DETAIL PAGE END *************************/
.contacts .widget--landing:not(.widget--feature) .widget__title{
	font-size:32px;
}
/*==============================
	WIDGET DESIGN COMMON STYLE
================================*/
.contact-agent-chat,
.template1_property_interaction,
.enquiry-wpr,
#report_holder{
/*	width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom:20px;
    border:unset;*/
    background-color:transparent;
    border:unset;
    padding:0px;
  	margin-top:30px;
}



.template1_property_interaction .template1_detail_heading h4,
.enquiry-wpr .template1_detail_heading h1,
.template1_property_interaction .related_results .column_subhead_title,
.cnt-agt-cht-title h3,
#report_holder .template1_detail_heading h1{
	color: #2c3e50;
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    text-align: inherit;
    text-transform: uppercase;
    margin-bottom:12px;
}

.cnt-agt-cht-cnt,
.template_lite_landlord_report_holder .template2_view_content,
.enquiry-wpr .template2_view_content,
#report_holder .template2_view_content_holder,
.related_results .results_holder{
	background-color:#fff;
	width: 100%;
	padding: 15px 10px;
	margin: 0px;
	border:1px solid #dedede;
	float:left;
}

.enquiry-wpr .thread_details{
	padding:0px;
}

.cnt-agt-cht-title{
	border-bottom:unset;
}

.cnt-agt-cht-cnt .alert,
.related_results .results_holder table
{
	margin-bottom:0px;
}

.related_results .results_holder table{
	color:#727272;
}

#report_holder .back_tenent_list,
#report_detail_view .back_tenent_list,
#response_detail_holder .back_to_inbox{ color:#00bbaa}


/****************************************************************************
	Tenant and Landlord login
****************************************************************************/
.property-account-details{
	color:#2c3e50
}

.property-account-details .acount-prop-cnt-container{
	background-color:#fff;
	padding:20px;
}

.property-account-details .tem4_fav_container{
	padding:0px;
}

.property-account-details .estate_template_need_head_left .site_page_title{
	padding-top:0px;
}

.property-account-details .prop_account_holder{
	background-color:#fff;
}

.property-account-details .enquiry-wpr{
	padding:0px;
	margin:0px;
}

.property-account-details .account_message_block{
	padding:15px;
}

.property-account-details .table > tbody > tr > td{
	padding:8px;
}

.property-account-details .rental-log-title,
#landlord_properties .property-account-details .subtext_info,
.property-account-details .inventory-count{
	color:#212121;
}

#landlord_properties .property-account-details .subtext_info{
	background-color:#fff;
	padding:20px;
	margin:0px;
}
.property-account-details .inventory-count{
	background-color:#fff;
	margin-left:0px;
	padding:0px 20px;
	margin:0px;
}

.property-account-details .landlord_ten i{
	margin-right:5px;
}

.property-account-details .prop_img_holder p{
	color:var(--font-color);
}

.extra_feature h1{
	font-size:26px;
}

@media (max-width:1280px){
	.valuation_content{
		width:100% !important;
	}
	
}
@media (max-width:1250px){
	.estate_template_need_head, .estate_template_need_head_left{
		width:100%;
		padding-left:30px;
		padding-right:30px;
	}
	.estate_template_need_content{
		width:100%;
		padding-left:30px;
		padding-right:30px;
	}
	.estate_template_need_content .col1.five{
		width:calc(33.3% - 10px);
	}
}



/**************************************************************** NEW CUSTOMISE START ****************************************************************/
.navbar--overlay:not(.header-fixed){
	top:50px !important;
}

.navbar--overlay .navbar__row{
	margin:20px -25px;
}

.navbar--overlay .navbar__brand-logo{
	max-width:120px;
	width:auto;
}

.gosubmit .gosubmit__btn{
	width:auto;
	padding:10px 100px;
}

.banner-txt .title{
	background:rgba(0,0,0,0.3);
	padding:15px 30px;
	float:left;
	color:#fff;
	margin-top:100px;
}

.ch_col_full_image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 270px;
    margin-bottom: 25px;
    background-position:center center;
}
.widget__content .feature{
	width:100%;
	padding-left:0px;
}

.widget__content .feature .feature__item{
	width: 33.33333%;
}

.widget__content .feature__list{
	padding-top:30px;
	
}

.widget__content .feature__list .feature__item{
	padding-bottom:10px;

}

.widget__content .feature__text{
	text-align:justify;
}

.widget__content .feature__item:nth-of-type(2n+1){
	clear:none;
}

.agents-block {
    
    min-height: 320px !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background-color: #fff;
    text-align: center;
    border: 1px solid #f7f7f7;
    box-shadow:0 0 12px #ddd;
    padding:0px 20px;
    color:#000;
}


.agents-block:hover {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}

.download_app_wpr{
	/*padding-bottom:50px;*/
	background-color:#fff;
}

.download_app_wpr .agents-block .auther-thumb {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 25px;
    width: 80px;
    height: 80px;
}
.download_app_wpr .widget--landing:not(.widget--feature) .widget__title{
	color:var(--main-color);
}
.download_app_wpr .auther-thumb {
    /*border: 2px solid var(--main-color);*/
    border: 2px solid #2C3E50;
    border-radius: 50%;
    padding: 20px 0;
}

.download_app_wpr .auther-thumb i.icon {
    width: unset;
    font-size: 2.5em;
    /*color: var(--main-color);*/
    color:#2C3E50;
}
.download_app_wpr .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget--landing .widget__headline{
	line-height:1.5 !important;
}

#cf47_module_property_group_0 .tab-content{
	padding:0px;
}

#cf47_module_property_group_0 .listing__item{
	margin-bottom:10px;
}
/* mobile menu*/

ul.child_level1{
	padding:0px;
}
ul.child_level1 li{
	width:calc(100% - 25px);
	float:left;
	margin-left:25px;
	list-style:none;
}
ul.child_level1 li a{
	padding:10px 25px;
	color:#fff;
	width:100%;
	float:left;
	text-transform:uppercase;
}

.scrollup{
	right:40px !important;
	left:unset !important;
}


.address__main a{
	color:#fff;
}

.properties__address-street{
	height:30px;
	min-height:30px !important;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap; 
}

.footer__wrap{
	margin-left:0px;
	margin-right:0px;
}

.footer__wrap_bg{
	background-color:rgba(0,0,0,0.7);
	width:100%;
	display:block;
	padding:0px;
	margin:0px;
}

.footer__wrap .widget_text{
	text-align:justify;
}

.footer__wrap ul li{
	padding:0px;
	border:unset;
	color:#bebebe;
	width:100%;
}

.footer__wrap ul{
	margin-bottom:10px;
}

.footer__wrap ul li::before{
	content: "\f105";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right:10px;
}

.footer__wrap .more-info{
	color:#fff;
} 

.header__social  .social--circles .fa:hover,
.header__social  .social--circles a:hover{
	color:var(--main-color);
}

.header__social  .social--circles a:hover{
		border-color:var(--main-color);
}

/**************************************************************** NEW CUSTOMISE END ****************************************************************/

@media (max-width:1024px){
	.valuation_container{
		width:100% !important;
	}
	.other_buttons_direction .rs_submit_button_first{
		width:100%;
	}
	.other_buttons_direction .rs_submit_button_sec{
		width:100%;
	}
}
@media (max-width:800px){
	.listing__item .estate_badge{
		top:48px;
	}
}
@media (max-width:800px){
	.estate_template_need_content .col1.five{
		width:calc(50% - 10px);
	}
}

@media(max-width:992px){
	.rs_header__email,
	.rs_header__phone{
		display:none;
	}
	.navbar__wrap--init{
		background-color:var(--main-color);
		color:var(--font-color);
	}
	/*Mobile menu*/
	.navbar__nav > li > a{
		border-bottom:unset !important;
		text-decoration:none !important;
		text-transform:uppercase;
		width:100%;
		float:left;
		padding:10px 25px !important;
	}
	.header__navbar-hide i{
		color:var(--main-color) !important;
	}
	
	.rs_other_page{
		padding-top:0px;
	}
	
	

}

@media (min-width:992px){
/* HEADER MENU */
	.navbar{
		overflow:visible;
	}
	.navbar__nav{
		position:relative;
		float:left;
		
	}
	
	.navbar__nav li{
		position:relative;
		float:left;
	}
	
	.navbar__nav li a{
		padding:5px 0px;
		text-decoration:none;
		
	}
	.navbar__nav li ul.child_level1 {
		visibility: hidden;
		width:200px;
		opacity:0;
	    float: left;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    left: 0px;
	    top: 35px;
	    background: var(--main-color);
	    color:var(--font-color);
	    padding: 10px 10px;
	    transform: translateY(5em);
	  	z-index: -1;
	  	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	}
	
	.navbar__nav li:hover ul.child_level1{
	 	visibility: visible; /* shows sub-menu */
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s; 
	}
	
	.navbar__nav li ul.child_level1 li{
		padding:0px 10px 10px 10px;
		width:100%;
		margin-left:0px;
	
	}
	
	.navbar__nav li ul.child_level1 li a {
		color:var(--font-color);
		padding:0px;
	}
	
	.navbar__nav li ul.child_level1 li:hover a{
		padding-left:10px ;
		
	}
	

}

@media (max-width:768px){
	.property__ribon_left{
	    top: 15px;
	}
	.estate_template_need_head, .estate_template_need_head_left{
		padding-top:30px;
	}
	.rsestate_filter{
		height:50px;
	}
	.rsestate_filter .form-group--view{
		display:block !important;
	}
	.rs_other_page{
		padding-top:0px !important;
	}
	.rs_mobile_search_head{
		display:none;
	}
	.rsestate_mob_filter{
		display:block;
	}
	.rs_mobile_search{
		display:none;
		position:absolute;
		top:135px;
		z-index:10000;
		width:calc(100% - 30px);
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	/*.navbar__wrap--init{
		display:none !important;
	}*/
	
	
	.rsestate_wrapper{
		width:100%;
	}
	.rs-property__params-list{
    column-count: 1 !important;
	}
	.rs-property__params-list li{
		width:100%;
	}
	/*.slider--small{
		height:250px;
	}
		.slider--small img{
		height:250px;
	}
	.slider__block{
		height:250px;
	}*/
	
	.agents-block{
		margin-bottom:30px;
	}
	
	
	.widget__content .feature__list .feature__item{
		width:100%;
		margin-bottom:15px;
	}
	

}

@media (max-width:680px){
	
	/*.rs_mobile_search{
		display:none !important;
	}*/
}

@media (max-width:600px){
	.estate_login_name{
		display:none !important;	
	}
	.drop-arrow-estate{
		display:none;
	}
	.estate_template_need_head, .estate_template_need_head_left{
		padding-left:20px;
		padding-right:20px;
	}
	.estate_template_need_content{
		padding-left:20px;
		padding-right:20px;
	}
	.estate_template_need_content .col1.five{
		width:calc(100% - 30px);
	}
}

@media (max-width:480px){
	.rs_header__phone i{
		display:none;
	}
	.estate_template_need_head, .estate_template_need_head_left{
		padding-left:15px;
		padding-right:15px;
	}
	.estate_template_need_content{
		padding-left:15px;
		padding-right:15px;
	}
	.estate_template_need_content .col1.five{
	    margin-left:15px;
	}
	.valuation_content{
		padding:30px 15px !important;
	}
	#google_translate_element{
		display:none;
	}
}
