html,
html,
body {
	min-width: 0px;
}

#wrapper-outer {
	min-width: 0px;
}

form label {
	font-weight: normal
}

form .webform-component {
	margin-bottom: 10px
}

.modal {
	z-index: 1000000000 !important;
}

form label.checkbox {
	margin: 0px;
	padding: 0px
}

form .form-actions {
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px
}

form .fileupload .uneditable-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 40px !important;
	padding-bottom: 9px !important;
	padding-top: 9px !important;
	width: 100px
}

form .fileupload .input-append {
	margin-bottom: 0px
}

form .fileupload .input-append .btn.fileupload-exists {
	background-color: #022a3b
}

form .fileupload .btn {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	border-radius: 0px !important;
	background-color: #0581b5;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px
}

form .fileupload .btn span {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

form .fileupload .btn:hover {
	background-color: #045e83
}

form input[type=submit].btn {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	border: 0px;
	border-radius: 3px;
	width: 220px;
	color: #fff
}

form input[type=submit]#register_button {
	margin-left: 180px;
}

form input[type=submit].btn:hover {
	background-color: #045e83
}

textarea,
input[type=text],
input[type=password],
input[type=email] {
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: none;
	border: 1px solid #d6d5d5;
	color: #707070;
	margin: 0px;
	padding: 6px
}

textarea:active,
textarea:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:active,
input[type=email]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d5d5d5;
	outline: 0px
}

button.form-submit {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: #0581b5;
	background-image: url("arrow-right-white.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	border: 0px;
	padding: 7px 32px 7px 15px
}

button.form-submit:active,
button.form-submit:focus,
button.form-submit:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: #045e83;
	background-position: 90% center
}

.filter #inputSortBy_chzn {
	margin-right: 10px;
}

.thumbs_view,
.list_view {
	height: 30px;
	width: 30px;
	border: 1px solid #ccc;
	display: block;
	float: right;
}

.list_view {
	border-radius: 2px 0 0 2px;
	background: #fff url(list.svg) no-repeat center;
	background-size: 18px;
	margin-left: -1px;
}

.thumbs_view {
	border-radius: 0 2px 2px 0;
	background: #fff url(grid.svg) no-repeat center;
	background-size: 17px;
}

.thumbs_view.active,
.list_view.active {
	border: 1px solid rgba(6, 129, 181, 1);
}

.thumbs_view.active {
	background: rgba(6, 129, 181, 1) url(grid_invert.svg) no-repeat center;
	background-size: 17px;
}

.list_view.active {
	background: rgba(6, 129, 181, 1) url(list_invert.svg) no-repeat center;
	background-size: 18px;
}



.breadcrumb-wrapper .breadcrumb li.region_block {
	margin-left: 10px;
	color: #06a7ea;
	font-size: 12px;
}

.region_block .dropdown {
	display: inline-block;
	margin-left: 2px;
}

.region_block .dropdown .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #fff;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	opacity: 0;
	min-width: 130px;
	border: 0;
	padding: 10px 0;
	margin-top: 5px;
	visibility: hidden;
}

.region_block .dropdown.open .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.region_block .dropdown .dropdown-menu a {
	display: block;
	font-size: 14px;
	color: #515151;
	padding: 3px 20px;
	text-align: left;
	line-height: 1.5em;
}

.region_block .dropdown button {
	border: 0;
	border-bottom: 1px dashed #06a7ea;
	outline: none;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #06a7ea;
	background: transparent;
	line-height: 1em;
	padding: 0;
	margin-top: -2px;
}



@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	button.form-submit {
		background-image: url("arrow-right-white@2x.png")
	}
}

.form-required {
	color: red
}

.form-type-checkbox {
	padding-bottom: 7px
}

.controls .chzn-container .chzn-single,
.controls .chzn-container .chzn-choices,
.controls .chosen-container .chosen-single {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,
			startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
	background-image: none;
	border: 1px solid #d6d5d5;
	line-height: 30px
}

.property-filter .controls .chzn-container .chzn-choices {
	border: 1px solid #fff;
}

.controls .chzn-container .chzn-choices {
	min-height: 30px;
}

.controls .chzn-container .chzn-single,
.controls .chosen-container .chosen-single {
	min-height: 30px !important;
}

.chzn-container .chzn-single.chzn-single-with-drop,
.chosen-container .chosen-single.chosen-single-with-drop {
	background-color: #fff
}

.chzn-container .chzn-single div,
.chosen-container .chosen-single div {
	background-image: none;
	width: 36px
}

.chzn-container .chzn-single div b,
.chosen-container .chosen-single div b {
	background-image: none;
	background-image: url("arrow-bottom-black.png") !important;
	background-size: 11px 7px !important;
	background-position: center center;
	background-repeat: no-repeat
}

.chzn-container .chzn-drop,
.chosen-container .chosen-drop {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #d5d5d5;
	border-top: 0px
}

.chzn-container .chzn-drop .chzn-search,
.chosen-container .chosen-drop .chosen-search {
	border: 0px
}

.chzn-container .chzn-drop .chzn-search input,
.chosen-container .chosen-drop .chosen-search input {
	background-image: none;
	*background-image: url("search.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #707070;
	width: 100% !important
}

.chzn-container .chzn-drop .chzn-results .active-result,
.chosen-container .chosen-drop .chosen-results .active-result,
.chosen-container .chosen-drop .chosen-results .disabled-result {
	padding: 10px 5px
}

.chzn-container .chzn-drop .chzn-results .active-result.highlighted,
.chzn-container .chzn-drop .chzn-results .active-result.result-selected,
.chosen-container .chosen-drop .chosen-results .active-result.highlighted,
.chosen-container .chosen-drop .chosen-results .active-result.result-selected {
	background-image: none;
	background-color: #06a7ea;
	color: #fff
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	.chzn-container .chzn-single div b,
	.chosen-container .chosen-single div b {
		background-image: url("arrow-bottom-black@2x.png") !important
	}
}

.ui-slider-horizontal {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #022a3b;
	border: 0px;
	height: 5px
}

.ui-slider-horizontal .ui-slider-range {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	box-shadow: 0px;
	background-color: #fff;
	border: 0px;
}

.ui-slider-horizontal .ui-slider-handle {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-image: url("slider-handle.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	border: 0px;
	cursor: pointer;
	height: 19px;
	top: -7px;
	width: 19px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.ui-slider-horizontal .ui-slider-handle {
		background-image: url("slider-handle@2x.png")
	}
}

.ui-slider-horizontal .ui-slider-handle:focus,
.ui-slider-horizontal .ui-slider-handle:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0px
}

form.contact-form input[type=text] {
	height: 40px
}

form.contact-form textarea {
	height: 140px
}

form.contact-form input[type=text],
form.contact-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

form.contact-form .name,
form.contact-form .email {
	float: left;
	width: 48%
}

form.contact-form .email {
	float: right
}

.sidebar h2 {
	color: #000000;
	padding: 0px;
}

.sidebar .widget.last {
	margin-bottom: 0px
}

.ad .content {
	text-align: center
}

.widget.contact .content {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 20px
}

.widget.contact .content form {
	margin: 0px
}

.widget.contact .content form input[type=text],
.widget.contact .content form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.widget.contact .content form input[type=text] {
	height: 32px
}

iframe {
	border: 0px;
	width: 100%
}

iframe.map {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	width: 100% !important
}

.tabs {
	border: 0px;
	margin: 15px 0px 0px 0px
}

.tabs li {
	border: 0px
}

.tabs li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #f0f0f0;
	border: 0px !important;
	color: #707070;
	font-size: 16px
}

.tabs li a:hover {
	border: 0px
}

.tabs li.active {
	background-color: #fff
}

.tabs li.active a {
	color: #022a3b
}

.tabs li.active a:hover {
	color: #022a3b
}

.tab-content {
	*-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 20px
}

.accordion-group {
	border: 0px;
	border-bottom: 1px solid #fff
}

.accordion-group .accordion-heading {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.accordion-group .accordion-heading .sign {
	background-color: #1b1b1b;
	background-image: url("faq-plus.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	display: inline-block;
	height: 30px;
	margin-right: 30px;
	vertical-align: middle;
	width: 30px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.accordion-group .accordion-heading .sign {
		background-image: url("faq-plus@2x.png")
	}
}

.accordion-group .accordion-heading a {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 30px;
	padding-left: 0px;
	padding-right: 0px
}

.accordion-group .accordion-heading a:hover {
	text-decoration: none
}

.accordion-group .accordion-heading a.active .sign {
	background-color: #06a7ea;
	background-image: url("faq-minus.png");
	background-size: 8px 2px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.accordion-group .accordion-heading a.active .sign {
		background-image: url("faq-minus@2x.png")
	}
}

.accordion-group:last-child {
	border-bottom: 0px
}

.accordion-body .accordion-inner {
	border: 0px;
	padding: 20px 0px
}

.box {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 20px
}

.box .office {
	background-image: url("phone-gray.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	line-height: 26px;
	margin-bottom: 5px;
	padding-left: 30px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.box .office {
		background-image: url("phone-gray@2x.png")
	}
}

.box .phone {
	background-image: url("cell-phone-gray.png");
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 12px 20px;
	line-height: 26px;
	margin-bottom: 5px;
	padding-left: 30px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.box .phone {
		background-image: url("cell-phone-gray@2x.png")
	}
}

.box .email {
	background-image: url("mail-gray.png");
	background-position: 1px center;
	background-repeat: no-repeat;
	background-size: 17px 11px;
	line-height: 26px;
	padding-left: 30px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.box .email {
		background-image: url("mail-gray@2x.png")
	}
}

.pagination ul {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
	margin-top: 30px
}

.pagination ul li a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	-moz-box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	box-shadow: 0px 1px 1px rgba(1, 1, 1, 0.25);
	background-color: #fff;
	border: 0px;
	margin: 0px 5px 10px;
	padding: 7px 14px
}

.pagination ul li a:hover {
	background-color: #06a7ea;
	color: #fff
}

.pagination ul li.active a {
	background-color: #0581b5;
	color: #fff
}

.pagination ul li:first-child a,
.pagination ul li:last-child a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

#header-wrapper {
	background-color: #fff
}

#header-wrapper #header #header-inner .navbar {
	margin: 0px
}

#header-wrapper #header #header-inner .navbar .navbar-inner {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border: 0px;
	height: 90;
	padding: 0px
}

#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	height: 30px;
	margin-top: 0px;
	width: 35px;
	display: none;
	color: #fff;
	background-color: #022a3b;
	font-size: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	border-radius: 3px;
}

.nav-open #header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	visibility: hidden !important;
}

.nav-open #header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav2,
.nav-open #header-wrapper #header #header-inner .navbar .navbar-inner .main_map_popup_btn {
	visibility: hidden !important;
}

.nav-open #btn-nav_close1 {
	height: 33px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 8px;
	width: 35px;
	display: block;
	color: #fff;
	background-color: #022a3b;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	position: absolute;
	top: 40px;
	right: -40px;
	border-radius: 0 3px 3px 0;
}

.nav-open1 #btn-nav_close2 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 8px;
	display: block;
	color: #fff;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	top: 5px;
	right: 0;
	border-radius: 0 3px 3px 0;
	z-index: 1003;
	background: #0581b5 url(close.svg) no-repeat center;
	background-size: 25px;
	width: 25px;
	height: 25px;
	padding: 6px;
}

.nav-open1 #btn-nav_close2 i {
	display: none;
}

.navigation .sidebar-right {
	display: none;
}

.nav-open1 .slicknav_menu {
	display: none !important;
}

.nav-open1 #btn-nav_close1 {
	display: none !important;
}

#btn-nav_close1 {
	display: none;
}

#btn-nav_close2 {
	display: none;
}

.nav-open #btn-nav_close1:hover {
	color: #06a7ea !important;
}

.nav-open1 #btn-nav_close2:hover {
	color: #06a7ea !important;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .search_btn {
	background-color: #022a3b;
	color: #fff;
	width: 29px;
	height: 30px;
	display: none;
	border-radius: 3px;
	font-size: 25px;
	margin-bottom: 10px;
	vertical-align: bottom;
	padding: 5px 0 0 6px;

}

.sidebar-right .property-filter .ch_block .ch {
	display: none !important;
}

.sidebar-right .property-filter .ch_block .ez-checkbox,
.sidebar-right .property-filter .ch_block .control-label {
	display: none !important;
}

.sidebar-right .property-filter .price {
	display: block;
	color: #fff;
	font-weight: bold;
}

.property-filter .form-actions .btn {
	margin-top: 20px !important;
}

