@font-face {
    font-family: 'Arsenal-Bold';
    src:url(fonts/Arsenal-Bold.otf) format('truetype');
}
@font-face {
    font-family: 'Arsenal-Regular';
    src:url(fonts/Arsenal-Regular.otf) format('truetype');
}
html{
	position: relative;
	min-height: 100%;	
}

body{
	font-family: 'Arsenal-Regular';
	background:#fff;
	margin-bottom: 60px;
	color:#000000;
	font-size:14px;
	letter-spacing: 0.0094em;
	margin-bottom:116px;
}
a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover, a:active, a:focus {
	outline:none;
	text-decoration:none;
}
button:hover, button:active, button:focus{
	outline:none;
}
a:hover{
	text-decoration:none;
}
.container{
	width:100%;
	max-width:970px;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.btn:focus, input:focus{
	outline:none!important;
}
.bootstrap-select .btn:focus{
	outline:none!important;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Arsenal-Regular';
}
.center{
	text-align:center;
}
.table{
	display:table;
}
.tr{
	display:table-row;
}
.td{
	display:table-cell;
}
.col-md-custom{
	float:left;
	position: relative;
}
.p_t_10{
	padding-top:10px;
}
.p_t_20{
	padding-top:20px;
}
.p_b_10{
	padding-bottom:10px;
}
.p_b_20{
	padding-bottom:20px;
}
.btn{
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	letter-spacing: 0.0094em;
}
/* Btn warning */
.btn-warning{
    border-radius: 2px;
    background-color: #ff7220;
	border:0;
	line-height:20px;
}
.btn-warning:hover{
	background-color:#e06721;
}
.btn-warning:focus{
	background-color:#e06721;
}
.btn-warning:active:focus{
	background-color:#e06721;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before{
	content: "\f107";
	font-size:20px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
	border:none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
	top:auto;
	right:auto;
	margin-top:0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content{
	margin-top:60px;
}
/* header */
.header{
	position:fixed;
	top:0;
	height:60px;
	z-index:9999;
	width:100%;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 1);
}

.header:after{
	content:"";
	clear:both;
	display:table;
}
.header .top_logo{
	top:10px;
	position:absolute;
}
.header .top_title{
	padding-left:70px;
	float:left;
}
.header .top_title h3{
	font-size: 20px;
	color: rgba(28, 28, 28, 1);
}
.header .top_title p{
	margin:-3px 0 0 0;
	font-size: 12px;
	color: rgba(97, 97, 97, 1);
}
.header .top_title .fa{
	font-size:4px;
	color:#ff7220;
	padding:0 2px;
	vertical-align: middle;
}
.header .header_inner{
	padding:17px 32px;
}

/* Top nav */
.top_nav{
	float:right;
}
.top_nav_inner .top_contact{
	display:inline-block;
	font-size: 24px;
	color: rgba(97, 97, 97, 1);
	margin:-4px 0 0 15px;
}

.top_nav_inner{
	padding:0;
	margin:0;
	background-color:#ffffff;
}
.top_nav_inner:after{
	content:"";
	clear:both;
	display:table;
}
.top_nav_inner li{
	list-style:none;
	float:left;
}
.top_nav_inner li .bootstrap-select{
	width:auto !important;
}
.top_nav_inner li .bootstrap-select .btn{
	border: 1px solid rgba(168, 168, 168, 1);
	border-radius: 2px;
	height:40px;
	width: 70px;
	margin-top:-7px;
	text-transform:uppercase;
}
.top_nav_inner li .bootstrap-select .btn .bs-caret{
	color:rgba(255, 114, 32, 1);
}
.top_nav_inner li a{
	line-height: 26px;
	font-size: 16px;
	padding-right:23px;
	color: rgba(0, 0, 0, 1);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top_nav_inner li a:hover{
	color: rgba(255, 114, 32, 1);
}
.top_nav_inner li a .fa.fa-lock{
	font-size: 14px;
	color: rgba(168, 168, 168, 1);
	margin-right:6px;
}
/* Left banner */
.left_banner{
	position:fixed;
	z-index:1;
	width:50%;
	top:0;
	left:0;
	bottom:0;
	background:url(images/left_banner_bg.png);
	background-size:cover;
}
.left_banner .banner_inner{
	position: absolute;
	width:100%;
    top: 37%;
}

.left_banner .banner_info .banner_title{
	max-width:300px;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
	font-size: 18px;
	line-height:26px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.44);
}
.left_banner .banner_info .banner_h1{
	font-size: 35px;
	margin-bottom:5px;
	font-weight: bold;
	color:#ffffff;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.44);
}
.banner_filters{
	text-align:center;
	margin:0 auto;
	margin-top:23px;
	padding:0 32px;
}
.banner_filters .row{
	margin:0;
}
.banner_filters .col-md-4{
	padding:0;
	text-align:left;
}
.banner_filters .col-md-4:last-child{
	padding-right:15px;
}
.banner_filters .col-md-4:first-child{
	padding-left:15px;
}
.banner_filters .bootstrap-select{
	width:100% !important;
}
.banner_filters .bootstrap-select .btn{
	background-color: rgba(255, 255, 255, 0.83);
	border:0;
}
.banner_filters .bootstrap-select .btn .caret{
	color:#9f9793;
	right:25px;
}
.banner_filters .bootstrap-select .btn .caret:before{
	font-size:24px;
}
.banner_filters .btn{
	border-radius:0;
	height: 55px;
	width:100%;
	font-size:15px;
}
.main_page_filters .banner_filters .btn{
	height: 40px;
}
.banner_filters .btn .filter-option{
	color:#696969;
}
.banner_filters .space_select, .left_banner .banner_filters .price_from_to{
	display:block;
}
.banner_filters .price_from_to .currency{
	display:block;
	font-size: 15px;
	position:absolute;
	right:10px;
	line-height:55px;
}
.main_page_filters .banner_filters .price_from_to .currency{
	line-height:40px;
}
.banner_filters .price_from{
	width:37%;
	display:block;
	float:left;
}
.banner_filters .price_to{
	width:57%;
	display:block;
	float:left;
	padding-right:60px;
}
.banner_filters .price_from_to.first_of_type .price_to{
	padding-right:30px;
}
.banner_filters .price_to input{
	padding-right:30px;
}
.banner_filters .price_divider{
	float:left;
}
.banner_filters .price_from_to input{
	background-color: rgba(255, 255, 255, 0.83);
    border: 0;
	height: 55px;
	padding-left:10px;
	padding-right:10px;
}
.main_page_filters .banner_filters .price_from_to input{
	height: 40px;
}
.main_page_filters .banner_filters .col-md-custom:nth-child(3) .price_from{
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	width:42%;
}
.main_page_filters .banner_filters .col-md-custom:nth-child(3) .price_to{
	
	width:52%;
}
.main_page_filters .banner_filters .col-md-custom:nth-child(4) input.price_to{
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	padding-right:60px;
}
.main_page_filters .banner_filters .col-md-custom:nth-child(4){
	border-right:none;
}
.main_page_filters .banner_filters .price_from_to:first-child input{
	border-bottom-left-radius:2px;
}
.main_page_filters .banner_filters .price_from_to input:last-child{
	border-top-right-radius:2px;
}
.main_page_filters .banner_filters .price_from_to input:last-child{
	border-bottom-right-radius:2px;
}
.banner_filters .price_from_to .price_divider{
	display:block;
	float:left;
	color: #696969;
	text-align:center;
	height:55px;
	background-color: rgba(255, 255, 255, 0.83);
	border: 0;
    line-height: 55px;
	width:6%;
}
.main_page_filters .banner_filters .price_from_to .price_divider{
	height:40px;
    line-height: 40px;
}
.banner_filters .col-md-custom:first-child .bootstrap-select .btn{
	border-radius:0;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}

.main_page_filters .banner_filters .col-md-custom:nth-child(2) .bootstrap-select .btn{
	border:0;
	border-radius:0;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}
.main_page_filters .banner_filters .col-md-custom:nth-child(3) .bootstrap-select .btn{
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	border-right:1px solid #cbcbcb;
}
.main_page_filters .banner_filters .col-md-custom:nth-child(4) .bootstrap-select .btn{
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	padding-left:5px;
}
.banner_filters .col-md-custom:last-child .btn{
	border-radius:2px;
}
.main_page_filters .banner_filters .col-md-custom:last-child .btn{
	border-radius:2px;
	margin-left:3px;
	height:83px;
	margin-top:-43px;
}
.banner_filters .col-md-custom:last-child .btn .fa{
	font-size:16px;
}
.main_page_filters .banner_filters .col-md-custom:last-child .btn .fa{
	font-size:26px;
}
.banner_filters .col-md-custom{
	width:37%;
}
.main_page_filters .banner_filters .col-md-custom{
	margin-bottom:3px;
	border-right: 1px solid #cbcbcb;
}
.main_page_filters .banner_filters .col-md-custom:nth-child(2){
	border-right:none;
}
.banner_filters .col-md-custom:last-child{
	width:26%;
}
.banner_filters .left_banner .banner_filters .col-md-custom:last-child .btn{
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	font-weight:700;
}

.banner_filters .bootstrap-select.btn-group .dropdown-menu{
	max-height:300px !important;
}
.banner_filters .bootstrap-select.btn-group .dropdown-menu{
	max-height:300px !important;
}
.banner_filters .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height:290px !important;
}
.left_banner .banner_footer{
	position:fixed;
	width:50%;
	bottom:0;
	padding:0 32px 15px 32px;
}
.left_banner .banner_footer .bottom_logo{
	margin-bottom:10px;
}
.left_banner .banner_footer .bottom_title{
	color:#ffffff;
	font-size: 14px;
	margin:0;
	padding:5px 0 0 0;
	text-transform:uppercase;
	float:left;
}
.left_banner .banner_footer .soc_box{
	float:right;
}
.left_banner .banner_footer .soc_box .fa{
	color:#ffffff;
	margin-left:10px;
	font-size:28px;
	cursor:pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.banner_filters .bootstrap-select.inner_select{
	position:absolute;
	top:0;
	right:0;
	width:auto !important;
}
.bootstrap-select.inner_select.btn-group .dropdown-toggle .filter-option{
	margin-top:1px;
	margin-top:1px;
	color:#000000;
}
.banner_filters .bootstrap-select.inner_select .btn{
	width:auto;
	float:right;
	background:transparent;
}

/* Right objects block */
.objects_row{
	margin:0;
}
.objects_box{
	padding:20px 30px;
}
.objects_box h3.objects_heading{
	font-size: 26px;
	font-weight: bold;
	float:left;
	margin-top:2px;
}
.objects_box .objects_header{
	margin-bottom:18px;
	position:relative;
}

.objects_box .objects_header:after{
	content:"";
	clear:both;
	display:table;
}
.objects_box .objects_header .nav.nav-tabs{
	float:right;
}
.objects_box .objects_header .nav-tabs li a{
	border:0;
	color:#333;
	font-size: 14px;
	border-radius: 2px;
	padding:6px 25px 8px 25px;
}
.objects_box .objects_header .nav-tabs.static_buttons li a{
	background-color: rgba(228, 228, 228, 1);
}
.objects_box .objects_header .nav-tabs.static_buttons li a:hover{
	background-color: rgb(210, 210, 210)
}
.objects_box .objects_header .nav-tabs{
	border-bottom:0;
}
.objects_box .objects_header .nav-tabs li.active a{
	background-color: rgba(228, 228, 228, 1);
	font-weight:bold;
	color: #333;
}
.partners_content .img_holder{
	height:143px;
}
.objects_box .partners_list .partners_content h4{
	margin-bottom:15px;
	overflow:hidden;
	height:25px;
}
.objects_box .partners_list{
	padding: 0;
}
.objects_box .partners_list .col-md-3{
	padding-bottom: 20px;
}
.objects_box .partners_list .bottom_links{
	padding:0;
	position:relative;
}
.objects_box .partners_list .bottom_links a.see_all{
	position:absolute;
	right:0;
	top:-12px;
	z-index:2;
}
.object_block{
	position:relative;
	height:150px;
}

.object_block:hover .obj_type_hover, .object_block:hover .new_obj_hover{
	opacity:1;
	visibility:visible;
}

.object_block .object_title{
	position:absolute;
	width:100%;
	top:13px;
	padding:12px 25px 10px 25px;
	background-color: rgba(255, 255, 255, 0.92);
}
.object_block .object_title h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}
.object_block .object_title p{
	font-size: 13px;
	color:#666666;
	margin:0;
}
.obj_type_block, .new_obj_block{
	padding:18px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.21);
}
.obj_type_block .heading_block h4{
	font-size: 21px;
	font-weight: bold;
	margin-bottom:5px;
}
.obj_type_block .heading_block p{
	font-size: 15px;
	margin:0;
}
.object_holder{
	padding:0 11px 22px 11px;
}
.objects_list .row, .new_object_box .row{
	margin-left:-11px;
	margin-right:-11px;
}
.obj_type_hover .cat_name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:7px;
}
.obj_type_hover .detail_btn_holder{
	text-align:center;
}
.obj_type_hover .detail_btn_holder .detail_btn{
	margin:38px 0 34px 0;
	line-height:20px;
	width:100%;
}
.obj_type_hover .link_list{
	padding:0;
	list-style:none;
	margin-bottom:0;
}
.obj_type_hover .link_list li{
	line-height: 22px;
}
.obj_type_hover .link_list li a:hover{
	text-decoration:underline;
}
.obj_type_hover .link_list li:last-child{
	margin-top:4px;
}
.obj_type_hover .link_list li:last-child a{
	color:#000000;
	text-decoration:underline;
}
.obj_type_hover .link_list li:last-child a:hover{
	text-decoration:none;
}
.obj_type_hover .link_list li:last-child a .fa{
	margin-left:10px;
	font-size:20px;
}
.obj_type_hover, .new_obj_hover{
	opacity:0;
	top:0;
	width:100%;
	position:absolute;
	z-index:1;
	visibility:hidden;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* New obj hover */
.new_obj_hover .obj_type_block{
	padding:30px 18px 31px 18px;
}
.new_obj_hover .detail_btn{
	margin:19px 0 15px 0;
	width:100%;
}
.new_obj_hover p{
	font-size: 18px;
}
.new_obj_hover p span{
	font-weight:bold;
}
.object_footer{
	padding:12px 0 0 0;
	position:relative;
}
.object_footer .object_name{
	font-size: 16px;
	font-weight: bold;
	padding-right:70px;
	height:17px;
	overflow:hidden	
}
.object_footer .obj_area{
	position:absolute;
	right:0;
	top:9px;
	font-size: 16px;
	color:#666666;
}
/* Seo text */
.seo_text_bottom{
	padding:0 15px;
}
.seo_text_inner{
	position:relative;
	padding:35px;
	background-color: rgba(240, 240, 242, 1);
}
.seo_text_inner h3{
	margin-bottom:14px;
}
.seo_text_bottom .col-md-6{
	padding:0;
}
.seo_text_bottom p{
	font-size:15px;
}
.seo_text_inner .see_all_box{
	margin-top:20px;
}
.seo_text_inner .see_all_box .see_all_btn{
	background-color:#ffffff;
}
.white_blure{
	display:none;
}
.white_blure:after {
   content: '';
   position: absolute;
   right: 0;
   bottom: 120px;
   left: 0;
   height: 180px;
   border-radius: 0 0 8px 8px;
   background-image: -webkit-linear-gradient(top,rgba(240,240,242,0) 0,#f0f0f2 100%);
   background-image: -moz-linear-gradient(top,rgba(240,240,242,0) 0,#f0f0f2 100%);
   background-image: -o-linear-gradient(top,rgba(240,240,242,0) 0,#f0f0f2 100%);
   background-image: linear-gradient(top,rgba(240,240,242,0) 0,#f0f0f2 100%);
}

/* Page heading */
.page_heading{
	font-size: 26px;
    font-weight: bold;
	margin:25px 0;
}
/* Footer */
.footer{
	padding:20px 35px 5px 35px;
	background-color: rgba(49, 64, 73, 1);
	height:116px;
	position:absolute;
	width:100%;
	bottom:0;
}
.footer .col-md-3{
	width:25%;
}
.footer .footer_logo .bottom_logo{
	padding-top:10px;
	margin-bottom:15px;
}
.footer .footer_logo .bottom_title{
	color:#808a90;
}
.footer .footer_links{
	list-style:none;
	padding-left:0;
}
.footer .footer_links li{
	padding-bottom:4px;
}
.footer .footer_links li a{
	color:#ffffff;
}
.footer .footer_links li a:hover{
	color:#ff7220;
}
.footer .footer_links .soc_box{
	margin-top:5px;
}
.footer .footer_links .soc_box .fa{
	font-size:21px;
	margin-right:7px;
}
.footer .footer_links .soc_box img{
	height:20px;
	vertical-align: top;
}
.footer .footer_links .soc_box a:hover{
	color:#ffffff;
}
.footer .footer_links img{
	margin-right:7px;
	margin-left:-1px;
}
/* Mobile btn */
.mobile_btn{
	display:none;
	position:absolute;
	padding:0;
	right:15px;
	top:15px;
	font-size:24px;
	background:none;
	border:0;
	color:#b6b6b6;
}

.see_all_box{
	text-align:center;
	display:none;
}
.see_all_box .see_all_btn{
	display:inline-block;
	background-color: rgba(231, 231, 231, 1);
	border: 3px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
}
.see_all_box .see_all_btn{
	color:#737373;
}
.see_all_box .see_all_btn .fa{
	padding:6px 12px;
	font-size:26px;
	margin-top:2px;
}

/* Mobile slider */
.mobile_slider_block{
	display:none;
	padding:0 5px;
}
.mobile_slider_block .obj_type_block, .mobile_slider_block .new_obj_block{
	width:100%;
}

.mobile_slider_block .lSSlideOuter .lSPager.lSpg{
	margin-bottom:15px;
}
.mobile_slider_block .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
	background-color:#ff7220 !important;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(255, 14, 32, 0.7);
    -moz-box-shadow: 0px 0px 9px 0px rgba(255, 14, 32, 0.7);
    box-shadow: 0px 0px 9px 0px rgba(255, 14, 32, 0.7);
}
.mobile_slider_block .lSSlideOuter .lSPager.lSpg > li a{
	background-color: #d8d8d8;
}
.mobile_slider_block .lSAction{
	display:none !important;
}

/* AutoWidth_slider - Objects_slider */
.autoWidth_slider.objects_slider .object_holder, .autoWidth_slider.category_slider .object_holder{
	padding-left:10px;
	padding-right:10px;
}

.autoWidth_slider.objects_slider .object_holder .object_footer p{
	font-size:14px;
	margin-bottom:3px;
}

.autoWidth_slider .object_block{
	position:relative;
	width:240px;
	height:200px;
}
.autoWidth_slider.objects_slider .object_holder .object_name{
	padding:0;
	margin-bottom:5px;
	font-weight:400;
	font-size:16px;
}
.autoWidth_slider.objects_slider .object_holder .object_footer{
	padding:10px 5px 0 10px;
}
.autoWidth_slider.objects_slider .object_holder .object_footer p{
	font-size:14px;
	margin-bottom:3px;
}
.autoWidth_slider .object_holder a{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.object_block_image_holder{
	height: 150px;
	overflow:hidden;
}
.object_block_image{
    height: 150px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.object_block_link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.object_block:hover .object_block_image{
	transform: scale(1.24);
}
/* ---------------------------- Object view page ---------------------------- */
.opac0{
	opacity:0;
}
.slider_transition{
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.object_slider img{
	width:100%;
}

.object_page .banner_box{
	position:relative;
	height:415px;
	background-color:rgba(238, 238, 240, 1);
}
.object_page .banner_box .loading{
	text-align:center;
	position:absolute;
	width:100%;
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.object_page .banner_box .loading .fa{
	color:#bfbfcc;
}
.object_page .banner_box .object_slider .lslide{
	height:415px;
	background-position:center !important;
}
.object_page .banner_box .lSSlideOuter.vertical{
	height:415px;
}

.object_page .banner_box .lSSlideOuter{
	padding-right:0 !important;
}
.object_page .banner_box .lSSlideOuter.vertical .lSGallery{
	right:65px;
	z-index:99;
	top:50px;
	width:70px !important;
	padding:5px;
    /*
	height: 270px !important;
    */
	background-color: rgba(255, 255, 255, 0.4);
	overflow:visible;
}
.object_page .banner_box .lSSlideOuter.vertical .lSGallery li{
	height:48px !important;
	margin-bottom:5px /*!important*/;
	position:relative;
	border-radius:0;
	border:1px solid;
	cursor:pointer;
	border-color:transparent;
	overflow:hidden;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
}
.object_page .banner_box .lSSlideOuter.vertical .lSGallery li:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.object_page .banner_box .lSSlideOuter.vertical .lSGallery li.active:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: rgba(0, 0, 0, 0);
}
.lSSlideOuter .lSPager.lSGallery li.active{
	z-index:9;
	cursor:default;
	transform: scale(1.5);
	border-color:#ffffff !important;
}
.lSSlideOuter .lSPager.lSGallery li.active a{
	cursor:default;
}
.lSSlideOuter .lSPager.lSGallery li:hover{
	border-color:#ffffff !important;
}
.object_page .banner_box .lSSlideOuter.vertical .lSGallery li:hover:after{
	background-color: rgba(0, 0, 0, 0);
}
.object_page .banner_box .lSSlideOuter.vertical .lSGallery li img{
	height:50px;
	position: absolute;
	z-index:-1;
    height: 100%;
    width: auto;
	max-width:none;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.object_page .banner_box .lSAction{
	display:none !important;
}

.object_header .agent_box{
	padding:3px;
	margin:20px 0 0 0;
	height:111px;
	background:#e8e8ec;
	background-position:100px 100px;
	border-radius: 111px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.object_header .agent_box:after{
	content:"";
	clear:both;
	display:table;
}
.object_header .agent_box .agent_photo{
	float:left;
	height: 105px;
	width: 105px;
	border-radius:50%;
	overflow:hidden;
}
.object_header .agent_box .agent_photo img{
	height: 105px;
}
.object_header .agent_box .agent_info{
	float:left;
	padding:12px;
}
.object_header .agent_box .agent_info p{
	margin-bottom:0;
	font-size: 13px;
}
.object_header .agent_box p.agent_name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}
.object_header .agent_box .agent_tel .fa, .object_header .agent_box .agent_email .fa{
	color:#ff6600;
	margin-right:10px;
}
/* Bread crumb */
.bread_crumb_box{
	position:absolute;
	z-index:99;
	width:100%;
	padding: 10px 32px;
	background-color: rgba(255, 255, 255, 0.8);
}
.bread_crumb_box ul{
	padding-left:0;
}
.bread_crumb_box ul li{
	float:left;
	list-style:none;
}
.bread_crumb_box ul li.active a{
	font-weight:bold;
}
.bread_crumb_box ul li .fa{
	padding-right:10px;
	color:#b4b4b4;
	font-size:12px;
}
.bread_crumb_box ul li a{
	padding-right:10px;
	color:#000000;
}
.bread_crumb_box ul li a:hover{
	text-decoration:underline;
}
.bread_crumb_box ul li:last-child a:hover{
	text-decoration:none;
}

.object_header{
	margin-top:-25px;
	background-color:#ffffff;
	position:relative;
	z-index:99;
	padding:15px 25px 25px 25px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
}
.object_header .object_name{
	font-size:20px;
	color:#777777;
	margin-bottom:3px;
}
.object_header .object_name strong{
	color:#000000;
}
.object_header .object_adress{
	color:#777777;
	font-size: 13px;
}
.object_header .object_cost{
	color:#000000;
	font-size: 17px;
}

.object_header .order_btn{
	width:100%;
	max-width:256px;
	height: 52px;
}

.object_map{
	margin-top:-20px;
	height: 524px;
	width:100%;
}

.object_map .location_info_box{
	padding:20px;
	background-color:#ffffff;
	position:absolute;
	z-index:99;
	top: 50%;
	width:100%;
	max-width: 246px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.object_map .location_info_box .object_map .container{
	position:relative;
	height: 524px;
}
.object_map .location_info_box .object_title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom:3px;
}
.object_map .location_info_box .object_geo{
	font-size: 12px;
	color:#777777;
	margin-bottom:5px;
}
.object_map .location_info_box .object_desc{
	font-size: 13px;
	line-height: 15px;
}
.object_map .location_info_box .loc_info{
	padding-bottom:15px;
	border-bottom:1px solid #bababa;
	margin-bottom:15px;
}
.object_map .location_info_box .object_sub_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:15px;
}
.loc_data .data_row{
	margin-bottom:20px;
}
.loc_data .data_row:last-child{
	margin-bottom:0;
}
.loc_data .data_row p:after{
	content:"";
	clear:both;
	display:table;
}
.loc_data .data_row p{
	font-size: 13px;
	margin-bottom:0;
}
.loc_data .data_row p .loc_qty{
	font-size: 18px;
	color:#ff6100;
	float:right;
	margin-top:-4px;
}
.loc_data .data_row .sub_text{
	text-align:right;
	font-size: 11px;
	line-height:11px;
	color: rgba(102, 102, 102, 1);
}

.full_info_box{
	padding-top:50px;
	padding-bottom:8px;
}
.full_info_box .full_info .object_name{
	font-size: 26px;
	margin-bottom:15px;
}
.full_info_box .full_info p{
	font-size: 16px;
	max-width:90%;
}
.full_info_box .full_info_data{
	margin-top:50px;
}
.full_info_box .full_info_data .data_row{
	position:relative;
	margin-bottom:15px;
	padding-left:45px;
}
.full_info_box .full_info_data .data_row p{
	font-size: 14px;
	line-height:16px;
	margin-bottom:0;
}
.full_info_box .full_info_data .data_row h5{
	font-size: 30px;
	font-weight: bold;
}
.full_info_box .full_info_data .data_row .fa{
	color:#B7B7B7;
	font-size: 26px;
	position:absolute;
	left:0;
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.full_info_box .right_info{
	float:right;
}
.full_info_box .scheme_box .pdf_link{
	display:block;
	font-size: 15px;
	font-weight: bold;
	color:#ff6600;
	margin:5px 0 0 2px;
	text-decoration:underline;
}
.full_info_box .scheme_list{
	margin-top:30px;
}
.full_info_box .scheme_list ul{
	padding:0;
}
.full_info_box .scheme_list ul li{
	list-style:none;
	margin-bottom:7px;
}
.full_info_box .right_info .scheme_list ul li .fa{
	margin-right:10px;
	color:#ff6600;
}
/* Similar objects */
.similar_objects_box{
	padding-bottom:70px;
}
.similar_objects_box .new_object_box{
	padding: 20px 20px 0 20px;
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 2px
}

/* Contact form */
.contact_form_box{
	background-color: rgba(238, 238, 240, 1);
	padding:40px 0 60px 0;
}
.contact_form_box .form_holder{
	width:100%;
	max-width: 360px;
	margin:0 auto;
}
.contact_form_box .form_holder label{
	font-size:15px; 
}
.contact_form_box .form_holder label span{
	font-weight:normal;
	color:#9f9f9f;
}
.contact_form_box .form_holder input{
	height: 52px;
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
}
.contact_form_box .form_holder textarea{
	height: 120px;
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
	resize:none;
}
.contact_form_box .form_holder input::-webkit-input-placeholder, .contact_form_box .form_holder textarea::-webkit-input-placeholder {
   font-size:15px;
}

.contact_form_box .form_holder input:-moz-placeholder, .contact_form_box .form_holder textarea::-webkit-input-placeholder{ /* Firefox 18- */
   font-size:15px; 
}
.contact_form_box .form_holder .submit_btn{
	height:52px;
	width:100%;
}
.contact_form_box .form_holder input::-moz-placeholder, .contact_form_box .form_holder textarea::-webkit-input-placeholder{  /* Firefox 19+ */
   font-size:15px; 
}

.contact_form_box .form_holder input:-ms-input-placeholder, .contact_form_box .form_holder textarea::-webkit-input-placeholder{  
  font-size:15px;
}

/* ---------------------------- Object list page ---------------------------- */
.filters_box{
	background-color:#f0f0f2;
	padding:30px 0 10px 0;
}
.object_list_page .bread_crumb_box{
	position:static;
	padding: 10px 0;
}
.object_list_page .bread_crumb_box:after{
	content:"";
	clear:both;
	display:table;
}

.filters_box .banner_filters{
	margin:0;
	padding: 0;
}
.filters_box .banner_filters .col-md-custom{
	width:20%;
}
.filters_box .banner_filters .col-md-custom:nth-child(3) {
    width: 18%;
	display:block;
}
.filters_box .banner_filters .col-md-custom:nth-child(3) .area{
	display: none;
    position: absolute;
    color: #000000;
    font-weight: bold;
    right: 40px;
    line-height: 55px;
    top: 0;
}
.filters_box .banner_filters .col-md-custom:nth-child(4){
	width: 24%;
	display:block;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}
.filters_box .banner_filters .col-md-custom:first-child{
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}
.filters_box .banner_filters .col-md-custom:nth-child(5){
	width: 18%;
	padding-left:10px;
}
.filters_box .banner_filters .col-md-custom:nth-child(5) .apply_btn{
	border-radius:2px;
}
.filters_box .banner_filters .bootstrap-select .btn{
	border-right:1px solid #d8d8d8;
}
.filters_box .banner_filters .price_from_to input.price_from{
	padding-left:10px;
}
.filters_box .filters_toggle{
	background:none;
	border:0;
	padding:0;
	margin-top:10px;
	font-size: 13px;
}
.filters_box .filters_toggle .fa{
	margin-right:5px;
}
.object_list_page .objects_box .objects_header .nav-tabs li a{
	padding: 13px 25px 11px 25px;
	font-size: 16px;
}
.object_list_page .objects_box .objects_header .nav-tabs li a .fa{
	margin-right:10px;
}
.object_list_page .filters_box .banner_filters .price_from_to .price_from{
	width:41%;
}
.object_list_page .filters_box .banner_filters .price_from_to .price_to{
	width:53%;
}

.object_h_block{
	position:relative;
	padding:20px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
	margin-bottom:20px;
    transition: 0.3s;
}
.object_h_block:hover {
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.09);
}
.object_h_block:after{
	content:"";
	clear:both;
	display:table;
}
.object_h_block .obj_img{
	height: 180px;
	width: 35%;
	float:left;
	border: 1px solid rgba(234, 234, 234, 1);
	border-radius: 2px;

}
.object_h_block .obj_info{
	float:left;
	width:65%;
	padding-left:20px;
}
.object_h_block .obj_info .map_link{
	position:absolute;
	right:20px;
	top:15px;
	font-size: 16px;
	color: #787878;
	text-decoration:underline;
}
.object_h_block .obj_info .map_link .fa{
	color:rgba(247, 134, 58, 1);
	margin-left:10px;
}
.object_h_block .obj_heading{
	font-size: 20px;
	font-weight: bold;
	line-height:20px;
	margin-top:-3px;
}
.object_h_block .obj_area{
	font-size: 13px;
	color: rgba(102, 102, 102, 1);
}
.new_obj_block .obj_area{
	font-size: 13px;
	color: rgba(102, 102, 102, 1);
}
.object_h_block .obj_desc{
	font-size: 13px;
	color: rgba(0, 0, 0, 1);
	line-height: 17px;
}
.object_h_block .obj_price{
	margin-bottom:0;
	font-size: 19px;
	line-height:22px;
}
.object_h_block .obj_bottom:after{
	content:"";
	clear:both;
	display:table;
}
.object_h_block .obj_bottom .left_side, .object_h_block .obj_bottom .right_side{
	width:50%;
	float:left;
}
.object_h_block .obj_bottom .right_side{
	text-align:right;
}
.object_h_block .obj_bottom .right_side .chose_btn{
	width:100%;
	max-width: 176px;
}

.help_info{
	padding:25px 0 30px 0;
	background-color: rgba(240, 240, 242, 1);
	text-align:center;
}
.help_info .help_h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom:10px;
}
.help_info .help_desc{
	font-size: 16px;
	line-height: 19px;
	width:100%;
	max-width:460px;
	margin:0 auto;
	margin-bottom:20px;
	
}
.help_info .help_btn{
	height: 52px;
	width:100%;
	max-width:266px;
	font-size: 20px;
	font-weight: bold;
}
.object_list_map{
	height: 808px;
	width: 33.33333333%;
	width:100%;
}
.object_list_map.affix{
	top: 60px;
    z-index: 2;
    position: fixed !important;
}

/* Checkboxes and Radio*/
input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
input[type=radio].with-font ~ label:before,
input[type=checkbox].with-font ~ label:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 16px;
    width: 20px;
	vertical-align: bottom;
}

input[type=checkbox].with-font:checked ~ label:before{
    content: "\f00c";
    font-size: 1.2em;
    letter-spacing: 5px;
}
input[type=radio].with-font:checked ~ label:before{
	content: "\f192";
	color:#ff7220;
	font-size: 16px;
}
input[type=checkbox].with-font ~ label:before {        
    content: "\f096";
}

input[type=checkbox].with-font:checked ~ label:before{
    content: "\f046";
	font-size: 16px;
}

input[type=radio].with-font:focus ~ label:before,
input[type=checkbox].with-font:focus ~ label:before{ 
   
}

input[type=radio].with-font ~ label,
input[type=checkbox].with-font ~ label{
	cursor:pointer;
}
/* Extend Filters */
.extended_filters{
	padding:20px 0;
	display:none;
}
.extended_filters .row{
	margin-left:-10px;
	margin-right:-10px;
}
.extended_filters .col-md-4{
	padding:0 10px;
}
.extended_filters label, .extended_filters input{
	font-size:15px;
}
.extended_filters .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	font-size:15px;
}
.extended_filters .bootstrap-select.btn-group .dropdown-toggle .caret{
	right:25px;
}
.extended_filters .bootstrap-select .btn, .extended_filters input{
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
	height: 52px;
	border-color:rgba(216, 216, 216, 1) /*!important*/;
}
.extended_filters .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width:100%;
}
.extended_filters .from_to_inputs:after{
	content:"";
	clear:both;
	display:table;
}
.extended_filters .from_to_inputs label{
	width:100%;
}
.extended_filters .form-group{
	margin-bottom:20px;
}
.extended_filters .from_to_inputs input{
	width:50%;
	float:left;
}
.from_to_inputs.area_inputs .input_holder{
	position:relative;
}
.from_to_inputs.area_inputs:after{
	content:"";
	clear:both;
	display:table;
}
.from_to_inputs.area_inputs .input_holder{
	float:left;
	width:50%;
}
.from_to_inputs.area_inputs .input_holder input{
	float:none;
	width:100%;
	padding-right:30px;
}
.extended_filters .from_to_inputs.area_inputs .input_holder:last-child input{
	border: 1px solid rgba(216, 216, 216, 1);
}
.from_to_inputs.area_inputs .input_holder:after{
	content:"м²";
	position:absolute;
	right:10px;
	top:17px;
}
.extended_filters .from_to_inputs input:first-of-type{
	border-right:0;
}
.label_holder:after{
	content:"";
	clear:both;
	display:table;
}
.extended_filters .from_to_inputs .label_holder .left_label{
	width:auto;
}
.label_holder .left_label{
	float:left;
}
.label_holder .right_checkbox{
	float:right;
	margin:0;
}
.price_range .label_holder .radiio_btn{
	float:right;
	padding-left:30px;
}
.price_range_holder{
	margin-top:-97px;
	padding:0 10px;
}
.form-group.price_range{
	margin-bottom:0;
	line-height:20px;
}
.range_slider_holder{
	background-color:#ffffff;
}
.range_slider_holder .price_count_min, .range_slider_holder .price_count_max{
	border:0;
	background:none;
	font-weight:bold;
	height:16px;
}
.range_slider_holder{
	padding: 24px 115px 0 115px;
	height:52px;
	border: 1px solid rgba(216, 216, 216, 1);
	position:relative;
}
.range_slider_holder .price_count_min{
	width:100%;
	max-width:100px;
	position:absolute;
	left:15px;
	top: 18px;
}
.range_slider_holder .price_count_max{
	width:100%;
	max-width:100px;
	text-align:right;
	position:absolute;
	right:15px;
	top: 18px;
}
.range_slider_holder .ui-widget.ui-widget-content{
	border:0;
	background-color: rgba(230, 230, 230, 1);
	border-radius: 2px;
	height:5px;
}
.range_slider_holder .ui-slider-horizontal .ui-slider-range{
	background-color: rgba(255, 114, 32, 1);
}

.range_slider_holder .ui-slider-horizontal .ui-slider-handle{
	border-radius:50%;
	top: -.4em;
}
.range_slider_holder .ui-slider-horizontal .ui-slider-handle:focus{
	background-color: rgba(255, 114, 32, 1);
	outline:none;
	border:0;
}
.extended_filters .filters_bottom{
	padding:20px 0;
}
.extended_filters .filters_bottom .checkbox label{
	padding:0;
}
.extended_filters .bottom_buttons{
	text-align:right;
}
.bottom_buttons .filters_clear{
	text-decoration:underline;
	color: #000000;
	font-size: 16px;
	margin-right:40px;
	cursor:pointer;
}
.bottom_buttons .filters_clear:hover{
	text-decoration:none;
}
.extended_filters .bottom_buttons .apply_btn{
	width:100%;
	max-width:190px;
	height: 52px;
}

.object_list_full_size .container{
	padding:0 35px;
	max-width:100%;
	width:100%;
}
.object_list_full_size .price_range_holder{
	margin-top:0;
}
.object_list_full_size .extended_filters .bottom_buttons{
	margin-top:20px;
}

.object_list_full_size .objects_box{
	padding-left:0;
	padding-right:0;
}
.object_list_full_size .left_side_content{
	width:60%
}
.object_list_full_size .right_side_content .object_list_map{
	position:fixed;
	width:40%;
	top:60px;
	right:0;
	height:100%;
	z-index:0;
	-webkit-box-shadow: -2px 0px 2px 0px rgba(50, 50, 50, 0.20);
	-moz-box-shadow:    -2px 0px 2px 0px rgba(50, 50, 50, 0.20);
	box-shadow:         -2px 0px 2px 0px rgba(50, 50, 50, 0.20);
}
.object_list_page .banner_filters .price_from_to .price_to{
	padding-right:30px;
}
.object_list_page .banner_filters .bootstrap-select.inner_select.btn-group .dropdown-toggle{
	padding-right:0;
}
.object_list_page .banner_filters .col-md-custom:nth-child(4) .bootstrap-select.inner_select.btn-group .dropdown-toggle .filter-option {
    font-size: 12px;
    margin-top: -4px;
    margin-right: 2px;
}
.object_list_page .banner_filters .col-md-custom:nth-child(4) .bootstrap-select .btn .caret{
	margin-top:7px;
}
/* Map page */
.map_page .object_map{
	position:fixed;
	height:100%;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}
.map_page .filters_box{
	padding:55px 35px 0 35px;
}
.map_page .filters_box .banner_filters{
	background:#ffffff;
	position: relative;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.map_page .filters_box .banner_filters .col-md-custom:nth-child(4){
	background-color: rgba(255, 255, 255, 1);
}
.map_page .banner_filters .bootstrap-select .btn{
	background-color: rgba(255, 255, 255, 1);
}
.map_objects_list{
	float:right;
}
.map_page .filters_box{
	background:none;
}
.map_objects_list{
	margin:15px 35px 0 0;
	float:right;
	width:100%;
	max-width:294px;
	background-color:#ffffff;
}
.map_objects_list .list_header{
	position:relative;
	background-color: rgba(240, 240, 242, 1);
	padding:12px;
}
.map_objects_list .list_header h3{
	font-size: 17px;
	font-weight: bold;
}
.close_list{
	position:absolute;
	right:10px;
	top:15px;
	cursor:pointer;
	color: rgba(151, 151, 151, 1);	
}
.map_objects_list .list_box .object_item{
	position:relative;
}
.map_objects_list .list_box .object_item{
	padding:5px 0 15px 0;
	border-bottom:1px solid #eeeef1;
	margin-top:15px;
}
.map_objects_list .list_box{
	padding:0 12px 12px 12px;
	max-height:500px;
	overflow:auto;
}
.object_item .left_info{
	padding-right:115px;
}
.object_item .right_img{
	width:105px;
	position:absolute;
	right:0;
	top:0;
	text-align:right;
}
.object_item .right_img a{
	display:inline-block;
}
.object_item .right_img .obj_img{
	height: 70px;
	width: 70px;
}
.object_item .left_info h3{
	font-size: 18px;
	font-weight: bold;
	color: rgba(206, 89, 21, 1);
}
.object_item .left_info .obj_area{
	font-size: 12px;
}
.object_item .left_info .obj_cost{
	font-size: 13px;
	margin-bottom:3px;
}
.object_item .obj_desc{
	font-size: 12px;
	color: rgba(102, 102, 102, 1);
	margin-bottom:0;
}
.object_item .obj_desc strong{
	color:#000000;
}
/* Marker info window */

.info_window{
	width:100%;	
}
.info_window .left_info{
	padding:0 0 0 160px;
}
.info_window .object_item .right_img{
	width:150px;
	height:115px;
	right:auto;
	margin:0;
}

.info_window .object_item .right_img .obj_img{
	width:150px;
	height:119px;
	margin-left: -15px;
}
.info_window .object_item .obj_desc{
	max-width:420px;
	padding:5px 0;
	height:48px;
	overflow:hidden;
}
.info_window .object_item .left_info h3{
	color:#000000;
}
.info_window .object_item .left_info .obj_cost{
	margin:3px 0 0 0;
}
.YMaps-b-balloon-content{
	width: 580px !important;
	overflow:visible !important;
}
.info_window .object_link{
	font-size:12px;
	position:absolute;
	right:-15px;
	bottom:1px;
	z-index:9;
}
/* Mobile buttons */
.mobile_buttons{
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:1;
	width: 55px;
}
.mobile_buttons .btn{
	display:none;
	height: 56px;
	width: 55px;
	border-radius:50%;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.24), 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
	background-color: rgba(255, 114, 32, 1);
}
.map_objects_list.panel_hide + .mobile_buttons .btn.open_list_btn{
	display:block;
}
.map_objects_list + .mobile_buttons .btn.open_list_btn{
	display:none;
}
.mobile_buttons .btn.open_list_btn{
	margin-bottom:10px;
}
.mobile_buttons .btn .fa{
	color:#ffffff;
	font-size: 21px;
}
.mobile_buttons .btn:hover{
	background-color:#e06721;
}
/* Pagination */
.pagination {
    display: inline-block;
    padding-left: 30px;
    margin:0 0 20px 0;
    border-radius: 4px;
}
.page-navigation{
    float: left;
	border-radius:2px;

}
.page-navigation:first-child{
	background:none;
}
.page-navigation.active{
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
   background-color: rgba(255, 114, 32, 1);
    color: #ffffff;
    float: left;
    margin-right: 5px;
    padding: 3px 10px;
}
.page-navigation.page_active {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
	background-color: rgba(255, 114, 32, 1);
    color: #ffffff;
    float: left;
    margin-right: 5px;
	padding: 3px 10px;
}
.page-navigation a:hover{
	background-color: rgba(255, 114, 32, 1);
    color:white;	
}

.page-navigation a{
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    background-color:transparent;
	color: rgba(59, 59, 59, 1);
    margin-right: 5px;
    padding: 3px 10px;
    float:left;
    text-decoration:none;
	border-radius:2px;
}

/* Login register page */
.log_reg_container{
	width:100%;
	max-width:320px;
	margin:0 auto;
	margin-top:10%;
}
.log_reg_container .heading_buttons{
	margin-bottom:20px;
}
.log_reg_container .form-group label{
	font-size: 15px;
	font-weight: bold;
}
.log_reg_container .form-group input{
	height: 52px;
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
}
.log_reg_container .heading_buttons:after{
	content:"";
	clear:both;
	display:table;
}
.log_reg_container .heading_buttons .lr_btn{
	border:none;
	background:none;
	font-size: 17px;
	padding:0;
	border-bottom:1px solid;
	border-bottom-style:dashed;
}

.log_reg_container .heading_buttons .lr_btn.active{
	font-weight: bold;
	border-color:transparent;
	color:#ff6c00;
}
.log_reg_container .heading_buttons .left_btn{
	float:left;
}
.log_reg_container .heading_buttons .right_btn{
	float:right;
	text-align:right;
}
.log_reg_container .forgot_group{
	text-align:right;
}
.log_reg_container .forgot_group .forgot_pass{
	cursor:pointer;
}
.log_reg_container .bottom_btn{
	width:100%;
	height:52px;
	font-size: 15px;
	font-weight: bold;
}
.log_reg_container .register_block, .log_reg_container .restore_block{
	display:none;
}
.log_reg_container .soc_group .btn{
	width:100%;
	height: 40px;
	border-radius: 2px;
	line-height: 28px;
	font-size:16px;
}
.log_reg_container .soc_group .btn .fa{
	margin-right:5px;
}
.log_reg_container .soc_group .btn.btn-danger{
	background-color:#e15541;
}
.log_reg_container .soc_group .btn.btn-danger:hover{
	border-color:transparent;
}
.log_reg_container .soc_group .btn.btn-primary{
	background-color:#3d65a5;
}
.log_reg_container .soc_group .btn.btn-primary:hover{
	border-color:transparent;
}
.log_reg_container .alert_msg{
	color: #a94442;
}
.restore_block .restore_title{
	text-align:center;
}
.restore_block .restore_title label{
	font-size:20px;
	margin-bottom:10px;
}

/* Blog page */
.blog_page .page_heading a, .blog_page .obj_heading a{
	color:#333;
}
.blog_page .object_h_block .obj_heading + p{
	height: 75px;
	overflow:hidden;
	padding-top:10px;
}
.blog_page .object_h_block .obj_bottom{
	padding-top:20px;
	padding-right:144px;
}
.blog_page .object_h_block .obj_bottom .chose_btn{
	position:absolute;
	right:0;
	bottom:15px;
}
.blog_page .object_h_block .obj_bottom .chose_btn .fa{
	font-size:16px;
	margin-left:10px;
}
.blog_page .object_h_block .obj_heading{
	margin-top:0px;
}
.blog_page .object_h_block .obj_bottom .left_side{
	

}
.blog_page .object_h_block  .obj_bottom .tags{
	float:left;
}
.page_list_categories{
	float:left;
}

/* category_block */
.category_block{
	padding-top:15px;
	padding-left:15px;
}
.category_block ul{
	list-style:none;
	padding:0;
}
.category_block a{
	color:#3b3b3b;
}
.category_block .tree_container a{
	padding:5px 10px 5px 20px;
	display:block;
	
}
.category_block .tree_container a:hover{
	background-color:#d8d8d8;
}

/* Page full view */
.full_view_page .bread_crumb_box, .partner_page .bread_crumb_box{
	position:static;
	padding-left:0;
}
.full_view_page .full_view_heading{
	padding:20px 0 0 0;
}
.full_view_page .content_html{
	padding-top:20px;
}
.full_view_page .page-heading{
	padding:20px 0;
}
.full_view_page .highslide-gallery{
	margin-left:-10px;
	margin-right:-10px;
}
.full_view_page .highslide img{
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.21);
	border:0;
	border-color:transparent;
	margin:10px;
}

/* Landing page */

.landing_banner{
	height: 483px;
}
.landing_banner .banner_text_holder{
	position:absolute;
	width:100%;
}
.landing_banner .banner_text{
	width:100%;
	max-width:460px;
	margin:0 auto;
	padding-top:65px;
	text-align:center;
}
.landing_banner .banner_text h3{
	font-size: 34px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom:10px;
}
.landing_banner .banner_text p{
	font-size: 16px;
	color:#ffffff;
	opacity:0.8;
}

.landing_page .extended_filters{
	display:block;
	background-color:#f2f2f1;
	border-radius: 2px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
	padding:40px;
	margin-top:-280px;
}
.landing_page .extended_filters .price_range_holder{
	margin-top:0;
	margin-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}
.landing_page .extended_filters .apply_btn{
	width:100%;
	height:52px;
}
.section_grey{
	background-color:#f0f0f2;
}
.landing_page .section{
	padding:30px 0 40px 0;
}
.landing_page .section.section_scheme{
	padding:70px 0 40px 0;
}
.landing_page .section_heading{
	text-align:center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom:30px;
}
.landing_page .section_scheme .icons_holder{
	display:inline-block;
	position:relative;
	border-radius:50%;
	border:18px solid #f0f0f2;
	height: 135px;
	width: 135px;
}
.landing_page .section_scheme .icons_holder .number{
	border-radius:50%;
	background-color:#ff6c00;
	position:absolute;
	top:-15px;
	right:-15px;
	padding: 0px 15px;
	font-size: 32px;
	font-weight: bold;
	color:#ffffff;
	
}
.landing_page .price_range_heading input{
	max-width:38%;
	height:26px;
	padding-left:10px;
}
.landing_page .price_range_heading{
	margin-bottom:5px;
}
.landing_page .section_scheme  .box_conent{
	text-align:center;
}
.landing_page .section_scheme .icons_holder .fa{
	font-size:40px;
	position:relative;
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.landing_page .section_scheme .box_conent h4{
	font-size: 17px;
	font-weight: bold;
	padding:10px 0;
	line-height:22px;
}
.landing_page .section_scheme .box_conent p{
	padding:5px 0;
	font-size: 15px;
	line-height: 17px;
}
.landing_page .section_scheme .row{
	padding-top:20px;
}
.section_advantage .row{
	padding:10px 0 20px 0;
}
.section_advantage .adv_heading{
	position:relative;
	margin-bottom:10px;
}
.section_advantage .adv_heading img{
	position:absolute;
	left:0;
}
.section_advantage .adv_heading h3{
	padding-left:80px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

.section_advantage .box_conent p{
	font-size: 15px;
	line-height: 17px;
}
.section_heading.has_sub span{
	margin-top:7px;
	display:block;
	font-size: 16px;
	line-height: 19px;
	font-weight:400;
}
.landing_page .section.section_statistic{
	padding-top:50px;
}
.section_statistic .box_conent{
	padding-top:20px;
	text-align:center;
	border: 1px solid rgba(240, 240, 242, 1);
	border-radius: 2px;
}
.section_statistic .icons_holder .fa{
	font-size: 50px;
	color:#b2b2b2;
	margin-bottom:10px;
}
.section_statistic .box_conent h4{
	font-weight: bold;
	font-size: 16px;
}
.section_statistic .box_conent p{
	font-weight: bold;
	font-size: 43px;
	color:#ff6c00;
}
.section_statistic .row{
	padding:10px 0 40px 0;
}
.landing_page .section.section_reviews{
	padding:80px 0;
}
.landing_page .section.section_reviews .row{
	padding-top:15px;
}
.section_reviews .box_conent .comment_desc{
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
}
.section_reviews .box_conent .fa{
	position:absolute;
	font-size: 19px;
	left:-10px;
	top:0;
	color:#ff6c00;
}
.section_reviews .box_conent .avatar_holder img{
	float:left;
	height: 55px;
	width: 55px;
	margin-right:15px;
}
.section_reviews .box_conent .avatar_holder h3{
	padding:7px 0;
	font-size: 17px;
	font-weight: bold;
}
.section_reviews .box_conent .avatar_holder .comment_date{
	font-size: 13px;
	color: rgba(59, 59, 59, 1)
}

.section_clients .lSPager.lSpg{
	display:none;
}
.landing_page .section.section_clients{
	padding-top:80px;
}
.landing_page .section.section_clients .section_heading{
	margin-bottom:60px;
}
.section_clients .lSSlideOuter .cs-hidden{
	height:auto !important;
}
.section_clients .lSSlideOuter .lSAction .lSPrev, .section_clients .lSSlideOuter .lSAction .lSNext{
	background:none;
	color:#ff6c00;
	font-size:40px;
}
.section_clients .lSSlideOuter .lSSlideWrapper{
	padding-left: 40px;
}
.section_clients .lSSlideOuter .lSAction .lSPrev:before{
	content: "\f104";
	display: block;
	margin-top:-10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section_clients .lSSlideOuter .lSAction .lSNext:before{
	content: "\f105";
	margin-top:-10px;
	display:block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section.section_package .section_heading.has_sub{
	width:100%;
	max-width: 512px;
	margin:0 auto;
	margin-bottom:60px;
}
.section_package .package_content{
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(226, 226, 226, 1);
	border-radius: 2px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
	padding:22px 30px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.section_package .package_content:hover{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	box-shadow: 0px 2px 82px 0px rgba(0, 0, 0, 0.14);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);

}
.section_package .package_content h4{
	font-size: 23px;
	font-weight: bold;
	color: rgba(59, 59, 59, 1);
	padding:0 0 20px 0;
}
.section_package .package_content .package_row{
	font-size: 17px;
	color: rgba(59, 59, 59, 1);
	padding-bottom:5px;
}
.section_package .package_content .package_desc{
	font-size: 14px;
	color: rgba(59, 59, 59, 1);
	padding:10px 0;
}
.section_package .package_content .package_price{
	position:relative;
	margin-bottom:10px;
}
.section_package .package_content .package_price span{
	display:inline-block;
	font-weight: bold;
	color: rgba(59, 59, 59, 1);
}
.section_package .package_content .package_price .currency{
	font-size: 30px;
	vertical-align:top;
}
.section_package .package_content .package_price .currency_val{
	padding-left:5px;
	font-size: 70px;
	vertical-align:middle;
}
.section_package .package_content .package_price .currency_month{
	margin-top:10px;
	font-size: 30px;
	vertical-align:middle;	
}
.section_package .package_content .choise_btn{
	display:block;
	height: 52px;
	width:100%;
	max-width: 190px;
	margin:0 auto;
}
.landing_page .section.section_info{
	padding-bottom:70px;
}
.section_info .landing_map{
	height:209px;
	width:100%;
}
.section_info .landing_map .YMaps-placemark{
	pointer-events:none;
}
.section_info .section_info_inner{
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
}
.section_info .section_info_inner .contacts_content{
	padding:40px;
}
.section_info .section_info_inner .contacts_content .contacts_heading{
	font-size: 13px;
	font-weight: bold;
	color: rgba(206, 89, 21, 1);
	text-align: left;
	margin-bottom:7px;
}
.section_info .section_info_inner .contacts_content .contact-row{
	margin-bottom:0;
}
.section_info .soc_box a{
	margin-right:10px;
}
.section_info .soc_box a:hover .fa{
	color: #de5302;
}
.section_info .soc_box{
	padding-top:20px;
}

.section_info .soc_box .fa{
	color: #ff7220;
	font-size: 28px;
    cursor: pointer;
	webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* Partner page */
.partner_page .header_info{
	padding:25px;
	background-color: rgba(240, 240, 242, 1);
}
.partner_page .bread_crumb_box{
	padding-left:35px;
}
.partner_page .header_info{
	text-align:center;
}
.partner_page .header_info h3{
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-bottom:10px;
}
.partners_list{
	padding:40px 0;
}
.partners_list .col-md-3{
	padding-bottom:30px;	
}
.partner_page .header_info .partner_page_desc{
	font-size: 16px;
	line-height: 19px;
	width:100%;
	max-width:460px;
	margin:0 auto;
}
.partners_list .partners_content{
	text-align:center;
	border: 1px solid rgba(226, 226, 226, 1);
	border-radius: 2px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
	webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.partners_list .partners_content:hover{
	box-shadow: 0px 2px 2px 3px rgba(0, 0, 0, 0.07);
}
.partners_list .partners_content h4{
	font-size: 23px;
	font-weight: bold;
	color: rgba(59, 59, 59, 1);
	letter-spacing: 0.01em;
}
.partners_list .partners_content p{
	font-size: 16px;
	color: rgba(59, 59, 59, 1);
}

/* Landing2 */
.multi_select .dropdown-header{
	font-size: 15px;
	color: rgba(43, 43, 43, 1);
	font-weight:bold;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color:#f2f2f1;
	color:#333;
}
.bottom_space{
	height:60px;
}

/* Sitemap */
.sitemap_page .bread_crumb_box{
	position:static;
}
.sitemap_page .sitemap_heading{
	font-size: 27px;
	font-weight: bold;
	color: rgba(59, 59, 59, 1);
	margin-bottom:10px;
}
.sitemap_page .sitemap_subheading{
	font-size: 18px;
	color: rgba(59, 59, 59, 1);
	margin-bottom:20px;
}
.sitemap_page .sitmap_link{
	margin-bottom:10px;
	font-size: 15px;
	display:inline-block;
}
.sitemap_page .objects_box{
	padding:0;
	margin-top:10px;
}

/* Auth profile */
.auth_profile .profile_info{
	padding-top:20px;
}
.auth_profile .acc_name{
	margin-bottom:15px;
}
.auth_profile .glyphicon{
	color:#ff7220;
}
.auth_profile .form-group{
	display:block;
	margin-bottom:15px;
}
.auth_profile .change_info_btn{
	margin-bottom:15px;
}
.auth_profile .update_info{
	margin-top:15px;
}
.auth_profile .change_pass{
	margin-bottom:15px;
}
.auth_profile input.form-control{
	width:100%;
	height: 40px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
}
.auth_profile .btn-group.bootstrap-select .btn{
	width:100%;
	height:40px;
	border-radius: 2px;
}
.auth_profile h3{
	margin-bottom:15px;
}
.auth_profile .info_search{
	display:block;
	margin-bottom:40px;
}
.auth_profile .bottom_block{
	padding:40px;
	text-align:center;
}
.auth_profile .bottom_block .bottom_link{
	margin-top:15px;
}

/* Recovery message */
.recovery_content{
	text-align:center;
	padding-top:20%;
}
.recovery_content h3{
	font-size: 17px;
	font-weight: bold;
	margin-bottom:15px;
}
.recovery_content p{
	font-size: 14px;
	line-height: 20px;
	margin:0 auto;
	width:100%;
	max-width:469px;
	margin-bottom:15px;
}
.recovery_content img{
	height:84px;
}
.left_banner .banner_footer .soc_box a img{
	height:26px;
	vertical-align:top;
	margin-top:2px;
	margin-left:8px;
}
.ymaps-2-1-48-panorama-control__inception{
	display:none !important;
}
.ymaps-2-1-48-panorama-control__top-right{
	left: 30px !important;
    top: 200px !important;
}
.ymaps-2-1-48-panorama-control__fullscreen.ymaps-2-1-48-user-selection-none{
	float:left;
}
.ymaps-2-1-48-panorama-control__close.ymaps-2-1-48-user-selection-none{
	float:left;
}

.col-md-12.main_page_heading{
	padding:20px 11px 15px 11px;
}
.col-md-12.main_page_heading.p_t_10{
	padding-top:10px;
}
.svg_icon {
  fill:#ffffff;
}
.sub_header{
	background-color:#ffffff;
	padding-top:40px;
	padding-bottom:20px;
}
.sub_header .object_name{
	font-size:24px;
	margin-bottom:5px;
}
.sub_header p{
	margin-bottom:0;
}
.sub_header .object_cost{
	font-size:24px;
	vertical-align:middle;
	margin-right:10px;
}
.sub_header .object_adress{
	margin-top:5px;
}
.object_cost .material-icons{
	vertical-align:middle !important;
}
#map {
	position: relative;
}

#map .location_info_box {
	top: 53%;
}

/*@media screen and (max-width: 620px) {
	#map .ymaps-2-1-50-controls__control {
		display: none;
	}
}*/
@media screen and (max-width: 750px) {
	#map .location_info_box {
		display: none;
	}
}
.off-on-map {
	z-index: 99;
	position: absolute;
	width: 40px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: yellow;
	top: 60px;
	right: 30px;
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);*/
	transition: 0.3s;
	font-weight: bold;
}
.off-on-map:hover {
	box-shadow: 0 2px 3px 2px rgba(0,0,0,.25);
}
.off-on-panorama {
	z-index: 99;
	position: absolute;
	width: 40px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: yellow;
	top: 50px;
	left: 50%;
	margin-left:-20px;
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	transition: 0.3s;
	font-weight: bold;
}
.off-on-panorama:hover {
	box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.75);
}
.map-blocked {
	z-index: 90;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: grey;
	opacity: 0.03;
}
.panorama-blocked {
	z-index: 90;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: grey;
	opacity: 0.1;
}
.icon-panel {
	text-align: center;
	padding-top: 10px;
}
.icon-panel i, .icon_panel_edit_item {
	margin-right: 15px;
}

body .html5-video-player {
	background-color: #fff;
}
.form-control {
	height: 52px;
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
}
.dropdown-toggle {
	height: 52px;
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
}
.form-group .filter-option, .form-group .caret {
	color: #999999;
}
.object_desc {
	overflow: hidden;
}
/* object view NEW */
.object_page.object_page_new .object_block{
	height:180px;
}
.object_page.object_page_new .overlayFull {
	position:absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	box-shadow: inset 0px -85px 35px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.object_page.object_page_new .object_block:hover .overlayFull{
	box-shadow: inset 0px -85px 35px 0 rgba(0, 0, 0, 0.7);
}
.object_page.object_page_new .lSSlideOuter{
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.21);
}
.object_page.object_page_new{
	padding:0 15px 15px 20px;
}
.object_page.object_page_new .object_slider{
	height:575px;
}
.object_page.object_page_new .banner_box .object_slider li:not([id="panorama"]){
	cursor:zoom-in;
}
.object_page.object_page_new .banner_box .object_slider .lslide{
	height:100%;
	max-height:577px;
	background-position:center !important;
}
.object_page.object_page_new .banner_box .lSSlideOuter.vertical{
	height:100%;
	max-height:577px;
}
.object_page.object_page_new .object_header .agent_box{
	padding:3px;
	margin:20px 0 0 0;
	height:87px;
	background: #e7e7ff;
	background-position:100px 100px;
	border-radius: 40px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom:1px solid rgba(255, 255, 255, 1);
}

.object_page.object_page_new .object_header .agent_box .agent_photo{
	float:left;
	height: 80px;
	width: 80px;
	border-radius:50%;
	overflow:hidden;
}
.object_page.object_page_new .object_header .agent_box .agent_photo img{
	height: 80px;
}
.object_page.object_page_new .object_header .agent_box .agent_info{
	float:left;
	padding:10px;
}
.object_page.object_page_new .object_header .agent_box .agent_info p{
	margin-bottom:0;
	font-size: 13px;
}
.object_page.object_page_new .object_header .agent_box .agent_title{
	font-size: 12px;
	color:#777777;
}
.object_page.object_page_new  .bread_crumb_box{
	position:absolute;
	z-index:99;
	width:100%;
	padding: 10px 32px 10px 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.object_page.object_page_new .object_header{
	background-color:#ffffff;
	position:relative;
	z-index:99;
	padding:15px 0;
}
.object_page.object_page_new .similar_objects_box .new_object_box{
	border:none;
	border-radius: 2px;
	padding:0;
}

/* Contact form */
.object_page.object_page_new .contact_form_box{
	background-color: rgba(238, 238, 240, 1);
	padding:0 0 30px 0;
}
.object_page.object_page_new .contact_form_box .form_holder{
	width:100%;
}
.object_page.object_page_new .contact_form_box .form_holder label{
	font-size:15px;
}
.object_page.object_page_new .contact_form_box .form_holder label span{
	font-weight:normal;
	color:#9f9f9f;
}
.object_page.object_page_new .contact_form_box .form_holder input{
	height: 52px;
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
}
.object_page.object_page_new .contact_form_box .form_holder textarea{
	height: 81px;
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 2px;
	resize:none;
}
.object_page .banner_box{
	height:auto;
}
.sub_header.header_up{
	margin-top:-174px;
}
.sub_header.affix{
	position:fixed;
	left:0;
	top:60px;
	width:100%;
	z-index: 999;
	padding: 10px 35px 10px 30px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
}
.sub_header_hide{
	visibility:hidden;
	opacity:0;
}
.sub_header_show{
	visibility:visible;
	opacity:1;
}
.sub_header.affix{
	width: 67.2%;
}
.sub_header.affix + .lSSlideOuter{
	margin-top:134px;
}
.sub_header .object_for{
	text-transform: uppercase;
	color: #869099;
	margin-bottom:0;
}

/* Законмментировал 12.06.17, полоса на слайдере уходила вниз*/
/*.lg-toolbar{
	top:60px !important;
	opacity:1 !important;
}*/

.object_inner_info{
	position:absolute;
	width:100%;
	bottom:0;
	padding: 10px 10px 0 10px;
}
.object_inner_info div{
	color:#ffffff;
}
.object_inner_info .object_price{
	font-size: 20px;
	font-family: 'Arsenal-Bold';
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.object_inner_info .bottom_area{
	float:right;
	padding-bottom:7px;
}
.object_block .fa.favor{
	position:absolute;
	top:10px;
	right:8px;
	z-index:3;
}
.object_link{
	position:absolute;
	height:100%;
	width:100%;
}

/* CSS media queries >>> */
@media (min-width: 1024px) {
	.footer .col-md-3:last-child{
		display:none;
	}
	.footer .col-md-3:nth-child(2){
		margin-left:25%;
	}
	.footer .col-md-3:nth-child(2) .footer_links{
		padding-left:20px;
	}
}
@media (min-width: 780px) {
	.top_nav{
		display:block !important;
	}
}
/* CSS media queries <<< */
@media (max-width: 1400px) {
	/*  object list full_size  changes*/
	.object_list_full_size .left_side_content{
		width:65%;
	}
	.object_list_full_size .right_side_content .object_list_map{
		width:35%;
	}
}
@media (max-width: 1280px) {
	/*  object list full_size  changes*/
	.object_list_full_size .left_side_content{
		width:70%;
	}
	.object_list_full_size .right_side_content .object_list_map{
		width:30%;
	}
	.similar_objects_box .new_object_box .object_holder{
		width:25%;
	}

	/* Object block changes */
	.objects_list .object_holder{
		width:50%;
	}
	.new_object_box .object_holder{
		width:50%;
	}
}
@media (max-width: 1200px) {
/* Filters changes */
	.bootstrap-select.inner_select.btn-group .dropdown-toggle .filter-option{
		font-size:12px;
		margin-top:-4px;
		margin-right:2px;
	}
	.main_page_filters .banner_filters .col-md-custom:nth-child(4) .bootstrap-select .btn {
		padding-right: 0;
	}
	.banner_filters .price_to{
		padding-right:30px;
	}
	.main_page_filters .banner_filters .col-md-custom:nth-child(4) input.price_to{
		padding-right:30px;
	}
	.main_page_filters .banner_filters .col-md-custom:nth-child(4) .bootstrap-select .btn .caret{
		margin-top:5px;
	}
}	
@media (max-width: 1150px) {
	/*  object list full_size  changes */
	.object_list_full_size .left_side_content{
		width:77%;
	}
	.object_list_full_size .right_side_content .object_list_map{
		width:23%;
	}
	.top_title{
		display:none;
	}
}	
@media (max-width: 1024px){
	.object_list_page .filters_box .banner_filters .col-md-custom{
		border-right:none;
	}
	.info_window .object_item .obj_desc{
		max-width:220px;
	}
	.YMaps-b-balloon-content{
		width: 380px !important;
	}
	/*  extended filters  changes */
	.extended_filters .col-md-4{
		width:33.33333333%;
		float:left;
	}
	.extended_filters .col-md-8.price_range_holder{
		width:66.66666667%;
		float:left;
		
	}
	/*  object list full_size  changes */
	
	.object_list_full_size .left_side_content{
		width:100%;
	}
	.object_list_full_size .right_side_content .object_list_map{
		display:none;
	}
	
	/*  object list  changes*/
	.object_list_container .col-md-8.list_side{
		width:100%;
	}
	.object_list_container .col-md-4.map_side{
		display:none;
	}
	
	/*  object full info  changes*/
	.full_info_box .col-md-8{
		width: 66.66666667%;
		float:left;
	}
	.full_info_box .col-md-4{
		width: 33.33333333%;
		float:left;
	}
	.full_info_data .col-md-6{
		width: 50%;
		float:left;
	}
	
	/* Left banner changes */
	.left_banner{
		position:static;
		width: 100%;
		padding:55px 0 40px 0;
		background:url(images/top_banner_bg.png);
	}
	.left_banner .banner_inner{
		top:auto;
		position:static;
	}
	.left_banner .banner_filters .col-md-4{
		float:left;
	}
	.banner_footer{
		display:none;
	}
	.left_banner .banner_info .banner_title{
		max-width:100%;
	}
	
	/* Filters changes */
	.main_page_filters .banner_filters .col-md-custom:nth-child(3) .price_from{
		border-top-left-radius:0;
		border-bottom-left-radius:0;
	}
	.main_page_filters .banner_filters .col-md-custom:nth-child(4) input.price_to{
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		padding-right:30px;
	}
	.main_page_filters .banner_filters .col-md-custom:first-child .bootstrap-select .btn{
		border-top-left-radius:2px;
		border-bottom-left-radius:2px;
	}
	.main_page_filters .banner_filters .col-md-custom:nth-child(2) .bootstrap-select .btn{
		border-top-right-radius:0;
		border-bottom-right-radius:0;
	}
	.main_page_filters .banner_filters .col-md-custom:nth-child(3) .bootstrap-select .btn{
		border-top-left-radius:0;
		border-bottom-left-radius:0;
		border-right:1px solid #cbcbcb;
	}
	.main_page_filters .banner_filters .col-md-custom:nth-child(4) .bootstrap-select .btn{
		border-top-right-radius:0;
		border-bottom-right-radius:0;
	}
	.main_page_filters .banner_filters .col-md-custom:last-child .btn{
		border-radius:0;
		border-top-right-radius:2px;
		border-bottom-right-radius:2px;
		margin-left:0;
		margin-top:0;
		height:55px;
	}
	.main_page_filters .banner_filters .btn{
		height:55px;
	}
	
	.main_page_filters .banner_filters .price_from_to input{
		height: 55px;
	}
	.main_page_filters .banner_filters .price_from_to .price_divider{
		height: 55px;
		line-height: 55px;
	}
	.main_page_filters .banner_filters .price_from_to .currency{
		line-height: 55px;
	}
	.main_page_filters.banner_filters .col-md-custom:last-child .btn .fa{
		font-size:26px;
	}
	.banner_filters .col-md-custom{
		width:20%;
		border-right: 1px solid #cbcbcb;
	}
	.banner_filters .col-md-custom:last-child{
		border-right:none;
	}
	.banner_filters .col-md-custom:nth-child(3) .area{
		display:none;
		position:absolute;
		color:#000000;
		font-weight:bold;
		right:40px;
		line-height:55px;
		top:0;
	}
	.banner_filters .price_from_to .price_divider{
		line-height:55px;
	}
	.banner_filters .price_from_to input{
		height:55px;
	}
	.banner_filters .price_from_to .price_divider{
		height:55px;
	}
	.banner_filters .price_from_to .currency{
		line-height:55px;
	}
	.banner_filters .col-md-custom:nth-child(3){
		width:20%;
	}
	.banner_filters .col-md-custom:nth-child(4){
		width:20%;
	}
	.banner_filters .col-md-custom:nth-child(5){
		width:18%;
	}
	
	.banner_filters .space_select, .left_banner .banner_filters  .price_from_to{
		display:block;
	}
	
	/* Object block changes */
	.objects_box{
		width:100%;
		margin:auto;
	}
	.object_block{
		height:158px;
	}
	.objects_list .object_holder{
		width:25%;
		float:left;
	}
	.tab-content.objects_list{
		padding:20px;
		border:1px solid rgba(216, 216, 216, 1);
		border-radius:2px;
	}
	.objects_box .objects_header .nav-tabs li a{
		padding: 11px 25px 13px 25px;
	}
	.new_object_box{
		padding: 20px;
		border: 1px solid rgba(216, 216, 216, 1);
		border-radius: 2px;
	}
	.new_object_box .object_holder{
		width:25%;
		float:left;
	}
	.obj_type_hover .detail_btn_holder .detail_btn{
		margin: 18px 0 15px 0;
	}
	.new_obj_hover .detail_btn {
		margin: 10px 0 3px 0;
	}
	/* Ceo text changes */
	.seo_text_bottom .col-md-6{
		width:100%;
		margin:auto;
	}
	
	/* Footer changes */
	.footer .col-md-3{
		float:left;
	}
}
@media (max-width: 991px){
	.sub_header.affix {
		width: 100%;
	}
	.price_range_holder{
		margin-top:0;
	}
	.top_nav_inner .top_contact{
		font-size:18px;
		margin: 0px 0 0 15px;
	}
	.landing_page .section_scheme  .box_conent{
		padding-bottom:40px;
	}
	.section_advantage .box_conent{
		margin-bottom:40px;
	}
	.section_statistic .box_conent{
		margin-bottom:15px;
	}
	.section_reviews .box_conent .comment_desc{
		padding-left:40px;
	}
	.section_reviews .box_conent .fa{
		left:20px;
	}
	.section_reviews .box_conent .avatar_holder img{
		float:none;
		margin-right:0;
	}
	.section_reviews .box_conent .avatar_holder{
		text-align:center;
	}
}
@media (max-width: 900px){
	.top_nav_inner .top_contact{
		display:none;
	}
}
@media (max-width: 780px) {

	.object_page.object_page_new{
		padding: 0 0 15px 0;
	}
	.sub_header.affix {
		position:static !important;
	}
	.sub_header.affix + .lSSlideOuter{
		margin-top:0;
	}
	.banner_filters .bootstrap-select .dropdown-menu{
		left:auto;
		right:0;
	}
	.banner_filters .price_from{
		width: 42%;
	}
	.banner_filters .price_to{
		width: 42%;
	}
	.banner_filters .price_from_to .currency{
		right:8px;
	}
	/*  Map page changes*/
	.YMaps-b-balloon-content{
		width: 300px !important;
	}
	.mobile_buttons{
		right:15px;
		bottom:15px;
	}
	.mobile_buttons .btn{
		display:block;
	}
	.map_page .map_objects_list{
		max-width:100%;
		margin:0;
		display:none;
	}
	.map_page .bread_crumb_box{
		display:none;
	}
	.map_page .filters_box{
		display:none;
		background-color:#ffffff;
		padding-top:15px;
	}
	.map_page .filters_box .banner_filters{
		box-shadow:none;
	}
	.map_page .banner_filters .col-md-custom .bootstrap-select .btn{
		border-right:0;
	}
	.map_page .object_item .right_img{
		top:10px;
	}
	/*  extended filters  changes*/
	.extended_filters .col-md-4{
		width:100%;
		float:none;
	}
	.extended_filters .col-md-8.price_range_holder{
		width:100%;
		float:none;
		
	}
	.extended_filters .filters_bottom .col-md-4{
		width: 33.33333333%;
		float: left;
	}
	/*  object list full_size  changes*/
	.object_list_full_size .container{
		padding:0 15px;
	}
	
	/*  object full info  changes*/
	.full_info_box .col-md-8{
		width: 100%;
		float:left;
	}
	.full_info_box .col-md-4{
		width: 100%;
		float:left;
	}
	.full_info_data .col-md-6{
		width: 50%;
		float:left;
	}
	.full_info_box .right_info{
		float:none;
	}
	
	.full_info_box .right_info .scheme_list{
		float:left;
		width:50%;
	}
	.full_info_box .right_info .scheme_box{
		float:left;
		width:50%;
		margin-top: 30px;
	}
	.similar_objects_box .new_object_box .object_holder{
		width:50%;
	}
	
	
	/* Bread crumb */
	.object_page.object_page_new .bread_crumb_box{
		padding: 10px 0;
	}
	.bread_crumb_box{
		padding: 10px 15px;
	}
	.bread_crumb_box ul li .fa{
		margin-right:5px;
		padding-right:0;
	}
	.bread_crumb_box ul li a{
		margin-right:5px;
		padding-right:0;
	}
	/* Banner box*/
	.object_page .banner_box .lSSlideOuter.vertical .lSGallery{
		right:15px;
	}
	
	/* Foofter changes */
	.footer{
		position:static;
		height:auto;
	}
	body{
		margin-bottom:0;
	}
	.mobile_slider_block{
		display:block;
	}
	/* Left banner changes */
	.left_banner{
		background:transparent;
	}
	.left_banner .banner_h1{
		line-height:40px;
	}
	.left_banner .banner_h1 .more_text{
		display:block;
		color:#000000;
		text-shadow:none;
	}
	.left_banner .banner_info .banner_title{
		color:#000000;
		text-shadow:none;
		margin-top:10px;
	}
	.left_banner .banner_h1 .all_obj_text{
		color:#ff7220;
		text-shadow:none;
	}
	.filters_box .banner_filters .col-md-custom:nth-child(5){
		padding-left:0;
	}
	
	/* Left banner changes */
	.left_banner{
		padding: 40px 0 0 0;
	}
	.banner_filters{
		margin-top:35px;
		padding:0 15px;
	}
	.banner_filters .col-md-custom{
		width:100% !important;
		background-color: rgba(249, 249, 249, 0.95);
		border: 1px solid #d8d8d8;
		border-radius: 5px;
		margin-bottom:14px;
	}
	.banner_filters .bootstrap-select .btn .caret{
		color:#000000;
	}
	.banner_filters .price_from_to input{
		padding:6px 12px;
	}
	.banner_filters .col-md-custom:last-child .btn{
		font-size:18px;
	}
	.banner_filters .col-md-custom{
		border: 1px solid #d8d8d8 !important;
	}
	.main_page_filters .banner_filters .col-md-custom{
		border-right:0;
	}
	
	/* Header changes */
	.header:before{
		content:"";
		height:1px;
		position:absolute;
		width:100%;
		top:60px;
		background-color:rgba(216, 216, 216, 1);
	}
	.header .top_logo{
		left:15px;
	}
	.header .header_inner{
		padding: 17px 0;
	}

	/* Object block changes */
	.object_block{
		height:260px;

	}
	.object_block_main_select {
		height:220px;
	}
	.new_object_box .object_block{
		height:200px;
	}

	.new_obj_hover .new_obj_block{
		height:205px;
	}
	.new_obj_hover .detail_btn{
		margin-top:40px;
	}
	.objects_box {
		padding: 38px 15px;
	}
	
	.objects_list .object_holder, .new_object_box .object_holder{
		width:50%;
		float:left;
	}
	.object_block .object_title{
		top:auto;
		bottom:0;
	}
	.objects_box h3.objects_heading{
		width:100%;
		margin-bottom:15px;
	}
	.objects_box .objects_header .nav-tabs{
		width:100%;
	}
	.objects_box .objects_header .nav-tabs li{
		width:50%;
		text-align:center;
	}
	.objects_box .objects_header .nav-tabs li:first-child{
		padding-right:11px;
	}
	.objects_box .objects_header .nav-tabs li:last-child{
		padding-left:11px;
	}
	.objects_box .objects_header .nav-tabs li a{
		border: 1px solid rgba(216, 216, 216, 1);
		margin:0;
		padding: 17px 25px 17px 25px;
	}
	
	.objects_box .objects_header .nav.nav-tabs{
		position:static;
		float:left;
	}
	/* Top Nav */
	.top_nav{
		display:none;
		width:100%;
		margin-top:30px;
		box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 1);
	}
	.top_nav_inner{
		padding:20px 0;
	}
	.top_nav_inner li{
		width:100%;
		float:none;
		text-align:center;
		margin-bottom:10px;
	}
	.top_nav_inner li a{
		padding:0;
	}
	.top_nav_inner li .bootstrap-select .btn{
		margin:10px 0 0 0;
	}
	.mobile_btn{
		display:block;
	}
	
	.object_list_container .object_h_block{
		padding:20px 0;
	}
}
@media (max-width: 640px) {
	.col-md-12.main_page_heading .btn{
		white-space: normal
	}
	/* footer changes */
	.footer .col-md-3{	
		width:50%;
	}

}
@media (max-width: 580px) {
	.sub_header{
		padding-top:60px;
	}
	.nav.nav-tabs{
		display:none;
	}
	.blog_page .object_h_block .obj_heading{
		margin-top:15px;
	}
	/*  object list  changes*/
	.object_h_block .obj_img{
		width:100%;
	}
	.object_h_block .obj_img{
		height:200px;
	}
	.object_h_block .obj_info{
		width:100%;
	}
	.object_h_block .obj_info{
		padding:0;
	}
	.object_h_block .obj_info .map_link{
		position:static;
		display:inline-block;
		padding:10px 0;
	}
}
@media (max-width: 480px) {
	.price_range_holder .range_slider_holder{
		display:none;
	}
	.landing_page .price_range_heading input{
		max-width: 100%;
		width:100%;
		margin:0;
		height:52px;
		display:block;
	}
	.map_page .ymaps-2-1-50-controls__control{
		top:90px !important;
		left:10px !important;
		right:10px !important;
	}
	.map_page .ymaps-2-1-50-zoom{
		top:40px;
	}
	.map_page .ymaps-2-1-50-searchbox__normal-layout{
		width:auto;
	}
	.landing_banner .banner_text{
		padding-top: 35px;
	}
	.landing_banner .banner_text p{
		padding:0 15px;
	}
	.landing_page .extended_filters{
		margin-top: -260px;
	}
	.main_page_heading.new_object_heading{
		padding: 20px;
	}
	/*  extended filters  changes*/
	.extended_filters .col-md-4{
		width:100%;
		float:none;
	}
	.extended_filters .col-md-8.price_range_holder{
		width:100%;
		float:none;
		
	}
	.extended_filters .filters_bottom .col-md-4{
		width: 100%;
		float: none;
	}
	.extended_filters .bottom_buttons{
		text-align:left;
	}
	.extended_filters .bottom_buttons .filters_clear, .extended_filters .bottom_buttons .apply_btn{
		margin-bottom:10px;
		display:inline-block;
	}
	/*  object list  changes*/
	.object_list_page .objects_box .objects_header .nav-tabs li a{
		padding:13px 5px 11px 5px;
	}
	.object_list_container .col-md-8.list_side{
		padding:0;
	}
	.object_list_page .objects_box .objects_header{
		margin-left:-15px;
		margin-right:-15px;
	}
	
	/*  object full info  changes */
	.object_header{
		padding:15px 15px 15px 15px;
	}
	.object_page.object_page_new .object_header{
		padding:0;
	}
	.object_header .order_btn{
		max-width:100%;
	}
	
	/*  object map changes */
	.object_map .location_info_box{
		max-width: 94%;
		left: 3%;
	}
	
	/*  object full info  changes */
	.full_info_box{
		padding-top:40px;
	}
	.full_info_box .full_info .object_name{
		font-size:20px;
	}
	.full_info_box .full_info_data{
		margin-top:40px;
		background-color: rgba(240, 240, 242, 1);
		margin-left: -15px;
		margin-right: -15px;
		padding:20px 15px 0 15px;
	}
	.full_info_box .col-md-8{
		width: 100%;
		float:left;
	}
	.full_info_box .col-md-4{
		width: 100%;
		float:left;
	}
	.full_info_data .col-md-6{
		width: 100%;
		float:left;
	}
	
	.full_info_box .right_info .scheme_list{
		float:left;
		width:100%;
	}
	.full_info_box .right_info .scheme_box{
		float:left;
		width:100%;
		margin-top: 30px;
	}
	.similar_objects_box .new_object_box .object_holder{
		width:100%;
	}
	
	.similar_objects_box .new_object_box{
		border:0;
		padding:0;
	}
	
	.autoWidth_slider.objects_slider .object_holder, .autoWidth_slider.category_slider .object_holder{
		padding-left:5px;
		padding-right:5px;
	}
	
	/* Mobile slider block */
	.mobile_slider_block{
		padding:0;
	}
	.mobile_slider_block .object_holder{
		padding-left:0;
		padding-right:0;
	}
	
	/* footer changes */
	.footer .col-md-3{
		width:100%;
		text-align:center;
	}

	/* Seo block changes */
	.seo_text{
		overflow:hidden;
	}

	.white_blure{
		display:block;
	}
	/* Object block changes */
	.objects_list .object_holder{
		width:100%;
	}
	.object_block{
		height:260px;
	}
	.object_footer .object_name{
		padding-left:15px;
	}
	.object_footer .obj_area{
		right:15px;
	}
	.object_block .object_title{
		padding:12px 15px 10px 15px;
	}
	.new_object_box .object_holder{
		width:100%;
	}
	
	.tab-content.objects_list{
		border:none;
		overflow:hidden;
		padding:20px 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	.new_object_box{
		border:none;
		overflow:hidden;
		padding:0;
		margin-left: -15px;
		margin-right: -15px;
		
	}
	
	.see_all_box{
		display:block;
	}

}
@media (max-width: 320px) {
	.object_block{
		height:176px;
	}
}