.nav-open .sidebar-right .property-filter .form-actions .btn {
	margin-top: 20px !important;
	background-color: #3ca507 !important;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
	margin: 0px 15px 0px 0px;
	max-width: 180px;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-name {
	float: left;
	height: 90px;
	line-height: 90px
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-name .brand {
	text-shadow: none;
	color: #022a3b;
	font-size: 24px;
	margin: 0px;
	padding: 0px
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-slogan {
	color: #b5b5b5;
	float: left;
	margin-top: 30px;
	margin-left: 15px
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-slogan span {
	border-left: 2px solid #f0f0f0;
	display: inline-block;
	line-height: 18px;
	padding-left: 15px
}

#header-wrapper #header #header-inner .navbar .navbar-inner .info {
	float: right;
	padding-top: 12px;
	display: none;
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
	float: none;
	line-height: 30px
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone span {
	background-image: url("phone-gray.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	color: #707070;
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
	float: none;
	line-height: 30px
}

#header-wrapper #header #header-inner .navbar .navbar-inner .site-email a {
	background-image: url("mail-gray.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 17px 11px;
	color: #707070;
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px;
	text-decoration: none
}

#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property {
	float: right;
	border-radius: 3px;
	margin-top: 0;
	padding-right: 15px;
	font-size: 16px;
	background-image: none;
	padding-left: 15px;
	margin-left: 15px;
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone span {
		background-image: url("phone-gray@2x.png")
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-email a {
		background-image: url("mail-gray@2x.png")
	}
}

@media (min-width : 1200px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		float: none;
		padding-top: 0px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		float: left;
		line-height: 90px;
		margin-left: 40px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
		float: left;
		line-height: 90px;
		margin-left: 40px
	}
}

@media (max-width : 1199px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		float: left;
		margin-left: 40px;
		padding-top: 12px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		float: none;
		line-height: 30px;
		margin-left: 0px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone span {
		font-size: 16px;
		padding-top: 1px;
		padding-bottom: 1px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
		float: none;
		line-height: 30px;
		margin-left: 0px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-email a {
		font-size: 16px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-search input {
		width: 186px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-search button {
		margin: 0px 0px 0px -9px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
		margin: 0px 0px 0px 0px;
		max-width: 130px;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property {
		font-size: 13px;
		margin-left: 5px;
		min-width: 150px;
	}

	#header-wrapper .row:before {
		display: none;
	}
}

@media (max-width : 979px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .logo-wrapper {
		width: auto;
		float: none;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		display: none
	}
}


@media (max-width : 767px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner {
		padding-left: 20px;
		padding-right: 20px
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-slogan {
		display: none
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .site-search {
		display: none
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property span {
		display: none;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property {
		padding: 0px;
		width: 35px;
		height: 35px;
		background-position: center;
		z-index: 2;
		min-width: 0;
		background-image: url(plus-to-add1.png);
	}
}

.breadcrumb-wrapper {
	background-color: #022a3b;
	/*border-bottom: 1px solid transparent*/
	padding-bottom: 1px;
}

.breadcrumb-wrapper .breadcrumb {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 0px
}

.breadcrumb-wrapper .breadcrumb i {
	margin-right: 2px;
	color: #06a7ea;
}

.breadcrumb-wrapper .breadcrumb li {
	text-shadow: none;
	color: #fff;
	font-size: 12px
}

.breadcrumb-wrapper .breadcrumb li a {
	text-shadow: none;
	color: #06a7ea;
	display: inline-block;
	padding: 3px 0px
}

.breadcrumb-wrapper .breadcrumb li .divider {
	text-shadow: none;
	color: #fff
}

.breadcrumb-wrapper .account ul {
	margin: 0px
}

.breadcrumb-wrapper .account ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 0px;
	padding-top: 0px
}

.breadcrumb-wrapper .account ul li a:hover,
.breadcrumb-wrapper .account ul li a:focus {
	background-color: transparent;
	text-decoration: underline;
	outline: none;
}

.breadcrumb-wrapper .account ul li:last-child a {
	border-right: 0px
}

@media (max-width : 767px) {
	.breadcrumb-wrapper {
		padding-left: 20px;
		padding-right: 20px
	}

	.breadcrumb-wrapper .breadcrumb li:first-child a {
		padding-left: 0px
	}
}

.ez-hide {
	opacity: 0;
	filter: alpha(opacity=0)
}

.ez-checkbox {
	background-image: url("checkbox.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	float: left;
	height: 20px;
	margin-bottom: -5px;
	margin-right: 0px;
	width: 20px
}

.ez-checkbox input {
	height: 20px;
	margin: 0px;
	width: 20px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.ez-checkbox {
		background-image: url("checkbox@2x.png")
	}
}

.ez-radio {
	*background-image: url("radio.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	display: inline-block;
	float: left
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.ez-radio {
		background-image: url("radio@2x.png")
	}
}

.ez-checked {
	background-image: url("checkbox-open.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.ez-checked {
		background-image: url("checkbox-open@2x.png")
	}
}

.ez-selected {
	*background-image: url("radio-open.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.ez-selected {
		background-image: url("radio-open@2x.png")
	}
}

.palette {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	left: -195px;
	padding: 20px;
	position: fixed;
	top: 150px;
	z-index: 9999
}

.palette .toggle {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: absolute;
	right: -41px;
	text-indent: -9999px;
	top: 0px
}

.palette .toggle a {
	background-image: url("arrow-right-black.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	display: block;
	height: 40px;
	width: 40px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .toggle a {
		background-image: url("arrow-right-black@2x.png")
	}
}

.palette.open {
	left: 0px
}

.palette.open .toggle a {
	background-image: url("arrow-left-black.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette.open .toggle a {
		background-image: url("arrow-left-black@2x.png")
	}
}

.palette .inner {
	width: 155px
}

.palette .inner h2 {
	background-image: url("palette-border.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	clear: both;
	color: #1b1b1b;
	font-size: 16px;
	line-height: 1;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px
}

.palette .inner ul {
	margin: 0px;
	padding: 0px
}

.palette .inner ul li {
	border: 1px solid #d5d5d5;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px
}

.palette .inner ul li a {
	border: 1px solid #fff;
	display: block
}

.palette .inner ul li:nth-child(5n) {
	margin-right: 0px
}

.palette .inner .btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.palette .inner .headers {
	display: inline-block;
	zoom: 1;
	margin-bottom: 10px
}

.palette .inner .headers:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.palette .inner .headers a {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 48px 28px;
	cursor: pointer;
	height: 28px;
	text-indent: -9999px;
	width: 44px
}

.palette .inner .headers a.header-light {
	background-image: url("header-1.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .headers a.header-light {
		background-image: url("header-1@2x.png")
	}
}

.palette .inner .headers a.header-normal {
	background-image: url("header-2.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .headers a.header-normal {
		background-image: url("header-2@2x.png")
	}
}

.palette .inner .headers a.header-dark {
	background-image: url("header-3.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .headers a.header-dark {
		background-image: url("header-3@2x.png")
	}
}

.palette .inner .headers li:nth-child(3n) {
	margin-right: 0px
}

.palette .inner .colors {
	display: inline-block;
	zoom: 1;
	margin-bottom: 10px
}

.palette .inner .colors:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.palette .inner .colors a {
	background-color: gold;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 23px 23px;
	height: 23px;
	text-indent: -9999px;
	width: 23px
}

.palette .inner .colors a.blue {
	background-color: #0a83b6
}

.palette .inner .colors a.gray-blue {
	background-color: #0a83b6;
	background-image: url("gray-blue.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-blue {
		background-image: url("gray-blue@2x.png")
	}
}

.palette .inner .colors a.turquiose {
	background-color: #36b0bb
}

.palette .inner .colors a.gray-turquiose {
	background-color: #36b0bb;
	background-image: url("gray-turquiose.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-turquiose {
		background-image: url("gray-turquiose@2x.png")
	}
}

.palette .inner .colors a.orange {
	background-color: #f2944e
}

.palette .inner .colors a.gray-orange {
	background-color: #f2944e;
	background-image: url("gray-orange.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-orange {
		background-image: url("gray-orange@2x.png")
	}
}

.palette .inner .colors a.violet {
	background-color: #8e5c90
}

.palette .inner .colors a.gray-violet {
	background-color: #8e5c90;
	background-image: url("gray-violet.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-violet {
		background-image: url("gray-violet@2x.png")
	}
}

.palette .inner .colors a.green {
	background-color: #55a747
}

.palette .inner .colors a.gray-green {
	background-color: #55a747;
	background-image: url("gray-green.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-green {
		background-image: url("gray-green@2x.png")
	}
}

.palette .inner .colors a.magenta {
	background-color: #bf224e
}

.palette .inner .colors a.gray-magenta {
	background-color: #bf224e;
	background-image: url("gray-magenta.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-magenta {
		background-image: url("gray-magenta@2x.png")
	}
}

.palette .inner .colors a.green-light {
	background-color: #419a66
}

.palette .inner .colors a.gray-green-light {
	background-color: #419a66;
	background-image: url("gray-green-light.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-green-light {
		background-image: url("gray-green-light@2x.png")
	}
}

.palette .inner .colors a.brown {
	background-color: #bb6733
}

.palette .inner .colors a.gray-brown {
	background-color: #bb6733;
	background-image: url("gray-brown.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-brown {
		background-image: url("gray-brown@2x.png")
	}
}

.palette .inner .colors a.brown-dark {
	background-color: #534741
}

.palette .inner .colors a.gray-brown-dark {
	background-color: #534741;
	background-image: url("gray-brown-dark.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-brown-dark {
		background-image: url("gray-brown-dark@2x.png")
	}
}

.palette .inner .colors a.red {
	background-color: #bb2a2a
}

.palette .inner .colors a.gray-red {
	background-color: #bb2a2a;
	background-image: url("gray-red.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .colors a.gray-red {
		background-image: url("gray-red@2x.png")
	}
}

.palette .inner .patterns {
	display: inline-block;
	zoom: 1;
	margin-bottom: 10px
}

.palette .inner .patterns:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.palette .inner .patterns a {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 23px 23px;
	cursor: pointer;
	height: 23px;
	text-indent: -9999px;
	width: 23px
}

.palette .inner .patterns a.pattern-cloth-alike {
	background-image: url("cloth-alike.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-cloth-alike {
		background-image: url("cloth-alike@2x.png")
	}
}

.palette .inner .patterns a.pattern-corrugation {
	background-image: url("corrugation.png");
	background-repeat: repeat;
	background-size: 8px 5px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-corrugation {
		background-image: url("corrugation@2x.png")
	}
}

.palette .inner .patterns a.pattern-diagonal-noise {
	background-image: url("diagonal-noise.png");
	background-size: 100px 100px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-diagonal-noise {
		background-image: url("diagonal-noise@2x.png")
	}
}

.palette .inner .patterns a.pattern-dust {
	background-image: url("dust.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-dust {
		background-image: url("dust@2x.png")
	}
}

.palette .inner .patterns a.pattern-fabric-plaid {
	background-image: url("fabric-plaid.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-fabric-plaid {
		background-image: url("fabric-plaid@2x.png")
	}
}

.palette .inner .patterns a.pattern-farmer {
	background-image: url("farmer.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-farmer {
		background-image: url("farmer@2x.png")
	}
}

.palette .inner .patterns a.pattern-grid-noise {
	background-image: url("grid-noise.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-grid-noise {
		background-image: url("grid-noise@2x.png")
	}
}

.palette .inner .patterns a.pattern-lghtmesh {
	background-image: url("lghtmesh.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-lghtmesh {
		background-image: url("lghtmesh@2x.png")
	}
}

.palette .inner .patterns a.pattern-pw-maze-white {
	background-image: url("pw-maze-white.png");
	background-size: 46px 23px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-pw-maze-white {
		background-image: url("pw-maze-white@2x.png")
	}
}

.palette .inner .patterns a.pattern-none {
	background-image: url("no-pattern.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.palette .inner .patterns a.pattern-none {
		background-image: url("no-pattern@2x.png")
	}
}

.not-found {
	background-image: url("404.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 197px 218px;
	margin-bottom: 100px;
	margin-top: 100px;
	padding-top: 120px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.not-found {
		background-image: url("404@2x.png")
	}
}

.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center
}

.not-found h1 {
	font-size: 30px;
	font-weight: lighter;
	text-align: center
}

.not-found hr {
	margin: 20px auto;
	width: 365px
}

.not-found form {
	float: none;
	margin: 27px auto 10px auto;
	width: 360px
}

.not-found form .input-append label {
	display: none
}

.not-found form .input-append input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0px;
	width: 280px
}

.not-found form .input-append input[type=submit] {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #fff;
	background-image: url("search.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	border: 1px solid #d5d5d5;
	border-left: 0px;
	display: inline-block;
	margin: 0px 0px 0px -5px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-indent: -9999px;
	width: 50px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.not-found form .input-append input[type=submit] {
		background-image: url("search@2x.png")
	}
}

.not-found form .input-append .control-group {
	display: inline-block;
	margin: 0px
}

.not-found p {
	font-size: 18px;
	text-align: center
}

.not-found p a {
	text-decoration: underline
}

.list-your-property-form h3 {
	clear: both;
	font-size: 24px
}

.list-your-property-form form {
	margin: 0px
}

.list-your-property-form form input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 100%
}

.list-your-property-form form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 191px;
	width: 100%
}

.list-your-property-form form label {
	font-weight: bold
}

.list-your-property-form form .chzn-container,
.list-your-property-form form .chosen-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important
}

.list-your-property-form form .property-type,
.list-your-property-form form .contract-type,
.list-your-property-form form .bedrooms,
.list-your-property-form form .bathrooms,
.list-your-property-form form .area,
.list-your-property-form form .price {
	float: left;
	width: 48%
}

.list-your-property-form form .contract-type,
.list-your-property-form form .bathrooms,
.list-your-property-form form .price {
	float: right
}

.slider-wrapper {
	padding-top: 30px
}

.slider-wrapper .slider-info {
	background-color: #022a3b;
	bottom: 20px;
	left: -300px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	width: 280px
}

.slider-wrapper .slider-info h2 {
	line-height: 1;
	margin: 0px 0px 10px 0px;
	padding: 0px
}

.slider-wrapper .slider-info h2 a {
	color: #06a7ea;
	text-decoration: none
}

.slider-wrapper .slider-info h3 {
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	margin: 0px 0px 10px 0px
}

.slider-wrapper .slider-info .price {
	background-image: url("footer-border.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 268px 1px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 0px 15px 0px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.slider-wrapper .slider-info .price {
		background-image: url("footer-border@2x.png")
	}
}

.slider-wrapper .slider-info .price h2 {
	color: #ffffff;
	float: left;
	font-size: 24px;
	line-height: 1;
	margin: 0px;
	padding: 0px
}

.slider-wrapper .slider-info .price a {
	background-image: url("arrow-right-white.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	color: #ffffff;
	display: block;
	float: right;
	margin-top: 3px;
	padding-right: 20px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.slider-wrapper .slider-info .price a {
		background-image: url("arrow-right-white@2x.png")
	}
}

.slider-wrapper .slider-info .bathrooms {
	background-image: url("bathrooms-white.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	margin-right: 30px;
	padding-left: 25px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.slider-wrapper .slider-info .bathrooms {
		background-image: url("bathrooms-white@2x.png")
	}
}

.slider-wrapper .slider-info .bedrooms {
	background-image: url("bedrooms-white.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	padding-left: 35px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.slider-wrapper .slider-info .bedrooms {
		background-image: url("bedrooms-white@2x.png")
	}
}

.slider-wrapper .images {
	position: relative
}

.slider-wrapper .images .iosSlider {
	height: 411px;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%
}

.slider-wrapper .images .iosSlider .slider {
	height: 411px;
	width: 100%
}

.slider-wrapper .images .iosSlider .slider .slide {
	float: left;
	height: 411px;
	width: 100%
}

.slider-wrapper .images .iosSlider .slider .slide img {
	display: block
}

.slider-wrapper .images .navigation {
	bottom: 15px;
	margin: 0px;
	padding: 0px;
	right: 15px;
	position: absolute;
	z-index: 99999
}

.slider-wrapper .images .navigation li {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	float: left;
	height: 10px;
	margin: 0px 5px;
	text-indent: -9999px;
	width: 10px
}

.slider-wrapper .images .navigation li.active {
	background-color: #022a3b
}

@media (max-width : 1199px) {
	.slider-wrapper .images .iosSlider {
		height: 330px
	}

	.slider-wrapper .images .iosSlider .slider {
		height: 330px
	}
}

@media (max-width : 979px) {
	.slider-wrapper .span3 {
		float: none;
		width: auto
	}

	.slider-wrapper .images {
		float: none;
		margin-bottom: 30px;
		width: auto
	}

	.slider-wrapper .images .iosSlider {
		height: 345px;
		width: auto
	}

	.slider-wrapper .images .iosSlider .slider {
		height: 345px
	}
}

@media (max-width : 767px) {
	.slider-wrapper .images .iosSlider {
		height: 180px
	}

	.slider-wrapper .images .iosSlider .slider {
		height: 180px
	}

	.slider-wrapper .images .iosSlider .slider-info {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden
	}
}

#navigation {
	background-color: rgba(255, 255, 255, 0.5)
}

.navigation-wrapper .navigation {
	line-height: 1
}

.navigation-wrapper .navigation .nav {
	display: inline-block;
	zoom: 1;
	display: block;
	float: left;
	list-style: none;
	margin: 0px
}

.navigation-wrapper .navigation .nav:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

.navigation-wrapper .navigation .nav li {
	background-color: transparent;
	float: left;
	position: relative
}

.navigation-wrapper .navigation .nav li .nolink,
.navigation-wrapper .navigation .nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	background-color: transparent;
	border-left: 0px;
	border-top: 2px solid transparent;
	color: #313131;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 23px;
	padding-top: 21px;
	white-space: nowrap
}

.navigation-wrapper .navigation .nav li .nolink:hover,
.navigation-wrapper .navigation .nav li a:hover {
	background-color: #022a3b;
	border-top: 2px solid #06a7ea;
	color: #06a7ea;
	text-decoration: none
}

.navigation-wrapper .navigation .nav li .nolink.active,
.navigation-wrapper .navigation .nav li a.active {
	border-top: 2px solid #06a7ea
}

.navigation-wrapper .navigation .nav li.menuparent>.nolink,
.navigation-wrapper .navigation .nav li.menuparent>a {
	background-image: url("arrow-bottom-black.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 11px 8px;
	padding-right: 40px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	.navigation-wrapper .navigation .nav li.menuparent>.nolink,
	.navigation-wrapper .navigation .nav li.menuparent>a {
		background-image: url("arrow-bottom-black@2x.png")
	}
}

.navigation-wrapper .navigation .nav li.menuparent li.menuparent>.nolink,
.navigation-wrapper .navigation .nav li.menuparent li.menuparent>a {
	background-image: url("arrow-right-white.png");
	background-size: 8px 11px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	.navigation-wrapper .navigation .nav li.menuparent li.menuparent>.nolink,
	.navigation-wrapper .navigation .nav li.menuparent li.menuparent>a {
		background-image: url("arrow-right-white@2x.png")
	}
}

.navigation-wrapper .navigation .nav li:hover>ul {
	/*visibility: visible*/
	display: block;
}

.navigation-wrapper .navigation .nav li:hover>.nolink,
.navigation-wrapper .navigation .nav li:hover>a {
	background-color: #022a3b;
	border-top: 2px solid #06a7ea;
	color: #06a7ea;
	text-decoration: none
}

.navigation-wrapper .navigation .nav li:hover>.nolink.menuparent,
.navigation-wrapper .navigation .nav li:hover>a.menuparent {
	background-image: url("arrow-bottom-white.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	.navigation-wrapper .navigation .nav li:hover>.nolink.menuparent,
	.navigation-wrapper .navigation .nav li:hover>a.menuparent {
		background-image: url("arrow-bottom-white@2x.png")
	}
}

.navigation-wrapper .navigation .nav li ul {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #022a3b;
	margin: 62px 0px 0px 0px;
	position: absolute;
	padding: 0px;
	top: 0px;
	/*visibility: hidden;*/
	display: none;
	/*width: 220px;*/
	z-index: 999
}

.navigation-wrapper .navigation .nav li ul li {
	float: none;
	display: block;
	min-width: 100%
}

.navigation-wrapper .navigation .nav li ul li .nolink,
.navigation-wrapper .navigation .nav li ul li a {
	-webkit-transition: background-color 0.1s ease-in, padding-left 0.1s ease-in;
	-moz-transition: background-color 0.1s ease-in, padding-left 0.1s ease-in;
	-o-transition: background-color 0.1s ease-in, padding-left 0.1s ease-in;
	transition: background-color 0.1s ease-in, padding-left 0.1s ease-in;
	border-top: 0px !important;
	color: #fff !important;
	display: block;
	font-size: 14px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px
}

.navigation-wrapper .navigation .nav li ul li .nolink.menuparent,
.navigation-wrapper .navigation .nav li ul li a.menuparent {
	background-image: url("arrow-right-white.png");
	background-position: 90%;
	background-size: 8px 11px;
	background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	.navigation-wrapper .navigation .nav li ul li .nolink.menuparent,
	.navigation-wrapper .navigation .nav li ul li a.menuparent {
		background-image: url("arrow-right-white@2x.png")
	}
}

.navigation-wrapper .navigation .nav li ul li .nolink.menuparent:hover,
.navigation-wrapper .navigation .nav li ul li a.menuparent:hover {
	background-image: url("arrow-right-white.png");
	background-size: 8px 11px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	.navigation-wrapper .navigation .nav li ul li .nolink.menuparent:hover,
	.navigation-wrapper .navigation .nav li ul li a.menuparent:hover {
		background-image: url("arrow-right-white@2x.png")
	}
}

.navigation-wrapper .navigation .nav li ul li .nolink:hover,
.navigation-wrapper .navigation .nav li ul li a:hover {
	background-color: #06a7ea;
	padding-left: 25px
}

.navigation-wrapper .navigation .nav li ul li ul {
	/*left: 220px !important;*/
	margin-top: 0px;
	left: 100%;
	margin: 0;
}

.navigation-wrapper .navigation .site-search {
	float: right;
	margin: 13px 20px 0px 0px
}

.navigation-wrapper .navigation .site-search input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0px;
	width: 146px
}

.navigation-wrapper .navigation .site-search button {
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #fff;
	background-image: url("search.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	border: 1px solid #d5d5d5;
	border-left: 0px;
	display: inline-block;
	margin: 0px 0px 0px -5px;
	padding: 6px 15px;
	vertical-align: top;
	text-indent: -9999px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.navigation-wrapper .navigation .site-search button {
		background-image: url("search@2x.png")
	}
}

.navigation-wrapper .navigation .site-search .control-group {
	display: inline-block;
	margin: 0px
}

.navigation-wrapper .navigation .language-switcher {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	float: right;
	margin: 13px 0px 11px 0px;
	position: relative
}

.navigation-wrapper .navigation .language-switcher:hover .options {
	max-height: 200px
}

.navigation-wrapper .navigation .language-switcher .en a {
	background-image: url("United-Kingdom-Flag.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	margin-left: 15px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.navigation-wrapper .navigation .language-switcher .en a {
		background-image: url("United-Kingdom-Flag@2x.png")
	}
}

.navigation-wrapper .navigation .language-switcher .de a {
	background-image: url("Germany-Flag.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	margin-left: 15px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.navigation-wrapper .navigation .language-switcher .de a {
		background-image: url("Germany-Flag@2x.png")
	}
}

.navigation-wrapper .navigation .language-switcher .fr a {
	background-image: url("France-Flag.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	margin-left: 15px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.navigation-wrapper .navigation .language-switcher .fr a {
		background-image: url("France-Flag@2x.png")
	}
}

.navigation-wrapper .navigation .language-switcher .current {
	background-color: #fff;
	background-image: url("arrow-bottom-black.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 11px 7px;
	border-right: 9px solid #fff
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.navigation-wrapper .navigation .language-switcher .current {
		background-image: url("arrow-bottom-black@2x.png")
	}
}

.navigation-wrapper .navigation .language-switcher .current a {
	color: #313131;
	display: block;
	text-decoration: none;
	padding: 10px 33px 10px 25px;
	text-indent: -9999px
}

.navigation-wrapper .navigation .language-switcher .options {
	-webkit-transition: max-height 0.5s linear;
	-moz-transition: max-height 0.5s linear;
	-o-transition: max-height 0.5s linear;
	transition: max-height 0.5s linear;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	max-height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 34px;
	z-index: 999
}

.navigation-wrapper .navigation .language-switcher .options ul {
	background-color: #fff;
	list-style: none;
	margin: 0px;
	padding: 0px
}

.navigation-wrapper .navigation .language-switcher .options ul li {
	display: block
}

.navigation-wrapper .navigation .language-switcher .options ul li a {
	color: #313131;
	display: block;
	padding: 10px 26px 10px 25px;
	text-decoration: none;
	text-indent: -9999px
}

@media (max-width : 979px) {
	.navigation-wrapper {
		background-color: #022a3b;
		height: 100%;
		left: -70%;
		position: absolute;
		top: 0;
		width: 70%;
		transition: all 0.3s;
	}

	.sidebar-right {
		display: none !important;
	}

	.fancybox-inner #map>ymaps,
	.fancybox-inner #map>ymaps>ymaps {
		width: 100% !important;
		height: 100% !important;
	}

	/*.nav-open1 .sidebar-right{
		background-color: #022a3b!important;
		height: 100%!important;
		left: -70%!important;
		position: absolute!important;
		top: 0!important;
		width: 70%!important;
		z-index: 1000!important;
		display:block!important;
	}*/
	.navigation-wrapper .navigation .nav {
		display: block;
		float: none;
		margin: 0px
	}

	.navigation-wrapper .navigation .nav li {
		clear: both;
		display: block;
		float: none;
		text-align: right
	}

	.navigation-wrapper .navigation .nav li .nolink,
	.navigation-wrapper .navigation .nav li a {
		background-image: none !important;
		border: 0px !important;
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 20px;
		padding-top: 20px
	}

	body:not(.filter) .main_map_popup_btn,
	body:not(.filter) .search_btn {
		display: none;
	}

	.navigation-wrapper .navigation .nav li .nolink:hover,
	.navigation-wrapper .navigation .nav li a:hover {
		background-color: transparent;
		border: 0px !important
	}

	.navigation-wrapper .navigation .nav li:hover a {
		border: 0px !important;
		color: #fff
	}

	.navigation-wrapper .navigation .nav li ul {
		border-right: 2px solid #fff !important;
		display: block !important;
		float: none;
		left: auto !important;
		margin: 0px 15px 0px 0px !important;
		position: relative !important;
		top: auto !important;
		visibility: visible !important;
		width: auto !important
	}

	.navigation-wrapper .navigation .nav li ul li .nolink,
	.navigation-wrapper .navigation .nav li ul li a {
		background-color: transparent;
		border: 0px;
		font-size: 14px
	}

	.navigation-wrapper .navigation .nav li ul li .nolink:hover,
	.navigation-wrapper .navigation .nav li ul li a:hover {
		background-color: transparent;
		border: 0px;
		color: #fff !important
	}

	.navigation-wrapper .navigation .nav li ul li.menuparent>.nolink,
	.navigation-wrapper .navigation .nav li ul li.menuparent>a {
		background-image: none !important
	}

	.navigation-wrapper .navigation .nav li ul li ul {
		border-right: 2px solid #fff !important;
		display: block !important;
		float: none;
		left: auto !important;
		margin: 0px 15px 0px 0px !important;
		position: relative !important;
		top: auto !important;
		visibility: visible !important;
		width: auto !important
	}

	.navigation-wrapper .navigation .language-switcher {
		display: none
	}
}

@media (max-width : 979px) {
	.navigation-wrapper .navigation .site-search input {
		height: 34px !important;
		padding: 6px !important
	}
}

#billing-tarifflist h2 {
	color: #000000;
	font-size: 20px;
	font-weight: lighter;
	//margin: 25px 0 15px;
    margin: 2px 0 15px;
	padding: 0 0 0 0;
}

.properties-grid .property {
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative
}

.properties-grid .property:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.properties-grid .property .image {
	overflow: hidden;
	position: relative
}

.properties-grid .property .image a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	height: 190px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 200
}

.properties-grid .property .image .no_photo {
	height: 190px;
	background: rgba(240, 240, 240, 0.529411764705882) url(photo-camera.svg) no-repeat center;
	display: block;
	width: 100%;
	background-size: 60px;
}

.properties-grid .property .image a:hover {
	*background-color: rgba(0, 0, 0, 0.5);
	*background-image: url("eye.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 190px;
}

.properties-grid .property .image img {
	height: 190px;
	width: 100%
}

.properties-grid .property h2 {
	line-height: 22px;
	margin: 10px 0px 0px 0px;
	padding: 0px 15px
}

.properties-grid .property h2 a {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	color: #06a7ea;
	font-size: 18px;
	font-weight: normal
}

.properties-grid .property h2 a:hover {
	color: #0584b8;
	text-decoration: none
}

.properties-grid .property .location {
	padding: 0px 15px
}

.properties-grid .property .price {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 18px;
	padding: 5px 16px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	border-radius: 15px;
}

.properties-grid .property .reduced {
	background-color: #313131;
	color: #fff;
	font-size: 18px;
	padding: 5px 16px;
	position: absolute;
	left: 15px;
	bottom: 15px
}

.properties-grid .property .area {
	color: #313131;
	margin-top: 8px;
}

.properties-grid .property .area .key {
	display: inline;
	font-weight: bold;
	padding: 0px 0px 0px 15px
}

.properties-grid .property .area .value {
	display: inline
}

.properties-grid .property .bedrooms {
	float: right;
	margin-right: 10px;
	padding-top: 8px
}

.properties-grid .property .bedrooms .content {
	background-image: url("bedrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	color: #313131;
	padding-left: 30px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.properties-grid .property .bedrooms .content {
		background-image: url("bedrooms@2x.png")
	}
}

.properties-grid .property .bathrooms {
	float: right;
	margin-right: 15px;
	padding-top: 8px
}

.properties-grid .property .bathrooms .content {
	background-image: url("bathrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	color: #313131;
	padding-left: 25px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.properties-grid .property .bathrooms .content {
		background-image: url("bathrooms@2x.png")
	}
}

.properties-grid .property:nth-last-child(1),
.properties-grid .property:nth-last-child(2),
.properties-grid .property:nth-last-child(3) {
	margin-bottom: 0px;
	margin-top: 15px;
}

@media (min-width : 768px) and (max-width: 1199px) {

	.properties-grid .property .reduced,
	.properties-grid .property .price {
		font-size: 14px;
		padding: 5px 8px
	}
}

@media (min-width : 768px) and (max-width: 979px) {

	.properties-grid .property .reduced,
	.properties-grid .property .price {
		font-size: 11px;
		padding: 5px 4px
	}

	.properties-grid .property h2 a {
		font-size: 14px
	}

	.properties-grid .property .location {
		font-size: 12px
	}

	.properties-grid .property .area {
		float: none;
		margin: 0px
	}

	.properties-grid .property .area,
	.properties-grid .property .bedrooms,
	.properties-grid .property .bathrooms {
		font-size: 12px
	}

	.properties-grid .property .bedrooms,
	.properties-grid .property .bathrooms {
		float: left;
		margin-left: 16px
	}
}

@media (max-width : 767px) {

	.properties-grid .property:nth-last-child(1),
	.properties-grid .property:nth-last-child(2),
	.properties-grid .property:nth-last-child(3) {
		margin-bottom: 30px
	}

	.properties-grid .property:last-child {
		margin-bottom: 0px
	}
}

.widget.properties .content .property {
	display: inline-block;
	zoom: 1;
	background-color: transparent;
	display: block;
	margin-bottom: 15px
}

.widget.properties .content .property:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.widget.properties .content .property .image {
	float: left;
	margin-right: 10px;
	position: relative;
	width: 100px
}

.widget.properties .content .property .image a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
}

.widget.properties .content .property .image a:hover {
	padding: 0;
	margin: 0;
}

.widget.properties .content .property .wrapper {
	padding: 4px 0px
}

.widget.properties .content .property .title {
	margin-bottom: 7px;
	margin-top: 5px
}

.widget.properties .content .property .title h3 {
	line-height: 1;
	margin: 0px
}

.widget.properties .content .property .title h3 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none
}

.widget.properties .content .property .location {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 5px
}

.widget.properties .content .property .price {
	color: #022a3b;
	font-size: 12px;
	font-weight: bold;
	line-height: 1
}

.widget.properties .content .property:last-child {
	margin-bottom: 0px
}

@media (max-width : 1199px) {
	.widget.properties .content .property .image {
		width: 80px
	}

	.widget.properties .content .property .title {
		margin-bottom: 3px;
		margin-top: 0px
	}

	.widget.properties .content .property .title h3 a {
		font-size: 12px
	}
}

@media (max-width : 979px) {
	.widget.properties .content .property .image {
		float: none;
		width: 100%
	}

	.widget.properties .content .property .image img {
		width: 100%
	}

	.widget.properties .content .property .title {
		margin-bottom: 0px;
		padding: 0px 0px
	}

	.widget.properties .content .property .title h3 {
		margin-bottom: 5px;
		margin-top: 5px
	}

	.widget.properties .content .property .title h3 a {
		font-size: 14px
	}

	.widget.properties .content .property .location {
		padding: 0px 0px
	}

	.widget.properties .content .property .price {
		margin-bottom: 5px;
		padding: 0px 0px
	}
}

.properties-rows .filter {
	display: inline-block;
	zoom: 1;
	display: block;
	margin: 15px 0px 0px 0px;
	height: auto;
	padding: 10px
}

.properties-rows .filter:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.properties-rows .filter form {
	float: right;
	margin: 0px
}

.properties-rows .filter form .control-group {
	float: right;
	margin-bottom: 0px
}

.properties-rows .filter form .control-group label {
	color: #1b1b1b;
	font-weight: bold;
	line-height: 30px
}

.properties-rows .filter form .control-group select {
	width: 100px
}

.properties-rows .filter form .control-group .control-label {
	width: 100px;
	text-align: right;
}

.properties-rows .filter form .control-group .controls {
	margin-left: 120px
}

.properties-rows .filter form .control-group .chzn-container,
.properties-rows .filter form .control-group .chosen-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.properties-rows .property {
	display: inline-block;
	zoom: 1;
	ba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 0px;
	padding: 0px 0 0px 0;
	position: relative;
	margin-left: 0;
	vertical-align: top;
}

.properties-rows>.property {
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 0px;
	padding: 0px 0 20px 0;
	position: relative;
	margin-left: 0;
	margin-top: 30px;
	width: 100% !important;
}

.properties-rows>.property h2 {
	padding-left: 0;
}

.properties-rows>.property>.row {
	margin-left: 0;
}

.properties-rows .property:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.properties-rows .property:last-child {
	margin-bottom: 0px
}

.properties-rows .property .title-price {
	padding-bottom: 3px;
	padding-top: 17px
}

.properties-rows .property .title-price .title h2 {
	line-height: 1;
	margin: 0px
}

.properties-rows .property .title-price .title h2 a {
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
	color: #06a7ea;
	font-size: 24px;
	font-weight: normal
}

.properties-rows .property .title-price .title h2 a:hover {
	color: #0584b8;
	text-decoration: none
}

.properties-rows .property .title-price .price {
	clear: right;
	color: #313131;
	float: right;
	font-size: 24px;
	margin-top: 3px;
	padding-right: 30px;
	text-align: right
}

.properties-rows .property .body {
	padding-bottom: 7px
}

.properties-rows .property .body p {
	padding-right: 30px
}

.properties-rows .property .image {
	position: relative;
	text-align: center
}

.properties-rows .property .image .content a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%
}

.properties-rows .property .image .content a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("eye.png");
	background-position: center center;
	background-repeat: no-repeat
}

.properties-rows .property .location {
	background-image: url("border.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #707070;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 12px;
	margin-right: 30px;
	padding-bottom: 12px
}

.properties-rows .property .area {
	display: inline-block;
	margin-right: 10px
}

.properties-rows .property .area .key {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
	background-color: transparent;
	font-size: 14px;
	padding: 0px
}

.properties-rows .property .bedrooms {
	background-image: url("bedrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	display: inline-block;
	margin-right: 10px;
	padding-left: 30px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.properties-rows .property .bedrooms {
		background-image: url("bedrooms@2x.png")
	}
}

.properties-rows .property .bathrooms {
	background-image: url("bathrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	display: inline-block;
	margin-right: 10px;
	padding-left: 25px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.properties-rows .property .bathrooms {
		background-image: url("bathrooms@2x.png")
	}
}

.properties-rows .property .views-field-field-bedrooms {
	margin: 0px;
	padding: 0px
}

.properties-rows .property .views-field-field-bedrooms .field-content {
	padding-left: 0px
}

@media (max-width : 979px) {
	.properties-rows .property .title-price .title h2 a {
		font-size: 18px
	}

	.properties-rows .property .title-price .price {
		font-size: 18px
	}

	.properties-rows .property .location {
		font-size: 14px
	}
}

@media (max-width : 767px) {
	.properties-rows .filter form .control-group label {
		float: left;
		line-height: 30px
	}

	.properties-rows .filter form .control-group:last-child {
		margin: 0px
	}

	.properties-rows .property .body {
		padding: 20px
	}

	.properties-rows .property .title-price {
		padding: 0px
	}

	.properties-rows .property .title-price .title {
		float: left;
		width: auto
	}

	.properties-rows .property .title-price .title h2 a {
		font-size: 16px;
		line-height: 1;
		vertical-align: top
	}

	.properties-rows .property .title-price .price {
		float: right;
		font-size: 16px;
		line-height: 1;
		width: auto
	}

	.properties-rows .property .location {
		font-size: 14px;
		margin-right: 0px
	}
}

.property-filter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	zoom: 1;
	background-color: #0581b5;
	display: block;
	padding: 20px;
	width: 100%;
	margin-bottom: 20px
}

.property-filter:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.property-filter form {
	margin: 0px
}

.property-filter label {
	color: #fff;
	font-weight: bold
}

.property-filter .filter-checkbox label {
	margin-left: 25px;
}

.property-filter select {
	width: 100%
}

.property-filter input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px;
	height: 30px;
	width: 100%
}

/*.property-filter input.geoautocomplete{
	width: 230px;
}*/

.property-filter .chzn-container,
.property-filter .chosen-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important
}

.property-filter .chzn-container .chzn-single,
.property-filter .chosen-container .chosen-single {
	border: 0px;
	background-color: #fff
}

.property-filter .chzn-container .chzn-drop,
.property-filter .chosen-container .chosen-drop {
	border: 0px
}

.property-filter .beds,
.property-filter .baths {
	float: left;
	width: 48%
}

.property-filter .baths {
	float: right
}

.property-filter .rent,
.property-filter .sale {
	width: 48%
}

.property-filter .rent {
	clear: left;
	float: left
}

.property-filter .sale {
	clear: right;
	float: right
}

.property-filter .price-value {
	clear: both;
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	text-align: center;
	width: 100%
}

.property-filter .price-slider {
	display: inline-block;
	zoom: 1;
	clear: both;
	display: block;
	float: left;
	margin: 15px 0px 20px 0px;
	width: 100%
}

.property-filter .price-slider:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.property-filter .price-from,
.property-filter .price-to {
	display: none
}

.property-filter .form-actions {
	/*position: sticky;*/
	bottom: 50px;
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.property-filter .form-actions .btn {
	background-color: #3ca507;
	font-weight: bold;
	width: 100%;
	height: 43px;
	font-size: 15px;
	border: 1px solid #fff;
}

.property-filter .form-actions .btn:hover {
	background-color: #011f2c
}

@media (min-width : 768px) and (max-width: 979px) {

	.property-filter .rent label,
	.property-filter .sale label {
		font-size: 12px
	}
}

.property-filter::-webkit-input-placeholder {
	text-align: center;
}

.property-filter:-moz-placeholder {
	/* Firefox 18- */
	text-align: center;
}

.property-filter::-moz-placeholder {
	/* Firefox 19+ */
	text-align: center;
}

.property-filter:-ms-input-placeholder {
	text-align: center;
}

.property-detail {
	background-color: #fff;
	padding: 20px
}

.property-detail .overview {
	border: 1px solid #b5b5b5;
	margin: 0px 30px 10px 0px;
	padding: 20px
}

.property-detail .overview h2 {
	clear: both;
	line-height: 1;
	margin: 0px 0px 20px 0px
}

.property-detail .overview table th {
	text-align: left;
	padding-right: 15px
}

.property-detail #property-map,
.property-detail #property-map-loc,
.property-detail #infrastructure-map,
.property-detail #panorama-map {
	height: 400px;
	width: 100%
}

.property-detail #property-map img {
	max-width: none
}

.property-detail ul {
	list-style: none
}

.property-detail ul li.checked {
	background-image: url("nike.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 11px 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.property-detail ul li.checked {
		background-image: url("nike@2x.png")
	}
}

.property-detail ul li.plain {
	background-image: url("cross.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 11px 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.property-detail ul li.plain {
		background-image: url("cross@2x.png")
	}
}

.pricing .column {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 20px;
	text-align: center
}

.pricing .column h2 {
	background-image: url("border-gray.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #0581b5;
	font-size: 36px;
	margin: 0px;
	padding: 0px 0px 20px 0px
}

.pricing .column h3 {
	color: #1b1b1b;
	font-size: 30px;
	margin: 0px;
	padding-top: 10px
}

.pricing .column h4 {
	color: #818181;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 50px 0px
}

.pricing .column li {
	padding: 7px 0px
}

.pricing .column li:last-child {
	padding-bottom: 0px
}

.pricing .column li.important {
	font-weight: bold
}

.pricing .column li.unimportant {
	color: #b5b5b5
}

.pricing .column .btn-primary {
	background-color: #0581b5;
	font-weight: bold;
	margin-top: 15px
}

.pricing .column .btn-primary:hover {
	background-color: #045e83
}

.pricing.boxed .column {
	margin-top: 0px
}

.pricing.boxed .column h2 {
	background-color: #0581b5;
	background-image: none;
	color: #fff;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding-top: 20px
}

.pricing.boxed .column h3 {
	color: #022a3b;
	font-weight: bold
}

.pricing.boxed .column h4 {
	margin-bottom: 7px
}

.pricing.boxed .column li {
	background-image: url("border-gray.png");
	background-position: left top;
	background-repeat: repeat-x
}

.pricing.boxed .column li.unimportant {
	color: inherit;
	text-decoration: line-through
}

.pricing.boxed .column.promoted h2 {
	background-color: #022a3b
}

.pricing.boxed .column.promoted .content {
	border: 5px solid #022a3b;
	border-top: 0px;
	margin-bottom: -20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px
}

@media (max-width : 767px) {
	.pricing .column {
		margin-bottom: 30px
	}
}

.login-register .tabs {
	border: 0px;
	margin: 15px 0px 0px 0px
}

.login-register .tabs li {
	text-align: center;
	width: 50%
}

.login-register .tabs li a {
	font-size: 30px;
	line-height: 40px;
	padding: 7px 15px
}

.login-register .tab-content form {
	margin: 0px
}

.login-register .tab-content form input[type=text],
.login-register .tab-content form input[type=password] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 100%
}

.login-register .images .item {
	text-align: center
}

.login-register .images .item img {
	margin-bottom: 20px
}

.login-register .images .item h3 {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	padding: 0px
}

.widget {
	margin-bottom: 0px
}

.widget.our-agents .agent {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px 15px
}

.widget.our-agents .agent .image {
	float: left;
	margin-right: 20px;
	width: 70px
}

.widget.our-agents .agent .image img {
	width: 70px
}

.widget.our-agents .agent .name {
	color: #313131;
	font-size: 16px;
	margin-bottom: 8px
}

.widget.our-agents .agent .email,
.widget.our-agents .agent .phone {
	font-size: 12px
}

.widget.our-agents .agent:last-child {
	margin-bottom: 0px
}

@media (min-width : 768px) and (max-width: 1199px) {
	.widget.our-agents .agent {
		padding: 10px
	}

	.widget.our-agents .agent .image {
		margin-top: 3px;
		width: 50px
	}

	.widget.our-agents .agent .image img {
		width: 50px
	}

	.widget.our-agents .agent .name {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 0px
	}

	.widget.our-agents .agent .email,
	.widget.our-agents .agent .phone {
		line-height: 1.5
	}
}

@media (min-width : 768px) and (max-width: 979px) {
	.widget.our-agents .agent {
		text-align: center
	}

	.widget.our-agents .agent .image {
		float: none;
		margin-bottom: 10px;
		width: 100%
	}

	.widget.our-agents .agent .image img {
		width: auto
	}
}

@media (max-width : 767px) {
	.widget.our-agents {
		margin-bottom: 0px
	}
}

.our-agents-large .agent {
	margin-bottom: 30px
}

.our-agents-large .agent:last-child {
	margin-bottom: 0px
}

@media (max-width : 767px) {
	.our-agents-large .image {
		text-align: center
	}

	.our-agents-large .body h3 {
		text-align: center
	}
}

.about-us .member {
	text-align: center
}

.about-us .member h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0px 0px 0px
}

.partners .content {
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: block;
	padding: 30px;
	text-align: center
}

.partners .content:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.partners .content .partner {
	display: inline-block;
	margin: 0px 30px;
	vertical-align: middle
}

.carousel .content {
	background-color: #022a3b;
	padding: 30px 30px
}

.carousel .caroufredsel_wrapper {
	background-color: #022a3b;
	height: 286px !important;
	margin: 0px !important;
	overflow: hidden;
	width: 100% !important
}

.carousel ul {
	height: 270px;
	list-style: none;
	overflow: hidden
}

.carousel ul li {
	background-color: #fff;
	float: left;
	height: 286px;
	margin-right: 30px;
	width: auto !important
}

.carousel ul li .image {
	margin-bottom: 10px;
	position: relative
}

.carousel ul li .image a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%
}

.carousel ul li .image a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("eye.png");
	background-position: center center;
	background-repeat: no-repeat
}

.carousel ul li h3 {
	line-height: 22px;
	margin: 3px 0px 0px 0px;
	padding: 0px 10px
}

.carousel ul li h3 a {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	color: #022a3b;
	font-size: 18px;
	font-weight: normal
}

.carousel ul li h3 a:hover {
	color: #00070a;
	text-decoration: none
}

.carousel ul li .location {
	padding: 0px 10px
}

.carousel ul li .price {
	background-color: #ffffff;
	color: #313131;
	font-size: 18px;
	padding: 5px 16px;
	position: absolute;
	right: -10px;
	top: 130px
}

.carousel ul li .area {
	color: #313131;
	float: left;
	margin-top: 8px
}

.carousel ul li .area .key {
	display: inline;
	font-weight: bold;
	padding: 0px 0px 0px 10px
}

.carousel ul li .area .value {
	display: inline
}

.carousel ul li .bedrooms {
	float: right;
	margin-right: 10px;
	padding-top: 8px
}

.carousel ul li .bedrooms .inner {
	background-image: url("bedrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	color: #313131;
	padding-left: 30px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.carousel ul li .bedrooms .inner {
		background-image: url("bedrooms@2x.png")
	}
}

.carousel ul li .bathrooms {
	float: right;
	margin-right: 10px;
	padding-top: 8px
}

.carousel ul li .bathrooms .inner {
	background-image: url("bathrooms.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 20px;
	color: #313131;
	padding-left: 25px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.carousel ul li .bathrooms .inner {
		background-image: url("bathrooms@2x.png")
	}
}

.carousel .carousel-prev {
	-webkit-transition: opacity 0.2s linear, background-color 0.2s linear;
	-moz-transition: opacity 0.2s linear, background-color 0.2s linear;
	-o-transition: opacity 0.2s linear, background-color 0.2s linear;
	transition: opacity 0.2s linear, background-color 0.2s linear;
	background-color: #06a7ea;
	background-image: url("arrow-left-white.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	cursor: pointer;
	height: 40px;
	margin-top: 10px;
	padding: 0px;
	position: absolute;
	left: 15px;
	text-indent: -9999px;
	top: 50%;
	width: 40px;
	z-index: 80
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.carousel .carousel-prev {
		background-image: url("arrow-left-white@2x.png")
	}
}

.carousel .carousel-prev:hover {
	background-color: #036087
}

.carousel .carousel-next {
	-webkit-transition: opacity 0.2s linear, background-color 0.2s linear;
	-moz-transition: opacity 0.2s linear, background-color 0.2s linear;
	-o-transition: opacity 0.2s linear, background-color 0.2s linear;
	transition: opacity 0.2s linear, background-color 0.2s linear;
	background-color: #06a7ea;
	background-image: url("arrow-right-white.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	cursor: pointer;
	height: 40px;
	margin-top: 10px;
	padding: 0px;
	position: absolute;
	right: 15px;
	text-indent: -9999px;
	top: 50%;
	width: 40px;
	z-index: 80
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.carousel .carousel-next {
		background-image: url("arrow-right-white@2x.png")
	}
}

.carousel .carousel-next:hover {
	background-color: #0584b8
}

.carousel.property .content {
	background-color: transparent;
	position: relative
}

.carousel.property .caroufredsel_wrapper {
	background-color: transparent;
	height: 75px !important
}

.carousel.property ul {
	height: 75px
}

.carousel.property ul li {
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	background-color: transparent;
	height: 75px;
	margin: 0px 5px;
	opacity: .3
}

.carousel.property ul li:hover,
.carousel.property ul li.active {
	opacity: 1
}

.carousel.property ul li img {
	cursor: pointer;
	height: 75px;
	width: auto
}

.carousel.property .carousel-prev {
	display: block;
	top: 37px
}

.carousel.property .carousel-next {
	display: block;
	top: 37px
}

.carousel-wrapper .carousel {
	margin: 0px
}

.carousel-wrapper .carousel .content {
	padding-left: 100px;
	padding-right: 100px
}

.carousel-wrapper .carousel .content h2 {
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0px
}

.carousel-wrapper .carousel .carousel-prev {
	left: 50px;
	margin-left: -20px
}

.carousel-wrapper .carousel .carousel-next {
	margin-right: -20px;
	right: 50px
}

@media (max-width : 767px) {
	.carousel-wrapper .carousel .content {
		padding-left: 80px;
		padding-right: 80px
	}
}

.marker {
	-webkit-transition: margin-top 0.2s linear, padding-bottom 0.2s linear,
		opacity 0.2s linear;
	-moz-transition: margin-top 0.2s linear, padding-bottom 0.2s linear,
		opacity 0.2s linear;
	-o-transition: margin-top 0.2s linear, padding-bottom 0.2s linear,
		opacity 0.2s linear;
	transition: margin-top 0.2s linear, padding-bottom 0.2s linear, opacity 0.2s linear;
	background-image: url("marker.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 42px 57px;
	height: 57px;
	opacity: 0.7;
	width: 42px
}

.marker:hover {
	margin-top: -10px;
	padding-bottom: 10px;
	opacity: .99
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.marker {
		background-image: url("marker-blue@2x.png")
	}
}

.infobox {
	display: inline-block;
	/*height: 110px;*/
	height: 164px;
	zoom: 1;
	background-color: #fff;
	padding: 10px;
	position: relative;
	width: 270px;
	/*top: -20px;*/
}

.infobox:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.infobox:before {
	bottom: -16px;
	border: 8px solid transparent;
	border-top-color: #fff;
	content: '';
	height: 0px;
	margin-left: -8px;
	left: 50%;
	position: absolute;
	width: 0px;
	z-index: 100
}

.infobox .image {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px
}

.infobox .image .no_photo {
	height: 65px;
	background: rgba(240, 240, 240, 0.529411764705882) url(photo-camera.svg) no-repeat center;
	display: block;
	width: 100px;
	background-size: 30px;
}

.infobox .title {
	font-size: 18px
}

.infobox .title a:href {
	text-decoration: none
}

.infobox .area {
	color: #313131;
	margin-top: 5px
}

.infobox .area .key {
	float: left;
	font-weight: bold
}

.infobox .price {
	clear: left;
	color: #313131;
	float: left;
	font-size: 18px;
	margin-top: 8px
}

.infobox .price_type {
	font-size: 14px;
	color: #06a7ea;
	font-weight: 200;
	float: left;
	margin-top: 8px;
	margin-left: 8px;
}

.infobox .link a {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #0581b5;
	background-image: url("arrow-right-white.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	border: 0px;
	color: #fff;
	padding: 7px 30px 7px 15px;
	clear: right;
	float: right
}

.infobox .link a:hover,
.infobox .link a:active,
.infobox .link a:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.infobox .link a {
		background-image: url("arrow-right-white@2x.png")
	}
}

.infobox .link a:hover {
	background-color: #045e83
}

.infobox .link a a {
	color: #fff
}

.infobox .link a:hover {
	text-decoration: none
}

#map {
	height: 360px;
	width: 100%;
	/*margin-top:30px!important;*/
}

#map img {
	max-width: inherit
}

.map {
	position: relative
}

.map .row {
	position: relative
}

.map .row .span3 {
	float: right;
	margin-top: -450px;
	z-index: 9999
}

@media (max-width : 767px) {
	.map .row {
		margin-left: 20px;
		margin-right: 20px
	}

	.map .row .span3 {
		float: none;
		margin-top: 30px
	}
}

.features .item {
	margin-bottom: 30px
}

.features .item .icon {
	text-align: center
}

.features .item .text h3 {
	color: #313131;
	margin: 0px 0px 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 20px
}

@media (max-width : 767px) {
	.features .item {
		text-align: center
	}

	.features .item .icon {
		margin-bottom: 30px
	}

	.features .item .icon img {
		width: auto
	}
}

.bottom-wrapper {
	background-color: #fff;
	margin-bottom: -30px;
	padding: 30px 0px;
	text-align: center
}

.bottom-wrapper .decoration {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
	-moz-transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
	-o-transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
	transition: background-position 0.2s ease-in, border-color 0.2s ease-in,
		background-color 0.2s ease-in;
	background-color: #f0f0f0;
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 6px solid #f0f0f0;
	height: 130px;
	margin: 0px auto 30px auto;
	width: 130px
}

.bottom-wrapper .address {
	background-image: url("call-to-action-address.png");
	background-size: 53px 260px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.bottom-wrapper .address {
		background-image: url("call-to-action-address@2x.png")
	}
}

.bottom-wrapper .gps {
	background-image: url("call-to-action-gps.png");
	background-size: 77px 260px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.bottom-wrapper .gps {
		background-image: url("call-to-action-gps@2x.png")
	}
}

.bottom-wrapper .key {
	background-image: url("call-to-action-key.png");
	background-size: 77px 260px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.bottom-wrapper .key {
		background-image: url("call-to-action-key@2x.png")
	}
}

.bottom-wrapper .item h2 {
	font-size: 30px;
	margin: 0px 0px 20px 0px
}

.bottom-wrapper .item h2 a {
	color: #022a3b;
	text-decoration: none
}

.bottom-wrapper .item h2 a:hover {
	text-decoration: none
}

.bottom-wrapper .item .btn {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #0581b5;
	background-image: url("arrow-right-white.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 8px 11px;
	border: 0px;
	color: #fff;
	padding: 7px 30px 7px 15px
}

.bottom-wrapper .item .btn:hover,
.bottom-wrapper .item .btn:active,
.bottom-wrapper .item .btn:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	.bottom-wrapper .item .btn {
		background-image: url("arrow-right-white@2x.png")
	}
}

.bottom-wrapper .item .btn:hover {
	background-color: #045e83
}

.bottom-wrapper .item .btn a {
	color: #fff
}

.bottom-wrapper .item p {
	margin: 0px 0px 30px 0px
}

.bottom-wrapper .item:hover .key,
.bottom-wrapper .item:hover .gps,
.bottom-wrapper .item:hover .address {
	background-color: #022a3b;
	background-position: center top;
	border-color: #06a7ea
}

@media (max-width : 767px) {
	.bottom-wrapper {
		padding-left: 20px;
		padding-right: 20px
	}

	.bottom-wrapper .item {
		margin-bottom: 30px
	}

	.bottom-wrapper .item:last-child {
		margin-bottom: 0px
	}
}

#footer-wrapper {
	background-color: #032A3B;
	color: #fff;
	width: 100%
}

#footer-wrapper .widget.properties .property {
	background-color: #022a3b
}

#footer-wrapper .widget.properties .property .price {
	color: #fff
}

#footer-wrapper #footer-top {
	padding: 40px 0 5px;
	margin: 40px 0 40px;
}

#footer-wrapper #footer-top .title {
	font-weight: lighter;
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	color: #D7D7D7;
	text-transform: uppercase;
}

#footer-top-inner .row {
	display: flex;
	justify-content: space-between;
}

#footer-top-inner .span3 {
	float: none;
	width: 100%;
}

.footer_logo {
	max-width: 150px;
}

#footer-inner {
	background: #013045;
	padding: 18px 15px 19px;
}

#footer-inner .row {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

#footer-top-inner .span3.footer_soc_links {
	text-align: center;
	max-width: 130px;
}

.footer_soc_links ul {
	margin-left: 0;
}

.footer_soc_links li {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	margin-bottom: 5px;
}

.footer_soc_links li:last-child a {
	margin-right: 0;
}

.footer_soc_links li a {
	width: 35px;
	height: 35px;
	display: block;
	background: #999999;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
	margin: -10px 3px;
	transition: all 0.2s;
	font-size: 16px;
}

.footer_soc_links li a i {
	line-height: 35px;
}

.footer_soc_links li.vk a:hover {
	background: #45668e;
}

.footer_soc_links li.fb a:hover {
	background: #3b5998;
}

.footer_soc_links li.yt a:hover {
	background: #bb0000;
}

#footer-inner .copyright {
	margin: 0 0px 0 0;
	width: 50%;
}

#footer-inner .copyright img {
	margin: -10px 15px 0 0;
	vertical-align: middle;
}

#footer-inner .copyright p {
	line-height: 36px;
	padding-top: 5px
}

#footer-inner .footer_right_links {
	width: 50%;
	text-align: right;
}

#footer-inner .footer_right_links a {
	color: #fff;
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
}

.footer_bottom {
	max-width: 1200px;
	margin: 0 auto;
}

.footer_bottom .share ul {
	margin: 0;
}

.footer_bottom:after {
	content: "";
	clear: both;
	display: block;
}

.footer_right_links {
	text-align: right;
}

.footer_bottom .footer_pay {
	float: left;
	width: 70%;
	font-size: 10px;
	color: #949494;
	padding-top: 15px;
}

.footer_bottom .footer_pay p {
	margin-top: 5px;
}

.footer_bottom .share {
	width: 30%;
	float: right;
	margin: 0 !important;
	text-align: right;
	padding-top: 15px;
}

#footer-wrapper #footer-top .nav li {
	background-image: url("footer-border.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 270px 1px;
	color: #06a7ea;
	list-style: disc;
	list-style-position: inside;
	padding: 6px 0px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	#footer-wrapper #footer-top .nav li {
		background-image: url("footer-border@2x.png")
	}
}

#footer-wrapper #footer-top a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
}

#footer-wrapper #footer-top .nav li a {
	color: #fff;
	display: inline-block;
	line-height: 23px;
	'

}

#footer-wrapper #footer-top .nav li a:hover {
	background-color: transparent;
	color: #06a7ea;
	text-decoration: none
}

#footer-wrapper #footer-top .nav li:first-child {
	padding-top: 0px
}

#footer-wrapper #footer-top .nav li:last-child {
	background-image: none
}

#footer-wrapper #footer-top form label {
	font-weight: bold
}

#footer-wrapper #footer-top form label .form-required {
	color: red
}

#footer-wrapper #footer-top form input[type=text],
#footer-wrapper #footer-top form input[type=email] {
	height: 34px;
	line-height: 34px
}

#footer-wrapper #footer-top form input[type=text],
#footer-wrapper #footer-top form input[type=email],
#footer-wrapper #footer-top form textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px;
	resize: none;
	width: 100%
}

#footer-wrapper #footer-top form input[type=text]:focus,
#footer-wrapper #footer-top form input[type=text]:active,
#footer-wrapper #footer-top form input[type=email]:focus,
#footer-wrapper #footer-top form input[type=email]:active,
#footer-wrapper #footer-top form textarea:focus,
#footer-wrapper #footer-top form textarea:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

#footer-wrapper #footer-top form textarea {
	height: 60px
}

#footer-wrapper #footer-top form .form-actions {
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px
}

#footer-wrapper #footer-top form .form-actions .btn {
	float: right
}

#footer-wrapper #footer-top table.contact th {
	background-repeat: no-repeat;
	color: #06a7ea;
	font-weight: bold;
	padding: 0px 10px 10px 30px;
	text-align: right;
	vertical-align: top
}

#footer-wrapper #footer-top table.contact th.address {
	background-image: url("address.png");
	background-size: 12px 16px;
	background-position: 6px 2px
}

#footer-wrapper #footer-top table.contact th.phone {
	background-image: url("mobile.png");
	background-size: 16px 16px;
	background-position: 3px 1px
}

#footer-wrapper #footer-top table.contact th.email {
	background-image: url("mail.png");
	background-size: 17px 11px;
	background-position: 4px 4px
}

#footer-wrapper #footer-top table.contact th.skype {
	background-image: url("skype.png");
	background-size: 18px 17px;
	background-position: 3px 1px
}

#footer-wrapper #footer-top table.contact th.gps {
	background-image: url("gps.png");
	background-size: 25px 24px;
	background-position: left 0px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	#footer-wrapper #footer-top table.contact th.address {
		background-image: url("address@2x.png")
	}

	#footer-wrapper #footer-top table.contact th.phone {
		background-image: url("mobile@2x.png")
	}

	#footer-wrapper #footer-top table.contact th.email {
		background-image: url("mail@2x.png")
	}

	#footer-wrapper #footer-top table.contact th.skype {
		background-image: url("skype@2x.png")
	}

	#footer-wrapper #footer-top table.contact th.gps {
		background-image: url("gps@2x.png")
	}
}

#footer-wrapper #footer-top table.contact td {
	vertical-align: top;
	padding-bottom: 15px
}

#footer-wrapper #footer-top table.contact td a {
	color: #fff;
	text-decoration: none
}

#footer-wrapper #footer-top table.contact td a:hover {
	color: #06a7ea;
	text-decoration: none
}

#footer-wrapper #footer {
	border: 0px;
	margin-top: 0px;
	padding: 25px 0px 0;
}

#footer-wrapper #footer #footer-inner p {
	margin: 0px;
	font-size: 14px;
	color: #D7D7D7;
}

#footer-wrapper #footer #footer-inner p a {
	text-decoration: none
}

#footer-wrapper #footer #footer-inner #block-menu-menu-share .content {
	overflow: hidden
}

#footer-wrapper #footer #footer-inner .nav {
	float: right;
	margin: 0px
}

#footer-wrapper #footer #footer-inner .nav li {
	display: inline-block;
	margin-left: 20px
}

#footer-wrapper #footer #footer-inner .nav li a {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-indent: -99999px
}

#footer-wrapper #footer #footer-inner .nav li a.twitter {
	background-image: url("twitter.png");
	background-size: 24px 22px;
	width: 24px
}

#footer-wrapper #footer #footer-inner .nav li a.facebook {
	background-image: url("facebook.png");
	background-size: 11px 22px;
	width: 11px
}

#footer-wrapper #footer #footer-inner .nav li a.flickr {
	background-image: url("flickr.png");
	background-size: 23px 10px;
	width: 23px
}

.property-block .tab-content {
	overflow: inherit;
	padding: 0;
	margin: 0;
}

#footer-wrapper #footer #footer-inner .nav li a.vimeo {
	background-image: url("vimeo.png");
	background-size: 22px 20px;
	width: 22px
}

#footer-wrapper #footer #footer-inner .nav li a.google {
	background-image: url("google.png");
	background-size: 27px 25px;
	width: 27px
}

#footer-wrapper #footer #footer-inner .nav li a.linkedin {
	background-image: url("linkedin.png");
	background-size: 23px 22px;
	width: 23px
}

#footer-wrapper #footer #footer-inner .nav li a:hover {
	background-color: transparent
}
.footer_pay .items ul{
	margin:0;
}
.footer_pay .items ul li {
    display: inline-block;
    margin-right: 20px;
    max-height: 30px;
}
.footer_pay .items ul li img {
    opacity: .4;
    height: 30px;
    vertical-align: top;
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	#footer-wrapper #footer #footer-inner .nav li a.twitter {
		background-image: url("twitter@2x.png")
	}

	#footer-wrapper #footer #footer-inner .nav li a.facebook {
		background-image: url("facebook@2x.png")
	}

	#footer-wrapper #footer #footer-inner .nav li a.flickr {
		background-image: url("flickr@2x.png")
	}

	#footer-wrapper #footer #footer-inner .nav li a.vimeo {
		background-image: url("vimeo@2x.png")
	}

	#footer-wrapper #footer #footer-inner .nav li a.google {
		background-image: url("google@2x.png")
	}

	#footer-wrapper #footer #footer-inner .nav li a.linkedin {
		background-image: url("linkedin@2x.png")
	}
}

@media (min-width : 768px) and (max-width: 979px) {
	#footer-wrapper #footer-top table.contact th {
		background-position: left center !important;
		display: block;
		padding-bottom: 12px;
		padding-left: 35px;
		padding-top: 12px;
		text-align: left
	}

	#footer-wrapper #footer-top table.contact td {
		display: table;
		padding-bottom: 10px
	}

	#footer-wrapper #footer-top table.contact tr:first-child th {
		background-position: left top !important;
		padding-top: 0px
	}
}

@media (max-width : 767px) {
	#footer-wrapper #footer-top {
		padding-left: 20px;
		padding-right: 20px
	}

	#footer-wrapper #footer #footer-inner {
		padding-left: 20px;
		padding-right: 21px;
	}

	#footer-wrapper #footer #footer-inner .nav {
		float: none;
		margin-top: 0px
	}

	#footer-wrapper #footer #footer-inner .nav li:first-child {
		margin-left: 0px
	}

}

.btn {
	-webkit-font-smoothing: antialiased;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 0px;
	padding: 7px 10px;
	font-weight: normal
}

.btn.btn-primary {
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	margin: 20px 0 0;
	border-radius: 3px;
	background-color: #cc181e;
	min-width: 190px;
}

.btn.btn-primary.default {
	width: auto;
	min-width: auto;
	margin: 0px;
}

.btn.btn-primary.arrow-right {
	background-image: url("plus-to-add1.png");
	background-position: 93% center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding-right: 30px
}



.btn.btn-primary:hover {
	background-color: #0584b8
}

.btn.btn-large {
	padding: 11px 19px
}

.btn.btn-large.arrow-right {
	padding-right: 60px
}

html {
	height: 100%
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #f0f0f0;
	color: #000000;
	font-family: "Open Sans", "Arial", sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px
}

body a,
.hideurl-span {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	color: #06a7ea
}

body a:hover,
.hideurl-span:hover {
	color: #0584b8;
	text-decoration: underline
}

body p {
	line-height: 20px
}

body p.content-icon-spacing {
	padding-left: 55px
}

body hr.dotted {
	background-image: url("border-gray.png");
	background-position: left center;
	background-repeat: no-repeat;
	border: 0px;
	height: 1px
}

body ul.dotted li {
	color: #022a3b;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px
}

body ul.dotted li .inner {
	color: #313131
}

body ul.dotted li .inner strong {
	color: #1b1b1b
}

body #wrapper-outer {
	height: 100%
}

body #wrapper-outer #wrapper {
	-webkit-transition: left 0.3s ease-in;
	-moz-transition: left 0.3s ease-in;
	-o-transition: left 0.3s ease-in;
	transition: left 0.3s ease-in;
	display: block;
	position: relative;
	width: 100%;
	left:0;
}

body #wrapper-outer #wrapper #wrapper-inner {
	display: block;
}

body #wrapper-outer #wrapper #wrapper-inner:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

body #wrapper-outer #wrapper #footer-wrapper {
	display: block;
}

@media (min-width : 980px) {
	body {
		padding-top: 0px
	}
}

@media (max-width : 979px) {
	body.nav-open #wrapper-outer {
		overflow-x: hidden
	}

	body.nav-open #wrapper-outer #wrapper {
		left: 70%
	}

	body.nav-open1 #wrapper-outer #wrapper {
		left: 0;
	}
}

#content {
	padding-bottom: 0px;
}

@media (max-width : 767px) {
	#content #main {
		padding-left: 20px;
		padding-right: 20px
	}
}

h1.page-header,
h2.page-header,
.sidebar-right .page-header {
	border: 0px;
	color: #000000;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin: 10px 0px 20px;
	padding: 0px
}

h2,
.sidebar-right .page-header {
	color: #000000;
	font-size: 20px;
	font-weight: lighter;
	margin: 15px 0 15px;
	padding: 0 0 0 7px;
}

h3 {
	color: #022a3b;
	font-size: 18px;
	font-weight: normal
}

h3.address {
	background-image: url("bubble-address.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 34px 35px;
	padding-left: 55px
}

h3.call-us {
	background-image: url("bubble-call-us.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 34px 35px;
	padding-left: 55px
}

h3.email {
	background-image: url("bubble-email.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 34px 35px;
	padding-left: 55px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	h3.address {
		background-image: url("bubble-address@2x.png")
	}

	h3.call-us {
		background-image: url("bubble-call-us@2x.png")
	}

	h3.email {
		background-image: url("bubble-email@2x.png")
	}
}

@media (max-width : 767px) {

	h1.page-header,
	h2.page-header {
		font-size: 20px;
		line-height: 30px;
	}

	h2 {
		font-size: 20px
	}
}

body.green .marker,
body.gray-green .marker {
	background-image: url("marker-green.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	body.green .marker,
	body.gray-green .marker {
		background-image: url("marker-green@2x.png")
	}
}

body.green-light .marker,
body.gray-green-light .marker {
	background-image: url("marker-green-light.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	body.green-light .marker,
	body.gray-green-light .marker {
		background-image: url("marker-green-light@2x.png")
	}
}

body.brown .marker,
body.gray-brown .marker {
	background-image: url("marker-brown.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	body.brown .marker,
	body.gray-brown .marker {
		background-image: url("marker-brown@2x.png")
	}
}

body.brown-dark .marker,
body.gray-brown-dark .marker {
	background-image: url("marker-brown-dark.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	body.brown-dark .marker,
	body.gray-brown-dark .marker {
		background-image: url("marker-brown-dark@2x.png")
	}
}

body.turquiose .marker,
body.gray-turquiose .marker {
	background-image: url("marker-turquiose.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	body.turquiose .marker,
	body.gray-turquiose .marker {
		background-image: url("marker-turquiose@2x.png")
	}
}

body.orange .marker,
body.gray-orange .marker {
	background-image: url("marker-orange.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	body.orange .marker,
	body.gray-orange .marker {
		background-image: url("marker-orange@2x.png")
	}
}

body.magenta .marker,
body.gray-magenta .marker {
	background-image: url("marker-magenta.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	body.magenta .marker,
	body.gray-magenta .marker {
		background-image: url("marker-magenta@2x.png")
	}
}

body.red .marker,
body.gray-red .marker {
	background-image: url("marker-red.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	body.red .marker,
	body.gray-red .marker {
		background-image: url("marker-red@2x.png")
	}
}

body.violet .marker,
body.gray-violet .marker {
	background-image: url("marker-violet.png")
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {

	body.violet .marker,
	body.gray-violet .marker {
		background-image: url("marker-violet@2x.png")
	}
}

body.pattern-cloth-alike #content {
	background-image: url("cloth-alike.png.1");
	background-repeat: repeat;
	background-size: 102px 78px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-cloth-alike #content {
		background-image: url("cloth-alike@2x.png.1")
	}
}

body.pattern-cloth-alike #content {
	background-image: url("cloth-alike.png.1");
	background-repeat: repeat;
	background-size: 102px 78px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-cloth-alike #content {
		background-image: url("cloth-alike@2x.png.1")
	}
}

body.pattern-corrugation #content {
	background-image: url("corrugation.png.1");
	background-repeat: repeat;
	background-size: 8px 5px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-corrugation #content {
		background-image: url("corrugation@2x.png.1")
	}
}

body.pattern-diagonal-noise #content {
	background-image: url("diagonal-noise.png.1");
	background-repeat: repeat;
	background-size: 100px 100px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-diagonal-noise #content {
		background-image: url("diagonal-noise@2x.png.1")
	}
}

body.pattern-dust #content {
	background-image: url("dust.png.1");
	background-repeat: repeat;
	background-size: 400px 300px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-dust #content {
		background-image: url("dust@2x.png.1")
	}
}

body.pattern-fabric-plaid #content {
	background-image: url("fabric-plaid.png.1");
	background-repeat: repeat;
	background-size: 102px 78px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-fabric-plaid #content {
		background-image: url("fabric-plaid@2x.png.1")
	}
}

body.pattern-farmer #content {
	background-image: url("farmer.png.1");
	background-repeat: repeat;
	background-size: 200px 200px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-farmer #content {
		background-image: url("farmer@2x.png.1")
	}
}

body.pattern-grid-noise #content {
	background-image: url("grid-noise.png.1");
	background-repeat: repeat;
	background-size: 98px 98px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-grid-noise #content {
		background-image: url("grid-noise@2x.png.1")
	}
}

body.pattern-lightpaperfibers #content {
	background-image: url("lightpaperfibers.png");
	background-repeat: repeat;
	background-size: 500px 300px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-lightpaperfibers #content {
		background-image: url("lightpaperfibers@2x.png")
	}
}

body.pattern-retina-wood #content {
	background-image: url("retina-wood.png");
	background-repeat: repeat;
	background-size: 512px 512px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-retina-wood #content {
		background-image: url("retina-wood@2x.png")
	}
}

body.pattern-lghtmesh #content {
	background-image: url("lghtmesh.png.1");
	background-repeat: repeat;
	background-size: 256px 256px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-lghtmesh #content {
		background-image: url("lghtmesh@2x.png.1")
	}
}

body.pattern-pw-maze-white #content {
	background-image: url("pw-maze-white.png.1");
	background-repeat: repeat;
	background-size: 46px 23px
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.pattern-pw-maze-white #content {
		background-image: url("pw-maze-white@2x.png.1")
	}
}

body.header-light .breadcrumb-wrapper {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0
}

body.header-light .breadcrumb-wrapper span {
	color: #707070 !important
}

body.header-light .breadcrumb-wrapper .nav li a {
	border-right-color: #707070;
	color: #707070 !important
}

body.header-light #navigation {
	background-color: #02344a
}

body.header-light #navigation input[type=text] {
	border: 0px !important;
	height: 22px
}

body.header-light #navigation button.btn {
	border: 0px;
	height: 34px
}

body.header-light #navigation .nav .nolink,
body.header-light #navigation .nav a {
	color: #fff !important
}

@media (min-width : 980px) {

	body.header-light #navigation .nav .menuparent>.nolink,
	body.header-light #navigation .nav .menuparent>a {
		background-image: url("arrow-bottom-white.png") !important
	}

	body.header-light #navigation .nav .menuparent .menuparent>.nolink,
	body.header-light #navigation .nav .menuparent .menuparent>a {
		background-image: url("arrow-right-white.png") !important
	}
}

@media (min-width : 980px) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 980px) and (-moz-min-device-pixel-ratio: 2) {

	body.header-light #navigation .nav .menuparent>.nolink,
	body.header-light #navigation .nav .menuparent>a {
		background-image: url("arrow-bottom-white@2x.png") !important
	}
}

@media (min-width : 980px) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 980px) and (-moz-min-device-pixel-ratio: 2) {

	body.header-light #navigation .nav .menuparent .menuparent>.nolink,
	body.header-light #navigation .nav .menuparent .menuparent>a {
		background-image: url("arrow-right-white@2x.png") !important
	}
}

body.header-dark .breadcrumb-wrapper {
	background-color: #022a3b;
	border-bottom: 1px solid #022a3b
}

body.header-dark #header-inner {
	background-color: #02344a;
	color: #fff
}

body.header-dark #header-inner .site-name a {
	color: #fff !important
}

body.header-dark #header-inner .site-phone span {
	background-image: url("phone-white.png") !important;
	color: #fff !important
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.header-dark #header-inner .site-phone span {
		background-image: url("phone-white@2x.png") !important
	}
}

body.header-dark #header-inner .site-email a {
	background-image: url("mail.png") !important;
	color: #fff !important
}

@media (-webkit-min-device-pixel-ratio : 2),
(-moz-min-device-pixel-ratio: 2) {
	body.header-dark #header-inner .site-email a {
		background-image: url("mail@2x.png") !important
	}
}

.properties-rows .property .image {
	overflow: hidden;
	height: 200px;
}

.properties-grid .property .image {
	height: 200px;
}

.properties-grid .property h2 {
	min-height: 50px;
}

.spec_grid_info {
	width: 250px;
	margin: 10px;
	float: left;
}

.carousel.property .preview {
	text-align: center;
}

.sett-carousel .carousel.property .preview .no_photo {
	height: 235px;
	background: rgba(240, 240, 240, 0.529411764705882) url(photo-camera.svg) no-repeat center;
	display: block;
	width: 360px;
	background-size: 60px;
}

.sett-carousel-no-photo .carousel.property .preview .no_photo {
	height: 190px;
	width: 290px;
}

.sett-carousel-no-photo .carousel.property .preview img {
	height: 220px;
	/*width: 100%;*/
	object-fit: cover;
}

.sett-carousel.data-bold {
	background: #FFFEE3;
}

.properties-grid .filter {
	display: block;
	margin: 15px 0px 0px 0px;
	height: auto;
	padding: 10px;
}

.properties-grid .filter:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

.properties-grid .filter form {
	float: right;
	margin: 0px;
}

.properties-grid .filter form .control-group {
	float: right;
	margin-bottom: 0px;
}

.properties-grid .filter form .control-group .controls {
	margin-left: 0px;
}

.properties-grid .filter form .control-group .control-label {
	width: 100px;
}

.properties-grid .filter form .control-group label {
	color: #1b1b1b;
	font-weight: bold;
	line-height: 30px;
}

.properties-grid .filter form .control-group select {
	width: 100px;
}

.widget.our-agents .agent {
	min-height: 80px;
}

.widget.properties .content .property .image {
	height: 74px;
	overflow-y: hidden;
}

.navigation-wrapper .navigation .language-switcher .current a {
	text-indent: 0;
}

.navigation-wrapper .navigation .language-switcher .options ul li a {
	text-indent: 0;
}

.cluster-listing {
	width: 310px;
	max-height: 150px;
}

.cluster-listing.scrollable {
	/*overflow-y: scroll;*/
}

.navigation-wrapper .navigation .site-search .apps_search_form {
	margin: 0;
}

.navigation-wrapper .navigation .site-search input {
	width: 200px;
}

ul.ui-autocomplete {
	list-style: none;
	padding: 5px;
}

.properties-grid .row {
	margin-bottom: 20px;
}


.carousel.property ul li {
	height: 100px;
	overflow-y: hidden;
}

.carousel.property ul li img {
	width: 155px;
	height: auto;
}

.carousel.property .carousel-next,
.carousel.property .carousel-prev {
	top: 50px;
}

.iosSlider .slide {
	height: 411px;
	overflow: hidden;
}

.iosSlider .slider-param {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 12px;
	color: #ffffff;
	font-weight: normal;
	float: left;
	margin-right: 10px;
}

.iosSlider .value {
	font-weight: bold;
	margin-left: 5px;
}

#prettyLogin {
	display: none;
}

#prettyLogin .form-horizontal .control-label {
	height: auto;
}

#prettyLogin .form-horizontal .small .control-label,
#prettyLogin .form-horizontal .small a {
	padding-right: 15px;
	padding-top: 0 !important;
	font-size: 13px !important;
}

#prettyLogin .form-horizontal .control-group {
	margin-bottom: 15px;
}

#prettyLogin .tab-pane .row {
	margin: 3px 0;
	width: 100%;
	float: none;
	padding: 0;
	float: none;
	clear: both;
	display: block;
}

#prettyLogin .modal-body {
	max-height: 600px;
}

#prettyLogin .modal-body .tab-content {
	max-width: 400px;
	margin: 0 auto;
}

#prettyLogin .tab-pane .row label {
	display: block;
	float: left;
	cursor: pointer;
	width: 200px;
}

#prettyLogin .tab-pane .error {
	display: none;
	color: #cc181e;
}

#prettyLogin .tab-pane .error_mark {
	display: none;
}

.slider-wrapper .images .navigation {
	z-index: 1049;
}

a.carousel-next:focus,
a.carousel-prev:focus {
	outline: none;
}

.nav>li.leaf>a:focus {
	outline: none;
	background-color: #022a3b;
	;
}

#geodata input {
	margin: 5px 0;
	margin-right: 5px;
}

.topspecial .image img {
	width: 100%;
}

.property-filter select {
	background-image: none;
	border: 1px solid #D5D5D5;
	border-radius: 0;
	box-shadow: none;
	height: 38px;
	line-height: 40px;
	font-size: 13px;
	font-family: "Open Sans", "Arial", sans-serif;
}

.property-filter select[multiple] {
	height: 30px;
}

.property-filter .modal-body label {
	color: black;
}

.property-filter .modal-body input[type=text] {
	border: 1px solid #d5d5d5;
}

#breadcrumbs {
	margin: 10px 0;
}

.noverview-holder {
	overflow: hidden;
	text-align: left;
}

.property-detail .noverview-short {
	border: 1px solid #b5b5b5;
	margin: 0px 30px 10px 0px;
	padding: 20px;
	float: left;
	width: 270px;
}

.property-detail .noverview-short h2 {
	clear: both;
	line-height: 1;
	margin: 0px 0px 20px 0px;
}

.property-detail .noverview-short table th {
	text-align: left;
	padding-right: 15px;
}

/*
.fav-add {
	background-image: url('../img/starg.png');
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
}

.fav-add:hover {
	background-image: url('../img/starg_h.png');
}

.fav-rem {
	background-image: url('../img/star.png');
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
}

.fav-rem:hover {
	background-image: url('../img/star_h.png');
}
*/
#view_table {
	margin: 10px 0;
}

#view_table .row3 td {
	padding: 5px 25px 0 0px;
}

#view_table .hint {
	color: #A09D9D;
	display: block;
	font-size: 80%;
}

.banner_listing {
	display: inline-block;
	zoom: 1;
	*-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*background-color: #fff;
	display: block;
	margin: 10px 0px 0px;
	height: auto;
	text-align: center;
	padding: 7px 0 1px
}

.banner_view {
	display: inline-block;
	zoom: 1;
	*-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*background-color: #fff;
	display: block;
	margin: -20px 0px 5px;
	height: auto;
	text-align: center;
	padding: 7px 0 1px
}

.banner_main {
	display: inline-block;
	zoom: 1;
	*-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	*background-color: #fff;
	display: block;
	margin: 27px 0px 0px 0px;
	height: auto;
	width: 100%;
	text-align: center;
	padding: 7px 0 1px
}

.category {
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: block;
	margin: 10px 0px 5px;
	height: auto;
	padding: 10px 0 1px
}

.category span {
	position: absolute;
	left: -30px;
}

.category .submenu {
	position: relative;
	margin: 0 0 10px 0px;
}

.category .submenu .ul {
	float: left;
	padding-left: 0px;
}

.category .submenu li {
	float: left;
	list-style: none outside none;
	padding-left: 15px;
}

.row-box {
	overflow: hidden;
	background-color: #ffffff;
	padding: 30px 33px;
	box-shadow: 0 1px 1px #cecece;
	margin-bottom: 27px;
}

.link-stat ul li {
	line-height: 26px;
}

.link-stat ul li:first-child {
	font-size: 20px;
	color: #06a7ea;
	padding-bottom: 10px;
	line-height: normal;
}

.link-stat ul li a {
	font-size: 15px;
	color: #272727;
	text-decoration: underline;
	font-weight: 300;
}

.link-stat ul li a:hover {
	color: #0e88bb;
}

.chart-box {
	overflow: hidden;
}

.chart-box .radio,
.chart-box .checkbox {
	padding-left: 0;
}

.chart-box .checkbox-1 .ez-checkbox {
	background-image: none;
	background-color: #a6def2;
}

.chart-box .checkbox-2 .ez-checkbox {
	background-image: none;
	background-color: #ffc77e;
}

.chart-box .checkbox-3 .ez-checkbox {
	background-image: none;
	background-color: #b8d968;
}

.chart-box .checkbox-4 .ez-checkbox {
	background-image: none;
	background-color: #e9aaee;
}

.chart-box .ez-checked {
	background-image: url(checkbox-o.png) !important;
	background-size: auto;
}

.chart-checkbox {
	padding-top: 25px;
	overflow: hidden;
}

.chart-radio .ez-radio,
.checktariff .ez-radio {
	width: 21px;
	height: 21px;
	margin: 5px 10px 0 0;
}

.chart-radio {
	padding-top: 35px;
	overflow: hidden;
}

.checktariff .ez-radio input[type="radio"],
.checktariff .ez-radio input[type="checkbox"] {
	margin: 0px 0px 2px 4px;
}

.checktariff .ez-radio input[type="radio"].ez-hide,
.checktariff .ez-radio input[type="checkbox"].ez-hide {
	opacity: 1;
}

.chart-table {
	padding-top: 20px;
}

.chart-table-title {
	font-size: 18px;
	color: #0581b5;
}

.chart-table .table-table {
	background-color: #f4f4f4;
	padding: 7px;
	margin-top: 15px;
}

.chart-table .table {
	margin-bottom: 0;
	font-size: 14px;
	color: #6f7274;
}

.chart-table .table td {
	border-top: 0;
	padding: 9px;
	padding-left: 16px;
}

.chart-table .table tbody td {
	background-color: #ffffff;
	border-top: 7px solid #f4f4f4;
}

.chart-table .table thead td a {
	text-transform: uppercase;
	color: #000000;
}

.chart-table .table thead td a span {
	border-bottom: 1px dashed #000;
}

.chart-table .table thead td a:hover {
	color: #6f7274;
	text-decoration: none;
}

.chart-table .table thead td a:hover span {
	border-color: #6f7274;
}

.chart-table-text {
	padding-top: 30px;
}

.chart-table-text p {
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}

.jqueryslidemenu ul li ul li ul {
	left: 200px !important;
}

.breadcrumbs-wrap {
	position: relative;
	background-color: #d3d3d3;
}

.breadcrumbs-wrap #breadcrumbs {
	width: 100%;
	margin: 0 0px;
	padding: 9px 0px;
	background-color: #d3d3d3;
	color: #575757;
	font-size: 14px;
}

.breadcrumbs-wrap #breadcrumbs a {
	color: #000;
}

.breadcrumbs-wrap #breadcrumbs a:hover {
	color: #575757;
	text-decoration: none;
}

#chartdiv {
	background-image: url(home.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.mg_l_30 {
	margin-left: 30px;
}

h1 {
	font-size: 28px;
	font-weight: 400;
	margin: 20px 0px 20px;
}

h1.list_page_h1 {
	font-size: 22px;
	font-weight: lighter;
}

h1.page-header {
	font-size: 28px;
	font-weight: 400;
	margin: 20px 0px 20px;
}

h1.page-header--event {
	display: inline-block;
}

.mg_l_30 {
	margin-left: 30px;
}

.carousel.property .preview {
	text-align: left;
}

.row-item {
	margin-left: 0;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 1px 1px #cecece;
}

.row-item .span6 {
	margin-left: 9px;
	padding-top: 9px;
	width: 600px;
}

.row-item .carousel .content {
	padding: 0;
	padding-top: 5px;
}

.row-item .carousel.property ul li {
	margin-left: 0;
	height: 70px;
	width: 70px !important;
	border: 0;
	opacity: 1;
	margin-right: 6px;
	overflow: hidden;
	background-color: #06A7EA;
}

.row-item .carousel.property ul li img {
	width: 70px;
	height: 70px;
	max-width: 70px;
}

.row-item .carousel.property ul li:hover,
.row-item .carousel.property ul li.active {
	border: 0;
	width: 70px !important;
	height: 70px !important;
	position: relative;
	overflow: hidden;
}

.row-item .carousel.property ul li:hover span,
.row-item .carousel.property ul li.active span {
	display: block;
	width: 66px;
	height: 66px;
	margin: 2px;
	overflow: hidden;
}

.row-item .carousel.property ul li:hover img,
.row-item .carousel.property ul li.active img {
	width: 70px;
	height: 70px;
	max-width: 70px;
	margin: -2px;
	border: none;
}

.row-item .span6 .carousel.property .preview .no_photo_opacity {
	opacity: 0;
}

.row-item .span6 .carousel.property .preview .no_photo {
	background: rgba(240, 240, 240, 0.529411764705882) url(photo-camera.svg) no-repeat center;
	display: block;
	width: 100%;
	background-size: 60px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.row-item .carousel.property .preview a {
	position: relative;
}

.row-item .carousel.property .preview a:after {
	content: '';
	width: 110px;
	height: 110px;
	position: absolute;
	z-index: 1;
	background: url(zoom_ico.png);
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.row-item .carousel.property .preview:hover a:after {
	opacity: 1;
}

.row-item .carousel.property .carousel-next,
.row-item .carousel.property .carousel-prev {
	width: 23px;
	height: 23px;
	top: 18px;
}

.row-item .carousel.property .carousel-next {
	right: 0;
}

.row-item .carousel.property .carousel-prev {
	left: 0;
}

.row-item .carousel {
	margin-bottom: 0;
}

.row-item .span3 {
	margin-left: 11px;
	width: 270px;
	padding-top: 9px;
}

.row-item .span3 .date-id {
	text-align: right;
}

.row-item .span3 .date-id span {
	display: inline-block;
	line-height: 26px;
	height: 26px;
	padding: 0 10px;
	background-color: #06a7ea;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.row-item .span3 .date-id span:first-child {
	background: none;
	color: #999999;
	font-size: 14px;
	font-weight: 300;
}

.row-item .prices {
	text-align: center;
	padding-top: 15px;
	position: relative;
}

.row-item .prices .total {
	font-size: 50px;
	font-weight: 300;
	color: #06a7ea;
	line-height: normal;
	letter-spacing: -2px;
	margin-bottom: -5px;
}

.row-item .prices .total span {
	position: relative;
	font-size: 26px;
	color: #000000;
	top: -17px;
}

.row-item .prices .price-m2 {
	font-size: 15px;
}

.row-item .prices .price-m2 span {
	color: #06a7ea;
}

.row-item .text {
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	padding-right: 14px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
	height: 123px;
}

.row-item .text.open {
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	padding-right: 14px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.row-item .text:after {
	display: block;
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-shadow: 0 15px 25px 25px rgba(255, 255, 255, 1);
	background-color: #fff;
}

.row-item .text.open:after {
	display: none;
}

.row-item .center {
	text-align: center;
	padding-right: 14px;
	cursor: pointer;
}

.row-item .text p {
	margin-bottom: 0;
}

.row-item .favorites {
	text-align: center;
	padding-top: 10px;
	padding-right: 14px;
}

.row-item .favorites a:hover span {
	color: #06a7ea;
	border-color: #06a7ea;
}

.row-item .favorites a i {
	display: inline-block;
	width: 18px;
	height: 33px;
	font-size: 20px;
	vertical-align: bottom;
	color: #656565;
}

.row-item .favorites a:hover i {
	color: #4898BB;
}

.row-item .favorites a span {
	display: inline-block;
	position: relative;
	top: -14px;
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
	border-bottom: 1px dashed #000;
}

.row-item .information {
	padding-right: 14px;
	padding-top: 10px;
}

.row-item .information .information_wrap {
	max-height: 730px;
	overflow: hidden;
	text-align: left;
	position: relative;
}

.row-item .information .see_more_btn {
	cursor: pointer;
	color: #06a7ea;
	border-bottom: 1px dashed #000;
	line-height: 20px;
	display: block;
	max-width: 160px;
	text-align: center;
	margin: 0 auto 10px;
}

.row-item .information .see_more_btn:hover {
	border-bottom: 1px dashed #fff;
}

.row-item .information_wrap:before {
	content: "";
	display: block;
	background: linear-gradient(to bottom, transparent, #fff);
	height: 50px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.visible-block .information_wrap {
	max-height: 100% !important;
}

.visible-block .see_more_btn {
	display: none !important;
}

.visible-block .information_wrap:before {
	display: none;
}

.row-item .information p {
	border-bottom: 1px solid #eaecec;
	clear: both;
	font-size: 13px;
	color: #656565;
	height: 14px;
}

.row-item .information p span:last-child {
	float: right;
}

.row-item .information p span {
	background-color: #fff;
}

.row-item .information p.title span {
	float: none !important;
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
}

.row-item .information p.title {
	border-bottom: 1px dotted #000000;
}

.row-item .information .line {
	padding-bottom: 15px;
}

.row-item .video h2,
.row-item .map h2 {
	margin: 0;
	font-weight: 400;
	padding: 0;
}

.row-item .map .property-map {
	border: 1px solid #e3e3e3;
}

.row-item .diller {
	padding: 30px 0px 30px;
}

.row-item .diller .h2 {
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	margin: 0px;
	padding: 0;
}

.row-item .diller .description {
	margin: 0 0 30px;
	text-align: justify;
}

.row-item .diller .name {
	color: #656565;
	font-size: 20px;
	float: left;
	width: 300px;
}

.row-item .diller .name a {
	font-size: 14px;
	color: #06a7ea;
	position: relative;
	top: -5px;
}

.row-item .diller .name a:hover {
	color: #000;
}

.row-item .diller .tel {
	float: right;
	text-align: right;
	font-size: 20px;
	line-height: normal;
	width: 300px;
	line-height: 17px;
}

.row-item .diller .tel .tel_ico i {
	color: #0581b5;
	vertical-align: top;
	margin-top: 1px;
}

.row-item .diller .tel p {
	margin-bottom: 0;
	display: inline;
	margin-left: 7px;
}

.row-item .diller .tel span {
	font-size: 15px;
	color: #8f8f8f;
}

.row-item .diller .send-message span {
	font-size: 15px;
	color: #969696;
	border-bottom: 1px dashed #000;
	position: relative;
	top: -20px;
}

.row-item .diller .send-message:hover {
	text-decoration: none;
}

.row-item .diller .send-message:hover span {
	text-decoration: none;
	color: #06a7ea;
	border-color: #06a7ea;
}

.row-item .diller .send-message i {
	display: inline-block;
	width: 45px;
	height: 39px;
	background: url(mail.png.1) no-repeat;
}

.row-item .span6 .map {
	padding-top: 25px;
}

.property-more h2 {
	margin-bottom: 10px;
	font-weight: 400;
}

.property-more .property .row {
	margin-left: 0;
	padding: 10px;
}

.property-more .property .row .image {
	margin-left: 0;
	height: 195px;
}

.property-more .property .row .image img {
	width: 330px;
	height: 195px;
	margin: -1px;
}

.property-more .property .row .image .content2 {
	padding: 1px;
	background: #ababab;
	height: 193px;
}

.property-more .property .row .image .content2 a.mio {
	position: absolute;
	width: 119px;
	height: 26px;
	display: block;
	line-height: 26px;
	text-align: center;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	background-color: #06a7ea;
	text-transform: uppercase;
}

.property-more .property .row .image .content2 a.mio:hover {
	background-color: #0584b8;
}

.property-more .property .row .image .content2 a.mio:hover {
	text-decoration: none;
}

.property-more .property .row .image:hover .content2 {
	padding: 3px;
	height: 191px;
}

.property-more .property .row .image:hover .content2 img {
	max-width: 328px;
	max-height: 196px;
	margin: -3px;
}

.property-more .property .row .image .content2 div {
	overflow: hidden;
}

.property-more .property .row .title {
	padding-left: 25px;
}

.property-more .property .row .title a {
	font-size: 20px;
	text-decoration: underline;
	position: relative;
}

.property-more .property .row .title a:hover {
	color: #000;
}

.property-more .property .row .title a:before {
	content: '';
	display: block;
	position: absolute;
	left: -42px;
	top: 5px;
	width: 32px;
	height: 44px;
	background: url(location.png) no-repeat;
}

.property-more .property .row-place {
	padding-left: 80px;
	font-size: 17px;
	color: #000000;
	font-weight: 300;
	position: relative;
}

.property-more .property .row-place:before {
	content: '';
	position: absolute;
	display: block;
	width: 34px;
	height: 21px;
	background: url(state.png) no-repeat;
	left: 35px;
	top: 0;
}

.property-more .property .price {
	text-align: right;
	font-size: 50px;
	font-weight: 300;
	color: #06a7ea;
	letter-spacing: -2px;
	padding-top: 75px;
}

.property-more .property .price span {
	position: relative;
	font-size: 30px;
	color: #000000;
	top: -15px;
	margin-right: 4px;
}

.property-more .properties-rows .property {
	box-shadow: 0 1px 1px #cecece;
}

.sidebar .widget.properties .content,
.sidebar-right .widget.properties .content {
	padding: 0px;
}

.sidebar .widget.properties .content .property,
.sidebar-right .widget.properties .content .property {
	position: relative;
	*height: 178px;
	padding: 1px;
	overflow: hidden;
}

.sidebar .widget.properties .content .property .image:after,
.sidebar-right .widget.properties .content .property .image:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	opacity: 0.5;
	background-image: linear-gradient(to bottom, transparent, #000000);
	z-index: 0;
	transition: all 0.2s ease;
}

.sidebar .widget.properties .content .property:hover .image:after,
.sidebar-right .widget.properties .content .property:hover .image:after {
	opacity: 0;
}

.sidebar .widget.properties .content .property .image,
.sidebar-right .widget.properties .content .property .image {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;

}

.sidebar .widget.properties .content .property .image img,
.sidebar-right .widget.properties .content .property .image img {
	width: 300px;
	height: 220px;
	max-width: 300px;
	margin: -1px;
}

.sidebar .widget.properties .content .property .wrapper,
.sidebar-right .widget.properties .content .property .wrapper {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 10px;
	color: #fff;
	text-align: left;
	line-height: 20px;
}

.sidebar .widget.properties .content .property .wrapper .title,
.sidebar-right .widget.properties .content .property .wrapper .title {
	font-size: 16px;
	margin: 0;
}

.sidebar .widget.properties .content .property .wrapper .title a,
.sidebar-right .widget.properties .content .property .wrapper .title a {
	color: #fff;
}

.sidebar .widget.properties .content .property .wrapper .title:hover,
.sidebar-right .widget.properties .content .property .wrapper .title:hover {
	background-color: #0584b8;
}

.sidebar .widget.properties .content .property .wrapper .location,
.sidebar-right .widget.properties .content .property .wrapper .location {
	font-size: 12px;
	margin: 0;
	line-height: inherit;
}

.sidebar .widget.properties .content .property .wrapper .price,
.sidebar-right .widget.properties .content .property .wrapper .price {
	font-size: 16px;
	float: left;
	color: #fff;
}

.sidebar .widget.properties .content .property .wrapper .price_type,
.sidebar-right .widget.properties .content .property .wrapper .price_type {
	position: absolute;
	font-size: 14px;
	color: #96e0ff;
	font-weight: 200;
	right: 8px;
	bottom: 5px;
}

.widget.properties .content .property .image a:hover {
	background: none;
}

.sidebar .widget.properties .content .property:hover {}

.sidebar .widget.properties .content .property:hover .image img {}

.grids {
	width: 890px;
	position: relative;
	margin-left: 30px;
	margin-top: -15px;
	padding-left: 7px;
	background-color: #f0f0f0;
}

.block-grid {
	width: 425px;
	float: left;
	*border: 1px solid #06a7ea;
	margin-left: 24px;
	margin-top: 25px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 2px #cecece;
	box-shadow: 0 1px 2px #cecece;
	overflow: hidden;
}

.block-grid-img {
	width: 132px;
	margin-left: 30px;
	float: left;
}

.block-grid-info {
	width: 277px;
	float: left;
	padding-top: 21px;
	padding-left: 16px;
}

.block-grid-info a {
	font-size: 20px;
	color: #0581b5;
	text-decoration: none;
}

.block-grid-info a:hover {
	color: #666565;
	text-decoration: none;
}

.inside-info {
	margin-left: -5px;
}

.inside-info li {
	float: left;
	list-style: none;
	margin-left: 5px;
}

.inside-info li a {
	font-size: 15px;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
}

.grid-news {
	width: 867px;
	position: relative;
	background-color: #ffffff;
	padding: 5px;
	margin-left: 30px;
	float: left;
	box-shadow: 0 1px 1px #cecece;
	overflow: hidden;
}

.news h2 {
    padding: 0 0 0 0;
    font-weight: 400;
}

.news-img,
.main-wrapp .property-img {
	float: left;
	width: 100%;
	max-width: 438px;
	margin: 3px 0 0 5px;
	position: relative;
}

.news-img a,
.main-wrapp .property-img a {

	overflow: visible;
}

.news-img a:hover,
.main-wrapp .property-img a:hover {
	background-color: #fff !important;
}

.main-wrapp .property-img {
	margin-bottom: 5px;
}

.news-img img,
.main-wrapp .property-img img {
	width: 438px;
	height: auto;
	max-height: 280px;
	max-width: 432px;
}

.main-wrapp .property-img:hover img {
	margin-bottom: 0px !important;
	padding: 0px;
}

.news-info {
	width: 385px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	margin-bottom: 26px;
}

.news-info p {
	margin-top: 7px;
	font-size: 15px;
	overflow: hidden;
	height: 120px;
	text-align: justify;
}

.news-info a {
	font-size: 22px;
	text-decoration: none;
	color: #06a7ea;
}

.news-info a:hover {
	color: #000101;
	text-decoration: none;
}

.points-panel {
	bottom: 6px;
	position: relative;
}

.points-panel a {
	font-size: 14px;
	color: #010000;
	text-decoration: underline;
	margin-left: 4px;
}

.points-panel a:hover {
	color: #0581b5;
}

.button-active {
	width: 150px;
	background-color: #0581b5;
	position: absolute;
	margin-top: -5px;
	margin-left: -5px;
	padding: 12px 0;
	text-align: right;
	overflow: hidden;
}

.button-active i {
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
	top: 2px;
	font-size: 20px;
	color: #ffffff;
}

.button-active a {
	padding: 11px 12px 12px 12px;
	background-color: #06a7ea;
	text-transform: uppercase;
	color: #ffffff;
	text-align: right;
	font-size: 17px;
	position: relative;
	top: 0px;
}

@-moz-document url-prefix() {
	.button-active a {
		left: -1px;
	}
}

.button-active a:hover {
	background-color: #4e4e4e;
	color: #ffffff;
	text-decoration: none;
}

.low-news-line {
	clear: both;
	margin-left: -6px;
}

.grid-news-low {
	width: 279px;
	margin-left: 10px;
	float: left;
	position: relative;
}


.grid-news-low img {
	margin-bottom: 18px;
}

.info-block-low {
	width: 200px;
	margin-left: 0px;
	text-decoration: none;
	font-size: 17px;
	margin-bottom: 14px;
}
.low-news-line .info-block-low {
  overflow: hidden;
text-overflow: ellipsis;
display: -moz-box;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
line-clamp: 4;
box-orient: vertical;
}

.info-block-low a {
	color: #1c272b;
}

.info-block-low a:hover {
	color: #06a7ea;
	text-decoration: none;
}

.grid-news-low .points-panel {
	bottom: 4px;
	margin-left: 0px;
}

.points-panel i {
	color: #aeaeae;
	font-size: 16px;
}

.grid-news-low .points-panel img {
	position: relative;
	top: 8px;
}

.points-marg {
	margin-left: 15px;
	margin-top: 3px;
}

.button-active2 {
	background-color: #0581b5;
	position: absolute;
	top: 246px;
	margin-left: 0px;
	text-align: left;
	height: 24px;
	overflow: hidden;
	top: 0;
}


.button-active2 i {
	margin-right: 5px;
	margin-left: 1px;
	position: relative;
	top: 3px;
	font-size: 18px;
	color: #ffffff;
}

.button-active2 a {
	padding: 0.3em 8px;
	background-color: #06a7ea;
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	position: relative;
	top: 2px;
	border-top: 1px solid #06a7ea;
}

@-moz-document url-prefix() {
	.button-active2 a {
		top: 1px;
	}
}

.button-active2 a:hover {
	background-color: #4e4e4e;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #4e4e4e;
}

.head-block {
	width: 867px;
	background-color: #f0f0f0;
	position: relative;
	float: left;
	margin-top: 6px;
	font-weight: 400;
}

.graphics {
	width: 867px;
	position: relative;
	background-color: #ffffff;
	padding: 5px;
	padding-bottom: 22px;
	margin-left: 30px;
	float: left;
	box-shadow: 0 1px 1px #cecece;
	margin-top: -10px;
}

.graph-nav {
	margin-left: 6px;
	padding-top: 18px;
	padding-right: 30px;
}

.graph-nav li {
	list-style: none;
	float: left;
	margin-left: 0px;
}

.graph-nav li a {
	border-bottom: 1px dotted #0581b5;
	color: #0581b5;
	font-size: 20px;
}

.graph-nav li a:hover {
	text-decoration: none;
}

.graph-nav li.active a {
	color: #000000;
	text-decoration: none;
	border: 0 none;
}

.graph-nav li.active:first-child {
	padding-left: 1px;
}

.property-block .graph-nav li.active:nth-child(2) {
	padding-right: 1px;
}

.property-block .graph-nav li.active:nth-child(3) {
	padding-right: 1px;
}

.graphics .chart-checkbox {
	margin-top: -17px;
	margin-left: 15px;
}

.graphics .row .chart-checkbox .span6 {
	float: left;
}

.property-block {
	width: 867px;
	position: relative;
	background-color: #ffffff;
	padding: 5px;
	margin-left: 30px;
	float: left;
	box-shadow: 0 1px 1px #cecece;
	margin-top: -12px;
}

.main-wrapp .property-block .button-active3 {
	padding-bottom: 30px;
	top: 0px;
	left: 0px;
	padding: 0;
	overflow: hidden;
	height: auto;

}

.main-wrapp .property-block .button-active3 a {
	display: inline-block;
	vertical-align: middle;
	top: 0;
	padding: 0.35em 7px;
}

.main-wrapp .property-block .button-active3 a:hover {
	background-color: #4e4e4e !important;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #4e4e4e;
}

.main-wrapp .property-block .right-price span:last-child {
	position: relative;
	right: 17px;
}

@-moz-document url-prefix() {
	.main-wrapp .property-block .right-price span:last-child {
		right: 4px;
	}
}

.property-block .graph-nav {
	padding-bottom: 30px;

}

.property-img {
	width: 100%;
	max-width: 440px;
	float: left;
}

.prop-location {
	width: calc(100% - 370px);
	float: right;
	padding-bottom: 35px;
}

.property-info {
	width: calc(100% - 140px);
	position: relative;
}

.property-info .main-link {
	font-size: 20px;
	color: #06a7ea;
	text-decoration: none;
	display: block;
	max-height: 60px;
	overflow: hidden;
	padding: 2px 0;
	margin-bottom: 20px;
	position: relative;

}

/*.property-info .main-link:after{
	content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 10px;
    background-image: linear-gradient(to top, #fff 40%, transparent);
}*/
.sett-carousel-no-photo .property-info .main-link {
	margin-bottom: 5px;
}

.property-info .item_adress {
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}

.property-info .item_adress:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: -moz-linear-gradient(right,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.data-bold .property-info .item_adress:after {
	background: -moz-linear-gradient(right,  rgba(255,254,227,1) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(right,  rgba(255,254,227,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to left,  rgba(255,254,227,1) 0%,rgba(255,255,255,0) 100%);
}

.property-info .item_adress {
	display: flex;
	white-space: nowrap;
	margin-bottom: 10px;
}

.property-info .item_adress a {
	color: #333;
	border-bottom: 1px dotted #949494;
	margin-right: 15px;
	transition: all 0.2s;
}

.property-info .item_adress a:hover {
	color: #06a7ea;
	text-decoration: none;
	border-bottom: 1px dotted #06a7ea;
}

.state-block {
	font-size: 14px;
	font-weight: 400;
	color: #949494;
}

.state-block .state_color {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin-right: 1px;
}

.sett-carousel .fixed_items {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 130px;
	text-align: right;
}

.sett-carousel .item_prices {
	padding: 5px 7px;
	border: 1px dotted #949494;
	border-radius: 3px;
}

.sett-carousel .item_more_info {
	font-size: 14px;
	color: #949494;
	display: flex;
	margin-bottom: 15px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}

.sett-carousel .item_more_info:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	width: 50px;
	background-image: linear-gradient(to left, #fff 40%, transparent);
    background-image: -webkit-linear-gradient(right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(right, #fff 40%, transparent);
    background-image: -moz-linear-gradient(right, #fff 40%, transparent);    
}

.data-bold.sett-carousel .item_more_info:after {
	background: -moz-linear-gradient(right,  rgba(255,254,227,1) 0%, rgba(255,255,255,0) 100%); 
	background-image: -o-linear-gradient(right,  rgba(255,254,227,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(right,  rgba(255,254,227,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to left,  rgba(255,254,227,1) 0%,rgba(255,255,255,0) 100%);
}


.sett-carousel .item_more_info .block {
	margin-right: 15px;
}

.sett-carousel:not(.sett-carousel-no-photo) .list-prop {
	width: calc(100% - 470px);
	float: right;
	position: absolute;
	bottom: 10px;
	left: 380px;
}

.sett-carousel-no-photo .list-prop {
	width: calc(100% - 415px);
	float: right;
	position: absolute;
	bottom: 10px;
	left: 310px;
}

.item_logo {
	max-width: 80px;
	max-height: 80px;
	margin-top: 10px;
}

.tab-pane:first-child .state-block {
	position: relative;
	top: -5px;
	padding-bottom: 47px;
}

@-moz-document url-prefix() {
	.tab-pane:first-child .state-block {
		padding-top: 16px;
	}
}

.tab-pane:first-child span.state-img {
	top: 6px;
}

.state-img {
	margin-right: 10px;
}

span.state-img {
	width: 34px;
	height: 21px;
	background: url(state.png) no-repeat;
	display: inline-block;
	position: relative;
	top: 5px;
}

.left-price {
	font-size: 22px;
	font-weight: 300;
	float: left;
}

.right-price {
	float: right;
	text-align: right;
	color: #06a7ea;
	font-size: 50px;
	font-weight: 300;
}

.right-price span {
	font-size: 22px;
	font-weight: 400;
	color: #000000;
}

.right-price span.value-price {
	position: relative;
	top: -18px;
	font-size: 24px;
}

.sett-carousel .left-price span {
	font-size: 22px;
	font-weight: 300;
	color: #000000;
}

.sett-carousel .left-price span.value-price,
.sett-carousel .left-price span.value-price:last-child {
	display: inline-block;
	position: static;
	font-size: 16px;
	font-weight: 700;
}

.sett-carousel .left-price {
	float: none;
	text-align: right;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.abg-ng {
	display: inline-block;
	width: 18px;
	height: 15px;
	font-size: 16px;
}

.abg-ng-2 {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 15px;
	margin-top: 3px;
	position: relative;
	top: 6px;
}

.abg-ng-2 i {
	margin-top: -15px;
	vertical-align: middle;
}

.button-active3 {
	*background-color: #0581b5;
	position: absolute;
	top: 66px;
	margin-left: 0;
	text-align: left;
	height: 25px;
}

.button-active3 i {
	margin-right: 8px;
	margin-left: 8px;
	position: relative;
	top: 2px;
	color: #ffffff;
}

.button-active3 a {
	padding: 0.5em 7px;
	background-color: #06a7ea;
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	position: relative;
	top: 3px;
	border-top: 1px solid #06a7ea;
}

.button-active3 a.link-1,
.button-active3 a.link-2,
.button-active3 a.link-3,
.button-active3 a.link-4,
.button-active3 a.link-5,
.button-active3 a.link-6,
.button-active3 a.link-7 {
	padding: 0.4em 21px;
}

.button-active3 a:hover {
	background-color: #4e4e4e !important;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #4e4e4e;
}

.button-active3 span {
	position: relative;
	top: 2px;
	padding-right: 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
}

.main-link:hover {
	color: #000000;
}

.main-link:visited {
	color: #6b6b6b;
}

.create-line {
	width: 877px;
	position: relative;
	background-color: #ffffff;
	margin-left: 30px;
	float: left;
	-webkit-box-shadow: 0 1px 1px #cecece;
	box-shadow: 0 1px 1px #cecece;
	*border: 1px solid #06a7ea;
	margin-top: 30px;
	text-align: center;
}

.iitrm1,
.iitrm2,
.iitrm3,
.iitrm4,
.iitrm5,
.iitrm6,
.iitrm7,
.iitrm8 {
	width: 132px;
	height: 134px;
	display: inline-block;
	margin-bottom: -7px;
}

.iitrm1 {
	background: url(item1.png) no-repeat
}

.iitrm2 {
	background: url(item2.png) no-repeat
}

.iitrm3 {
	background: url(item3.png) no-repeat
}

.iitrm4 {
	background: url(item4.png) no-repeat
}

.iitrm5 {
	background: url(item5.png) no-repeat
}

.iitrm6 {
	background: url(item6.png) no-repeat
}

.iitrm7 {
	background: url(item7.png) no-repeat
}

.iitrm8 {
	background: url(item8.png) no-repeat
}

.create-place {
	width: 132px;
	background-color: #cc181e;
	height: 100%;
	min-height: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	float: left;
}

.create-place:hover {
	background-color: #0584b8;
	cursor: pointer;
}

.create-place a:hover {
	text-decoration: none;
}

.create-place .create-place-png {
	margin-bottom: 10px;
	display: inline-block;
	width: 72px;
	height: 71px;
	background: url(create-place.png) no-repeat;
}

.create-place a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.create-place a:hover {
	color: #ffffff;
}

.created-place {
	width: 152px;
	font-size: 14px;
	color: #000000;
	float: left;
	padding-top: 32px;
	text-align: center;
	padding-left: 32px;
	height: 117px;
	overflow: hidden;
}

.created-place a {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #06a7ea;
	padding: 5px 8px;
	position: relative;
	left: -10px;
	top: 6px;
}

.created-place a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.created-place a::before {
	content: '';
	position: absolute;
	margin-left: -33px;
	top: 6px;
	border: 7px solid transparent;
	border-right: 9px solid #06a7ea;
}

.created-place p {
	margin-top: 15px;
	text-align: center;
}

.created-place a {
	text-decoration: none !important;
}

.sidebar-right {
	width: 300px;
	float: right;
	position: relative;
}

.sidebar {
	width: 300px !important;
	background-color: #0581b5;
	padding: 0px 20px 20px;
	float: right;
}

.sidebar.span3 {
	#width: auto;
	padding-left: 0;
	padding-right: 0;
	margin-left: 10px;
}

.sidebar.span3 .sidebar.span3 .widget.properties.last {
	margin-top: 0;
}

.sidebar.span3 div+.sidebar.span3 .widget.properties.last {
	margin-top: 30px;
}

.delivery_block {
	width: 270px;
	margin-top: 15px;
}

.delivery_block .delivery_list {
	padding: 6px 6px;
	height: 25px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #efefef;
	width: 218px;
	z-index: 11;
	background: #fcfcfc;
	font-size: 12px;
	font-weight: 400;
}

.delivery_list #btn {
	background: url(arrow-bottom-black.png) no-repeat;
	width: 11px;
	height: 8px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}

.delivery_list span {
	padding: 2px 0 0 2px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-family: "Open Sans", "Arial", sans-serif;
}

.delivery_block ul.cities_list {
	margin: 0px;
	z-index: 10;
	background: #fcfcfc;
	position: absolute;
	width: 230px;
	padding: 0;
	border: 1px solid #eee;
	display: none;
}

ul.cities_list li {
	padding: 6px 9px;
	list-style-type: none;
	border-top: 1px solid #efefef;
}

ul.cities_list li:hover {
	cursor: pointer;
	background: #fff;
}


.sidebar .delivery_block label {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.sidebar .delivery_block2 label {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.sidebar .delivery_block3 label {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.sidebar .delivery_block4 label {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.sidebar .delivery_block5 label {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.main-wrapp {
	width: 875px;
	float: left;
	position: relative;
}

.delivery_block2 {
	width: 270px;
	margin-top: 15px;
}

.delivery_block2 .delivery_list2 {
	padding: 6px 6px;
	height: 25px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #efefef;
	width: 218px;
	z-index: 11;
	background: #fcfcfc;
	font-size: 12px;
	font-weight: 400;
}

.delivery_list2 #btn {
	background: url(arrow-bottom-black.png) no-repeat;
	width: 11px;
	height: 8px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}

.delivery_list2 span {
	padding: 2px 0 0 2px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-family: "Open Sans", "Arial", sans-serif;
}

.delivery_block2 ul.cities_list2 {
	margin: 0px;
	z-index: 10;
	background: #fcfcfc;
	position: absolute;
	width: 230px;
	padding: 0;
	border: 1px solid #eee;
	display: none;
}

ul.cities_list2 li {
	padding: 6px 9px;
	list-style-type: none;
	border-top: 1px solid #efefef;
}

ul.cities_list2 li:hover {
	cursor: pointer;
	background: #fff;
}

.delivery_block3 {
	width: 270px;
	margin-top: 15px;
}

.delivery_block3 .delivery_list3 {
	padding: 6px 6px;
	height: 25px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #efefef;
	width: 218px;
	z-index: 11;
	background: #fcfcfc;
	font-size: 12px;
	font-weight: 400;
}

.delivery_list3 #btn {
	background: url(arrow-bottom-black.png) no-repeat;
	width: 11px;
	height: 8px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}

.delivery_list3 span {
	padding: 2px 0 0 2px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-family: "Open Sans", "Arial", sans-serif;
}

.delivery_block3 ul.cities_list3 {
	margin: 0px;
	z-index: 10;
	background: #fcfcfc;
	position: absolute;
	width: 230px;
	padding: 0;
	border: 1px solid #eee;
	display: none;
}

ul.cities_list3 li {
	padding: 6px 9px;
	list-style-type: none;
	border-top: 1px solid #efefef;
}

ul.cities_list3 li:hover {
	cursor: pointer;
	background: #fff;
}

.delivery_block4 {
	width: 270px;
	margin-top: 15px;
}

.delivery_block4 .delivery_list4 {
	padding: 6px 6px;
	height: 25px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #efefef;
	width: 218px;
	z-index: 11;
	background: #fcfcfc;
	font-size: 12px;
	font-weight: 400;
}

.delivery_list4 #btn {
	background: url(arrow-bottom-black.png) no-repeat;
	width: 11px;
	height: 8px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}

.delivery_list4 span {
	padding: 2px 0 0 2px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-family: "Open Sans", "Arial", sans-serif;
}

.delivery_block4 ul.cities_list4 {
	margin: 0px;
	z-index: 10;
	background: #fcfcfc;
	position: absolute;
	width: 230px;
	padding: 0;
	border: 1px solid #eee;
	display: none;
}

ul.cities_list4 li {
	padding: 6px 9px;
	list-style-type: none;
	border-top: 1px solid #efefef;
}

ul.cities_list4 li:hover {
	cursor: pointer;
	background: #fff;
}

.delivery_block5 {
	width: 270px;
	margin-top: 15px;
}

.delivery_block5 .delivery_list5 {
	padding: 6px 6px;
	height: 25px;
	cursor: pointer;
	border: 1px solid #efefef;
	width: 218px;
	z-index: 11;
	background: #fcfcfc;
	font-size: 12px;
	font-weight: 400;
}

.delivery_list5 #btn {
	background: url(arrow-bottom-black.png) no-repeat;
	width: 11px;
	height: 8px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}

.delivery_list5 span {
	padding: 2px 0 0 2px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-family: "Open Sans", "Arial", sans-serif;
}

.delivery_block5 ul.cities_list5 {
	margin: 0px;
	z-index: 10;
	background: #fcfcfc;
	position: absolute;
	width: 230px;
	padding: 0;
	border: 1px solid #eee;
	display: none;
}

ul.cities_list5 li {
	padding: 6px 9px;
	list-style-type: none;
	border-top: 1px solid #efefef;
}

ul.cities_list5 li:hover {
	cursor: pointer;
	background: #fff;
}

.delivery_block6 {
	width: 270px;
	margin-top: 15px;
}

.delivery_block6 .delivery_list6 {
	padding: 6px 6px;
	height: 25px;
	cursor: pointer;
	border: 1px solid #efefef;
	width: 85px;
	z-index: 11;
	background: #fcfcfc;
	font-size: 12px;
	font-weight: 400;
	float: right;
	margin-right: 35px;
}

.delivery_list6 #btn {
	background: url(arrow-bottom-black.png) no-repeat;
	width: 11px;
	height: 8px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}

.delivery_list6 span {
	padding: 0;
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-family: "Open Sans", "Arial", sans-serif;
	position: relative;
	top: 0px;
}

.delivery_block6 ul.cities_list6 {
	margin: 0px;
	z-index: 10;
	background: #fcfcfc;
	position: absolute;
	width: 110px;
	padding: 0;
	border: 1px solid #eee;
	display: none;
	overflow: hidden;
	margin-top: 40px;
	margin-left: 120px;
}

ul.cities_list6 li {
	padding: 6px 9px;
	list-style-type: none;
	border-top: 1px solid #efefef;
}

ul.cities_list6 li:hover {
	cursor: pointer;
	background: #fff;
}

.delivery_block7 {
	width: 85px;
	margin-top: 15px;
	float: right;
}

.delivery_block7 .delivery_list7 {
	padding: 6px 6px;
	height: 25px;
	cursor: pointer;
	border: 1px solid #efefef;
	width: 73px;
	z-index: 11;
	background: #fcfcfc;
	font-size: 12px;
	font-weight: 400;
	float: right;
	overflow: hidden;
}

.delivery_list7 #btn {
	background: url(arrow-bottom-black.png) no-repeat;
	width: 11px;
	height: 8px;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}

.delivery_list7 span {
	padding: 0;
	display: block;
	font-weight: 300;
	font-size: 14px;
	font-family: "Open Sans", "Arial", sans-serif;
	overflow: hidden;
	position: relative;
	top: -15px;
	width: 85px;
}

.delivery_block7 ul.cities_list7 {
	margin: 0px;
	z-index: 10;
	background: #fcfcfc;
	position: absolute;
	width: 140px;
	padding: 0;
	border: 1px solid #eee;
	display: none;
	right: 0px;
	margin-top: 40px;
	overflow: hidden;
}

ul.cities_list7 li {
	padding: 6px 9px;
	list-style-type: none;
	border-top: 1px solid #efefef;
}

ul.cities_list7 li:hover {
	cursor: pointer;
	background: #fff;
}

.grat {
	float: right;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: 25px;
	right: 15px;
}

.sidebar .input-control {
	float: left;
	width: 97px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

.sidebar label {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.sidebar .chart-checkbox {
	padding-top: 0;
}

.sidebar .chart-checkbox label {
	padding-left: 0;
}

.sidebar .btn {
	width: 230px;
	background-color: #022a3b;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 0;
	margin-top: 5px;
}

.nav-tabs {
	border: 0 none;
}

/*
.nav-tabs > li > a{
	padding: 0;
	margin: 0;
}
*/
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	border-color: transparent;
	background-color: transparent;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
	cursor: default;
	border: 0 none;
	border-bottom-color: transparent;
	margin-top: 1px;
}

.graphics .tab-content {
	padding: 0;
	box-shadow: none;
}

.sett-map {
	width: 96.5%;
	position: relative;
	background-color: #ffffff;
	float: left;
	box-shadow: 0 1px 1px #cecece;
	padding: 25px 21px;
	margin-top: 10px;
	padding-left: 10px;
}

.sett-carousel {
	width: 875px;
	position: relative;
	background-color: #ffffff;
	float: left;
	box-shadow: 0 1px 1px #cecece;
	margin: 15px 0 10px 0;
	box-sizing: border-box;
}

.sett-carousel:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	opacity: 1;
}

.sett-map span {
	float: left;
	font-size: 14px;
	font-weight: 700;
}

.type-links {
	float: left;
	padding: 0;
	margin: 0;
}

.type-links li {
	list-style: none;
	float: left;
	margin-left: 15px;
}

.sett-map .span2 {
	float: right;
	border: 1px solid green;
}

.sett-map .span2 span {
	float: left;
}

.slide-info {
	width: 360px;
	float: left;
	position: relative;
}

.slide-info .carousel.property ul li img {
	width: 71px;
	height: 71px;
	max-width: 71px;
}

.slide-info .carousel .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}

.slide-info .carousel .caroufredsel_wrapper {
	opacity: 0;
}

.slide-info:hover .carousel .caroufredsel_wrapper {
	opacity: 1;
}

.slide-info .carousel.property .caroufredsel_wrapper {
	height: 100% !important;
}

.carousel.property .caroufredsel_wrapper {
	height: 75px !important;
}

.slide-info .carousel.property ul li {
	opacity: 1;
}

.slide-info .carousel.property ul li:nth-child(5)~* {
	display: none;
}

.slide-info .carousel .carousel-next {
	top: 15px;
	right: -5px;
}

.slide-info .carousel .carousel-prev {
	top: 15px;
	left: -5px;
}

.info-preview {
	width: 100%;
	background-image: linear-gradient(to bottom, transparent, #000000);
	opacity: 0.7;
	padding: 13px;
	position: absolute;
	bottom: 114px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	z-index: 1;
	margin-bottom: -35px;
	box-sizing: border-box;
}

.sett-carousel:not(.sett-carousel-no-photo) .preview img {
	height: 235px !important;
	object-fit: cover;
}

.sett-carousel .carousel.property ul li {
	/*margin: 0 1px;*/
	margin: 0 auto;
	height: 235px;
	width: 69px !important;
	box-sizing: border-box;
	cursor: pointer;
}

.sett-carousel .carousel.property ul li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.8);
	width: 69px;
	z-index: 10;
}

.sett-carousel .carousel.property ul li.active:after {
	border-bottom: 3px solid #06A7EA;
}

.sett-carousel .carousel.property ul li>div {
	display: none;
}

.sett-carousel .carousel.property ul {
	padding-left: 2px;
}

.sett-carousel .carousel.property .preview .more_photos {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	width: 360px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	opacity: 0;
}

.sett-carousel .carousel.property .preview.last .more_photos {
	opacity: 1;
}

.sett-carousel .carousel.property .preview .more_photos .more_ico {
	background: url(photo-camera_white.svg) no-repeat center;
	background-size: 60px;
	height: 60px;
	width: 60px;
}


.sett-carousel .right-price {
	font-size: 14px;
	font-weight: 400;
	color: #797979;
	float: none;
}

.sett-carousel .right-price span {
	color: #797979;
	font-size: 14px;
	display: block;
}

.sett-carousel span.pull-place {
	color: #656565;
	width: 150px;
	display: inline-block;
}

.sett-carousel .property {
	margin-bottom: 0;
	border-radius: 2px;
	overflow: hidden;
}

.sett-carousel-no-photo .property {
	overflow: hidden;
}

.sett-carousel-no-photo .info-preview {
	width: 100%;
}

.sett-carousel-no-photo .info-preview span:first-child {
	width: 200px;
	display: inline-block;

}

.sett-carousel-no-photo .slide-info {
	width: 290px;
}

.void1 {
	width: 850px;
	height: 1px;
	border-top: 1px dotted #A6A6A6;
	position: relative;
	float: left;

}

.sett-carousel .left-price {
	letter-spacing: -1px;
}

.sett-carousel .left-price span {
	position: relative;
	top: -8px;
	letter-spacing: 0;
}

.sett-carousel .left-price span:last-child {
	top: 13px !important;
	text-align: right;
	display: block;
}

@-moz-document url-prefix() {}

.sett-carousel .text-property-info {
	text-align: justify;
	color: #6b6b6b;
	padding-left: 0;
	width: calc(100% - 140px);
}

.sett-carousel-no-photo .text-property-info {
	width: calc(100% - 140px);
}

.sett-carousel-no-photo .text-property-info p {
	line-height: 17px;
}

.sett-carousel-no-photo .property-info {
	width: calc(100% - 130px);
	position: relative;
	float: none;
}

.sett-carousel-no-photo .button-id {
	margin-left: 0px;
}

.sett-carousel .button-active3 {
	top: 0px;
	left: 0px;
	font-size: 12px;
	font-weight: 400;
	overflow: hidden;
}

.sett-carousel .hot-bill_ico {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 42px;
	height: 30px;
	background-color: rgba(204, 24, 30, 1);
	border-radius: 3px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

.sett-carousel .hot-bill_ico img {
	width: 22px;
}

.sett-carousel .button-active3 a {
	background: url(button-active.png) no-repeat;
	border: 0 none;
}

.sett-carousel .button-active3 a:hover {
	background-color: transparent;
	border: 0 none;
	text-decoration: underline;
}

.list-prop {
	margin-left: 0;
	margin-bottom: 0;
}

.list-prop li {
	list-style: none;
	float: left;
	font-size: 17px;
	margin-right: 10px;
	padding-bottom: 0px;
}

.list-prop li .phones_popup_link {
	width: 120px;
	height: 33px;
	border-radius: 3px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	line-height: 31px;
	font-size: 14px;
	font-weight: 700;
	padding: 0 25px 0 15px;
	box-sizing: border-box;
	transition: all 0.2s;
}

.phones_popup {
	width: 500px;
	background: #FFFFFF;
}

#call_block .info,
#qw .info {
	font-size: 24px;
	color: #06A7EA;
	text-align: center;
	padding: 19px;
	border-bottom: 1px solid #ccc;
}

#call_block .phones {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	font-weight: 400;
}

#call_block .phones a {
	font-size: 30px;
	color: #999999;
}

#call_block .phones a span {
	color: #333333;
}

#call_block .text {
	font-size: 12px;
	padding: 15px 25px;
	text-align: center;
	margin-top: 10px;
	color: #999;
}

.sett-carousel:not(.sett-carousel-no-photo) .list-prop li .phones_popup_link {
	background-color: rgba(204, 24, 30, 1);
	border: 1px solid rgba(204, 24, 30, 1);
}

.sett-carousel:not(.sett-carousel-no-photo) .list-prop li .phones_popup_link:hover {
	background-color: rgb(189, 26, 32);
	border: 1px solid rgb(189, 26, 32);
}

.sett-carousel-no-photo .list-prop li .phones_popup_link {
	background-color: rgba(82, 162, 0, 1);
	border: 1px solid rgba(82, 162, 0, 1);
}

.sett-carousel-no-photo .list-prop li .phones_popup_link:hover {
	background-color: rgb(67, 130, 2);
	border: 1px solid rgb(67, 130, 2);
}

.list-prop li .sendMessage {
	width: 120px;
	height: 33px;
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 3px;
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: #666666;
	line-height: 31px;
	text-align: center;
	transition: all 0.2s;
	box-sizing: border-box;
}

.list-prop li .sendMessage:hover {
	background: #666666;
	border: 1px solid #666666;
	color: #fff;
}

.list-prop li .fav_btn {
	font-size: 14px;
	color: #999999;
	border-bottom: 1px dotted #999;
	display: block;
	margin-top: 7px;
	transition: all 0.2s;
}

.list-prop li .fav_btn:hover {
	border-bottom: 1px dotted #06a7ea;
}

/*.list-prop li a span{
	font-size: 15px;
	color: #000;
	border-bottom: 1px dashed #000;
	position: relative;
	top: 0px;
	margin-left: 10px;
}*/
.list-prop li a:focus {
	text-decoration: none;
}

.list-prop li a:hover {
	text-decoration: none;
}

.list-prop li a:hover span {
	color: #06a7ea;
	border-color: #0584b8;
}

.list-prop li:hover a i {
	color: #4898BB;
}

.list-prop li a i {
	display: inline-block;
	width: 39px;
	height: 25px;
	font-size: 26px;
	color: #656565;
	vertical-align: top;
}

.list-prop li:nth-child(2) a i {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-top: 0px;
}

.list-prop li:nth-child(3) a i {
	display: inline-block;
	width: 45px;
	height: 39px;
	margin-top: 0px;
}

.button-id {
	position: absolute;
	top: 2px;
	margin-left: 0px;
	right: 0;
}

.sett-carousel-no-photo .button-id {
	top: 2px;
}

.row-item .video {
	margin-top: 20px;
}

.button-id span {
	background-color: #06a7ea;
	padding: 4px 14px;
	color: #ffffff;
	font-size: 12px;
}

.info-place-category {
	margin-bottom: 15px;
	padding-top: 15px;
	overflow: hidden;
}

.info-place-category .item {
	width: 210px;
	margin: 2px;
	margin-left: 7px;
	color: #656565;
	margin-right: 94px;
	position: relative;
}

.info-place-category .item:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #eaecec;
	position: absolute;
	left: 0;
	top: 14px;
}

.info-place-category .item span {
	background-color: #fff;
	position: relative;
	display: inline-block;
	padding-left: 3px;
}

.info-place-category .item span:first-child {
	padding-left: 0;
	padding-right: 3px;
}

.links-dayli {
	width: 856px;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 40px;
}

.links-dayli li {
	list-style: none;
	float: left;
	margin-right: 25px;
	line-height: 4.4;
}

.links-dayli li a {
	color: #ffffff;
	padding: 3px 10px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.links-dayli li a:hover {
	text-decoration: none;
}

.left-check-info {
	float: left;
	width: 400px;
	font-size: 14px;
	font-weight: 400;
}

.left-check-info span {
	margin-right: 10px;
	margin-left: 0px;
}

.right-check-info {
	float: right;
	width: 410px;
	margin-top: -27px;
}

.pagination {
	text-align: center;
	width: 856px;
	position: relative;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
}

.hover-img {
	position: absolute;
	width: 440px;
	height: 235px;
	margin-top: -235px;
	cursor: pointer;
}

.sett-carousel-no-photo .hover-img {
	width: 365px;
}

.hover-img:hover {
	-webkit-box-shadow: inset 0 0 0 3px #ababab;
	box-shadow: inset 0 0 0 3px #ababab;
}

.hover-img-mini {
	margin-left: 0;
	height: 70px;
	width: 70px !important;
	border: 0;
	opacity: 1;
	overflow: hidden;
}

.hover-img-mini img {
	width: 70px !important;
	height: 70px !important;
	max-width: 70px !important;
}

li.active .hover-img-mini {
	border: 0;
	width: 66px !important;
	height: 66px !important;
	overflow: hidden;
	margin: 2px;
}

li.active .hover-img-mini img {
	width: 70px;
	height: 70px;
	max-width: 70px;
	margin: -2px;
}

.hover-img-mini:hover {
	border: 0;
	width: 66px !important;
	height: 66px !important;
	margin: 2px;
	overflow: hidden;
}

.hover-img-mini:hover img {
	width: 70px;
	height: 70px;
	max-width: 70px;
	margin: -2px;
}

.right-price .pull-place {
	position: relative;
	top: 6px;
	color: #808080 !important;
	margin-bottom: 15px;
}

.sett-carousel-no-photo .right-price .pull-place {
	margin-bottom: 0;
}

.no-photo {
	position: relative;
	top: 1px;
}

.listing-wrapper {
	margin-left: 30px;
}

.listing-wrapper #property-map {
	height: 330px;
}

.listing-wrapper .sett-map {
	padding-bottom: 15px;
}

.listing-wrapper .sett-map span {
	font-weight: 400;
}

.listing-wrapper .sett-map>span {
	font-weight: 700;
}

.listing-wrapper .left-check-info>span {
	font-weight: 700;
}

.listing-wrapper .delivery_list6 span {
	position: relative;
	top: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 65px;
}

.listing-wrapper .delivery_list7 span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 65px;
}

.listing-wrapper .sett-map .grat-2 {
	position: relative;
	top: 10px;
}

.listing-wrapper .sett-carousel {
	padding: 10px;
}

.listing-wrapper .sett-carousel .info-preview span:last-child {
	float: right;
}

.listing-wrapper .sett-carousel .span-date {
	color: #949494;
	font-size: 13px;
	font-weight: 300;
	position: absolute;
	bottom: 16px;
	right: 10px;
}

.listing-wrapper .sett-carousel .prop-location-2,
.listing-wrapper .sett-carousel-no-photo .prop-location-2 {
	width: calc(100% - 300px);
	float: right;
	padding-bottom: 35px;
}

.sett-carousel-no-photo .button-active3 {
	bottom: 5px;
	top: auto;
	height: 18px;
}

.sett-carousel-no-photo .button-active3 a {
	background-image: none;
	background-color: #0581b5;
	position: relative;
}

.sett-carousel-no-photo .void1 {
	margin-top: 7px;
}

.listing-wrapper .info-place-category div {
	float: left;
}

.listing-wrapper .info-place-category div span {
	float: right;
}

.listing-wrapper .info-place-category div span:first-child {
	float: left;
}

.links-dayli li.link-1 a,
.button-active3 a.link-1 {
	background: url(rose-1.png) no-repeat;
	background-color: #5f9000;
}

.links-dayli li.link-2 a,
.button-active3 a.link-2 {
	background: url(crism.png) no-repeat;
	background-color: #0c848c;
}

.links-dayli li.link-3 a,
.button-active3 a.link-3 {
	background: url(rose.png) no-repeat;
	background-color: #d10003;
}

.links-dayli li.link-4 a,
.button-active3 a.link-4 {
	background: url(pinto.png) no-repeat;
	background-color: #788252;
}

.links-dayli li.link-5 a,
.button-active3 a.link-5 {
	background: url(rose2.png) no-repeat;
	background-color: #ff1176;
}

.links-dayli li.link-6 a,
.button-active3 a.link-6 {
	background: url(present.png) no-repeat;
	background-color: #8835a5;
}

.links-dayli li.link-7 a,
.button-active3 a.link-7 {
	background: url(7color.png) no-repeat;
	background-color: #ff7e00;
}

.title-3 {
	margin-bottom: 10px;
	margin-left: 30px;
}

.title-4 {
	margin-left: 30px;
}

.main-wrapp .grids {
	background: none;
}

.sidebar2 {
	padding: 25px 20px 20px;
	float: right;
	width: 230px;
}

/* Popup map */
#popup_map {
	width: 85vw;
	height: 460px;
	display: none;
	max-width: 600px;
}

.fancybox-outer #map {
	width: 85vw;
	height: 460px;
	max-width: 600px;
}

/* Popup form */
#contact_with_author_window.styles input,
#contact_with_author_window.styles textarea {
	padding: 16px 10px;
	width: 100%;
	box-sizing: border-box;
}

#contact_with_author_window.styles {
	background-color: White;
	width: 420px;
	display: none;
}

#contact_with_author_window.styles.not-fancybox {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	border: 0;
	border-radius: 2px;
}

#contact_with_author_window #error_block,
#contact_with_author_window #error_block_nouser {
	display: none;
	color: #cc181e;
}

#contact_with_author_window.styles .closer,
#send_friend_window.styles .closer {
	height: 16px;
	width: 16px;
	float: right;
	cursor: pointer;
	background-image: url('https://byrealty.by/template/frontend/realia/css/{/literal}{$estate_folder}{literal}/img/publish_x.png');
}

#contact_with_author_window.styles label,
#send_friend_window.styles label {
	display: block;
}

#contact_with_author_window.styles label .required_fild {
	color: #0581B5;
}

#contact_with_author_window.styles div.inner div,
#send_friend_window.styles div.inner div {
	margin: 10px;
}

#contact_with_author_window.styles div.inner input,
#contact_with_author_window.styles div.inner textarea,
#send_friend_window.styles div.inner input,
#send_friend_window.styles div.inner textarea {
	margin: 2px 0;

}

#contact_with_author_window.styles div.inner input[type="submit"] {
	width: 125px;
	height: 33px;
	background: rgba(82, 162, 0, 1);
	color: #fff;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
	padding: 0;
	line-height: 33px;
	font-size: 16px;
	margin-top: 15px;
}

#contact_with_author_window.styles div.inner input[type="submit"]:hover {
	background-color: rgb(67, 130, 2);
}

#contact_with_author_window.styles div.inner textarea,
#send_friend_window.styles div.inner textarea {
	/*width: 290px;*/
}

.contentls {
	width: 856px;
	position: relative;
	background-color: #ffffff;
	float: left;
	box-shadow: 0 1px 1px #cecece;
	margin-top: 30px;
	padding: 20px 30px;
}

.contentls p {
	font-size: 18px;
	text-align: center;
}

.contentls h1 {
	font-size: 24px;
	text-align: center;
}

.description {
	margin: 25px 0 0 0;
}

.description p {
	text-align: justify;
	*margin-bottom: -15px;
}

.preformatted {
	white-space: pre-line;
	word-break: normal;
	word-wrap: break-word;
}

.text {
	margin: 0 0 0 0;
	font-size: 15px;
}

.text img {
	margin: 10px 0 10px 0;
	border-radius: 3px;
}

.text h2 {
	padding: 0;
	font-weight: 600;
}

.text h3 {
	font-weight: 600;
}

.text p {
	line-height: 1.5;
	margin: 15px 0 15px 0;
}

.text ul,
ol {
	padding: 0;
	margin: 0 0 20px 45px;
}

.text_anons p {
	font-size: 15px;
	font-weight: 600;
}

.share-link-realty-view {
	margin: -25px 0 25px -3px;
}

.share-link-news-view {
	margin: 0;
}

#myslidemenu ul li ul {
	display: none;
}

/*----------------------------------------index--------------------*/
.fixed {
	position: fixed;
	top: 0;
	bottom: 0;
}

.complex_single {
	margin-bottom: 20px;
	background-color: white;
	box-shadow: 0 1px 1px #cecece;
	padding: 10px 0;
}

.complex_info {
	padding: 10px;
	clear: both;
}

.complex_header {
	position: relative;
	margin-top: 15px !important;
	background-color: #3F7EBE;
	overflow: hidden;

}

.complex_header a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
}

.complex_footer {
	padding: 10px;
}

.complex_image {
	width: 140px;
	margin: 5px 0 5px 10px !important;
	float: left;
}

.complex_title {
	display: block;
	padding: 15px 10px 15px 200px !important;
	margin-top: 0px !important;
	background-color: #3F7EBE;
	color: white;
}

.complex_title a:hover {
	color: #333333;
	text-decoration: underline;
}

.property-filter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	zoom: 1;
	background-color: #0581b5;
	display: block;
	padding: 12px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
	border-radius: 3px;
}

.property-filter td {
	padding: 10px 10px 0 10px;
}

.cnameonmaphint {
	padding: 10px;
}

.cnameonmaphint a {
	color: #70af1a;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
}

.cnameonmaphint a:hover {
	text-decoration: none;
}

.complex_single .table-condensed td.parameter {
	width: 174px;
}

.complex_single .table {
	margin-bottom: 0;
}

.viewtype_buttons {
	margin: 0 0 0 -10px;
}

/* Styles for phone numbers hide JS, made by Andrew Black
 * START
 */
.info-preview span:first-child a {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}

.info-preview span:first-child a:hover {
	text-decoration: none;
	color: #06a7ea;
	border-bottom: none;
}

.tel p:first-child a {
	text-decoration: none;
	font-size: 17px;
	color: #06a7ea;
	border-bottom: 1px dashed #000;
}

.tel p:first-child a:hover {
	text-decoration: none;
	color: #06a7ea;
	border-bottom: none;
}

.property-description p {
	text-align: justify;
}

/* END
 */

.menu_bg {}

.menu_bg i,
.navigation-wrapper .navigation i {
	color: #fff;
}

.breadcrumbs i {
	color: #000;
}

.menu_wrapper1 {
	max-width: 740px;
	margin: 0 auto;
}

.lb_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.lb_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 1000;
}

.bg .lb_bg {
	display: block;
}

#contact_with_author_window .closer,
#send_friend_window .closer {
	background-image: url(close.svg) !important;
	background-size: cover;
	width: 25px !important;
	height: 25px !important;
	top: 0 !important;
	right: -35px !important;
	position: absolute;
}

#contact_with_author_window div.inner input,
#contact_with_author_window div.inner textarea,
#send_friend_window div.inner input,
#send_friend_window div.inner textarea {
	width: 100%;
}

.fancybox-inner #contact_with_author_window div.inner input,
.fancybox-inner #contact_with_author_window div.inner textarea,
.fancybox-inner #send_friend_window div.inner input,
.fancybox-inner #send_friend_window div.inner textarea {
	width: 100%;
}

#contact_with_author_window div.inner input[type="submit"] {
	width: 125px;
	height: 33px;
	background: rgba(82, 162, 0, 1);
	color: #fff;
	border-radius: 2px;
	border: none;
	padding: 7px 0;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(82, 162, 0, 1);
	padding: 0;
	line-height: 33px;
}

#contact_with_author_window div.inner input[type="submit"]:hover {
	background-color: #011f2c;
}

#contact_with_author_window,
#send_friend_window {
	width: 450px !important;
}

.category ul:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

.tooltipe_block i {
	color: #06a7ea !important;
	font-size: 17px !important;
	vertical-align: top !important;
	background-image: none;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

.icon-question-sign:before {
	content: "f059";
}

.page-header-h2 {
	padding-left: 0 !important;
}

.property-filter:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.sidebar-right .sidebar {
	z-index: 11000;
	padding-top: 0 !important;
}

.sidebar-right .sidebar .widget.properties .content {
	max-width: 300px !important;
	padding: 10px 0 10px 0px !important;
	margin: 0 auto;
}

.sidebar-right .sidebar .widget.properties .content .image {
	max-width: 300px !important;
	margin: 0 auto;
	text-align: center;
}

.sidebar-right .sidebar .widget.properties .content .image>div {
	display: inline-block;
}

.sidebar-right .sidebar>div {
	padding-top: 0px !important;
	padding-top: 35px !important;
	width: auto !important;
}

.sidebar .sidebar>div {
	margin: 0 auto;
}

.sidebar .sidebar .content {
	max-width: 300px !important;
	margin: 0 auto;
}

.sidebar .sidebar .content .image {
	max-width: 300px !important;
	margin: 0 auto;
}

.adsbygoogle {
	width: 100% !important;
}

.adsbygoogle #aswift_1_expand {
	margin: 0 auto !important;
}

.properties-rows:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}

.span9.main-wrapp>.banner_listing {
	margin: 15px auto 0;
	width: calc(100% - 1px);
}

.tabbed_form_block {
	padding-top: 20px;
}

.span9.main-wrapp.listing-wrapper .grids {
	margin-left: 0;
	padding-left: 0;
}

.span9.main-wrapp.listing-wrapper .grids .btn-info {
	/*background-color:#FFFF77;*/
	background-color: #7DB4DD;
	color: #fff;
	border-radius: 3px;
}

body .cc {
	background-color: #fff !important;
	padding: 20px !important;
	margin-top: 5px !important;
	margin-bottom: 30px !important;
}

.tel_ico a {
	text-decoration: none;
	font-size: 17px;
	color: #06a7ea;
	border-bottom: 1px dashed #000;
}

.tel_ico a:hover {
	text-decoration: none;
	color: #06a7ea;
	border-bottom: none;
}

.modal .socialauth-panel .icon {
	background-image: none;
	text-align: center;
	border-radius: 100%;
	width: 40px;
	height: 40px;
}

.modal .socialauth-panel .icon span {
	display: block;
	color: #fff;
	margin-bottom: 10px;
}

.modal .socialauth-panel .icon span i {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}

.socialauth-panel .icon.vkontakte {
	background-color: rgba(60, 110, 158, 1);
}

.socialauth-panel .icon.facebook {
	background-color: rgba(61, 90, 155, 1);
}

.socialauth-panel .icon.twitter {
	background-color: rgba(28, 174, 234, 1);
}

.socialauth-panel .icon.google {
	background-color: rgba(212, 39, 0, 1);
}

.socialauth-panel .icon.odnoklassniki {
	background-color: rgba(246, 131, 34, 1);
}

.socialauth-panel .icon.vkontakte:hover {
	background-color: rgba(60, 110, 158, 0.8);
}

.socialauth-panel .icon.facebook:hover {
	background-color: rgba(61, 90, 155, 0.8);
}

.socialauth-panel .icon.twitter:hover {
	background-color: rgba(28, 174, 234, 0.8);
}

.socialauth-panel .icon.google:hover {
	background-color: rgba(212, 39, 0, 0.8);
}

.socialauth-panel .icon.odnoklassniki:hover {
	background-color: rgba(246, 131, 34, 0.8);
}

.socialauth-panel {
	margin-right: -40px;
}

.breadcrumbs i {
	margin: 0 3px 0 5px;
}

.user_menu_title {
	position: relative;
	z-index: 1000;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
}

.user_menu_title {
	font-size: 12px;
	line-height: 19px;
	display: block;
	padding: 3px 0 3px;
	min-width: 180px;
	text-align: right;
	margin-bottom: -1px;
}

.toggle_menu {
	position: absolute;
	overflow: hidden;
	background: #0D2B3A;
	color: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	width: 160px;
	height: 0;
	right: 0;
	top: 27px;
	z-index: 9999;
	border-top: 1px solid #f0f0f0;
	padding: 0 10px;
}

.toggle_menu a {
	font-family: 'Arial Regular', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
}

.toggle_menu .exit a {
	font-weight: 600;
}

.top_user_line {
	margin-bottom: -1px;
}

.account .nav.nav-pills {
	height: 27px;
}

.nav.nav-pills:hover .toggle_menu {
	opacity: 1;
	top: 27px;
	height: auto;
	bottom: auto;
}

.span12 {
	position: relative;
}

.user_ico {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: #4B5C6C;
	color: #2C3C4E;
	margin: 0 7px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.user_ico img {
	vertical-align: top;
	width: 16px;
	height: 16px;

}

.nav-tabs>li,
.nav-pills>li a {
	font-family: 'Arial Regular', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #333333;
	text-align: left;
	line-height: normal;
}

.breadcrumb-wrapper .account ul li a {
	display: block;
	padding: 10px;
	border-top: 1px solid #999999;
	margin-top: 0;
}

.breadcrumb-wrapper .account ul li.user a {
	border-top: 0;
	padding: 3px 0;
	margin-bottom: 0;
	line-height: 20px;
}

.breadcrumb-wrapper .account ul li.user a i {
	color: inherit;
}

.user_info {
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 10px 0 15px;
}

.user_info .name {
	border-top: 0;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0;
}

.user_img {
	width: 98px;
	height: 98px;
	border-radius: 100% !important;
	display: inline-block !important;
	background: #fff;
	overflow: hidden;
	padding: 0 !important;
	float: none;
	border: 3px solid #ccc;
}

.user_img img {
	border-radius: 100%;
	width: 98px;
	height: 98px;
}

.account {
	position: relative;
}

.account .grids,
.account .listing-wrapper {
	position: static;
}

.user_aside {
	width: 270px;
	position: absolute;
	top: 70px;
	right: 0;
}

.user_aside .property-detail {
	margin-bottom: 15px;
	padding: 15px 25px 22px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.user_aside .property-detail .title {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #3485B6;
	margin: 0 0 13px;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 10px;
	height: auto;
}

.user_aside .property-detail .text {
	text-align: center;
	margin-bottom: 10px;
	border-bottom: none;
	height: auto;
}

.user_aside .property-detail p {
	border-bottom: 1px dotted #000;
	height: 15px;
}

.user_aside .property-detail p:last-child {
	margin-bottom: 0;
}

.user_aside .property-detail p .text_l {
	background: #fff;
}

.user_aside .property-detail p span:last-child {
	float: right;
	background: #fff;
	color: #3485B6;
	font-weight: 600;
}

.user_aside .buy_ups_modal {
	background: rgba(82, 162, 0, 1);
	color: #fff;
	width: 100%;
	padding: 7px 0 7px;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 10px;
	font-weight: 600;
	transition: all 0.3s;
	border: 1px solid rgba(82, 162, 0, 1);
}

.user_aside .buy_ups_modal:hover {
	background: #fff;
	color: rgba(82, 162, 0, 1);
	border: 1px solid rgba(82, 162, 0, 1);
}

.content_main.user_table {
	max-width: 885px;
	width: 885px;
}

.content_main.user_table .row_mardin td {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: transparent;
	min-height: 55px;
}

.content_main.user_table .row_mardin td:first-child {
	border-left: 0;
}

.content_main.user_table .row_mardin td:last-child {
	border-right: none;
}

.content_main.user_table td {
	border-top: 0;
}

.content_main.user_table .row_head td {
	border-top: 1px solid #ccc;
	font-weight: 600;
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
}

.content_main.user_table th,
.content_main.user_table td {
	background: #fff;
	padding: 8px 3px;
}

.content_main.user_table th:first-child,
.content_main.user_table td:first-child {
	border-left: 1px solid #ccc;
}

.content_main.user_table th:last-child,
.content_main.user_table td:last-child {
	border-right: 1px solid #ccc;
}

.content_main.user_table td.tr_bottom {
	border-left: 0;
	border-right: 0;
}

.content_main.user_table td.pager {
	border-bottom: 1px solid #ccc;
}

.content_main.user_table .row_head td.img {
	width: 100px;
	padding-left: 8px;
}

.content_main.user_table .row_head td.type {
	width: 100px;
}

.content_main.user_table .row_head td.street {
	width: 130px;
}

.content_main.user_table .row_head td.place {
	width: 105px;
}

.content_main.user_table .row_head td.reg {
	width: 105px;
}

.content_main.user_table .row3 td.img_b {
	padding-left: 8px;
	padding-bottom: 8px !important;
	line-height: 1em;
}

.content_main.user_table .row3 td.img_b img {
	width: 90px;
	height: 56px;
}

.content_main.user_table .row3 td.img_b b {
	font-weight: 400 !important;
	font-size: 9px;
	color: #000;
}

.content_main.user_table .row3 td {
	padding-bottom: 0 !important;
}

.edit_btns a {
	height: 30px;
	width: 30px;
	box-sizing: border-box;
	padding: 0px 0;
	line-height: 30px;
	margin-right: 1px;
}

.content_main.user_table a.btn-info:hover {
	background: #6EADDD !important;
}

.tr_bottom>* {
	min-width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #3485B6;
	font-size: 13px;
	font-weight: 600;
	background: transparent;
	padding: 0 15px;
	transition: all 0.15s;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.tr_bottom>span {
	color: #000;
}

.tr_bottom .btn-small:hover {
	background: #3485B6;
	color: #fff;
}

.user_table_wrap {
	width: 100%;
	overflow: auto;
	min-height: 550px;
}

.account .pagination {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-top: auto;
	float: none;
	margin-top: 20px;
}

.account .page-header.list_page_h1 {
	margin-bottom: 35px;
}

.account .more {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-style: italic;
	display: block;
	margin: 25px 0 -7px;
	text-align: center;
	font-family: 'Arial Italic', 'Arial';
}

.account .more a {
	color: inherit;
}

.control-group .controls .calc_price {
	padding-top: 5px;
	display: block;
}

.account .modal .modal-footer button {
	border: 1px solid #ccc;
	border-radius: 3PX;
}

.account .modal .modal-footer button:last-child {
	border: none;
	border-radius: 3PX;
}

.content_main.user_table .row_head td.edit_t,
.content_main.user_table .row3 td.edit_btns {
	padding-right: 15px;
	text-align: right;
}

.listing-wrapper .button {
	display: block;
	padding: 10px;
	width: 110px;
}

.listing-wrapper .button.green {
	background: #cc181e none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	margin: 20px 0 0;
	transition: background-color 0.2s ease-in 0s;
}

.listing-wrapper .button.green:hover {
	background: #045e83 none repeat scroll 0 0;
	cursor: pointer;
	text-decoration: none;
}

.slide-info .mobile_hot_slider_items {
	display: none;
}

.map_wrap {
	position: relative;
	height: 100px;
	overflow: hidden;
	margin: 30px 0 10px;
}

.map_full.map_wrap {
	height: auto;
}

.show-map__btn {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #000;
	background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.72) 55%, rgba(255, 255, 255, 0.19) 94%);
	background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.72) 55%, rgba(255, 255, 255, 0.19) 94%);
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.72) 55%, rgba(255, 255, 255, 0.19) 94%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;

}

.map_full .show-map__btn {
	display: none;
}

.show-map__btn span {
	color: #525152;
	border: 1px solid #525152;
	padding: 10px 20px;
	border-radius: 30px;
	display: inline-block;
	padding-left: 50px;
	background: url(map-gray.svg) no-repeat 15px;
	background-size: 25px;
	position: relative;
	z-index: 4;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.show-map__btn span:hover {
	color: #fff;
	background: #525152 url(map-white.svg) no-repeat 15px;
	background-size: 25px;
}

.account_layout .container {
	position: relative;
}


@media (max-width : 1200px) {

	#footer-inner .row,
	.footer_bottom {
		max-width: 940px;
	}

	.slide-info {
		width: 280px;
	}

	.sett-carousel:not(.sett-carousel-no-photo) .preview img {
		height: 280px !important;
	}

	.sett-carousel .carousel.property .preview .more_photos {
		width: 280px;
	}

	.sett-carousel .carousel.property ul {
		padding-left: 3px;
	}

	.sett-carousel .carousel.property ul li {
		height: 280px;
		width: 53px !important;
	}

	.sett-carousel .carousel.property ul li:after {
		width: 53px;
	}

	.sett-carousel .carousel.property .preview .no_photo {
		height: 280px;
		width: 280px;
	}

	.prop-location {
		width: calc(100% - 290px);
		position: relative;
		padding-bottom: 60px;
	}

	.sett-carousel:not(.sett-carousel-no-photo) .list-prop {
		width: calc(100% - 100px);
		left: 0;
	}

	.sett-carousel:not(.sett-carousel-no-photo) .list-prop {
		width: calc(100% - 380px);
		left: 300px;
	}

	.listing-wrapper .sett-carousel .prop-location-2 {
		width: 100%;
		float: none;
		position: relative;
	}

	.sett-carousel .fixed_items {
		top: 0;
		right: 0;
	}

	.property-info .main-link {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.property-info .item_adress,
	.state-block {
		font-size: 13px;
	}

	.sett-carousel .text-property-info {
		text-align: justify;
		color: #6b6b6b;
		padding-left: 0;
		width: 100%;
		font-size: 13px;
	}

	.property-info .item_adress {
		flex-wrap: wrap;
	}

	/*.sett-carousel-no-photo .property-info .item_adress:after{
display: none;
}*/
	.property-info .main-link:after {
		display: none;
	}

	.list-prop li {
		margin-right: 5px;
	}

	.sett-carousel-no-photo .slide-info {
		width: 250px;
	}

	.sett-carousel-no-photo .carousel.property .preview .no_photo {
		height: 250px;
		width: 250px;
	}

	.listing-wrapper .sett-carousel-no-photo .prop-location-2 {
		width: calc(100% - 260px);
		float: right;
	}

	.sett-carousel-no-photo .property-info {
		width: calc(100% - 135px);
	}

	.sett-carousel-no-photo .list-prop {
		width: calc(100% - 360px);
		left: 270px;
	}

	.listing-wrapper .sett-carousel .prop-location-2,
	.listing-wrapper .sett-carousel-no-photo .prop-location-2 {
		padding-bottom: 60px;
	}

	.sett-carousel-no-photo .carousel.property .preview img {
		height: 250px !important;
		object-fit: cover;
	}
}


@media (max-width : 979px) {

	#footer-inner .row,
	.footer_bottom {
		max-width: 724px;
	}

	#footer-inner .row {
		align-items: stretch;
	}

	#footer-inner .footer_right_links {
		width: 35%;
	}

	.list-prop li .phones_popup_link,
	.list-prop li .sendMessage {
		width: 100px;
	}

	.map_wrap {
		height: 0;
		margin: -10px 0 0;
	}
}

@media (max-width : 767px) {

	#footer-top-inner .span3{
		margin-bottom: 20px;
	}

	.breadcrumbs-wrap #breadcrumbs {
		margin: 0 -20px;
		padding: 9px 20px;
	}

	.sett-carousel .caroufredsel_wrapper {
		display: none;
	}

	.sett-carousel:not(.sett-carousel-no-photo) .carousel.property .preview a:not(.no_photo) {
		display: none;
	}

	.slide-info .mobile_hot_slider_items {
		display: block;
		overflow: hidden;
		height: 320px;
	}

	.mobile_hot_slider_items.slick-dotted.slick-slider {
		margin-bottom: 0;
	}

	.mobile_hot_slider_items .slider_item img {
		height: 320px !important;
		object-fit: cover;
	}

	.mobile_hot_slider_items .slick-slide {
		margin: 0 5px;
	}

	.mobile_hot_slider_items .slick-slide div {
		vertical-align: top;
	}

	.slide-info .carousel .content {
		position: static;
	}

	.sett-carousel .carousel.property .preview .more_photos {
		display: none;
	}

	.mobile_hot_slider_items .slick-dots {
		bottom: 8px;
	}

	.mobile_hot_slider_items .slick-dots li,
	.mobile_hot_slider_items .slick-dots li button {
		width: 10px;
		height: 10px;
		padding: 0;
	}

	.mobile_hot_slider_items .slick-dots li button:before {
		font-size: 10px;
		width: 10px;
		height: 10px;
		line-height: 10px;
		opacity: 1;
		color: #ffffffab;
	}

	.mobile_hot_slider_items .slick-dots li.slick-active button:before {
		opacity: 1;
		color: #06a7ea;
	}

	.sett-carousel .property {
		display: block;
	}
}

@media (max-width : 700px) {
	.sett-carousel:not(.sett-carousel-no-photo) .list-prop {
		width: calc(100% - 310px);
	}

	.list-prop li:last-child {
		clear: left;
	}
}

@media (max-width : 767px) {
	#footer-inner .row {
		display: block;
	}

	#footer-inner .copyright,
	#footer-inner .footer_right_links {
		width: 100% !important;
		box-sizing: border-box;
		float: none !important;
		text-align: left;
		margin-left: 0;
	}

	#footer-inner .footer_right_links a {
		margin-left: 0;
		margin-right: 15px;
	}

	#footer-inner .footer_right_links {
		margin-top: 5px;
	}

	.footer_bottom {
		padding-left: 8px;
		padding-right: 8px;
	}

	.footer_bottom .footer_pay {
		width: calc(100% - 180px);
	}

	#footer-wrapper #footer #footer-inner,
	.footer_bottom {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer_bottom .share {
		float: right !important;
		width: auto !important;
	}

	#footer-top-inner .span3.footer_soc_links {
		text-align: left;
	}

	.fancybox-skin {
		padding: 0 !important;
	}
}

@media (max-width : 650px) {

	.sett-carousel-no-photo .slide-info,
	.slide-info {
		width: 100%;
		margin-bottom: 10px;
	}

	.sett-carousel-no-photo .carousel.property .preview img {
		height: 60vw;
	}

	.row .listing-wrapper .sett-carousel-no-photo .prop-location-2 {
		padding-bottom: 35px;
	}

	.sett-carousel-no-photo .list-prop {
		width: calc(100% - 100px);
		left: 10px;
	}

	.list-prop li {
		margin-right: 10px;
	}

	.list-prop li:last-child {
		clear: none;
	}

	.sett-carousel-no-photo .carousel.property .preview .no_photo,
	.sett-carousel .carousel.property .preview .no_photo,
	.prop-location {
		width: 100%;
	}

	.sett-carousel:not(.sett-carousel-no-photo) .list-prop {
		left: 10px;
		width: calc(100% - 100px);
	}

	.sett-carousel .carousel.property a:hover {
		text-decoration: none;
	}
}

@media (max-width : 600px) {
	#footer-top-inner .row {
		display: block;
	}
	.footer_pay .items ul li {
    	margin-right: 8px;
	}

}

@media (max-width : 480px) {
	#footer-inner .copyright img {
		margin: 0px auto 10px;
		display: block;
	}

}


@media (max-width : 380px) {
	.span9.main-wrapp {
		float: none !important;
		display: flex;
		flex-flow: column;
	}

	h1.page-header {
		order: -1;
	}

	#footer-wrapper #footer #footer-inner,
	.footer_bottom {
		padding-left: 8px;
		padding-right: 8px;
	}

	#footer-top-inner {
		padding: 0 !important;
	}

	#footer-inner {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.footer_bottom .footer_pay {
		width: 100%;
	}

	.footer_bottom .share {
		width: 88px !important;
		padding-top: 11px;
	}

	.footer_bottom .share a img {
		margin-bottom: 5px;
	}

	.footer_bottom .footer_pay img {
		margin-left: 0px;
	}

	#footer-top-inner .span3 {
		flex: 1 auto;
	}
	
	#footer-top-inner .span3.footer_soc_links {
		max-width: none;
	}
	
	.breadcrumbs-wrap #breadcrumbs {
		margin: 0 -8px;
		padding: 9px 8px;
	}

	#header-wrapper #header #header-inner .navbar .navbar-inner {
		padding-left: 8px;
		padding-right: 8px;
	}

	.sett-carousel:not(.sett-carousel-no-photo) .list-prop {
		left: 10px;
		width: calc(100% - 50px);
	}

	.footer_bottom {
		padding: 0 8px !important;
	}
}

#myCarouselPrice,
#myCarouselLocation,
#myCarouselAll {
	padding: 0 10px 10px 10px;
	text-align: center;
	margin-bottom: 0;
}

@media (max-width: 767px) {

	#myCarouselPrice,
	#myCarouselLocation,
	#myCarouselAll {
		padding: 0 0 10px 0;
		text-align: center;
		margin-bottom: 0;
	}
}

@media (max-width: 550px) {

	.properties-rows .filter form,
	.properties-rows .filter form .control-group .controls,
	.properties-rows .filter form .control-group {
		width: 100%;
	}

	.properties-rows .filter form .control-group .controls {
		margin-left: 0 !important;
	}

	.filter #inputSortBy_chzn {
		width: 180px !important;
	}

	.listing-wrapper .sett-carousel {
		width: 100% !important;
	}

	.sett-carousel-no-photo .list-prop {
		width: 240px;
	}

	.row .listing-wrapper .sett-carousel-no-photo .prop-location-2 {
		padding-bottom: 60px;
	}

	.listing-wrapper .sett-carousel .span-date {
		bottom: 11px;
	}
}

@media (max-width: 430px) {

	#myCarouselPrice .row-fluid .span3,
	#myCarouselLocation .row-fluid .span3,
	#myCarouselAll .row-fluid .span3 {
		width: 48% !important;
	}

	.listing-wrapper .sett-carousel .property-info .main-link i {
		left: 5px;
	}
}

.similar-head {
	margin: 0 0 0 10px;
	padding: 0;
	font-weight: 400;
}

.similar-filter {
	color: #06a7ea;
	border-bottom: 1px dashed #06a7ea;
	cursor: pointer;
}

.similar-filter:hover {
	border-bottom: 1px dashed #fff;
}

.filter-menu span {
	margin: 0 20px 0 0;
}

.filter-menu {
	margin: 0 10px 10px 10px;
	padding: 0 0 10px;
	color: #656565;
}

.similar-price {
	margin: 10px 0 10px 5px;
	font-size: 16px;
	padding: 0;
	color: #000000;
}

.similar-price span {
	font-size: 18px;
	font-weight: bold;
}

.similar-title {
	margin: 0 2px 10px 5px;
	min-height: 80px;
	color: #484848;
	font-weight: 500;
	font-size: 13px;
	padding: 0;
	line-height: 18px;
}

.similar-marker {
	color: #656565;
	font-weight: 500;
	float: left;
	padding: 0px 5px;
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	min-height: 80px;
}

.similar-next,
.similar-next:active,
.similar-next:focus {
	padding: 8px 30px;
	margin: 10px auto 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.similar-next:hover {
	border: 1px solid #919191;
	box-shadow: inset 0px 0px 0px 0px #919191;
	background-color: #fff;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#myCarouselPrice .thumbnail,
#myCarouselLocation .thumbnail,
#myCarouselAll .thumbnail {
	text-align: left;
	text-decoration: none;
	border-radius: 1px;
	margin-bottom: 10px;
	padding: 0;
}

#myCarouselPrice a.thumbnail:hover,
#myCarouselLocation a.thumbnail:hover,
#myCarouselAll a.thumbnail:hover {
	text-decoration: none;
	color: #06a7ea;
}

#myCarouselPrice .thumbnail-img,
#myCarouselLocation .thumbnail-img,
#myCarouselAll .thumbnail-img {
	overflow: hidden;
	width: 100%;
	height: 130px;
	text-align: center;
}

#myCarouselPrice .thumbnail-img .no_photo,
#myCarouselLocation .thumbnail-img .no_photo,
#myCarouselAll .thumbnail-img .no_photo {
	height: 100%;
	background: rgba(240, 240, 240, 0.529411764705882) url(photo-camera.svg) no-repeat center;
	display: block;
	width: 100%;
	background-size: 60px;
}

.sidebar .widget.properties .content .property .image .no_photo,
.sidebar-right .widget.properties .content .property .image .no_photo {
	height: 220px;
	background: rgba(240, 240, 240, 0.529411764705882) url(photo-camera.svg) no-repeat center;
	display: block;
	width: 100%;
	background-size: 60px;
}

#myCarouselPrice .thumbnail img,
#myCarouselLocation .thumbnail img,
#myCarouselAll .thumbnail img {
	width: 100%;
	height: auto;
	margin: auto;
	min-height: 100%;
}

#myCarouselPrice .fa-map-marker:before,
#myCarouselLocation .fa-map-marker:before,
#myCarouselAll .fa-map-marker:before {
	font-size: 18px;
}

#myCarouselPrice .row-fluid [class*="span"]:nth-child(4n+1),
#myCarouselLocation .row-fluid [class*="span"]:nth-child(4n+1),
#myCarouselAll .row-fluid [class*="span"]:nth-child(4n+1) {
	margin-left: 0;
}

/************** Infrastracture map *************/
.map .filter-menu {
	margin: 0 10px 10px 0;
}

.map_menu {
	overflow: hidden;
	width: 40px;
	position: absolute;
	top: 115px;
	right: 10px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .37);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .37);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .37);
	transition: .6s all;
	-webkit-transition: .6s all;
	-moz-transition: .6s all;
	-o-transition: .6s all;
}

.map_menu.open {
	width: 230px;
}

.option {
	padding: 10px;
	text-align: center;
	color: #999;
	font-size: 18px;
	border-radius: 0;
	width: 230px;
	border: 0;
}

.angle_cont {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background-color: #f1f1f1;
}

.option.angle {
	background-color: #f1f1f1;
}

.option.angle span {
	margin: 0;
}

.map_menu.open .angle_cont {
	border-left: 1px solid #fff;
}

.map_menu.open .angle_cont i {
	transform: rotate(180deg);
	left: 8px;
	top: 10px;
}

.option span {
	font-size: 13px;
	margin-left: 12px;
	float: left;
}

.option i {
	display: block;
	width: 20px;
	text-align: center;
	float: left;
	transition: .6s all;
	-webkit-transition: .6s all;
	-moz-transition: .6s all;
	-o-transition: .6s all;
}

.angle_cont i {
	font-size: 24px;
	float: none;
	position: absolute;
	left: 9px;
	top: 8px;
}

.option:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}

.option.activated {
	color: #418ccf !important;
}

.option:hover,
.option:focus {
	color: #999;
}

.btn.option.geo {
	background-color: #fff !important;
}

.btn.option.geo:hover,
.btn.option.geo:hover .map__poi-panel__item__check {
	background-color: #f4f4f4 !important;
	fill: #f4f4f4 !important;
}

.btn.option.geo.check_menu:hover .map__poi-panel__item__check {
	fill: #38A9EE !important;
}

.map__poi-panel {
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	margin: 0;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
	background: #FFF;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
}

.map__poi-panel__item__icon {
	display: inline-block;
	width: 20px;
	margin-left: 0px !important;
	text-align: center;
	vertical-align: middle;
}

.map__poi-panel__item__icon svg {
	max-width: 18px;
	max-height: 18px;
	vertical-align: middle;
	fill: #7F7F7F;
}

.map__poi-panel__item__check {
	float: right;
	display: block;
	width: 15px;
	height: 12px;
	margin: 5px 10px 4px 5px;
	fill: #fff;
	position: absolute;
	left: 200px;
}

.option.activated svg,
.check_menu svg {
	fill: #38A9EE;
}

.balloon {
	position: absolute;
	z-index: 1010;
	top: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: auto;
	min-width: 250px;
	max-width: 450px;
	padding: 10px;
	text-align: left;
	white-space: normal;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.balloon_poi {
	width: auto;
	min-width: 420px;
}

.balloon__header {
	padding: 0 0 10px;
}

.balloon__content__title,
.balloon__header__title {
	font-weight: 700;
	padding-right: 30px;
	font-size: 16px;
}

.balloon__arrow {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 21px;
	height: 11px;
	margin: 0 0 0 -10px;
	background: url(balloon_arrow.png) 0 -2px no-repeat;
	background-size: 21px 11px;
}

.balloon__closer {
	position: absolute;
	z-index: 1;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: background-color 150ms;
	border-radius: 2px;
	background-color: #38A9EE;
	background-image: url(popup_closer.png);
	background-size: 20px 20px;
}

.balloon__closer:hover {
	background-color: #73D3E1;
}

.balloon__content {
	overflow: auto;
	max-height: 200px;
}

.balloon__content__title {
	position: relative;
	margin-left: 28px;
}

.balloon__content__title__icon {
	position: absolute;
	right: 100%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.balloon__content__title__pseudo {
	font-weight: 400;
	cursor: pointer;
	color: #05C;
	border-bottom: 1px dashed #B2CCF0;
}

.balloon__content__divider {
	margin: 10px 0;
	border-bottom: 1px solid #D0D0D0;
}

.balloon__content a {
	display: inline-block;
}

.balloon__rubrics {
	padding-left: 28px;
	color: #555;
}

.balloon__rubrics+.balloon__content__title {
	margin-top: 15px;
}

.poi-icon {
	background-image: url(poi_balloon_icons.png);
	background-size: 120px 20px;
}

.poi-icon_med {
	background-position: -100px 20px;
}

.poi-icon_kind {
	background-position: -40px 20px;
}

.poi-icon_college {
	background-position: -20px 20px;
}

.poi-icon_cafe {
	background-position: -60px 20px;
}

.poi-icon_shop {
	background-position: 0 20px;
}



/*new_style*/
.col-md-2 {
	width: 16.66666667%;
}

.col-md-3 {
	width: 25%;
}

.col-md-4 {
	width: 33.33333333%;
}

.col-md-5 {
	width: 41.66666667%;
}

.col-md-6 {
	width: 50%;
}

.col-md-7 {
	width: 58.33333333%;
}

.col-md-8 {
	width: 66.66666667%;
}

.col-md-9 {
	width: 75%;
}

.col-md-10 {
	width: 83.33333333%;
}

.col-md-11 {
	width: 91.66666667%;
}

.col-md-12 {
	width: 100%
}


#footer-wrapper .row {
	margin-left: auto;
	margin-right: auto;
}

section.section .row {
	margin-right: -15px !important;
	margin-left: -15px !important;
	margin-bottom: 30px !important;
	clear: both;
}

section.section .row-fluid {
	width: auto;
}

.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.breadcrumb-wrapper .row,
#header-wrapper .row,
.top_user_line {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.category_list ul {
	display: inline-block;
	width: 220px;
	color: #fff;
	margin: 0 45px 0 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}

#header-wrapper .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
}

#header-wrapper .row:after {
	display: none;
}

.category_list ul:last-child {
	margin-right: 0;
}

.category_list ul a {
	color: #fff;
}

.section {
	padding: 0px 0 30px;
}

.main_banner {
	background: url(main_banner.jpg) no-repeat center;
	background-size: cover;
	height: 435px;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.main_banner_link {
	display: none;
}

.main_banner_link.active {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
}

.main_banner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

.main_banner_content {
	max-width: 900px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
	text-align: center;
	padding: 1px 0;
}

.main_banner_content>.title {
	font-size: 32px;
	padding: 0px 0 30px;
	margin-top: 90px;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	z-index: 6;
	position: relative;
	font-weight: 400;
}

.main_banner_content>.title button {
	color: inherit;
	font-size: inherit;
	border-bottom: 1px dashed #fff;
	vertical-align: baseline;
}

.main_banner_content>.title .dropdown {
	margin-left: 0;
}

.home_search_block,
.main_banner_content .show_on_map_btn {
	position: relative;
	z-index: 3;
}

.home_search_block {
	z-index: 5;
	position: relative;
}

.main_banner_content .right {
	display: flex;
	justify-content: space-between;
	width: calc(80% - 10px);
	margin-right: 10px;
	float: left;
}

/*search_select*/
.main_banner_content .right .select_content:first-child .wrapper-dropdown-3 {
	border-radius: 3px 0 0 3px;
}

.main_banner_content .right .select_content:last-child .wrapper-dropdown-3 {
	border-radius: 0 3px 3px 0;
}

.wrapper-dropdown-3 {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 12px;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #fff;
	cursor: pointer;
	outline: none;
	color: #333;
	border-right: 1px solid #000;
}

.select_content:last-child .wrapper-dropdown-3 {
	border-right: 0;
}

.wrapper-dropdown-3>span {
	white-space: nowrap;
	display: block;
	padding: 12px;
	margin: -12px;
	z-index: 2;
	position: relative;
	overflow: hidden;
}

.wrapper-dropdown-3>span:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	background: #fff;
}

.dd9.wrapper-dropdown-3>span:before {
	background: #f0f0f0;
}

.dd9.wrapper-dropdown-3>span:before {
	width: 13px;
}

.wrapper-dropdown-3 .dropdown {
	position: absolute;
	top: 120%;
	left: 0;
	right: 0;
	background: white;
	border-radius: 4px;
	border: 1px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 15px;
	visibility: hidden;
	min-width: 200px;
	box-sizing: border-box;
	z-index: 100;
}

.wrapper-dropdown-3.dd2 .dropdown {
	min-width: 540px;
}

.wrapper-dropdown-3.dd4 .dropdown {
	padding: 10px;
	min-width: 240px;
	display: table;
}

.wrapper-dropdown-3.dd4 .dropdown li {
	white-space: nowrap;
}

.wrapper-dropdown-3 .dropdown li a {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
	float: right;
	color: inherit;
}

.wrapper-dropdown-3:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	background: url(down-arrow.svg) no-repeat center;
	background-size: 12px;
	display: block;
	z-index: 2;
	transition: all 0.4s;
}

.wrapper-dropdown-3.active:after,
.wrapper-dropdown-3.visible:after {
	transform: rotate(-180deg);
}

.wrapper-dropdown-3.active .dropdown,
.dd4.wrapper-dropdown-3.visible .dropdown {
	opacity: 1;
	visibility: visible;
}

.wrapper-dropdown-3 .dropdown li .ez-radio {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background: url(blank-check-box.svg) no-repeat center;
	background-size: 15px;
	border: 0;
	margin-top: 2px;
}

.wrapper-dropdown-3 .dropdown li.active .ez-radio {
	background: url(check-box.svg) no-repeat center;
	background-size: 15px;
}

.wrapper-dropdown-3 .dropdown li ul {
	margin: 0 0 10px 0;
	padding: 0;
	width: 72%;
}

.wrapper-dropdown-3 .dropdown li ul li {
	margin: 0 3px 10px;
}

.wrapper-dropdown-3 .dropdown li>span {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	padding-top: 7px;
}

.wrapper-dropdown-3 .dropdown li ul li,
.wrapper-dropdown-3 .dropdown li ul {
	display: inline-block;
	vertical-align: top;
}

.wrapper-dropdown-3 .dropdown li ul li a {
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #333333;
}

.wrapper-dropdown-3 .dropdown li ul li.active a,
.wrapper-dropdown-3 .dropdown li ul li a:hover {
	background: #3485B6;
	color: #fff;
	border-color: #3485B6;
}

.wrapper-dropdown-3 .dropdown input[type="text"] {
	max-width: 76px;
	margin-right: 5px;
}

.wrapper-dropdown-3.dd4 .dropdown .ez-radio {
	display: none;
}

.wrapper-dropdown-3.dd4 .dropdown .ez-radio+label {
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #333;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	margin-right: 5px;
}

.wrapper-dropdown-3.dd4 .dropdown .ez-radio.ez-selected+label {
	background: rgba(6, 129, 181, 1);
	border-color: rgba(6, 129, 181, 1);
	color: #fff;
}

.wrapper-dropdown-3.dd4 .dropdown .ez-radio+label:last-child {
	margin-right: 0px;
}

/*end search_select*/

.main_banner_content .home_search_block>button {
	width: 20%;
	background: #DC5C00;
	color: #fff;
	font-size: 16px;
	border: 0;
	height: 46px;
	line-height: 42px;
	border-radius: 3px;
	padding-bottom: 5px;
	font-weight: 700;
}

.main_banner_content .home_search_block>button:hover {
	background: #C85300;
}

.main_banner_content .right>div {
	width: 100%;
	text-align: left;
	max-width: 20%;
	transition-property: width, max-width;
	transition-duration: 0.5s;
}

.main_banner_content .show_on_map_btn {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 30px;
	display: inline-block;
	padding-left: 50px;
	background: url(map-white.svg) no-repeat 15px;
	background-size: 25px;
	margin-top: 40px;
	position: relative;
	z-index: 4;
}

.main_banner_content .show_on_map_btn:hover {
	color: #525152;
	background: #fff url(map-gray.svg) no-repeat 15px;
	background-size: 25px;
	text-decoration: none;
}

.sale_banner {
	display: flex;
	justify-content: space-between;
	color: #fff;
	position: relative;
	padding-top: 10px;
	max-width: 730px;
	margin: 60px auto 0;
	background: rgba(0, 0, 0, 0.2);
	padding: 37px 10px 0px;
}

.sale_banner .img {
	width: 100%;
	max-width: 50px;
	height: 50px;
	margin-right: 10px;
}

.sale_banner .text .title {
	font-size: 20px;
}

.sale_banner .text .title {
	font-size: 20px;
	margin-bottom: 8px;
	padding-right: 170px;
}

.sale_banner .text .desc {
	font-size: 13px;
}

.main_banner_content .more_btn {
	position: absolute;
	top: 25px;
	right: 13px;
	padding: 7px 15px;
	font-size: 14px;
	color: #C9C9C9;
	border: 1px solid #C9C9C9;
	font-weight: 700;
	z-index: 3;
	border-radius: 20px;
}

.main_banner_content .more_btn:hover {
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
}

.main_banner_content .text {
	width: 100%;
	margin: 0;
}

.main_banner_content .sale_title {
	top: 7px;
	left: 10px;
	background: rgba(255, 0, 0, 0.4);
	position: absolute;
	padding: 1px 15px;
	font-size: 13px;
}

.home_block_title {
	font-size: 24px;
	color: #515151;
	padding: 0 15px;
	margin-bottom: 30px;
}

.category_list {
	margin-bottom: 20px;
}

.category_list:last-child {
	margin-bottom: 0px;
}

.category_list .category_list_content {
	position: relative;
	min-height: 143px;
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.vip_block .item_info_wrap {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.vip_block .vip_list {
	position: relative;
	display: inline-block;
	width: 100%;
}

.vip_block .vip_list img {
	width: 100% !important;
}

.vip_block .vip_list .no_photo {
	background: rgba(240, 240, 240, 0.529411764705882) url(photo-camera.svg) no-repeat center;
	display: block;
	width: 100%;
	background-size: 60px;
	height: 198px;
}

.vip_block .vip_list:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	opacity: 0.5;
	background-image: linear-gradient(to bottom, transparent, #000000);
	z-index: 0;
	transition: all 0.2s ease;
}

.vip_block .vip_list:hover:after {
	opacity: 0;
}

.category_list .category_list_content:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

.category_list .category_list_content>*,
.vip_block .vip_list div>* {
	position: relative;
	z-index: 2;
}

.category_list .block_title {
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.category_list .block_title a {
	color: #fff;
	text-decoration: none;
}

.category_list .category_list_content .list_price {
	display: block;
	float: right;
	z-index: 2;
	padding-left: 2px;
	font-size: 12px;
	color: #D7D7D7;
}

.category_list .category_list_content ul a {
	display: block;
	float: left;
	z-index: 2;
	padding-right: 2px;
}

.category_list .category_list_content li {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

.category_list .category_list_content li:after {
	content: '';
	display: block;
	overflow: hidden;
	height: 14px;
	border-bottom: 1px dotted #fff;
}

.vip_block .home_block_title:before,
.recomend_section .home_block_title:before {
	content: "";
	background: url(flame.svg) no-repeat center left;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
	margin-right: 10px;
	background-size: 24px;
}

.home_block_title a {
	float: right;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px dashed #666;
	font-family: "Arial", sans-serif;
}

.home_block_title a:hover {
	text-decoration: none;
}

.vip_block .vip_list .item_info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3px 10px;
	color: #fff;
}

.vip_block .vip_list .item_info a {
	color: #fff;
}

.vip_block .vip_list .item_info p {
	margin-bottom: 0;
}

.vip_block .vip_list .item_info .block_title {
	font-size: 16px;
}

.vip_block .vip_list .item_info .block_desc {
	font-size: 12px;
}

.vip_block .vip_list .item_info .block_price {
	font-size: 14px;
	float: left;
}

.vip_block .vip_list .item_info .block_price span.valuta {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 16px;
}

.vip_block .vip_list .item_info .block_price span.price {
	font-family: 'Arial';
	font-weight: 700;
	font-size: 16px;
}

.vip_block .vip_list .item_info .small_info {
	float: right;
	color: #fff;
	font-size: 12px;
}

.vip_block .vip_list .item_info .small_info a {
	color: #fff;
	margin-left: 5px;
	display: inline-block;
}

.vip_block .vip_list .item_info .small_info a:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	content: "";
	vertical-align: top;
	margin-top: 3px;
}

.vip_block .vip_list .item_info .small_info a.photo_link:before {
	background: url(photo-camera.svg.1) no-repeat center left;
	background-size: 12px;
}

.vip_block .vip_list .item_info .small_info a.video_link:before {
	background: url(youtube-play-button.svg) no-repeat center left;
	background-size: 12px;
}

.banner_area {
	text-align: center;
	padding: 40px 0;
	margin-bottom: 40px;
	margin-top: 20px;
}

.home_news .title-3 {
	font-size: 24px;
	color: #515151;
	padding: 0 20px;
	line-height: 20px;
	font-weight: 400;
	margin-left: 0;
	margin: 0 0 30px;
}

.home_news .grid-news {
	margin-left: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.home_news .grid-news .news-img {
	margin: 0 0 15px;
}

.home_news .grid-news .low-news-line {
	margin-left: -10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.home_news .grid-news .grid-news-low {
	width: calc(25% - 10px);
}

.home_news .grid-news .grid-news-low img {
	margin-bottom: 18px;
	width: 100%;
}

.home_news .grid-news .info-block-low {
	width: 100%;
}

.home_news .grid-news .news-info {
	width: calc(100% - 440px);
	box-sizing: border-box;
	padding: 0 10px 0 10px;
}

.white_bg {
	background: #fff;
}

.home_inner1 .title {
	font-size: 28px;
	color: #06a7ea;
	text-align: center;
	margin: 30px 0;
}

.home_inner1 .ico {
	text-align: center;
}

.home_inner1 .ico img {
	max-width: 80px;
}

.home_inner1 .desc {
	font-size: 15px;
	color: #797979;
	text-align: center;
	max-width: 200px;
	margin: 10px auto;
	line-height: 1.5em;
}

.home_inner1 .desc a {
	color: #06a7ea;
}

.home_inner2 .container {
	max-width: 900px;
}

.home_inner2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.home_inner2 a {
	color: #797979;
	text-decoration: none;
}

.home_inner2 .title {
	font-size: 20px;
	color: #515151;
	margin-top: 30px;
	margin-bottom: 30px;
}

.home_inner2 .ico {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.home_inner2 .text .title {
	font-size: 16px;
	color: #515151;
	margin-top: 20px;
	margin-bottom: 10px;
}

.home_inner2 .text .title a {
	color: #515151;
}

.home_inner2 .text .desc {
	font-size: 15px;
	color: #797979;
}

.home_inner2 .realtor_list .ico {
	border-radius: 100%;
	overflow: hidden;
}

.home_inner2 .all_btn {
	font-size: 14px;
	color: #3385B6;
	max-width: 170px;
	border-radius: 3px;
	border: 1px solid #3385B6;
	padding: 9px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.home_inner2 .all_btn:hover {
	color: #fff;
	background: #3385B6;
	text-decoration: none;
}

.recomend_section .home_block_title {
	margin-top: 30px;
}

.recomend_section .col-md-3 .item {
	background: #fff;
	border: 1px solid #FFF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 0 15px 15px;
}

.recomend_section .col-md-3 .item .item_img {
	margin: 0 -15px 20px;
	max-width: 120%;
}

.recomend_section .col-md-3 .item .item_img img {
	width: 100%;
	height: 200px;
}

.recomend_section .col-md-3 .item .title {
	font-size: 18px;
	color: #06a7ea;
}

.recomend_section .col-md-3 .item .price {
	font-weight: 700;
	font-family: 'Arial Bold', 'Arial';
	font-size: 16px;
	color: #515151;
	margin-bottom: 15px;
}

.recomend_section .col-md-3 .item .address_block {
	min-height: 55px;
	padding-bottom: 1px;
}

.recomend_section .col-md-3 .item .address {
	font-size: 12px;
	color: #666666;
	margin-bottom: 0;
	padding-left: 15px;
	background: url(map-gray.svg) no-repeat center left;
	background-size: 13px;
	line-height: 14px;
	margin-bottom: 4px;
}

.recomend_section .col-md-3 .item .metro {
	font-size: 12px;
	color: #666666;
	margin-bottom: 0;
	line-height: 14px;
}

.recomend_section .col-md-3 .item .metro .metro-line {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	display: inline-block;
	margin: 0 5px 0 2px;
}

.recomend_section .col-md-3 .item .bottom_img {
	display: inline-block;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border-radius: 100%;
	float: left;
	margin-right: 15px;
	line-height: 42px;
}

.recomend_section .col-md-3 .item .item_bottom {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.recomend_section .col-md-3 .item .item_bottom p {
	white-space: nowrap;
	line-height: 42px;
	font-size: 12px;
	color: #515151;
	margin-bottom: 0;
}

.recomend_section a {
	color: inherit;
}

.inner_vip_title {
	text-align: right;
}

.inner_vip_title a {
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
	border-bottom: 1px dashed #666666;
	display: inline-block;
	margin: 10px 0 15px;
}

.inner_vip_title a:before {
	content: "";
	background: url(flame.svg) no-repeat center left;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: bottom;
	margin-right: 5px;
	background-size: 15px;
	margin-left: -20px;
}

#footer-top-inner .row {
	margin-left: -30px !important;
	margin-right: 0 !important;
	margin-bottom: -30px;
}

#footer-inner .row {
	margin-right: auto !important;
	margin-left: auto !important;
	width: 100%;
}

/*
.logo-wrapper.span{
margin-left:0;
}
*/
.logo-wrapper.span {
	/*margin-left:-30px;*/
	margin: 15px 0px;
}

@media (max-width : 979px) {
	.logo-wrapper.span {
		margin: 0px;
	}
}

.search_list_page {
	background: rgba(255, 255, 255, 0.5);
	padding: 15px 1000px 5px;
	margin: 0 -1000px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.inner_vip {
	padding: 0 1000px 40px;
	margin: 0 -1000px;
	background: rgba(255, 255, 255, 0.5);
}


/*view_bill*/
.bill_page {
	padding: 40px 0;
}

.bill_page .container>.row>.col-md-9 {
	padding-right: 0;
}

.bill_page .container .bill_page_content,
.bill_page_content {
	background: #fff;
	padding: 40px 35px 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.aside_banner_area {
	padding: 15px;
	background: #fff;
}

#move-next.sticky {
	position: fixed;
}

#move-next.stop {
	position: relative;
}

#move-next {
	z-index: 999;
	position: relative;
}

#move-next.sticky {
	position: fixed;
}

#ajax_spinner {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
}

.sticky .aside_banner_area {
	margin-top: 20px;
	line-height: 0;
}

.bill_page .page_title {
	font-size: 24px;
	width: calc(100% - 150px);
	float: left;
	font-weight: 400;
	margin: 0 0 20px;
}

.bill_page .raiting_block,
.list_item .raiting_block {
	float: right;
	width: 150px;
	text-align: right;
	font-size: 12px;
	color: #949494;
}

.bill_page .raiting_block img,
.list_item .raiting_block img {
	width: 19px;
}

.bill_page .raiting_block span,
.list_item .raiting_block span {
	margin: 5px 0px;
	display: block;
}

.bill_page .item_top_info {
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
	font-size: 14px;
	position: relative;
}

.bill_page .item_top_info .info_title {
	width: 120px;
	color: #999999;
	float: left;
}

.bill_page .item_top_info a {
	color: #333333;
}

.bill_page .map_block {
	margin-bottom: 30px;
}

.bill_page .text_block .title {
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 400;
	line-height: 1em;
}

.bill_page .text_block p {
	margin-bottom: 30px;
}

.bill_page .text_block .list {
	max-width: 90%;
	padding: 0;
	margin: 0 0 40px;
	list-style: none;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}

.bill_page .text_block .list li {
	padding-right: 30px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.bill_page .text_block .list a {
	color: #666;
}

.bill_page .text_block .author {
	text-align: right;
	font-size: 12px;
	color: #999999;
	margin-bottom: 0;
}

.bill_page .banner_area {
	margin: 0;
}

.similar_item .block_title {
	font-size: 20px;
	margin-bottom: 15px;
	margin: 0 0 15px;
	padding: 0;
	font-weight: 400;
	line-height: 1em;
}

.similar_item .block_filter {
	margin-bottom: 20px;
}

.similar_item .block_filter span.similar-filter {
	border-bottom: 1px dashed #0581B5;
	color: #0581B5;
	cursor: pointer;
}

.similar_item .block_filter a:focus {
	text-decoration: none;
}

.similar_item .block_filter a:hover {
	text-decoration: none;
	border-bottom: 0;
}

.similar_item .block_filter span {
	border-bottom: 0;
	color: #666;
	cursor: default;
	margin-right: 20px;
}

.similar_item>.row {}

.similar_item>.row.active {
	display: block;
}

.similar_item .item_block {
	min-height: 170px;
	line-height: 150px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 15px;
}

.similar_item .item_block>a {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bill_page .item_info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px;
}

.bill_page .item_info .block_title a {
	font-size: 16px;
	color: #FFFFFF;
}

.bill_page .item_info .block_desc {
	font-size: 12px;
	color: #FFFFFF;
}

.similar_item .brend_logo {
	max-width: 170px;
	margin: 0 auto;
	max-height: 89px;
	background: #fff;
	display: inline-block;
	line-height: 0;
	position: relative;
	z-index: 1;
}

.similar_item .brend_logo img {
	max-height: 89px;
}

.similar_item.realtor_block .brend_logo {
	border-radius: 100%;
	background: transparent;
}

.similar_item .item_info p {
	margin-bottom: -3px;
	text-align: left;
	color: #fff;
}

.similar_item .item_block .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .8;
	-webkit-transform: scale(4);
	-ms-transform: scale(4);
	transform: scale(4);
	-webkit-filter: blur(1px);
	filter: blur(1px);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
}

.similar_item.realtor_block .item_block .bg {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.similar_item .item_block:hover .bg {
	-webkit-transform: scale(3.5);
	-ms-transform: scale(3.5);
	transform: scale(3.5);
}

.similar_item.realtor_block .item_block:hover .bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);

}

.similar_item #myCarouselPrice,
.similar_item #myCarouselLocation,
.similar_item #myCarouselAll {
	padding: 0 0px 10px 0px;
}

.similar_item .row>div:first-child,
.similar_item .row>div:nth-child(3n + 1) {
	padding-right: 3px;
}

.similar_item .row>div:nth-child(3n) {
	padding-left: 3px;
}

.similar_item .row>div:first-child+div,
.similar_item .row>div:nth-child(3n)+div+div {
	padding-right: 9px;
	padding-left: 9px;
}

.similar_item .similar_more_btn {
	font-size: 16px;
	color: #666666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 30px;
	display: block;
	margin: 30px auto 0;
	max-width: 110px;
	transition: all 0.3s;
	box-sizing: content-box;
}

.similar_item .similar_more_btn:hover {
	background: #ccc;
	text-decoration: none;
	color: #fff;
}

.workers_block ul {
	list-style-type: none;
	padding: 20px 0 0;
	margin: 0 -15px -30px;
}

.workers_block .bill_page_content {
	padding-bottom: 0;
}

.workers_block ul li {
	float: left;
	width: 20%;
	padding: 0 25px;
	box-sizing: border-box;
	font-size: 20px;
	color: #666666;
	text-align: center;
	margin-bottom: 50px;
}

.workers_block ul li a {
	color: inherit;
}

.workers_block ul li:nth-child(5n +1) {
	clear: left;
}

.workers_block ul li .name {
	margin: 20px 0;
}

.workers_block ul li .all_bills {
	font-size: 14px;
	color: #949494;
}

.services_block ul {
	padding: 0;
	margin: 0 20px 10px;
	list-style-type: none;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}

.services_block ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.services_block ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	height: 6px;
	width: 6px;
	background: #666;
	border-radius: 100%;
}

.services_block ul li a {
	font-size: 16px;
	color: #666666;
}

.view_page_banner {
	margin-top: 30px;
}

.view_page_banner .container {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.view_page_banner .premium_banner_content {
	text-align: center;
	position: relative;
	min-height: 465px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 40px;
	font-size: 14px;
	box-sizing: border-box;
}

.premium_banner_content a {
	color: #fff;
	transition: all 0.3s;
}

.premium_banner_content a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.view_page_banner .premium_banner_content h1 {
	font-size: 38px;
	color: #FFFFFF;
	font-weight: 700;
	max-width: 50%;
	margin: 10px auto 15px;
}

.banner_rating_stars img {
	width: 48px;
}

.premium_banner_content .bottom_text {
	font-size: 12px;
	color: #D7D7D7;
	max-width: 550px;
	margin: 20px auto -30px;
	line-height: 1.4em;
}

.banner_logo_block {
	position: absolute;
	top: 35px;
	left: 35px;
	width: 240px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

.banner_logo {
	padding: 10px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
}

.banner_logo img {
	max-height: 80px;
}

.shared_block .socials img {
	width: 38px;
}

.shared_block .socials .odn img {
	width: 42px;
}

.shared_block {
	position: absolute;
	top: 45px;
	right: 35px;
	text-align: right;
}

.site_link {
	padding: 5px 15px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	margin-top: 15px;
}

.site_link img {
	width: 11px;
	margin-left: 10px;
	vertical-align: baseline;
}

.banner_rating_stars {
	margin: 5px 0 25px;
}

.banner_rating .title {
	font-size: 18px;
	margin-bottom: 20px;
}

.banner_rating {
	font-size: 28px;
	margin-bottom: 35px;
}

.banner_adress {
	margin-bottom: 35px;
}

.banner_adress a {
	border-bottom: 1px dashed #fff;
}

.banner_adress a.all_adress {
	border-bottom: 1px dashed #fff;
	padding: 5px 15px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
	border-bottom: 0;
	margin-left: 20px;
}

.banner_btns a {
	background: rgba(82, 162, 0, 1);
	padding: 13px 20px;
	border-radius: 3px;
	display: inline-block;
	min-width: 170px;
	box-sizing: border-box;
	margin: 0 5px;
	font-weight: 700;
}

.banner_btns a:hover {
	background: #54900F;
	opacity: 1;
}

.premium_title {
	font-size: 24px;
	color: #333;
	margin: 0 0 20px;
	line-height: 24px;
	font-weight: 400;
	padding: 0;
}

.premium_title h2 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-weight: 400;
	font-size: 24px;
}

.about_object .more_btn {
	font-size: 16px;
	color: #666666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 30px;
	display: block;
	margin: 30px auto 0;
	max-width: 110px;
	transition: all 0.3s;
	box-sizing: content-box;
	text-align: center;
	cursor: pointer;
}

.about_object .more_btn:hover {
	background: #ccc;
	color: #fff;
	text-decoration: none;
}

.about_object .bill_page_content {
	min-height: 476px;
}

.about_object .bill_descr {
	max-height: 324px;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	-ms-transition: max-height 1s;
	-o-transition: max-height 1s;
	transition: max-height 1s;
}

.about_object .bill_descr.active {
	max-height: 1000px;
}

.about_object .bill_descr.active+.more_btn,
.about_object .bill_descr.active:after {
	display: none;
}

.about_object .bill_descr:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	background: #fff;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(bottom, #fff, transparent);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #fff, transparent);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, #fff, transparent);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(bottom, #fff, transparent);
	/* Standard syntax */
}

.bill_bottom_block .row {
	margin-bottom: 40px;
}

.bill_bottom_block .row:last-child {
	margin-bottom: 15px;
}

.premium_title a {
	display: inline-block;
	font-size: 14px;
	color: #949494;
	vertical-align: top;
	margin-left: 10px;
	margin-top: -3px;
	line-height: 14px;
}

.agency-props-photo,
.agency-props-photo *,
.agency-props-photo *:before,
.agency-props-photo *:after {
	box-sizing: border-box;
}

.agency-props-photo__title {
	margin: 0 0 25px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: none;
}

.agency-props-photo__gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	margin-left: -2px;
}

.agency-props-photo__gallery:before,
.agency-props-photo__gallery:after {
	content: " ";
	display: table;
}

.agency-props-photo__gallery:after {
	clear: both;
}

.agency-props-photo__gallery-item {
	position: relative;
	float: left;
	width: 25%;
	padding: 2px;
}

.agency-props-photo__gallery-item:first-child {
	width: 50%;
}

.agency-props-photo__gallery-item-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	display: block;
}

.agency-props-photo__gallery-item-link {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background-color: #E5E5E5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-clip: padding-box;
}

.agency-props-photo__gallery-item-link:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	content: '';
	background-color: transparent;
	border-radius: 3px;
	background-clip: padding-box;
	transition: all 0.2s ease;
}

.agency-props-photo__gallery-item-link:hover:before,
.agency-props-photo__gallery-item-link:focus:before {
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.2s ease;
}

.agency-props-photo__gallery-item-link_blank {
	width: 100%;
	height: 100%;
	display: block;
	color: #858585;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 3px;
	background-clip: padding-box;
	background-color: #f7f7f7;
	text-decoration: none;
	transition: all 0.2s ease;
}

.agency-props-photo__gallery-item-link_blank:before {
	display: none;
}

.agency-props-photo__gallery-item-link_blank:hover,
.agency-props-photo__gallery-item-link_blank:focus {
	text-decoration: none;
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.5);
	transition: all 0.2s ease;
}

.agency-props-photo__gallery-item-link_blank .agency-props-photo__gallery-item-link-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	background: rgba(0, 0, 0, 0.3);
}

.agency-props-photo__gallery-item-link_blank .agency-props-photo__gallery-item-link-inner span {
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
	font-size: 38px;
	text-align: center;
	color: #fff;
}

.agency-props-photo_full {
	padding-bottom: 20px;
}

.agency-props-photo_full .agency-props-photo__gallery-item {
	position: relative;
	float: left;
	width: 16.6667%;
	padding: 2px;
}

.agency-props-photo_full .agency-props-photo__gallery-item:first-child {
	width: 33.3333%;
}

.agency-props-photo_full .agency-props-photo__gallery-item:first-child+li+li+li+li+li+li+li+li+li {
	clear: left;
}

@media screen and (max-width: 639px) {
	.agency-props-photo_full .agency-props-photo__gallery-item {
		width: 33.3333%;
	}

	.agency-props-photo_full .agency-props-photo__gallery-item:first-child {
		width: 66.6666%;
	}

	.agency-props-photo_full .agency-props-photo__gallery-item:nth-child(4) {
		clear: both;
	}
}

@media screen and (max-width: 479px) {
	.agency-props-photo__title {
		font-size: 25px;
		line-height: 31px;
	}
}



/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

.fotorama--fullscreen,.fotorama__img {
	max-width: 99999px!important;
	max-height: 99999px!important;
	min-width: 0!important;
	min-height: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
	padding: 0!important
}

.fotorama__wrap .fotorama__grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.fotorama__grabbing * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.fotorama__spinner {
	position: absolute!important;
	top: 50%!important;
	left: 50%!important
}

.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame {
	outline: 0
}

.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after {
	content: '';
	border-radius: inherit;
	background-color: rgba(0,175,234,.5)
}

.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft {
	-webkit-transform: none!important;
	transform: none!important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border {
	transition-property: -webkit-transform,width;
	transition-property: transform,width;
	transition-timing-function: cubic-bezier(0.1,0,.25,1);
	transition-duration: 0ms
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fotorama__select {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text
}

.fotorama__nav,.fotorama__nav__frame {
	margin: auto;
	padding: 0
}

.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom:1}

.fotorama__nav__frame,.fotorama__thumb-border {
	box-sizing: content-box
}

.fotorama__caption__wrap {
	box-sizing: border-box
}

.fotorama--hidden,.fotorama__load {
	position: absolute;
	left: -99999px;
	top: -99999px;
	z-index: -1
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play {
	-webkit-tap-highlight-color: transparent
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play {
	background: url(fotorama.png) no-repeat
}

.fotorama__thumb {
	background-color: #7f7f7f;
	background-color: rgba(127,127,127,.2)
}

@media print {
	.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play {
		background: none!important
	}
}

.fotorama {
	min-width: 1px;
	overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
	display: none
}

.fullscreen {
	width: 100%!important;
	height: 100%!important;
	max-width: 100%!important;
	max-height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden!important;
	background: #000
}

.fotorama--fullscreen {
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	float: none!important;
	z-index: 2147483647!important;
	background: #000;
	width: 100%!important;
	height: 100%!important;
	margin: 0!important
}

.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage {
	background: #000
}

.fotorama__wrap {
	-webkit-text-size-adjust: 100%;
	position: relative;
	direction: ltr;
	z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
	direction: rtl
}

.fotorama__nav,.fotorama__stage {
	overflow: hidden;
	position: relative;
	max-width: 100%
}

.fotorama__wrap--pan-y {
	-ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
	cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
	opacity: 1!important
}

.fotorama__stage__frame {
	overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
	z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
	display: none
}

.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
	display: block;
	left: 0;
	top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
	z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
	z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
	z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
	display: none
}

.fotorama__img {
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border: none!important
}

.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full {
	display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
	display: block
}

.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage {
	max-width: 99999px!important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
	visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
	visibility: visible
}

.fotorama__nav {
	font-size: 0;
	line-height: 0;
	text-align: center;
	display: none;
	white-space: nowrap;
	z-index: 5
}

.fotorama__nav__shaft {
	position: relative;
	left: 0;
	top: 0;
	text-align: left
}

.fotorama__nav__frame {
	position: relative;
	cursor: pointer
}

.fotorama__nav--dots {
	display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
	width: 18px;
	height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border {
	display: none
}

.fotorama__nav--thumbs {
	display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
	padding-left: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
	padding-right: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
	display: none
}

.fotorama__dot {
	display: block;
	width: 4px;
	height: 4px;
	position: relative;
	top: 12px;
	left: 6px;
	border-radius: 6px;
	border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
	padding: 1px;
	top: -1px;
	left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
	width: 0;
	height: 0;
	border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
	padding: 3px;
	top: -3px;
	left: -3px
}

.fotorama__thumb {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
	z-index: 2
}

.fotorama__thumb-border {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: #00afea;
	background-image: linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))
}

.fotorama__caption {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	right: 0;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	width: 100%;
	height: 100%;
}

.fotorama__caption a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.5)
}

.fotorama__caption a:hover {
	color: #333;
	border-color: rgba(51,51,51,.5)
}

.fotorama__wrap--rtl .fotorama__caption {
	left: auto;
	right: 0
}

.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption {
	display: none
}

.fotorama__caption__wrap {
	width: 100%;
	height: 100%;
}

.fotorama__caption img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	padding: 0;
	border: none;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	object-fit: cover;
	filter: blur(4px);
}

.fotorama--fullscreen .fotorama__caption img {
	display: none;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.fotorama__wrap--css3 .fotorama__spinner {
	-webkit-animation: spinner 24s infinite linear;
	animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
	transition-property: opacity;
	transition-timing-function: linear;
	transition-duration: .3s;
	z-index: 20;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}

.fotorama__select {
	cursor: auto
}

.fotorama__video {
	top: 32px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 10
}

@-moz-document url-prefix() {
	.fotorama__active {
		box-shadow: 0 0 0 transparent
	}
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play {
	position: absolute;
	z-index: 11;
	cursor: pointer
}

.fotorama__arr {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px
}

.fotorama__arr--prev {
	left: 2px;
	background-position: 0 0
}

.fotorama__arr--next {
	right: 2px;
	background-position: -32px 0
}

.fotorama__arr--disabled {
	pointer-events: none;
	cursor: default;
	*display: none;
	opacity: .1
}

.fotorama__fullscreen-icon {
	width: 32px;
	height: 32px;
	top: 2px;
	right: 2px;
	background-position: 0 -32px;
	z-index: 20
}

.fotorama__arr:focus,.fotorama__fullscreen-icon:focus {
	border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
	background-position: -32px -32px
}

.fotorama__video-play {
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	margin-left: -48px;
	margin-top: -48px;
	background-position: 0 -64px;
	opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
	display: none
}

.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play {
	opacity: 1;
	display: block
}

.fotorama__nav__frame .fotorama__video-play {
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	background-position: -64px -32px
}

.fotorama__video-close {
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	background-position: -64px 0;
	z-index: 20;
	opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
	display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
	-webkit-transform: translate3d(32px,-32px,0);
	transform: translate3d(32px,-32px,0)
}

.fotorama__wrap--video .fotorama__video-close {
	display: block;
	opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
	opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
	opacity: 1
}

.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon {
	opacity: 0!important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
	display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
	display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
	display: none!important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
	-webkit-transform: translate3d(32px,-32px,0);
	transform: translate3d(32px,-32px,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
	-webkit-transform: translate3d(-48px,0,0);
	transform: translate3d(-48px,0,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
	-webkit-transform: translate3d(48px,0,0);
	transform: translate3d(48px,0,0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
	-webkit-transform: translate3d(32px,-32px,0)!important;
	transform: translate3d(32px,-32px,0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
	-webkit-transform: translate3d(-48px,0,0)!important;
	transform: translate3d(-48px,0,0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
	-webkit-transform: translate3d(48px,0,0)!important;
	transform: translate3d(48px,0,0)!important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
	transition-property: -webkit-transform,opacity;
	transition-property: transform,opacity;
	transition-duration: .3s
}

.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before {
	content: "";
	display: block;
	position: absolute;
	text-decoration: none;
	top: 0;
	bottom: 0;
	width: 10px;
	height: auto;
	z-index: 10;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 1px 100%,5px 100%
}

.fotorama__nav:before,.fotorama__stage:before {
	background-image: linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);
	background-position: 0 0,0 0;
	left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before {
	left: 0
}

.fotorama__nav:after,.fotorama__stage:after {
	background-image: linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);
	background-position: 100% 0,100% 0;
	right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after {
	right: 0
}

.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before {
	display: none
}
/*fotorama end*/


.sertficat_block {
	padding: 30px 0;
	margin-bottom: 30px;
	background: #D3D3D3;
}

.sertficat_block ul li {
	display: inline-block;
	padding: 10px;
	background: #fff;
	margin: 0 10px;
	max-width: 230px;
}

.sertficat_block ul {
	text-align: center;
	margin: 0;
}

section.study .title {
	width: 190px;
	float: left;
	font-size: 16px;
	color: #999999;
}

.banner_logo.realtor img {
	max-width: 176px;
	border-radius: 100%;
}

.banner_logo.realtor {
	padding: 20px;
}

.banner_logo_block.realtor div:not(.banner_logo) {
	margin: 3px 0;
}

.fancybox-outer #popup_map,
#popup_map_sidebar,
.fancybox-outer #map {
	overflow: hidden;
	max-width: 800px;
	min-height: 500px;
}

.fancybox-lock {
	overflow-y: auto !important;
	position: relative !important;
	margin-right: 0 !important;
}

.fancybox-lock .fancybox-overlay {
	overflow-y: auto !important;
}

.fancybox-overlay-fixed {
	position: fixed !important;
}

#popup_map iframe {
	display: block;
}

#phones_popup,
#view_phones_popup,
#write_popup,
#work_time_popup,
#all_adress {
	display: none;
}

.view_page_popup {
	max-width: 437px;
	width: 437px;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
}

.view_page_popup .info {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.not-fancybox {
	padding: 15px;
}

.view_page_popup .info .title {
	font-size: 28px;
	color: #06A7EA;
	line-height: 1.1em;
}

.view_page_popup .phones {
	padding: 40px 40px;
	/* text-align: center; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.view_page_popup .phones br {
	display: none;
}

.view_page_popup .phones a {
	color: #484848;
	font-size: 30px;
	margin-bottom: 25px;
	display: inline-block;
}

.view_page_popup .phones a:hover {
	text-decoration: none;
}

.view_page_popup .phones a:last-child {
	margin-bottom: 0;
}

.view_page_popup .phones a span {
	color: #333333;
}

.view_page_popup .text_bottom {
	padding-top: 25px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 1.2em;
	border-top: 1px solid #ccc;
}

.view_page_popup form {
	margin-top: 30px;
}

.view_page_popup .popup_form {
	padding-top: 20px;
}

.view_page_popup .popup_form label {
	font-size: 14px;
	margin-bottom: 10px;
}

.view_page_popup .popup_form label span {
	color: #0581B5;
}

.view_page_popup .popup_form input {
	width: 100%;
	height: 33px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.view_page_popup .popup_form textarea {
	height: 140px;
	resize: none;
	width: 100%;
	box-sizing: border-box;
}

.view_page_popup .popup_form button {
	height: 33px;
	line-height: 33px;
	background: #DC5C00;
	padding: 0 30px;
	color: #fff;
	border-radius: 2px;
	border: 0;
	margin-top: 15px;
}

.view_page_popup .popup_form button:hover {
	background: #DC762E;
}

.fancybox-skin {
	background: #fff !important;
}

.view_page_popup .work_time_block p {
	margin-bottom: 25px;
}

.view_page_popup .work_time_block {
	padding: 40px 50px 0;
	color: #333;
	font-size: 30px;
}

.view_page_popup .work_time_block .title {
	color: #999999;
	width: 80px;
	display: inline-block;
}

.view_page_popup .work_time_block .active .title,
.view_page_popup .work_time_block .active {
	color: #52A200;
}

.fancybox-close {
	background-image: url(close.svg) !important;
	background-size: cover;
	width: 25px !important;
	height: 25px !important;
	top: 0 !important;
	right: -35px !important;
}

.view_page_popup .adress_block {
	padding-top: 40px;
	font-size: 14px;
	color: #333;
}

.view_page_popup .adress_block p {
	margin-bottom: 15px;
}

.view_page_popup .adress_block a {
	color: #333;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
	display: block;
}

.view_page_popup .adress_block a:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	background: url(map-gray.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 0px;
}

/*list_agent*/
.search_wrap>div:first-child+div {
	padding-left: 0;
}

.search_wrap>div:first-child+div+div {
	padding-left: 0;
}

.search_list_page input {
	height: 33px;
	padding: 3px 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #CCCCCC;
	border: 1px solid #ccc;
}

.search_list_page .place_wrap {
	background: #fff url(map-gray.svg) no-repeat 97% 50%;
	background-size: 12px;
	border: 1px solid #ccc;
	padding: 1px;
}

.search_list_page .place_points+.place_input,
.search_list_page .place_points {
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
}

.search_list_page .place_points span {
	background: #0581B5;
	color: #fff;
	padding: 0px 28px 0 10px;
	border-radius: 2px;
	height: 29px;
	line-height: 28px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 70px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.search_list_page .place_input {
	width: 85%;
}

.search_list_page .place_points span img {
	position: absolute;
	top: 8px;
	right: 7px;
}

.search_list_page .place_input input {
	border: 0;
	height: 27px;
}

.search_list_page input.agent_name {
	background: #fff url(search.svg) no-repeat 95% 50%;
	background-size: 13px;
}

.search_list_page .wrapper-dropdown-3 {
	border: 0;
}

.search_list_page .wrapper-dropdown-3>span {
	padding: 5px 12px;
	border: 1px solid #ccc;
	height: 33px;
	box-sizing: border-box;
}

.list_head {
	padding: 20px 0;
}

.list_head h2 {
	float: left;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.list_head .select_content {
	float: right;
	min-width: 197px;
	font-size: 14px;
	color: #949494;
}

.list_head .select_content .wrapper-dropdown-3 {
	background: transparent;
	border: 0;
}

.list_head .search_resoult {
	clear: both;
	font-size: 12px;
	color: #949494;
	margin-top: 20px;
}

.list_head .search_resoult span {
	font-weight: 700;
}

.footer_bottom {
	max-width: 1200px;
	margin: 0 auto;
	opacity: 1 !important;
	visibility: visible !important;
	color: #949494 !important;
	padding: 0 15px;
}

.search_list_page .search_bottom_links {
	padding: 7px 0;
}

.search_list_page .search_bottom_links ul {
	list-style-type: none;
	margin: 0;
}

.search_list_page .search_bottom_links ul li {
	display: inline-block;
	vertical-align: top;
}

.search_list_page .search_bottom_links a {
	font-size: 14px;
	color: #0581B5;
	display: inline-block;
	border-bottom: 1px dashed #0581B5;
	margin-right: 15px;
}

.search_list_page .search_bottom_links a:hover {
	text-decoration: none;
	opacity: 0.9;
}

.list_item {
	padding: 30px;
	background: #fff;
}

.search_list_page .block_title {
	margin-bottom: 10px;
	min-height: 20px;
}

.search_btn {
	font-size: 16px;
	background: #DC5C00;
	padding: 6.5px 15px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 2px;
	width: 125px;
	margin-left: 5px;
}

.search_btn:hover,
.bottom_btns .action_btn:hover {
	background: #DC762E;
}

.search_list_page .clear_btn {
	background: #F2F2F2;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 5.5px 15px;
	font-size: 16px;
	width: 125px;
	text-align: center;
	box-sizing: border-box;
}

.search_list_page .clear_btn:hover,
.bottom_btns .clear_btn:hover {
	background: #F8F8F8;
}

.btns_wrap {
	text-align: right;
}

.search_list_page input,
.search_list_page select {
	max-width: 100%;
	width: 100%;
}

.list_item {
	font-size: 14px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.list_item .main_info {
	float: left;
	width: calc(100% - 150px);
}

.list_item .main_info a:hover {
	text-decoration: none;
}

.list_item .main_info .title {
	font-size: 20px;
	color: #0581B5;
	margin-bottom: 5px;
}

.list_item .raiting_block {
	float: right;
}

.list_item .main_info .place {
	margin-bottom: 5px;
}

.list_item .main_info .place a {
	font-size: 14px;
	color: #333;
	border-bottom: 1px dashed #ccc;
}

.list_item .main_info .place a:hover {
	text-decoration: none;
}

.list_item .main_info .time {
	font-weight: 700;
	font-size: 14px;
	color: #797979;
}

.list_item .main_info .time:hover {
	opacity: 0.85;
}

.list_item .bottom_info {
	clear: both;
	float: left;
	width: calc(100% - 150px);
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}

.list_item .bottom_info .other_info {
	margin-bottom: 15px;
	line-height: 1.2em;
}

.list_item .bottom_info .bottom_links a {
	font-size: 14px;
	color: #949494;
	display: inline-block;
	margin-right: 15px;
}

.list_item .action_bts {
	width: 150px;
	float: right;
	text-align: right;
	margin-top: 20px;
}

.list_item .action_bts a:hover {
	text-decoration: none;
}

.list_item .action_bts .phones_btn,
.list_item .action_bts .write_btn {
	height: 33px;
	line-height: 31px;
	width: 120px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	border-radius: 4px;
}

.list_item .action_bts .phones_btn {
	background: #52A200;
	color: #fff;
}

.list_item .action_bts .phones_btn:hover {
	background: #60BC04;
}

.list_item .action_bts .write_btn {
	color: #999999;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 10px;
}

.list_item .action_bts .write_btn:hover {
	background: #ccc;
	color: #fff;
}

.search_resoult_list .item_img {
	float: left;
	width: 210px;
	margin-right: 30px;
}

.search_resoult_list .item_img img {
	max-height: 130px;
}

.realtor_list_img img {
	max-width: 130px;
	max-height: 130px;
	border-radius: 100%;
}

.list_item .wrap {
	overflow: hidden;
}

.list_item .wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.pagination {
	width: 100%;
	margin: 0px;
}

.sidebar .widget {
	text-align: center;
	margin-top: 30px;
}

.sidebar .widget:first-child {
	margin-top: 0px;
}

.section.list_page .aside {
	padding-top: 104px;
}

.full_map_sidebar {
	background: #fff;
	padding: 15px;
	text-align: center;
}

.full_map_sidebar a {
	font-size: 14px;
	color: #666666;
}

.full_map_sidebar a:hover {
	text-decoration: none;
}

.full_map_sidebar a span {
	border-bottom: 1px dashed #ccc;
}

.full_map_sidebar a img {
	max-width: 21px;
	margin-right: 15px;
}

#popup_map_sidebar {
	width: 800px;
	display: none;
}

#popup_map_sidebar iframe {
	display: block;
}

.dd4.wrapper-dropdown-3:after {
	display: none;
}

.dd4.wrapper-dropdown-3.visible span:after {
	transform: rotate(-180deg);
}

.dd4.wrapper-dropdown-3>span:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	background: url(down-arrow.svg) no-repeat center;
	background-size: 12px;
	display: block;
	z-index: 2;
	transition: all 0.4s;
}

.dd9.wrapper-dropdown-3>span {
	color: #949494;
	padding: 12px 17px 12px 0;
}

.dd9.wrapper-dropdown-3:after {
	right: 0px;
}

.tabs__caption li {
	display: inline-block;
	list-style-type: none;
}

.tabs__caption li.active {
	background: blue;
	color: #fff;
}

.tabs__content {
	display: none;
}

.tabs__content.active {
	display: block;
}

/*end*/
/* --------------------------------
Main components
-------------------------------- */
.cd-user-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(52, 54, 66, 0.9);
	z-index: 3;
	overflow-y: auto;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.cd-user-modal.is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-user-modal.is-visible .cd-user-modal-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.cd-user-modal-container {
	position: relative;
	width: 90%;
	max-width: 965px;
	min-height: 650px;
	background: #FFF;
	margin: 3em auto 4em;
	cursor: auto;
	border-radius: 0.25em;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 30px 30px 60px;
	border-radius: 3px;
}

.cd-user-modal-container .cd-switcher:after {
	content: "";
	display: table;
	clear: both;
}

.cd-user-modal-container .cd-switcher {
	margin: 0;
	float: left;
}

.cd-user-modal-container .cd-switcher li {
	list-style-type: none;
	float: left;
	text-align: center;
}

.cd-user-modal-container .cd-switcher a {
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	color: #333;
	border: 1px solid #ccc;
	width: 113px;
	text-align: center;
	border-right: 0;
}

.cd-user-modal-container .cd-switcher li:last-child a {
	border-right: 1px solid #ccc;
	;
}

.cd-user-modal-container .cd-switcher a.selected {
	background: #0581B5;
	color: #fff;
}

.cd-user-modal-container .cd-switcher a:hover {
	text-decoration: none;
	background: #23A3DA;
	color: #fff;
}

.cd-user-modal-container .cd-switcher a:focus {
	text-decoration: none;
}

.cd-form {
	padding: 1.4em;
}

.no-touch .cd-form input[type=submit]:hover,
.no-touch .cd-form input[type=submit]:focus {
	background: #3599ae;
	outline: none;
}

.cd-form .hide-password {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px 15px;
	border-left: 1px solid #d2d8d8;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	font-size: 0.875rem;
	color: #343642;
}

.cd-close-form {
	display: block;
	position: absolute;
	background-image: url(close.svg);
	background-size: cover;
	width: 25px;
	height: 25px;
	right: -35px;
	top: 0px;
	overflow: hidden;
}

#cd-login,
#cd-signup,
#cd-reset-password,
#cd-signup1,
#cd-signup2,
#cd-signup3 {
	display: none;
}

#cd-login.is-selected,
#cd-signup.is-selected,
#cd-reset-password.is-selected,
#cd-signup1.is-selected,
#cd-signup2.is-selected,
#cd-signup3.is-selected {
	display: block;
}

.place_popup {
	padding-top: 30px;
	clear: both;
}

.place_popup .city_list li:first-child span {
	margin-top: 0;
}

.place_popup .city_list {
	max-width: 80%;
}

.place_popup .city_list ul {
	list-style-type: none;
	width: 20%;
	float: left;
	margin: 0;
	padding-right: 15px;
}

.place_popup .city_list li span {
	margin: 30px 0 15px;
	display: block;
	font-weight: 700;
	font-size: 18px;
}

.place_popup .city_list .ez-checkbox {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background: url(blank-check-box.svg) no-repeat -100px;
	background-size: 15px;
	border: 2px solid #8F8F8F;
	border-radius: 3px;
	margin-top: 2px;
	box-sizing: border-box;
}

.place_popup .city_list .ez-checkbox.ez-checked {
	background: url(check-box.svg) no-repeat center;
	background-size: 15px;
	border: 0;
}

.popup_search {
	float: right;
	font-weight: 700;
	font-size: 14px;
	color: #333;
}

.popup_search input {
	margin-left: 10px;
}

.bottom_btns {
	position: absolute;
	left: 35px;
	bottom: 35px;
}

.bottom_btns .action_btn {
	background: #DC5C00;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
	border: 0;
	height: 33px;
	line-height: 33px;
	margin-right: 5px;
}

.bottom_btns .clear_btn {
	background: #F2F2F2;
	border-radius: 2px;
	color: #999999;
	padding: 0 15px;
	border: 1px solid #ccc;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
}

.place_point {
	display: table-cell;
}

.main_banner_content .home_search_block .right.komnaty-hidden>div {
	max-width: 25%;
}

.main_banner_content .home_search_block .right.square-hidden>div {
	max-width: 25%;
}

.main_banner_content .home_search_block .right.komnaty-hidden.square-hidden>div {
	max-width: 33.33%;
}

/*end*/
.realty-view_contacts {
	text-align: center;
	background-color: rgba(250, 250, 250, 1);
	border-radius: 3px;
	-moz-box-shadow: 1px 0px 8px rgba(153, 153, 153, 0.349019607843137);
	-webkit-box-shadow: 1px 0px 8px rgba(153, 153, 153, 0.349019607843137);
	box-shadow: 1px 0px 8px rgba(153, 153, 153, 0.349019607843137);
	padding: 30px 35px 35px;
}

.row-item .diller .realty-view_contacts .name {
	float: none;
	width: 100%;
	font-size: 22px;
	color: #0581B5;
	font-weight: 600;
	margin-bottom: 15px;
}

.row-item .diller .realty-view_contacts .realty-view_agency {
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}

.row-item .diller .realty-view_contacts .realty-view_agency-logo {
	margin-top: 10px;
}

.row-item .diller .realty-view_contacts .realty-view_agency-logo img {
	max-height: 50px;
	max-width: 100px;
}

.row-item .diller .realty-view_contacts-btns a.view-phones_popup_link {
	width: 150px;
	height: 40px;
	border-radius: 3px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
	line-height: 38px;
	font-size: 16px;
	font-weight: 700;
	padding: 0 25px 0 15px;
	box-sizing: border-box;
	transition: all 0.2s;
	background-color: rgba(82, 162, 0, 1);
	border: 1px solid rgba(82, 162, 0, 1);
	vertical-align: middle;
	margin: 0 10px;
}

.row-item .diller .realty-view_contacts-btns a.view-phones_popup_link:hover {
	background-color: rgb(67, 130, 2);
	border: 1px solid rgb(67, 130, 2);
	text-decoration: none;
}

.row-item .diller .realty-view_contacts-btns a.send-message {
	margin: 0 10px;
	width: 150px;
	height: 40px;
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: #666666;
	background: #fff;
	line-height: 38px;
	text-align: center;
	transition: all 0.2s;
	box-sizing: border-box;
	vertical-align: middle;
}

.row-item .diller .realty-view_contacts-btns a.send-message:hover,
.row-item .diller .realty-view_contacts-btns a.send-message:focus {
	background: #666666;
	border: 1px solid #666666;
	color: #fff;
	text-decoration: none;
}

@media (max-width : 1200px) {
	.category_list ul {
		width: 195px;
		margin: 0 15px 0 0;
		font-size: 13px;
	}

	.category_list ul:last-child {
		margin: 0 0px 0 0;
	}

	.home_news .grid-news {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.aside {
		width: 300px;
	}

	.bill_page .col-md-9 {
		width: calc(100% - 300px);
	}

	.bill_page .container .bill_page_content,
	.bill_page_content {
		padding: 15px;
	}

	.search_resoult_list .item_img {
		width: 130px;
	}

	.search_list_page .clear_btn,
	.search_list_page .search_btn {
		font-size: 14px;
		max-width: 45%;
	}

	.search_list_page .search_wrap>div {
		padding-right: 10px;
	}

	.sidebar .widget:first-child {
		margin-top: 30px;
	}

	.sidebar .widget.properties .content .property .image .no_photo,
	.sidebar-right .widget.properties .content .property .image .no_photo {
		height: 180px;
	}

	#singleNews .text img {
		height: auto !important;
	}
}




@media (max-width : 1200px) and (min-width:991px) {
	.vip_block .vip_list .item_info {
		padding: 3px 5px;
	}

	.vip_block .vip_list .item_info .block_title {
		font-size: 15px;
	}

	.vip_block .vip_list .item_info .block_desc {
		font-size: 11px;
	}

	.vip_block .vip_list .item_info .block_price {
		font-size: 13px;
	}

	.vip_block .vip_list .item_info .block_price span.price {
		font-size: 15px;
	}

	.recomend_section .col-md-3 .item .address {
		font-size: 10px;
		padding-left: 12px;
		background-size: 11px;
		margin-left: -3px;
	}

	.recomend_section .col-md-3 .item .metro {
		font-size: 10px;
		margin-left: -3px;
	}

	.recomend_section .col-md-3 .item .metro:before {
		width: 6px;
		height: 6px;
		margin: 0 3px 0 2px;
	}

	.recomend_section .col-md-3 .item .address_block {
		min-height: 55px;
	}

	.recomend_section .col-md-3 .item .bottom_img {
		width: 35px;
		height: 35px;
		margin-right: 5px;
	}

	.recomend_section .col-md-3 .item .item_bottom p {
		line-height: 35px;
		font-size: 11px;
	}

	.bill_page .item_info .block_title a {
		font-size: 14px;
	}

	.bill_page .item_info .block_desc {
		font-size: 11px;
		line-height: 1.2em;
	}

	.recomend_section .col-md-3 .item {
		padding: 0 10px 15px;
	}

	.recomend_section .col-md-3 .item .item_img {
		margin: 0 -10px 20px;
	}

	.list_page .row>.col-md-9 {
		width: calc(100% - 300px);
	}

}


@media (max-width : 991px) {

	.category_list .col-md-6,
	.category_list .col-md-3,
	.category_list .col-md-4,
	.category_list .col-md-8 {
		width: 100%;
	}

	.category_list>div {
		margin-bottom: 20px;
	}

	.category_list>div:last-child {
		margin-bottom: 0px;
	}

	.category_list ul {
		width: 220px;
		margin: 0 45px 0 0;
	}

	.vip_block .col-md-3 {
		width: 50%;
	}

	.vip_block .col-md-3 {
		margin-bottom: 15px;
	}

	.main_banner_content {
		padding: 1px 15px;
	}

	.recomend_section.section {
		padding-bottom: 0;
	}

	.home_news .grid-news .grid-news-low {
		width: calc(50% - 10px) !important;
		margin-bottom: 15px;
	}

	.home_news .grid-news .grid-news-low:nth-child(2n + 1) {
		clear: left;
	}

	.home_news .grid-news .news-img img {
		max-width: 100% !important;
		width: 100% !important;
	}

	.home_news .grid-news .news-info {
		width: calc(100% - 320px) !important;
		padding-right: 0px;
	}

	.aside {
		height: auto !important;
		margin: 0 auto 0px;
		float: none;
		clear: both;
	}

	.aside #move-next {
		position: static !important;
	}

	.bill_page .col-md-9 {
		width: 100%;
	}

	.similar_item {
		margin-bottom: 30px;
	}

	.bill_page .container>.row>.col-md-9 {
		padding-right: 15px;
	}

	.workers_block ul li {
		width: 25%;
		padding: 0 15px;
		font-size: 18px;
		margin-bottom: 30px;
	}

	.workers_block ul li:nth-child(5n +1) {
		clear: none;
	}

	.workers_block ul li:nth-child(4n +1) {
		clear: left;
	}

	.services_block ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}

	.sertficat_block ul li {
		margin: 0 10px 20px;
		max-width: 25%;
	}

	.banner_logo_block,
	.shared_block {
		position: static;
		margin: 15px auto;
	}

	.shared_block {
		max-width: 500px;
		text-align: center;
	}

	.view_page_banner .container {
		background-size: cover;
	}

	.site_link {
		display: inline-block;
	}

	.view_page_banner .premium_banner_content h1 {
		font-size: 33px;
		max-width: 100%;
	}

	.list_page .row>.col-md-9 {
		width: 100%;
	}

	.search_list_page .search_wrap>div {
		width: 50%;
		padding: 0 15px 10px;
		text-align: left;
	}

	.search_list_page .search_wrap>div.btns_wrap {
		padding-left: 0px;
	}

	.search_wrap>div:first-child+div+div {
		padding-left: 15px;
	}

	.cd-user-modal-container {
		max-width: 768px;
		box-sizing: border-box;
		padding: 15px 15px 60px;
		overflow-y: auto;
	}

	.popup_search input {
		max-width: 150px;
	}

	.cd-user-modal-container .cd-switcher {
		width: calc(100% - 230px);
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		padding: 0 10px 0 0;
		box-sizing: border-box;
	}

	.cd-user-modal-container .cd-switcher li,
	.cd-user-modal-container .cd-switcher a {
		width: 100%;
	}
}

@media screen and (max-width: 979px) {
	.recomend_section .col-md-3 .item {
		padding: 0 10px 10px;
	}

	.recomend_section .col-md-3 .item .item_img {
		margin: 0 -10px 20px;
	}

	.home_news .grid-news .grid-news-low {
		width: calc(50% - 10px) !important;
	}

	.home_news .grid-news .grid-news-low:nth-child(2n + 1) {
		clear: left;
	}

	.recomend_section .col-md-3 {
		width: 50%;
		margin-bottom: 15px;
	}

	.recomend_section .col-md-3:nth-child(2n + 1) {
		clear: left;
	}

	.chzn-container-multi .chzn-choices .search-field:first-child input {
		width: 100% !important;
	}

	.property-filter .form-actions {
		bottom: 0;
	}
}

@media (max-width : 991px) and (min-width:767px) {
	.home_inner2 .ico {
		float: left;
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.home_inner2 .text .title {
		font-size: 13px;
		margin-bottom: 5px;
		text-align: left;
	}

	.home_inner2 .text .info {
		font-size: 12px;
		text-align: left;
	}

	#footer-top-inner .row {
		margin-left: -20px !important;
	}
}


@media (max-width : 767px) {
	.main_banner_content .home_search_block>button {
		font-size: 13px;
	}

	.home_news .title-3 {
		padding: 0 15px !important;
	}

	.home_block_title {
		padding: 0 15px;
	}

	.home_block_title a {
		margin-top: 3px;
	}

	#footer-top-inner .row {
		margin-left: 0px !important;
		flex-wrap: wrap;
	}

	.bill_page .text_block .list {
		margin: 0 0 20px;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}

	.similar_item .col-md-4 {
		width: 50%;
	}

	section.section .row-fluid {
		width: auto !important;
	}

	.similar_item .row>div:nth-child(2n) {
		padding-right: 15px !important;
		padding-left: 9px !important;
	}

	.similar_item .row>div:nth-child(n) {
		padding-left: 15px !important;
		padding-right: 3px !important;
	}

	.bill_page .item_top_info .info_title+p {
		display: inline-block;
		width: calc(100% - 120px);
	}

	.about_object .bill_descr.active {
		max-height: 3000px;
	}

	.cd-user-modal-container .cd-switcher {
		width: 100%;
		padding: 0 0 10px 0;
		box-sizing: border-box;
	}

	.popup_search {
		float: none;
		clear: left;
	}

	.place_popup .city_list {
		max-width: 100%;
	}

	.place_popup .city_list ul {
		width: 50%;
		box-sizing: border-box;
	}

	.place_popup .city_list ul:nth-child(2n + 1) {
		clear: left;
	}

	.fancybox-close,
	#contact_with_author_window .closer,
	#send_friend_window .closer {
		top: -35px !important;
		right: 5px !important;
	}
}

@media (max-width : 767px) and (min-width:601px) {
	.home_inner2 .ico {
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}

	.home_inner2 .text {
		margin: 0;
	}

	.home_inner2 .text .title {
		font-size: 11px;
		margin-bottom: 0px;
		line-height: 12px;
	}

	.home_inner2 .text .info {
		font-size: 10px;
	}

	.home_inner2 .col-md-4 {
		padding: 0 10px;
	}

	.home_news .grid-news .news-info {
		width: 52% !important;
	}

	.home_inner1,
	.home_inner2 {
		padding: 0 15px;
		box-sizing: border-box;
	}

	.home_inner1 .title {
		font-size: 17px;
	}

	.home_inner1 .desc {
		font-size: 13px;
		margin: 10px auto 30px;
	}
}


@media (max-width : 650px) {
	.home_news .grid-news .news-img {
		width: 100% !important;
		max-width: 100% !important;
	}

	.home_news .grid-news .news-info {
		width: 100% !important;
	}

	.about_object .col-md-7,
	.about_object .col-md-5 {
		width: 100%;
	}

	.recomend_section .col-md-3 .item .item_img img {
		height: 220px;
	}

	.vip_block .vip_list img,
	.grid-news-low img {
		height: 220px !important;
	}

	.banner_btns a {
		margin: 0 5px 10px;
	}

	.view_page_banner .premium_banner_content {
		padding: 10px 20px 40px;
	}

	section.study .col-md-7,
	section.study .col-md-5 {
		width: 100%;
	}

	section.study .title {
		width: 100%;
	}

	.about_object .bill_page_content {
		min-height: 0px;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}

	.section {
		padding: 20px 0 20px;
	}

	.inner_vip {
		padding: 0 1000px 20px;
	}

	.wrapper-dropdown-3.dd2 .dropdown {
		min-width: 480px;
	}

	.search_list_page {
		padding: 15px 50px 5px;
		margin: 0 -50px;
	}

	section.section .row {
		margin-right: 0px !important;
		margin-left: 0px !important;
		clear: both;
	}

	.region_block .dropdown .dropdown-menu {
		left: auto;
		right: 0;
	}
}


@media (max-width : 600px) {
	.home_inner1 .col-md-4 {
		width: 100%;
	}

	.home_inner2 .col-md-4 {
		width: 50%;
	}

	.home_inner2 {
		padding: 0 15px 30px;
	}

	.similar_item .col-md-4 {
		width: 100%;
	}

	.similar_item .row>div:nth-child(3n) {
		padding-left: 15px;
		padding-right: 15px;
	}

	.similar_item .row>div:first-child+div,
	.similar_item .row>div:nth-child(3n)+div+div {
		padding-right: 15px;
		padding-left: 15px;
	}

	.banner_adress a:not(.all_adress) {
		display: block;
		margin-bottom: 15px;
	}

	.services_block ul {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}

	.workers_block ul li {
		width: 33.3%;
	}

	.workers_block ul li:nth-child(4n +1) {
		clear: none;
	}

	.workers_block ul li:nth-child(3n +1) {
		clear: left;
	}

	.premium_title {
		margin: 0 0 15px;
	}

	.premium_title h2 {
		font-size: 20px;
	}

	.premium_title a {
		font-size: 12px;
		margin-left: 5px;
		margin-top: 2px;
	}

	.view_page_popup {
		max-width: 100%;
		width: 320px;
		padding: 10px;
	}

	#view_phones_popup,
	#phones_popup {
		padding: 20px 25px;
	}

	.fancybox-wrap {
		padding-top: 35px !important;
	}

	.fancybox-inner {
		overflow: auto;
	}

	.view_page_popup .info .title {
		font-size: 20px;
		margin: 0px !important;
	}

	.view_page_popup .info .subtitle {
		font-size: 13px;
	}

	.view_page_popup .phones {
		padding: 20px;
	}

	.view_page_popup .phones a {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.view_page_popup .work_time_block {
		padding: 20px 10px 0;
		font-size: 20px;
	}

	.view_page_popup .work_time_block p {
		margin-bottom: 15px;
	}

	.view_page_popup .work_time_block .title {
		width: 50px;
	}

	.search_resoult_list .item_img {
		width: 100%;
		text-align: center;
	}

	.search_resoult_list .right_info {
		clear: both;
		padding-top: 20px;
	}
}


@media (max-width : 500px) {
	.vip_block .col-md-3 {
		width: 100%;
	}

	.home_news .grid-news .grid-news-low {
		width: 100% !important;
		margin: 0;
	}

	.home_news .grid-news .low-news-line {
		margin: 0;
	}

	.home_news .grid-news .news-img {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 10px !important;
	}

	.home_news .grid-news .news-info {
		width: 100% !important;
		padding: 0;
	}

	.bill_page .text_block .list,
	.services_block ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	.bill_page .page_title {
		font-size: 20px;
		width: 100%;
		margin: 0 0 10px;
		line-height: 1.2em;
	}

	.bill_page .raiting_block,
	.list_item .raiting_block {
		width: 100%;
		text-align: left;
	}

	.wrapper-dropdown-3.dd2 .dropdown {
		min-width: 0px;
	}

	.wrapper-dropdown-3 .dropdown li>span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	.wrapper-dropdown-3 .dropdown li>span#filter-square-m2 {
		display: inline-block;
		width: auto;
	}

	.wrapper-dropdown-3 .dropdown li ul li {
		margin: 0 3px 10px 0;
	}

	.wrapper-dropdown-3 .dropdown {
		top: 110%;
	}

	.list_item .main_info {
		width: 100%;
		padding-bottom: 10px;
	}

	.list_item .bottom_info,
	.list_item .action_bts {
		width: 100%;
		text-align: left;
	}

	.list_head .select_content {
		float: none;
		clear: left;
		max-width: 200px;
	}

	.list_head .search_resoult {
		margin-top: 0px;
	}

	.list_item .action_bts .phones_btn,
	.list_item .action_bts .write_btn {
		vertical-align: top;
		margin-top: 10px;
	}

	.place_popup .city_list ul {
		width: 100%;
	}

	.cd-user-modal-container .cd-switcher a,
	.cd-user-modal-container .cd-switcher li {
		width: 100%;
		border-right: 1px solid #ccc;
	}

	.bottom_btns {
		left: 15px;
		bottom: 15px;
	}

	.cd-user-modal-container .cd-switcher {
		display: block;
	}

	.realty-view_contacts {
		padding: 30px 15px 35px;
	}

	.row-item .diller .realty-view_contacts-btns a.view-phones_popup_link,
	.row-item .diller .realty-view_contacts-btns a.send-message {
		margin: 0 3px;
	}
}

@media (max-width : 480px) {
	.recomend_section .col-md-3 {
		width: 100%;
	}

	.home_inner2 .col-md-4 {
		width: 70%;
		margin: 0 auto;
	}

	.home_inner2 .all_btn {
		margin: 30px auto 0;
	}

	.home_inner2 .col-md-4 {
		width: 70%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}

	.home_block_title {
		font-size: 20px;
	}

	.main_banner_content .right {
		display: block;
		width: 100%;
		margin-right: 0px;
		float: none;
	}

	.main_banner_content .right>div {
		width: 100%;
		max-width: 100%;
	}

	.main_banner {
		height: auto;
	}

	.main_banner_content>.title {
		font-size: 22px;
		padding: 1px 0 20px;
		margin-top: 50px;
	}

	.main_banner_content .home_search_block>button {
		width: 100%;
		margin-top: 15px;
		font-size: 16px;
	}

	.main_banner_content .show_on_map_btn {
		margin-top: 25px;
	}

	.sale_banner {
		margin-top: 50px;
		padding-bottom: 15px;
	}

	.main_banner_content .sale_title {
		white-space: nowrap;
		padding: 1px 5px;
		font-size: 10px;
		text-align: left;
	}

	.main_banner_content .more_btn {
		position: static;
	}

	.sale_banner .text .title {
		font-size: 15px;
		margin-bottom: 3px;
		padding-right: 0px;
		line-height: 1.1em;
	}

	.sale_banner .text .desc {
		font-size: 12px;
		line-height: 1.2em;
		margin-bottom: 15px;
	}

	.main_banner_content .text {
		text-align: left;
	}

	.main_banner_content .right .select_content:first-child .wrapper-dropdown-3 {
		border-radius: 0;
	}

	.main_banner_content .right .select_content .wrapper-dropdown-3 {
		border-radius: 0;
		border: 0;
		margin-bottom: 1px;
	}

	.bill_page .item_top_info .info_title {
		width: 100%;
	}

	.bill_page .item_top_info .info_title+p {
		width: 100%;
	}

	.bill_page .raiting_block,
	.list_item .raiting_block {
		margin-bottom: 5px;
	}

	.search_list_page .search_wrap>div {
		width: 100%;
	}

	.search_list_page .search_wrap>div.btns_wrap,
	.search_wrap>div:first-child+div {
		padding-left: 15px;
	}

	.search_list_page .search_wrap>div.btns_wrap .block_title {
		display: none;
	}

	.main_banner_content .home_search_block .right.komnaty-hidden>div {
		max-width: 100%;
	}

	.main_banner_content .home_search_block .right.square-hidden>div {
		max-width: 100%;
	}

	.main_banner_content .home_search_block .right.komnaty-hidden.square-hidden>div {
		max-width: 100%;
	}

	.fancybox-skin,
	.fancybox-inner {
		width: 100% !important;
		max-width: 350px;
		margin: 0 auto !important;
	}

	.fancybox-wrap {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
	}

	.view_page_popup {
		margin: 0 auto;
	}

	#popup_map,
	.fancybox-outer #map {
		width: 100%;
	}
}


@media (max-width : 420px) {
	.workers_block ul li {
		width: 50%;
	}

	.workers_block ul li:nth-child(3n +1) {
		clear: none;
	}

	.workers_block ul li:nth-child(2n +1) {
		clear: left;
	}

	.view_page_popup .phones {
		padding: 20px 10px;
	}

	.realty-view_contacts {
		padding: 20px 10px 25px;
	}

	.row-item .diller .realty-view_contacts-btns a.view-phones_popup_link {
		width: 120px;
		font-size: 15px;
		padding: 0 20px 0 15px;
		margin: 0 5px;
	}

	.row-item .diller .realty-view_contacts-btns a.send-message {
		margin: 0 5px;
		width: 120px;
		font-size: 15px;
	}

	#footer-top-inner .row {
		display: flex;
		justify-content: flex-start !important;
	}
	#footer-wrapper #footer-top .title {
	font-size: 14px;
	}
}


/* loader */
.blob {
	width: 1rem;
	height: 1rem;
	background: rgba(230, 230, 230, 0.85);
	border-radius: 50%;
	position: absolute;
	left: calc(50% - .5rem);
	top: calc(50% - .5rem);
	box-shadow: 0 0 1rem rgba(255, 255, 255, 0.25);
}

.blob-2 {
	animation: animate-to-2 1.5s infinite;
}

.blob-3 {
	animation: animate-to-3 1.5s infinite;
}

.blob-1 {
	animation: animate-to-1 1.5s infinite;
}

.blob-4 {
	animation: animate-to-4 1.5s infinite;
}

.blob-0 {
	animation: animate-to-0 1.5s infinite;
}

.blob-5 {
	animation: animate-to-5 1.5s infinite;
}

@keyframes animate-to-2 {

	25%,
	75% {
		transform: translateX(-1.5rem) scale(0.75);
	}

	95% {
		transform: translateX(0rem) scale(1);
	}
}

@keyframes animate-to-3 {

	25%,
	75% {
		transform: translateX(1.5rem) scale(0.75);
	}

	95% {
		transform: translateX(0rem) scale(1);
	}
}

@keyframes animate-to-1 {
	25% {
		transform: translateX(-1.5rem) scale(0.75);
	}

	50%,
	75% {
		transform: translateX(-4.5rem) scale(0.6);
	}

	95% {
		transform: translateX(0rem) scale(1);
	}
}

@keyframes animate-to-4 {
	25% {
		transform: translateX(1.5rem) scale(0.75);
	}

	50%,
	75% {
		transform: translateX(4.5rem) scale(0.6);
	}

	95% {
		transform: translateX(0rem) scale(1);
	}
}

@keyframes animate-to-0 {
	25% {
		transform: translateX(-1.5rem) scale(0.75);
	}

	50% {
		transform: translateX(-4.5rem) scale(0.6);
	}

	75% {
		transform: translateX(-7.5rem) scale(0.5);
	}

	95% {
		transform: translateX(0rem) scale(1);
	}
}

@keyframes animate-to-5 {
	25% {
		transform: translateX(1.5rem) scale(0.75);
	}

	50% {
		transform: translateX(4.5rem) scale(0.6);
	}

	75% {
		transform: translateX(7.5rem) scale(0.5);
	}

	95% {
		transform: translateX(0rem) scale(1);
	}
}


/*
Added by Eugene at 15th, June, 2019 (for seogeo blocks)
Removed by Eugene at 20th, June, 2019
@media (max-width: 979px) {
	.seogeo {
		display: none;
	}
}
*/
.seogeo {
	font-family: 'HelveticaNeue', 'Helvetica Neue';
	margin-top: 20px;
}

.seogeo h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
	margin: 0 0 10px 0;
}

.seogeo-realty h3 {
	font-family: 'ArialMT', 'Arial';
	padding-bottom: 15px;
}

.seogeo a {
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #666666;
}

.seogeo a:hover {
	color: #06A7EA;
	text-decoration: none;
}

.seogeo div {
	clear: both;
	padding-top: 15px;
	padding-bottom: 5px;
	overflow: hidden;
}

.seogeo ul {
	margin: 0;
}

.seogeo li {
	display: inline-block;
	/* 5 columns */
	width: 19.5% !important;
	max-width: 19.5% !important;
	min-width: 19.5% !important;
	float: left;
	/*line-height: 32px;*/
	padding-right: 5px;
	height: 38px;
	overflow: hidden;
}

.seogeo li:nth-child(5n+5) {
	padding-right: 0px;
}

/*
clearfix has been removed at 20th, June, 2019, Eugene
.seogeo li.clearfix {
	clear: both;
}
.seogeo li.clearfix a {
	font-size: 18px;
	font-weight: bold;
}
*/
.seogeo-realty {
	padding-left: 10px;
}

.seogeo-realty div {
	padding-top: 5px;
	padding-bottom: 20px;
}

.seogeo-realty li {
	/* 4 columns */
	width: 24.5% !important;
	max-width: 24.5% !important;
	min-width: 24.5% !important;
	margin-bottom: 15px;
}

.seogeo-realty li:nth-child(4n+4) {
	padding-right: 0px;
}

@media (max-width: 1200px) {
	.seogeo li {
		width: 32% !important;
		max-width: 32% !important;
		min-width: 32% !important;
		padding-right: 5px;
	}

	.seogeo li:nth-child(5n+5) {
		padding-right: 5px;
	}

	.seogeo li:nth-child(3n+3) {
		padding-right: 0px;
	}
}

@media (max-width: 979px) {
	.seogeo li {
		width: 49% !important;
		max-width: 49% !important;
		min-width: 49% !important;
		padding-right: 0px;
	}

	.seogeo li:nth-child(5n+5) {
		padding-right: 0px;
	}
}

/*
Added by Eugene at 5th July 2019
*/
#requireRegistration .modal-body {
	font-family: 'HelveticaNeue', 'Helvetica Neue';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #666666;
	padding: 50px 20px;
	text-align: center;
	white-space: pre;
	border: 1px dotted #666;
}

@media(max-width: 639px) {

	#requireRegistration .modal-body>a {
		display: block;
		margin: 10px 0 0;
	}

}

/*RATING STARS*/
.rating-block {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.rating-block span.rating-title {
	margin-top: 22px;
}

.rating-block .rating-stars {
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 5px;
}

/*
.rating-block .rating-stars a {
	height: 19px;
	width: 19px;
	background-image: url(/template/frontend/realia/img/star-bg.svg);
	background-size: cover;
	margin-left: 5px;
}
.rating-block .rating-stars a:hover {
	background-image: url(/template/frontend/realia/img/star.svg);
}*/
.rating-block .rating-votes {
	color: #7b8e9c;
	font-size: 12px;
}

.rating-stars .jq-star+.jq-star {
	margin-left: 5px;
}

.rating-stars .jq-star svg {
	width: 100%;
	height: 100%;
}

.rating-stars .jq-star:hover {
	cursor: pointer;
}

/*RATING STARS END*/

/* EVENT BUTTONS START */
.event-wrap {
	display: inline-block;
	margin: 26px 0;
	width: auto;
	float: right;
}
@media (max-width: 767px) {
#footer-top-inner .span3.footer_soc_links, .rating-block{
    text-align: left;
}
.rating-block .rating-stars {
    justify-content: flex-start;
}
}
@media (max-width : 500px) {
	#footer-top-inner .span3 {
	    text-align: center;
	}
	#footer-top-inner .span3.footer_soc_links, .rating-block {
	    text-align: center;
	    max-width: 100%;
	}
	.rating-block .rating-stars {
	    justify-content: center;
	}
	.footer_bottom .footer_pay {
	    width: 100%;
	    text-align: center;
	}
	.footer_bottom{
		padding-bottom: 20px
	}
	#footer-wrapper #footer #footer-inner p,
	#footer-inner .footer_right_links{
		text-align: center;
	}
	.footer_bottom .share {
    width: 100% !important;
    text-align: center;
}
} 
@media (max-width: 414px) {
	.event-wrap {
		float: none;
		margin: 0 0 10px;
	}
}

@media (max-width: 400px) {
	.event-wrap {
		float: none;
		margin: 0 0 10px;
		align-self: flex-start;
	}
}

.event {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	height: 30px;
	line-height: 28px;
	padding-left: 25px;
	min-width: 179px;
	background: url("christmas-tree.svg") 10px center/22px no-repeat #DC5C00;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #DC5C00;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.event:hover,
.event:focus {
	background-color: #fff;
	background-image: url("christmas-tree.svg");
	color: #DC5C00;
	text-decoration: none;
}

/* EVENT BUTTONS END */
/* CURRENCY LOADER */
.lds-wrapper {
  position: absolute;
  width: 98%;
  height: 96%;
  text-align: center;
  background: rgba(255,255,255,0.8);
  margin-top: 1%;
  margin-left: 1%;
  z-index: 1;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 100%;  
}

.lds-ellipsis div {
  position: absolute;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999999;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  margin: 0 auto;
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/* CURRENCY LOADER END*/
/* CURRENCY MENU HEADER  LINK */
.breadcrumb-wrapper .breadcrumb li.currency {
    position: relative;
    margin-left: 10px;
    padding: 0 0 0 15px;
}

.breadcrumb-wrapper .breadcrumb li.currency:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url('currency_new.svg') 0 0 no-repeat;
    background-size: cover;
}

.breadcrumb-wrapper .breadcrumb li.currency>span {
    border: 0;
    border-bottom: 1px dashed #06a7ea;
    outline: none;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #06a7ea;
    text-transform: uppercase;
    background: transparent;
    line-height: 1em;
    padding: 0;
    cursor: pointer;
    user-select: none;
}

.breadcrumb-wrapper .breadcrumb li.currency ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    opacity: 0;
    min-width: 130px;
    border: 0;
    padding: 10px 0;
    margin-top: 5px;
    visibility: hidden;
}

.breadcrumb-wrapper .breadcrumb li.currency ul li {
    display: block;
    font-size: 14px;
    color: #515151;
    padding: 3px 20px;
    text-align: left;
    line-height: 1.5em;
    cursor: pointer;
}

.breadcrumb-wrapper .breadcrumb li.currency ul li:hover,
.breadcrumb-wrapper .breadcrumb li.currency ul li:active,
.breadcrumb-wrapper .breadcrumb li.currency ul li:focus {
    text-decoration: underline;
}


.breadcrumb-wrapper .breadcrumb li.currency.show ul {
    opacity: 1;
    visibility: visible;
}
/* CURRENCY MENU HEADER LINK END*/
/* CURRENCY FILTER */
.currency-wr {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: 10px;
}

.currency-wr .curr {
    width: 44px;
    height: 32px;
    font-size: 13px;
    background: inherit;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    color: #444444;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}

.currency-wr .curr.right {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(214, 213, 213, 1);
    border-radius: 0 3px 3px 0;
}

.currency-wr .curr.left {
    margin-right: -2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(214, 213, 213, 1);
    border-radius: 3px 0 0 3px;
}

.currency-wr .curr:hover,
.currency-wr .curr:focus,
.currency-wr .curr:active {
    text-decoration: none;
}

.currency-wr .curr.active {
    background-color: rgba(6, 129, 181, 1);
    border-color: rgba(6, 129, 181, 1);
    color: #fff;
}
/* CURRENCY FILTER END*/
@media (max-width: 425px) {
    .filter #inputSortBy_chzn {
        display: block;
        margin-bottom: 20px;
    }
}
.lds-wrapper, .currency, .currency-wr {
	//display:none !important;
	//visibility: hidden !important;
}

.manualtags-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: -10px;
}

.manualtags-items .col {
    padding: 0 0 10px 10px;
}

.manualtags-items .item {
    padding: 6px 19px;
    background: inherit;
    background-color: rgba(228, 228, 228, 1);
    border: none;
    border-radius: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

.manualtags-items .item:hover,
.manualtags-items .item:active,
.manualtags-items .item:focus {
    text-decoration: none;
    background-color: rgba(215, 215, 215, 1);
}

.manualtags-items .item.more {
    padding: 6px 24px;
}

.manualtags-items .item.more img {
    width: 21px;
    height: 19px;
}

.properties-rows .filter {
    margin-top: 0px;
    padding: 15px 10px 10px;
}

@media (max-width: 425px) {
    .filter #inputSortBy_chzn {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 340px) {
    .account.pull-right {
        float: none;
    }
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.fancybox-inner .loader.active {
	display:block;
	visibility: visible;
}
.loader {
  display:none;
  visibility: hidden;
  color: rgba(6, 129, 181, 1);
  font-size: 54px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  /*margin: 72px auto;*/
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#modal-ga-ajax .lds-wrapper {
  position: relative;
  min-height: 82px;
}
#modal-ga-ajax .loader {
	display:block;
	visibility: visible;
	top:0%;
	margin-top: 40px;
}
.modal-custom-close 
{
	position: absolute;
	top: 0;
	right: -40px;
	margin-right: 5px;
	border: none;
	background-color: transparent !important;
	background-image: url(close.svg.1) !important;
	background-size: cover!important;
	width: 25px !important;
	height: 25px !important;
	display:block;
	z-index:1;
}
.edit_btns button.btn-warning {
	border-radius: 3px!important;
	height: 30px!important;
	width: 30px!important;
	padding:0!important;
	margin-right: 1px;
}

.sett-carousel .carousel.property ul {
	display:flex;
	flex-wrap: nowrap;
	width: 100% !important;
}

.ymaps-2-1-75-b-cluster-content__header {
	padding-left: 11px;
}

.corporate-color {
	color: #0584b8 !important;
}
.ymaps-2-1-75-b-cluster-content__header .corporate-color {
	display:none !important;
}

.topic-breadcrumbs-hint {
	position: relative;
	top: -28px;
	left: 100%;
	margin-left: 15px;
	white-space: nowrap;
}
.form_element.control-group[alt="topic_id"] {
	clear:both;
	float:none;
}

.limit_info {
	margin-top: 10px;
	padding-top: 10px;
}

.fullMainWrap {
	width: auto;
}

.full_row.unpaid {
	position: relative;
}
.full_row.unpaid:before {
	content: 'Для активации объявления необходимо aприобрести подходящий Тариф';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffffAA;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #da4f49;
	white-space: pre;
	text-align: center;
	line-height: 22px;
}
.full_row.unpaid .edit_btns {
	z-index: 20;
	position: relative;
}

.billing-tariffitem {
	display: inline-block;
	width: 250px;
	margin-right: 10px;
	background-color: white;
	border-radius: 5px;
	padding: 0 15px 0 15px;
	vertical-align: top;
	margin-bottom: 15px;
	border: 1px solid white;
}
.billing-tariffitem:hover, .billing-tariffitem.selected {
	background-color: #e7ffd0;
	border: 1px solid #6cb720;
	###52A200

}
.billing-tariffitem:hover {
	cursor: pointer;
}

.tariff-radio, .choice-info {
	display:none !important;
}
.billing-tariffitem:hover .choice-info {
	display: inline-block!important;
}

.billing-tarifflist-button button {
	width: 282px;
	border: 1px solid #CCCCCC;
	background-color: white;
	color: #6DB129;
	margin-right: 10px;
	padding: 10px 0 10px 0;
	font-weight: 700;
	border-radius: 3px;
}

.billing-tarifflist-button button:hover {
	cursor: pointer;
	background-color: #52A200;
	color: white;
}
.billing-tarifflist-button button:disabled {
	color: #ccc;
	background-color: white;
	cursor: default;
}
.billing-tariffitem .row-fluid .text-right {
	color: #52A200;
}

@media (max-width: 767px) {
	.billing-tarifflist-button button {
		width: 100%;
		margin-bottom: 15px;
	}
	.billing-tariffitem {
		width: 100%;
		margin-right: 0px;
		box-sizing: border-box;
	}
}

.banner_news {
	padding: 20px 0 20px 0;
}