@charset "utf-8";
@font-face {
	font-family: 'SFProTextRegular';
	src: url('fonts/SFProText-Regular.otf');
	src: url('SFProText-Regular.eot');
	src: url('SFProText-Regular.woff2') format('woff2'), url('SFProText-Regular.woff') format('woff'), url('SFProText-Regular.ttf') format('truetype'), url('SFProText-Regular.svg#SFProTextRegular') format('svg'), url('SFProText-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.wrapper {
	width: 100%;
}

.identity {
	margin-top: 17px;
}

.identity span {
	float: left;
}

nav.right {
	padding-top: 40px;
}

.logo {
	display: inline-block;
	width: 170px;
	height: 65px;
	background-image: url(../images/logo.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 10px;
}

.slogan {
	font-family: 'SFProTextRegular';
	font-size: 16px;
	color: #7D8699;
	line-height: 26px;
}

.header-container {
	width: 100%;
	height: 95px;
	padding: 0 40px;
}

.navigation li {
	display: inline-block;
	float: left;
	padding-left: 20px;
}

.navigation li a {
	font-family: 'SFProTextRegular';
	font-size: 16px;
	color: #596071;
	font-weight: normal;
}

.navigation li a:hover,
.navigation li a.active {
	color: #004795;
}

.social a {
	margin-left: 5px;
	opacity: 0.5;
}

.social a:hover {
	opacity: 1;
}

.social a:first-child {
	margin-left: 10px;
}

.video-presentation {
	width: 100%;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}

.video-container {
	position: relative;
	width: 100%;
	height: 700px;
	background-color: #fff;
	overflow: hidden;
}

.video-container div {
	display: block;
	width: 100%;
	height: 700px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.search-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 100px;
	z-index: 99999;
}

.container {
	width: 1100px;
	margin: auto;
}

.options-search {
	width: 350px;
	background-color: transparent;
}

.buy-rent {
	width: 100%;
}

.buy-rent:after {
	content: "";
	display: table;
	clear: both;
}

.buy-rent span {
	display: inline-block;
	width: 110px;
	height: 64px;
	background-color: #EEEEEE;
	float: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'SFProTextRegular';
	font-size: 24px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	line-height: 64px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.ad-shadow {
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
}

.buy-rent span:first-child {
	border-right: 1px solid #999;
}

.buy-rent span:hover {
	background-color: #fff;
}

.buy-rent span.displayed {
	background-color: #fff;
	color: rgba(0, 0, 0, 1);
	border-bottom: none;
}

.options-list {
	background-color: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top-right-radius: 5px;
	padding-top: 10px;
}

.options-list>li {
	border-bottom: 1px solid #DDDDDD;
	padding: 30px 0 20px;
}

.options-list>li>span {
	font-family: 'SFProTextRegular';
	font-size: 16px;
	color: #878787;
	font-weight: normal;
	padding-left: 35px;
}

.options-list select {
	width: 100%;
	background-image: url(../images/arrow-gray.png);
	background-position: 300px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #484848;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	border: none;
	margin-top: 10px;
	padding: 10px 35px;
	background-color: transparent;
}

.options-list .price-holder {
	box-shadow: none;
}

.search-button {
	border-radius: 5px;
	width: 100%;
	height: 60px;
	background-color: #004795;
	border: none;
	margin-top: -3px;
	text-align: left;
	padding-left: 35px;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.evidence {
	width: 750px;
	padding-left: 75px;
	padding-top: 185px;
}

.evidence h1 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 47px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	letter-spacing: -3px;
	margin-bottom: 15px;
}

.evidence span {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}

.listing-properties {
	width: 1125px;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.listing-properties li {
	width: 350px;
	padding-bottom: 60px;
	margin-right: 25px;
}

.img-container {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
	overflow: hidden !important;
	margin-bottom: 20px;
}

.prop-img {
	overflow: hidden !important;
	position: absolute !important;
	top: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
	right: 0px !important;
	margin-bottom: 0!important;
}

.prop-img img {
	width: auto !important;
	height: 100% !important;
}

.hover-showing {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 71, 149, 0.7);
	background-image: url(../images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 52px;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.hover-showing span {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	transition-property: all;
}

.listing-properties li:hover .hover-showing {
	bottom: 0;
	transition-property: bottom;
}

.category {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	color: #000;
	margin-right: 5px;
}

.square-m {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	color: #004795;
}

.description {
	display: block;
	width: 100%;
	padding-right: 30px;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #545454;
	margin-top: 5px;
	margin-bottom: 10px;
}

.price {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	color: #004795;
}

.sec-header {
	width: 100%;
	padding: 70px 0 40px;
}

.featured-properties h2 {
	display: inline;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 26px;
	color: #004795;
	letter-spacing: -1px;
	background-image: url(../images/arrow-blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 23px;
}

.slide-show {
	width: 100%;
}

.slide-show h2 {
	text-align: center;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 27px;
	color: #777777;
	letter-spacing: -1px;
}

.slider-wrapper {
	width: 100%;
	padding-bottom: 100px;
	overflow: hidden;
	padding-top: 15px;
	position: relative;
}

.slider {
	width: 300%;
	display: flex;
	margin-right: -100%;
	margin-left: -100%;
	justify-content: center;
}

.slide-box {
	width: 1100px;
	height: 400px;
	-webkit-box-shadow: 0px 4px 10px 1px #ddd;
	-moz-box-shadow: 0px 4px 10px 1px #ddd;
	box-shadow: 0px 4px 10px 1px #ddd;
	background-color: #EEEEEE;
}

.slide-box .left {
	width: 50%;
}

.slide-box img {
	display: block;
	width: 100%;
}

.slide-text {
	padding: 40px 150px 40px 50px;
	position: relative;
	height: 100%;
}

.slide-text h3 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 27px;
	color: #004795;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.slide-text p {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	color: rgba(102, 102, 102, 0.8);
	line-height: 22px;
}

.slide-text a {
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	background-image: url(../images/arrow-round.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}

.silder-arrows span {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 200px;
	z-index: 1000;
	cursor: pointer;
}

.prev {
	background-image: url(../images/arrow-left.png);
	left: 40px;
}

.next {
	background-image: url(../images/arrow-right.png);
	right: 40px;
}

.silder-bullets {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.silder-bullets span {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 10px;
	border: 2px solid #004795;
	margin: 0 4px;
}

span.on {
	background-color: #004795;
}

.important-links {
	width: 100%;
	padding-bottom: 100px;
}

.more-links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.more-links li {
	width: 275px;
	text-align: center;
	padding: 0 40px;
}

.more-links li h5 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 18px;
	color: #666666;
	margin-bottom: 12px;
	letter-spacing: -1px;
}

.more-links li p {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: rgba(83, 83, 83, 0.8);
	margin-bottom: 40px;
}

.take-me {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 15px;
	color: #1B6BF0;
}

.link-arrow {
	padding: 7px 16px;
	border-radius: 50%;
	background-image: url(../images/arrow-link.png);
	background-position: center;
	background-repeat: no-repeat;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.take-me:hover .link-arrow {
	border: 2px solid #1B6BF0;
	margin-left: 10px;
	transition-property: all;
	background-image: url(../images/arrow-link-big.png);
}

.application-info {
	width: 100%;
	padding: 0 40px;
	position: relative;
}

.skew-it {
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #fff;
	-ms-transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
}

.mobile-app {
	background-color: #f2f2f2;
}

.mobile-app .container {
	padding-top: 300px;
	padding-bottom: 225px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f2f2f2;
	background-blend-mode: multiply;
}

.mobile-app h3 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 27px;
	color: #004795;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.mobile-app p {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: rgba(102, 102, 102, 0.8);
	letter-spacing: -1px;
}

.mobile-app h5 {
	font-family: 'SFProTextRegular';
	font-weight: bolder;
	font-size: 14px;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.download-app {
	padding-top: 50px;
}

.download-app a {
	display: inline-block;
}

.g-play {
	width: 104px;
	height: 36px;
	background-image: url(../images/google-play.png);
	background-repeat: no-repeat;
	background-position: center;
}

.app-store {
	width: 117px;
	height: 36px;
	background-image: url(../images/app-store.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
}

.footer-wrapper {
	width: 100%;
	padding: 0 40px;
}

footer {
	background-color: #999999;
	padding: 50px 66px;
}

footer:after {
	content: "";
	display: table;
	clear: both;
}

.soc-foot {
	display: inline-block;
	margin-left: 15px;
	float: left;
	padding-top: 4px;
}

.text-f {
	width: 100%;
	display: block;
}

.address {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 5px;
}

.tel-contact {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	margin-bottom: 40px;
}

.left small {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 10px;
	color: #fff;
}

.impuls {
	display: block;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	margin-top: 5px;
	opacity: 0.7;
}

.logo-f {
	width: 104px;
	float: left;
}

.logo-f img {
	width: 100%;
}

.right-foot img {
	margin-left: 30px;
}

.right-foot a:first-of-type img {
	margin-left: 0;
}

.right-foot p {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 20px;
}

.bg-colorized {
	background-color: #F5F5F5;
}

.properties-main-search {
	width: 100%;
	position: absolute;
}

.select-table {
	width: 100%;
	height: 60px;
	border-top: 1px solid #EEEEEE;
	-webkit-box-shadow: -2px 7px 12px -4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: -2px 7px 12px -4px rgba(0, 0, 0, 0.10);
	box-shadow: -2px 7px 12px -4px rgba(0, 0, 0, 0.10);
	position: relative;
	/*z-index: 9999;*/
}

.select-options {
	display: table;
	height: 100%;
	width: 100%;
	padding-left: 20px;
}

.select-options>li {
	display: table-cell;
	height: 100%;
	border-right: 1px solid #eee;
	width: 168px;
	position: relative;
}

.select-options>li:first-child {
	margin-left: 20px;
}

.select-zone {
	width: calc(100% - 860px) !important;
	border-right: none;
	padding-right: 40px;
	text-align: right;
}

.select-zone span {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	color: #004795;
	padding-right: 30px;
	background-image: url(../images/map-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.select-options select {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/arrow-select.png);
	background-repeat: no-repeat;
	background-position: 138px center;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.7px;
	color: #464646;
	background-color: #fff;
}

.map-search {
	width: 100%;
	position: fixed;
	top: 155px;
	bottom: 0;
}

.all-listed {
	width: 50%;
	height: 100%;
	padding: 40px;
	overflow-y: scroll;
}

.map {
	width: 50%;
}

.properties-listed {
	width: 100%;
	display: flex;
	justify-content: space-between;
	list-style: none;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.properties-listed li {
	width: 50%;
	padding: 0 20px;
	padding-bottom: 60px;
}

.all-listed::-webkit-scrollbar {
	padding: 0 3px;
	width: 18px;
}

.all-listed::-webkit-scrollbar-track {
	background-color: #DDDDDD;
	padding: 0 3px;
	width: 18px;
}

.all-listed::-webkit-scrollbar-thumb {
	background-color: #CECECE;
	width: 18px;
}

.all-listed::-webkit-scrollbar-button:start {
	background-image: url(../images/scroll-top.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #DDDDDD;
	height: 25px;
}

.all-listed::-webkit-scrollbar-button:end {
	background-image: url(../images/scroll-down.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #DDDDDD;
	height: 25px;
}

.properties-listed li:hover .hover-showing {
	bottom: 0;
	transition-property: bottom;
}

.numbering-display {
	padding-left: 40px;
}

.pagination {
	margin-top: 20px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	border-radius: 2px;
	margin: 1px 3px;
	padding: 6px 9px;
	display: inline-block;
	border: 1px solid #bbb;
	text-decoration: none;
	color: #09888D;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}

.pagination li a.dots {
	border: none;
}

.pagination li a.active-now {
	background-color: #EDEFED;
	color: #777;
}

.numbering-display span {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

.show-prev,
.show-next {
	padding: 6px 12px !important;
}

.property-info {
	width: 1200px;
	padding-top: 60px;
	margin: auto;
}

.property-gallery {
	width: 570px;
}

.big-image {
	width: 100%;
	margin-bottom: 1px;
}

.big-image img {
	width: 100%;
	display: block;
}

.thumbnails {
	display: table;
}

.thumbnails li {
	display: table-cell;
	width: 20%;
	height: 84px;
}

.transpo {
	opacity: 0.45;
}

.transjo {
	opacity: 1;
}

.thumbnails li.notrans img {
	opacity: 1;
}

.property-text {
	width: 100%;
	padding-top: 20px;
}

.property-text p {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	color: #999999;
	line-height: 23px;
}

.property-details {
	padding-left: 50px;
}

.property-details h4 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 21px;
	color: #004795;
	line-height: 21px;
	margin: 10px 0 20px;
}

.all-details {
	width: 482px;
	min-width: 482px;
	list-style: none;
}

.all-details li {
	display: inline-block;
	float: left;
	height: 50px;
	width: 50%;
	border-bottom: 1px solid #E1E1E1;
}

.all-details li span {
	line-height: 50px;
}

.all-details li:first-child:nth-last-child(4),
.all-details li:first-child:nth-last-child(4)~li:last-child {
	width: 100%;
}

.all-details li:first-child:nth-last-child(6),
.all-details li:first-child:nth-last-child(6)~li:last-child {
	width: 100%;
}

.all-details li:first-child:nth-last-child(8),
.all-details li:first-child:nth-last-child(8)~li:last-child {
	width: 100%;
}

.all-details li:first-child:nth-last-child(10),
.all-details li:first-child:nth-last-child(10)~li:last-child {
	width: 100%;
}

.all-details li:first-child:nth-last-child(12),
.all-details li:first-child:nth-last-child(12)~li:last-child {
	width: 100%;
}

.all-details li:first-child:nth-last-child(14),
.all-details li:first-child:nth-last-child(14)~li:last-child {
	width: 100%;
}

.all-details li:first-child {
	width: 100%!important;
	height: auto !important;
	padding: 13px 0;
}

.all-details li:first-child span {
	line-height: 22px;
}

.all-details li:nth-child(-n+2) {
	width: 100%!important;
	height: auto !important;
	padding: 13px 0;
}

.all-details li:nth-child(-n+2) span {
	line-height: 22px;
}


.all-details:after {
	content: "";
	display: table;
	clear: both;
}

.all-details1 {
	width: 482px;
	min-width: 482px;
	list-style: none;
	margin-bottom: 30px;
}

.all-details1 li {
	display: inline-block;
	float: left;
	min-height: 50px;
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
}

.all-details1 li span {
	line-height: 50px;
}

.all-details1 li:last-child span {
	line-height: 22px;
}

.all-details1 li:last-child {
	width: 100%!important;
	height: auto !important;
	padding: 13px 0;
}

.all-details1:after {
	content: "";
	display: table;
	clear: both;
}

.spec {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	color: #000;
	line-height: 22px;
}

.spec-info {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}

.rect-button {
	display: block;
	margin-bottom: 20px;
	width: 248px;
	height: 55px;
	text-align: center;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 14px;
	line-height: 55px;
	border-radius: 5px;
	text-transform: uppercase;
}

.apply {
	background-color: #004795;
	-webkit-box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.75);
	color: #fff;
	margin-top: 20px;
}

.turn-to-research {
	width: 100%;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
}

.turn-b {
	border: 2px solid #004795;
	color: #004795;
}

.turn-b:hover {
	border: 2px solid #004795;
	background-color: #004795;
	color: #FFF;
}

.showM {
	display: none;
}

.property-file {
	width: 100%;
}

#o-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.o-header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 300;
	background-color: #fff;
}

.c-menu {
	position: fixed;
	z-index: 99999;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #EEEEEE;
	-webkit-box-shadow: -4px 0px 9px -4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: -4px 0px 9px -4px rgba(0, 0, 0, 0.45);
	box-shadow: -4px 0px 9px -4px rgba(0, 0, 0, 0.45);
}

.c-menu__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-menu--slide-right {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	width: 300px;
}

.c-menu--slide-right .c-menu__item {
	display: block;
	text-align: left;
}

.c-menu--slide-right .c-menu__item:first-child {
	border-top: none;
}

.c-menu--slide-right .c-menu__item:last-child {
	border-bottom: none;
}

.c-menu--slide-right .c-menu__link {
	display: block;
	padding: 12px 24px;
	color: #000;
	font-family: Roboto;
}

.c-menu--slide-right .c-menu__close {
	display: block;
	padding: 12px 24px;
	width: 100%;
	text-align: right;
	background-color: #EEEEEE;
}

.c-menu--slide-right {
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.c-menu--slide-right {
	-webkit-transform: translateX(310px);
	-ms-transform: translateX(310px);
	transform: translateX(310px);
}

.c-menu--slide-right.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.c-menu__close {
	color: #000;
	font-size: 14px;
	border: none;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.c-menu__close:focus {
	outline: none;
}

.c-mask {
	position: fixed;
	z-index: 99990;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-button {
	width: 34px;
	height: 34px;
	float: right;
	background-image: url(../images/bars.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 100%;
	border: none;
	outline: none;
	margin-top: 13px;
}

.range-indicator {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	display: inline-block;
	height: 1px;
	width: 10px;
	position: relative;
	vertical-align: middle;
	float: left;
	margin: 15px 5px;
}

.price-hldr {
	position: absolute;
	z-index: 99999;
	top: 59px;
	background-color: #fff;
	padding: 20px 40px;
	width: 360px;
	webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
}

.price-holder {
	position: absolute;
	z-index: 99999;
	top: 59px;
	background-color: #fff;
	padding: 20px 40px;
	width: 360px;
	webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
}

.area-hldr {
	position: absolute;
	z-index: 99999;
	top: 59px;
	background-color: #fff;
	padding: 20px 40px;
	width: 360px;
	webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.10);
}

.price-wrap {
	width: 100%;
}

.area-wrap {
	width: 100%;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-bottom: 10px;
	width: 100%;
}

.input-group-addon {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #c4c4c4;
	border-right: none;
	width: 65px;
	text-align: left;
	color: #828282;
	font-weight: 300;
	padding: 9px 2px 9px 12px;
	border-radius: 4px 0 0 4px;
}

.ins-area-hldr .input-group-addon {
	width: 65px;
}

.form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 4px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c4c4c4;
	text-align: left;
	outline: none;
	border-left: none;
	border-radius: 0 4px 4px 0;
	padding: 0 12px 0 2px;
}

.filter-search {
	width: 100%;
	border: 1px solid #004795;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #004795;
	margin-top: 15px;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	border-radius: 4px;
	color: #fff;
}

.add-padding {
	padding: 0 12px;
}

.actions-btn {
	width: 100%;
	padding-top: 10px;
}

.actions-btn a {
	display: inline-block;
	width: 90px;
	height: 30px;
	font-family: 'SFProTextRegular';
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 2px;
	background-color: #004795;
	color: #fff;
	margin-right: 10px;
	font-weight: normal;
}

.actions-btn a.any-price {
	background-color: #999;
	margin-right: 0;
}

.ranges-cols {
	width: 100%;
	padding-top: 10px;
}

.facet-price-list {
	list-style: none;
}

.price-list-wrap {
	border-top: 1px solid #ccc;
}

.area-list-wrap {
	border-top: 1px solid #ccc;
}

.facet-price-list>li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	padding-left: 5px;
	font-size: 14px;
}

.facet-price-list>li:hover {
	background-color: #eee;
}

.filter-search {
	width: 100%;
}

#price-list-max>li {
	text-align: right;
	padding-right: 6px;
}

#area-list-max>li {
	text-align: right;
	padding-right: 6px;
}

.price-range {
	display: block;
	padding: 0 20px;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.7px;
	color: #464646;
	background-image: url(../images/arrow-select.png);
	background-repeat: no-repeat;
	background-position: 138px center;
	line-height: 58px;
}

.area-range {
	display: block;
	padding: 0 20px;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.7px;
	color: #464646;
	background-image: url(../images/arrow-select.png);
	background-repeat: no-repeat;
	background-position: 138px center;
	line-height: 58px;
}

.options-list .price-range {
	background-image: url(../images/arrow-gray.png);
	background-position: 300px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #484848;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	border: none;
	margin-top: 10px;
	padding: 10px 35px;
}

.options-list .area-range {
	background-image: url(../images/arrow-gray.png);
	background-position: 300px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #484848;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	border: none;
	margin-top: 10px;
	padding: 10px 35px;
}

#about-wrapper {
	padding: 0 40px;
}

#forma-wrapper {
	padding: 0 40px 50px;
}

.banner {
	width: 100%;
	box-shadow: 4px 4px 4px #eee;
	position: relative;
}

.f-banner {
	width: 100%;
	position: relative;
}

.banner img,
.f-banner img {
	width: 100%;
	display: block;
}

.cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}

.cover h2 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 42px;
	color: #2560AA;
	letter-spacing: -1px;
}

.text-display {
	width: 960px;
	margin: auto;
	display: flex;
	padding-top: 90px;
}

.menu-left {
	width: 250px;
	height: 714px;
	border-right: 1px solid #CCCCCC;
}

.menu-left h3 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	color: #255FAA;
	margin-bottom: 10px;
}

.das-menu {
	list-style: none;
}

.das-menu li {
	padding: 8px 0;
}

.das-menu span {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 22px;
	color: #777777;
}

.das-menu li.shown span {
	color: #000;
}

.text-right h4 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 46px;
}

.text-right {
	width: 710px;
	padding-left: 70px;
	padding-bottom: 70px;
}

.text-right p {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 18px;
	color: #777777;
	margin-bottom: 30px;
	line-height: 30px;
}

.text-right div {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 18px;
	color: #777777;
	margin-bottom: 15px;
	line-height: 30px;
}

.form-container {
	width: 100%;
	background-color: #F4F4F4;
	padding-bottom: 150px;
}

.forma h3 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 22px;
	color: #2560AA;
	text-align: center;
	margin-bottom: 50px;
}

.forma h2 {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 47px;
	line-height: 47px;
	color: #2560AA;
	text-align: left;
	margin-bottom: 30px;
	letter-spacing: -3px;
}

.forma {
	width: 615px;
	margin: auto;
}

.form-group {
	width: 100%;
	padding-bottom: 22px;
}

.form-in {
	width: 100%;
	height: 58px;
	background-color: #fff;
	border-radius: 3px;
	outline: none;
	border: none;
	box-shadow: 1px 1px 1px 1px #ddd;
	padding-left: 22px;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 18px;
	color: #333;
}

.form-in::-webkit-input-placeholder {
	color: #AAAAAA;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 18px;
}

.form-in::-moz-placeholder {
	color: #AAAAAA;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 18px;
}

.form-in:-ms-input-placeholder {
	color: #AAAAAA;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 18px;
}

.form-in:-moz-placeholder {
	color: #AAAAAA;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 18px;
}

.form-group textarea {
	padding: 18px 22px;
	height: 138px;
	resize: none;
}

.sendin {
	width: 100%;
	height: 58px;
	background-color: #2561AA;
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #ddd;
}

.forma small {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 12px;
	color: #2561AA;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.das-form {
	position: fixed;
	z-index: 99999;
	background-color: #EEEEEE;
	width: 820px;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.45);
	padding-top: 4%;
	-webkit-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	transform: translateX(-110%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	overflow-y: scroll;
}

.das-form::-webkit-scrollbar {
	width: 0px;
	background: transparent;
	/* make scrollbar transparent */
}

.das-form.open-left {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.das-form .forma {
	width: 70%;
	margin: auto;
}

.das-form .form-container {
	background-color: #EEEEEE;
	position: static;
}

.property-description {
	font-family: 'SFProTextRegular';
	font-weight: normal;
	font-size: 17px;
	color: #888888;
	text-align: left;
	margin-bottom: 30px;
	max-width: 420px;
}

.close-app {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	background-color: #E60000;
	line-height: 37px;
	text-align: center;
	color: #fff;
	font-family: 'SFProTextRegular';
	font-size: 17px;
	cursor: pointer;
}

.mini-c {
	width: 40%;
}

.applied-filters {
	width: 100%;
	padding-bottom: 30px;
}

.list-horizontal {
	display: inline;
}

.list-horizontal li {
	border: 1px solid #eee;
	background-color: #fcfcfc;
	padding: 0 8px;
	border-radius: 2px;
	margin: 0 5px 5px 0;
	display: inline-block;
	float: none;
	line-height: 20px;
	cursor: pointer;
}

.list-horizontal li:first-child {
	margin-left: 0;
}

.list-horizontal li label {
	margin: 0;
	font-weight: normal;
	vertical-align: middle;
	font-family: 'SFProTextRegular';
	font-size: 13px;
	display: inline-block;
}

.ra {
	display: inline-block;
	font-size: 13px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	line-height: 14px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: #ccc;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	font-style: normal;
	text-align: center;
	color: #fff;
}

.ra:before {
	content: "x";
}

.ra:hover {
	background-color: #999;
}

.applied-filters-clear-all {
	display: inline-block;
}

.applied-filters-clear-all a {
	line-height: 20px;
	padding: 0 3px;
	color: #333;
	text-decoration: underline;
	font-size: 13px;
}

.add-shadow {
	border-bottoms: 1px solid #EEEEEE;
	-webkit-box-shadow: 2px 7px 12px -4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 2px 7px 12px -4px rgba(0, 0, 0, 0.10);
	box-shadow: 2px 7px 12px -4px rgba(0, 0, 0, 0.10);
}

.slider-wrapper .owl-carousel .owl-item {
	padding-bottom: 20px;
	opacity: 0.5;
}

.slider-wrapper .owl-carousel .owl-item.active.center {
	opacity: 1;
}

.contact-sec {
	width: 100%;
	margin-bottom: 50px;
}

.contente-wrapper {
	width: 100%;
	background-color: #fff;
	padding: 0 40px;
}

.img-content {
	width: 100%;
	z-index: 1;
	position: relative;
	height: 700px;
}

#dvMap {
	height: 700px;
	width: 100%;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.gm-roller {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(229, 227, 223);
}

.map-overlay {
	position: absolute;
	width: 100%;
}

.n-overlay {
	position: relative;
	width: 1100px;
	margin: auto;
	height: 600px;
}

.contact-box {
	left: 0;
	top: 60px;
	position: absolute;
	height: auto;
	width: 370px;
	background: rgba(255, 255, 255, 1);
	z-index: 99999;
	-webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.info-contact {
	width: 100%;
	padding: 35px 40px 20px;
}

.shpejt-contact {
	padding: 30px 40px 30px;
	background-color: #f4f4f4;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.info-contact h5 {
	font-family: Roboto;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #004795;
}

.info-contact p {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #004795;
	line-height: 24px;
}

.shpejt-contact h5 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #666;
}

.group-form {
	margin-bottom: 10px;
	width: 100%;
}

.group-form .input-box {
	border: 1px solid #DFDFDF;
	font: normal 14px Roboto;
	color: #666;
	width: 100%;
	height: 37px;
	padding-left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFF;
}

.group-form .mesazh-box {
	border: 1px solid #DFDFDF;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	width: 100%;
	padding-top: 10px;
	padding-left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFF;
	resize: none;
}

.button-box {
	color: #fff;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 37px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #004795;
	border: none;
}

select::-ms-expand {
	display: none;
}

@media (max-height:640px) {
	.form-group {
		padding-bottom: 15px;
	}
	.form-in {
		width: 100%;
		height: 40px;
		background-color: #fff;
		border-radius: 3px;
		outline: none;
		border: none;
		box-shadow: 1px 1px 1px 1px #ddd;
		padding-left: 12px;
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 15px;
		color: #333;
	}
	.form-group textarea {
		padding: 10px 12px;
		height: 100px;
	}
	.sendin {
		width: 100%;
		height: 38px;
		background-color: #2561AA;
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 15px;
		color: #fff;
		text-transform: uppercase;
		border: none;
		outline: none;
		border-radius: 3px;
		box-shadow: 1px 1px 1px 1px #ddd;
	}
	.form-in::-webkit-input-placeholder {
		font-size: 15px;
	}
	.form-in::-moz-placeholder {
		font-size: 15px;
	}
	.form-in:-ms-input-placeholder {
		font-size: 15px;
	}
	.form-in:-moz-placeholder {
		font-size: 15px;
	}
	.forma h2 {
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 27px;
		line-height: 27px;
		color: #2560AA;
		text-align: left;
		margin-bottom: 30px;
		letter-spacing: -1px;
	}
}

@media (min-width: 780px) {
	.wrapper,
	.filter-part,
	.map-search {
		min-width: 1260px;
	}
	.hideD {
		display: none!important;
	}
}

@media (max-width:780px) {
	.hideM {
		display: none;
	}
	.showM {
		display: block;
	}
	.container {
		width: 100%;
		padding: 0 10px;
	}
	.left {
		float: none;
	}
	.right {
		float: none;
	}
	.video-presentation {
		padding-left: 0;
		padding-right: 0;
	}
	.evidence {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	.listing-properties {
		width: 100%;
	}
	.more-links {
		flex-wrap: wrap;
	}
	.o-header {
		height: 60px;
		padding: 0 20px;
	}
	.logo {
		margin-top: 12px;
		background-image: none;
		width: 120px;
		height: auto;
	}
	.logo img {
		width: 100%;
	}
	.video-container {
		display: none;
	}
	.search-container {
		position: static;
		padding-top: 0;
	}
	.featured-properties h2 {
		font-size: 20px;
	}
	.find-property {
		padding: 40px 20px;
		background-image: url(../images/mobilecover.jpg);
		background-position: left top;
		background-repeat: no-repeat;
	}
	.options-search {
		width: 100%;
	}
	.buy-rent span {
		height: 50px;
		font-size: 22px;
		line-height: 50px;
	}
	.options-list select {
		background-position: 90% center;
		font-size: 20px;
		line-height: 18px;
		border: none;
		margin-top: 10px;
		padding: 10px 35px;
	}
	.theRange {
		font-size: 20px;
		line-height: 18px;
	}
	.search-button {
		font-size: 20px;
	}
	.options-list>li {
		border-bottom: 1px solid #DDDDDD;
		padding: 20px 0 10px;
	}
	.options-list>li>span {
		font-family: 'SFProTextRegular';
		font-size: 14px;
		color: #878787;
		font-weight: normal;
		padding-left: 35px;
	}
	.options-list .price-range {
		background-position: 90% center;
	}
	.sec-header {
		padding: 30px 10px 20px;
	}
	.listing-properties li {
		width: 50%;
		padding-bottom: 30px;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.img-container {
		margin-bottom: 10px;
	}
	.info-container span {
		display: block;
	}
	.description {
		padding-right: 10px;
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 10px;
	}
	.category {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.square-m {
		font-size: 14px;
	}
	.price {
		font-size: 14px;
		font-weight: bold;
	}
	.slide-show h2 {
		font-size: 22px;
		padding: 0 45px;
	}
	.slide-box .left {
		width: 100%;
		position: relative;
	}
	.slide-box {
		width: 100%;
		height: auto;
		margin: 0;
		box-shadow: none;
	}
	.slide-text {
		padding: 30px 30px;
		height: auto;
	}
	.slide-text a {
		position: static;
		font-size: 12px;
		color: #000;
		text-transform: uppercase;
		background-image: url(../images/arrow-round.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding: 5px 0;
		padding-right: 30px;
	}
	.slider-wrapper {
		padding-bottom: 30px;
		padding-top: 0;
		position: relative;
	}
	.slide-text h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.slide-text p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 25px;
	}
	.silder-arrows span {
		display: block;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25%;
		position: static;
	}
	.silder-arrows {
		position: absolute;
		top: 25%;
		left: 0;
		right: 0;
		padding: 0 20px;
	}
	.prev {
		float: left;
	}
	.next {
		float: right;
	}
	.silder-bullets {
		padding-top: 20px;
	}
	.more-links li {
		width: 100%;
		padding: 0 40px;
		margin-bottom: 50px;
	}
	.more-links li p {
		margin-bottom: 20px;
	}
	.important-links {
		padding-bottom: 0px;
		padding-top: 30px;
	}
	.mobile-app .container {
		padding: 30px 30px 0;
		background-image: none;
	}
	.application-info {
		padding: 0;
	}
	.mobile-app h3 {
		font-size: 23px;
	}
	.mobile-app p {
		font-size: 14px;
		line-height: 20px;
	}
	.download-app {
		padding-top: 20px;
	}
	.mobile-app h5 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.footer-wrapper {
		padding: 0;
	}
	footer {
		padding: 30px;
	}
	.address {
		font-size: 12px;
	}
	.tel-contact {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.soc-foot {
		display: inline-block;
		margin-left: 15px;
		float: right;
	}
	.form-search-overlay {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 400;
		background-color: #fff;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.filter-hdr {
		position: absolute;
		top: 45px;
		left: 20px;
		font-size: 27px;
		line-height: 23px;
		color: #2560AA;
		text-align: left;
		margin-bottom: 30px;
		letter-spacing: -1px;
	}
	.form-open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.form-search {
		position: static;
		padding-bottom: 50px;
	}
	.select-table {
		width: 100%;
		height: auto;
		border-top: none;
		z-index: 100;
		transition-timing-function: linear;
		transition-duration: 0.3s;
		box-shadow: none;
	}
	.select-options {
		display: block;
		height: 100%;
		width: 100%;
		padding-left: 0;
	}
	.select-options>li {
		display: none;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #ddd;
		border-right: none;
	}
	.select-options>li.price-li {
		display: block;
		padding-top: 10px;
	}
	.select-options>li.area-li {
		display: block;
		padding-top: 10px;
	}
	.select-options>li.rooms-li {
		display: block;
		padding-top: 10px;
	}
	

.tags-li select {
   display: block!important;
   border: 1px solid #c4c4c4;
   height: 38px;
   border-radius: 4px;
   background-position-x: 95%;
   padding-left: 12px;
}

.select-options>li.tags-li {
display: block;
padding: 15px 20px 25px;
}
	
	.select-options select {
		display: none;
	}
	.select-options select option {
		display: inline-block;
	}
	.select-options>li:first-child {
		margin-left: 0;
	}
	.select-zone {
		display: none !important;
	}
	.filter-part .select-table {
		top: 80px;
		transition-property: top;
	}
	.all-listed {
		width: 100%;
		height: 100%;
		padding: 20px 10px;
		overflow-y: auto;
	}
	.map-search {
		width: 100%;
		position: static;
	}
	.properties-listed {
		margin-left: 0;
		margin-right: 0;
	}
	.properties-listed li {
		width: 50%;
		padding: 0 10px;
		padding-bottom: 40px;
	}
	.filter-part {
		position: relative;
	}
	.filter-header {
		width: 100%;
		height: 50px;
		position: relative;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		background-color: #f4f4f4;
	}
	.filter-header h2 {
		display: inline;
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 21px;
		line-height: 50px;
		padding-left: 20px;
		padding-right: 20px;
		background-image: url(../images/arrow-gray.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.property-info {
		width: 100%;
		padding: 20px;
	}
	.property-gallery {
		width: 100%;
	}
	.property-media {
		margin-left: 0;
	}
	.property-details {
		padding-left: 0;
	}
	.all-details {
		width: 100%;
		min-width: 100%;
		list-style: none;
		border-bottom: 1px solid #E1E1E1;
	}
	.all-details1 {
		width: 100%;
		min-width: 100%;
		list-style: none;
		margin-bottom: 30px;
	}
	.all-details1 li {
		display: inline-block;
		float: left;
		height: auto;
		padding: 13px 0;
		width: 100%;
		border-bottom: 1px solid #E1E1E1;
	}
	.all-details1 li span {
		line-height: 22px;
	}
	.all-details li {
		display: inline-block;
		float: left;
		height: 50px;
		border-bottom: 1px solid #E1E1E1;
	}
	.all-details li span {
		line-height: 50px;
	}
	.all-details li:first-child,
	.all-details li:last-child {
		width: 100%!important;
		height: auto !important;
		padding: 13px 0;
	}
	.all-details li:last-child {
		border-top: 1px solid #E1E1E1;
	}
	.all-details li:first-child span,
	.all-details li:last-child span {
		line-height: 22px;
	}
	.all-details li:nth-child(even) {
		width: 100%;
	}
	.all-details li:nth-child(odd) {
		width: 100%;
	}
	.all-details li:nth-last-child(-n+2) {
		border-bottom: none !important;
	}
	.thumbnails li {
		height: auto;
	}
	.property-text {
		padding-bottom: 20px;
	}
	.property-details h4 {
		font-size: 21px;
		margin: 10px 0 10px;
	}
	.rect-button {
		display: inline-block;
		width: 100%;
	}
	.turn-to-research {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.hover-showing {
		display: none;
	}
	.skew-it {
		display: none;
	}
	.price-range {
		background-color: #fff;
		background-image: none;
		line-height: 49px;
	}
	.area-range {
		background-color: #fff;
		background-image: none;
		line-height: 49px;
	}
	.drop-arrow {
		padding: 10px 8.5% 10px 5px;
	}
	.price-hldr {
		position: static;
		width: 100%;
		box-shadow: none;
		padding: 20px;
		padding-top: 5px;
	}
	.area-hldr {
		position: static;
		width: 100%;
		box-shadow: none;
		padding: 20px;
		padding-top: 5px;
	}
	.filter-search {
		display: none;
	}
	#about-wrapper {
		padding: 0 20px;
	}
	.text-display {
		width: 100%;
		margin: auto;
		display: block;
		padding-top: 20px;
	}
	.menu-left {
		width: 100%;
		height: auto;
		border-right: none;
	}
	.menu-left h3 {
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 20px;
		line-height: 20px;
		color: #255FAA;
		margin-bottom: 10px;
	}
	.das-menu {
		list-style: none;
	}
	.das-menu li {
		padding: 8px 0;
	}
	.das-menu span {
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 18px;
		color: #777777;
	}
	.text-right h4 {
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 18px;
		line-height: 18px;
		color: #000000;
		margin-bottom: 20px;
		margin-top: 26px;
	}
	.text-right {
		width: 100%;
		padding-left: 0px;
	}
	.text-right p {
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 15px;
		color: #777777;
		margin-bottom: 15px;
		line-height: 22px;
	}
	#forma-wrapper {
		padding: 0 0 30px;
	}
	.form-container {
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.forma {
		width: 100%;
		padding: 0 20px;
	}
	.cover h2 {
		font-size: 27px;
	}
	.forma h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.form-in {
		height: 48px;
		padding-left: 12px;
	}
	.form-in::-webkit-input-placeholder {
		font-size: 15px;
	}
	.form-in::-moz-placeholder {
		font-size: 15px;
	}
	.form-in:-ms-input-placeholder {
		font-size: 15px;
	}
	.form-in:-moz-placeholder {
		font-size: 15px;
	}
	.sendin {
		height: 48px;
		font-size: 16px;
	}
	.form-group {
		padding-bottom: 15px;
	}
	.das-form.open-left {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.das-form .forma {
		width: 85%;
	}
	.forma h2 {
		font-size: 22px;
		line-height: 23px;
		color: #2560AA;
		text-align: left;
		margin-bottom: 30px;
		letter-spacing: -1px;
	}
	.form-group textarea {
		padding: 12px;
		height: 80px;
		resize: none;
	}
	.property-description {
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 17px;
		color: #888888;
		text-align: left;
		margin-bottom: 30px;
		max-width: 420px;
	}
	.close-app {
		position: absolute;
		top: 0;
		right: 0;
		width: 37px;
		height: 37px;
		background-color: #E60000;
		line-height: 37px;
		text-align: center;
		color: #fff;
		font-family: 'SFProTextRegular';
		font-size: 17px;
		cursor: pointer;
	}
	.close-form {
		position: absolute;
		top: 0;
		right: 0;
		width: 37px;
		height: 37px;
		background-color: #E60000;
		line-height: 37px;
		text-align: center;
		color: #fff;
		font-family: 'SFProTextRegular';
		font-size: 17px;
		cursor: pointer;
	}
	.remove-bg {
		background-color: #fff;
	}
	.form-container.remove-bg {
		background-color: #fff;
	}
	.mini-c {
		width: 100%;
	}
	.ad-shadow {
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	}
	.app-img {
		width: 100%;
		height: 200px;
	
		background-repeat: no-repeat;
		background-position: left bottom;
		background-color: #f2f2f2;
		background-blend-mode: multiply;
		background-size: 187px 200px;
		margin-left: -10px;
		margin-top: 20px;
	}
	.the-map {
		position: absolute;
		line-height: 50px;
		right: 20px;
		font-family: 'SFProTextRegular';
		font-weight: normal;
		color: #004795;
	}
	.choose-map {
		font-size: 22px;
		line-height: 23px;
		color: #2560AA;
		text-align: left;
		margin-bottom: 20px;
		letter-spacing: -1px;
		padding-left: 20px;
		font-weight: normal;
	}
	.continue {
		width: 100%;
		height: 40px;
		font-size: 15px;
		background-color: #2561AA;
		font-family: 'SFProTextRegular';
		font-weight: normal;
		color: #fff;
		text-transform: uppercase;
		border: none;
		outline: none;
		border-radius: 3px;
		box-shadow: 1px 1px 1px 1px #ddd;
	}
	.add-margin {
		padding: 20px;
	}
	.form-filter {
		width: 88%;
		border: 1px solid #004795;
		display: block;
		height: 38px;
		line-height: 38px;
		text-align: center;
		background-color: #004795;
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 16px;
		border-radius: 4px;
		color: #fff;
		margin: 115px auto 0;
	}
	.noscroll {
		overflow-y: hidden;
	}
	.add-shadow {
		border-bottom: 1px solid #EEEEEE;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.rooms-boxes {
		width: 100%;
		padding: 0 20px 40px;
	}
	.rooms-boxes h5 {
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 16px;
		letter-spacing: -0.7px;
		color: #333;
		line-height: 48px;
	}
	.rooms-boxes>ul {
		display: table;
		width: 100%;
		border: 1px solid #c4c4c4;
		border-radius: 4px
	}
	.rooms-boxes>ul>li {
		display: table-cell;
		padding: 10px 0;
		border-right: 1px solid #c4c4c4;
		width: 20%;
		text-align: center;
	}
	.rooms-boxes>ul>li.chosen {
		background-color: #eee;
	}
	.rooms-boxes>ul>li:hover {
		background-color: #eee;
	}
	.rooms-boxes>ul>li span {
		font-family: 'SFProTextRegular';
		font-weight: normal;
		font-size: 14px;
		color: #464646;
	}
	.rooms-boxes>ul>li:first-child {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.rooms-boxes>ul>li:last-child {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-right: none;
	}
	.owl-carousel .owl-item {
		padding-bottom: 0;
	}
	.contact-sec {
		width: 100%;
		margin-bottom: 20px;
	}
	.contente-wrapper {
		padding: 0;
	}
	.img-content {
		width: 100%;
		z-index: 1;
		position: relative;
		height: auto;
	}
	#dvMap {
		height: 400px;
		width: 100%;
		position: static;
		z-index: 5;
		overflow: hidden;
	}
	.gm-roller {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: rgb(229, 227, 223);
	}
	.map-overlay {
		position: static;
		width: 100%;
	}
	.n-overlay {
		position: relative;
		width: 100%;
		margin: auto;
		height: auto;
	}
	.contact-box {
		position: static;
		height: auto;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 99999;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		border-bottom: 1px solid #ddd;
	}
	.info-contact {
		width: 100%;
	}
	.info-contact h5 {
		font-family: Roboto;
		font-size: 19px;
		font-weight: 500;
		margin-bottom: 10px;
		color: #004795;
	}
	.info-contact p {
		font-family: Roboto;
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 5px;
		color: #004795;
		line-height: 24px;
	}
	.shpejt-contact {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.shpejt-contact h5 {
		font-family: Roboto;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
		color: #666;
	}
	.group-form {
		margin-bottom: 10px;
		width: 100%;
	}
	.group-form .input-box {
		border: 1px solid #DFDFDF;
		font: normal 14px Roboto;
		color: #666;
		width: 100%;
		height: 37px;
		padding-left: 15px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #FFF;
	}
	.group-form .mesazh-box {
		border: 1px solid #DFDFDF;
		font-family: Roboto;
		font-size: 14px;
		font-weight: normal;
		color: #666;
		width: 100%;
		padding-top: 10px;
		padding-left: 15px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #FFF;
		resize: none;
	}
	.button-box {
		color: #fff;
		width: 100%;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		height: 37px;
		font-family: Roboto;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		background-color: #004795;
		border: none;
	}
	.add-padd {
		padding-left: 24px;
		padding-top: 10px;
	}
}

.input-box {
	display: block;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	padding-left: 15px;
	border-radius: 5px;
	margin-right: 15px;
	font-family: Roboto;
	color: #133F92;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	background-color: #fff;
}

.messagge-box {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding-left: 15px;
	padding-top: 15px;
	border-radius: 5px;
	margin-right: 15px;
	font-family: Roboto;
	color: #133F92;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	background-color: #fff;
}

/*styles3 css*/

.new_application {
  position: relative;
  z-index: 5000;
  margin-bottom: 70px;
}
  .new_apply_wrap {
  	width: 100%;
  	display: flex;
  	justify-content: space-between;
  	background-image: url(../images/new_bg_devinf.png);
  	background-position: left center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 45px;
  	padding-left: 50px;
  	padding-bottom: 66px;
  	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
}
.new_text_application {
  padding: 35px 40px 0 10px;
}
.new_text_application h2 {
  	font-family: 'SFProTextRegular';
  	font-size: 37px;
  	line-height: 1.15em;
  	color: #2560AA;
  	font-weight: normal;
  	letter-spacing: -0.038em;
  	margin-bottom: 12px;
}
.new_text_application p {
  	font-family: 'SFProTextRegular';
  	font-size: 19px;
  	line-height: 24px;
  	color: #2560AA;
  	margin-bottom: 45px;
}
.fill-out {
  	font-family: 'SFProTextRegular';
  	font-size: 16px;
  	color: #fff;
  	padding: 11px 15px;
  	border-radius: 5px;
  	background-color: #E93224;
  	display: inline-block;
}
.new_list {
  width: 563px;
  list-style: none;
  display: flex;
  overflow: hidden;
  justify-content: flex-end;
  padding-top: 70px;
  margin-right: -1px;
}
.new_list li {
  margin-left: 20px;
}
.new_list img {
-webkit-box-shadow: 7px 7px 19px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 7px 7px 19px -1px rgba(0,0,0,0.5);
box-shadow: 7px 7px 19px -1px rgba(0,0,0,0.5);
  margin-bottom: 5px;
}
.new_list span {
  	font-family: 'SFProTextRegular';
  	font-size: 12px;
  	color: #2560AA;
}
.showM.fill-out {
  display: none!important;
}
.fill-out:hover {
  opacity: 0.9;
}
@media(max-width:780px){
  .new_apply_wrap {
    flex-wrap: wrap;
    padding-top: 30px;
  	padding-left: 20px;
  	padding-bottom: 86px;
    box-shadow: none;
    border-left: none;
  }
  .new_application {
    margin-bottom: 40px;
  }
  .new_application .container {
    padding: 0;
  }
  .new_text_application .hideM {
    display: none!important;
  }
  .new_text_application {
      padding: 20px;
      padding-left: 0;
  }
  .new_list {
    padding-top: 0;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  .new_list li {
    margin-left: 0;
    margin-right: 20px;
}
  .new_text_application p {
    margin-bottom: 10px;
  }
  .new_text_application h2 {
    font-size: 30px;
  }
  .new_text_application p br {
    display: none;
  }
  .fill-out {
    display: block!important;
    position: absolute;
    bottom: 40px;
  }
}

/*normalize.css*/

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


/* Document
   ========================================================================== */

html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

html,
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
	outline-width: 0;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
	display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}




/*nouislider*/

.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connect {
    background: #3FB8AF;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    -o-transition: background 450ms;
    -moz-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    -moz-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.facet-bar .mobile-filter-close {
    display: none
}

.facet-bar .facet-options-list>.ab-mobile-filter.open {
    margin: 2px 0
}

.facet-bar .facet-options-list>.ab-mobile-filter.open>.more-filter-menu {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    white-space: normal;
    padding-top: 51px;
    padding-bottom: 54px
}

.facet-bar .facet-options-list>.ab-mobile-filter.open>.more-filter-menu>.mobile-filter-scroll-wrapper {
    position: absolute;
    overflow: auto;
    top: 51px;
    bottom: 54px;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch
}

.facet-bar .facet-options-list>.ab-mobile-filter.open>.more-filter-menu>.mobile-filter-scroll-wrapper>div {
    overflow: hidden
}

.facet-bar .facet-options-list>.ab-mobile-filter.open .dropdown-toggle {
    margin-right: -15px;
    margin-top: 4px
}

.facet-bar .facet-options-list>.ab-mobile-filter.open .dropdown-toggle:before,
.facet-bar .facet-options-list>.ab-mobile-filter.open .dropdown-toggle span[data-role="facet-label"]:before {
    display: none
}

.facet-bar .facet-options-list>.ab-mobile-filter.open .dropdown-toggle span[data-role="facet-label"]>.mobile-filter-close {
    display: block
}

.facet-bar .facet-options-list>.ab-mobile-filter.open .mobile-filter-close {
    z-index: 1030;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    overflow: hidden
}

.facet-bar .facet-options-list>.ab-mobile-filter.open .mobile-filter-close::before,
.facet-bar .facet-options-list>.ab-mobile-filter.open .mobile-filter-close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #0099cc
}

.facet-bar .facet-options-list>.ab-mobile-filter.open .mobile-filter-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.facet-bar .facet-options-list>.ab-mobile-filter.open .mobile-filter-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.more-filter-header {
    border-bottom: 1px solid #e2e2e2;
    padding: 8px 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    z-index: 3
}

.more-fitler-footer {
    padding: 8px 12px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    z-index: 3
}

.more-fitler-footer .btn-filter-submit {
    padding: 4px 12px;
    font-size: 19px
}

.more-fitler-footer .btn-filter-submit span {
    font-weight: 300;
    margin-left: 4px
}

body.srp-map-view .facet-options-list .facet-morefilters.open>.more-filter-menu {
    top: 0
}

.filter-section {
    border-bottom: 1px solid #e2e2e2
}

.filter-section hr {
    margin: 16px 0 12px;
    border-color: #e2e2e2
}

.filter-section-header {
    display: block;
    padding: 16px 12px
}

.filter-section-header h4 {
    display: inline-block;
    margin: 0;
    color: #333
}

.filter-section-header i {
    float: right;
    font-size: 20px;
    line-height: 1;
    color: #c4c4c4;
    padding-left: 10px
}

.filter-section-header span {
    display: none;
    float: right;
    color: #999
}

.filter-section-header.collapsed i:before {
    content: "\e02c"
}

.filter-section-header.collapsed span {
    display: inline
}

.modified-filter .filter-section-header span {
    color: #004795;
    font-weight: 400
}

.filter-section-content {
    padding: 0 16px
}

.filter-section-content>*:last-child {
    padding-bottom: 12px
}

.filter-section-divider {
    height: 18px;
    background-color: #f7f7f7;
    margin-top: -1px
}

.filter-btn-group {
    width: 100%
}

.filter-btn-group input[type=checkbox],
.filter-btn-group input[type=radio] {
    display: none
}

.filter-btn-group input[type=checkbox]+label,
.filter-btn-group input[type=radio]+label {
    display: inline-block;
    margin: -2px;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid transparent;
    text-align: center;
    font-weight: 300;
    color: #828282;
    display: table-cell;
    float: none;
    width: 1%
}

.filter-btn-group input[type=checkbox]+label.filter-btn-group-text-sm,
.filter-btn-group input[type=radio]+label.filter-btn-group-text-sm {
    font-size: 15px
}

.filter-btn-group input[type=checkbox]:checked+label,
.filter-btn-group input[type=radio]:checked+label {
    background-image: none;
    color: #004795;
    border-color: #004795
}

.filter-btn-group-range-select input[type=checkbox]:checked+label+input[type=checkbox]+label {
    border-left-color: transparent
}

.filter-selection-list {
    margin: -14px 0 -8px
}

.more-filter-menu .radio-primary,
.more-filter-menu .checkbox-primary,
.desktop-facet .radio-primary,
.desktop-facet .checkbox-primary {
    margin: 12px 0
}

.more-filter-menu .radio-primary label,
.more-filter-menu .checkbox-primary label,
.desktop-facet .radio-primary label,
.desktop-facet .checkbox-primary label {
    color: #828282;
    font-weight: 300;
    display: block
}

.more-filter-menu .radio-primary label::after,
.desktop-facet .radio-primary label::after {
    top: 8px;
    background-color: #828282
}

.more-filter-menu .radio-primary input[type="radio"]:checked+label,
.desktop-facet .radio-primary input[type="radio"]:checked+label {
    color: #004795
}

.more-filter-menu .radio-primary input[type="radio"]:checked+label::before,
.desktop-facet .radio-primary input[type="radio"]:checked+label::before {
    border-color: #828282
}

.more-filter-menu .radio-primary input[type="radio"]:focus+label::before,
.desktop-facet .radio-primary input[type="radio"]:focus+label::before {
    outline: none
}

.more-filter-menu .checkbox-primary label::after,
.desktop-facet .checkbox-primary label::after {
    padding-top: 6px
}

.more-filter-menu .checkbox-primary input[type="checkbox"]:checked+label,
.desktop-facet .checkbox-primary input[type="checkbox"]:checked+label {
    color: #004795
}

.more-filter-menu .checkbox-primary input[type="checkbox"]:checked+label::before,
.desktop-facet .checkbox-primary input[type="checkbox"]:checked+label::before {
    border-color: #828282;
    background-color: #828282
}

.more-filter-menu .checkbox-primary input[type="checkbox"]:checked+label::after,
.desktop-facet .checkbox-primary input[type="checkbox"]:checked+label::after {
    content: "\e073"
}

.noUi-target {
    height: 5px;
    border-radius: 0;
    background-color: #dcdcdc;
    border: none;
    margin: 20px 0
}

.noUi-target .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -8px;
    border-radius: 50%;
    background-color: #004795;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none
}

.noUi-target .noUi-handle:before {
    content: none
}

.noUi-target .noUi-handle.noUi-handle-lower {
    left: -20px
}

.noUi-target .noUi-handle.noUi-handle-lower:after {
    background: transparent;
    width: 40px;
    height: 40px;
    top: -10px;
    left: -20px
}

.noUi-target .noUi-handle.noUi-handle-upper {
    left: 0
}

.noUi-target .noUi-handle.noUi-handle-upper:after {
    background: transparent;
    width: 40px;
    height: 40px;
    top: -10px;
    left: 0px
}

.noUi-target .noUi-connect {
    background: #aaa;
    border-radius: 0
}

.mobile-slider-wrapper {
    padding: 0 16px
}

.filter-range-input .noui-input {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    padding: 0 12px;
    border-color: #c4c4c4;
    border-radius: 4px
}

.filter-section-price .price-range-input .price-input-group {
    margin-bottom: 10px;
    width: 100%
}

.filter-section-price .price-range-input .input-group-addon {
    border-right: none;
    width: 75px;
    text-align: left;
    color: #828282;
    font-weight: 300;
    padding: 9px 2px 9px 12px;
    border-radius: 4px 0 0 4px;
    border-color: #c4c4c4;
    line-height: 18px
}

.filter-section-price .price-range-input .input-group-addon span:first-child {
    float: left;
    color: #828282
}

.filter-section-price .price-range-input .input-group-addon span:last-child {
    float: right;
    color: #828282;
    font-size: 18px
}

.filter-section-price .price-range-input .noui-input {
    border-left: none;
    border-radius: 0 4px 4px 0;
    padding: 0 12px 0 2px
}

.filter-section-days-on-realtor .radio-button-group>li {
    width: 50%;
    float: left
}

.filter-select-wrapper {
    margin-top: 8px;
    padding: 5px 0;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.filter-select-wrapper:after {
    font-family: "rdcfont";
    content: "\e02c";
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    color: #999;
    pointer-events: none
}

.filter-select-wrapper select,
.filter-select-wrapper select:focus {
    padding: 5px 8px;
    width: 130%;
    border: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.filter-section-lot-size .lot-acre {
    display: none
}

.filter-section-lot-size .show-acre .lot-acre {
    display: block
}

.filter-section-lot-size .show-acre .lot-sqft {
    display: none
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
    .facet-bar .facet-options-list>.ab-mobile-filter.open .mobile-filter-close {
        position: fixed;
        right: 16px
    }
}

@media only screen and (max-width: 766px) {
    body.morefilters-open:not(.srp-map-view) .ab-mobile-filter-facet-bar {
        z-index: 101
    }
}

@media only screen and (min-width: 767px) {
    .facet-bar.ab-desktop-filter {
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .facet-bar.ab-desktop-filter.affix {
        border-bottom: 1px solid #C2C2C6
    }
    .facet-bar.ab-desktop-filter .facet-search-wrapper {
        margin-right: 8px
    }
    .facet-bar.ab-desktop-filter .facet-search-wrapper .search-input-group .btn-primary {
        background-color: #fff;
        border-color: #C2C2C6;
        color: #333
    }
    .facet-bar.ab-desktop-filter .facet-search-wrapper .search-input-group input,
    .facet-bar.ab-desktop-filter .facet-search-wrapper .search-input-group button.btn-clear-input {
        border-color: #C2C2C6
    }
    .facet-bar.ab-desktop-filter .facet-options-list>li {
        border: 0
    }
    .facet-bar.ab-desktop-filter .facet-options-list>li.facet-morefilters.open {
        margin: 0
    }
    .facet-bar.ab-desktop-filter .facet-options-list>li .dropdown-toggle,
    .facet-bar.ab-desktop-filter .facet-options-list>li.facet-morefilters.open .dropdown-toggle {
        border: 1px solid #C2C2C6;
        padding: 5px 12px;
        margin-top: 8px;
        margin-right: 8px;
        border-radius: 2px
    }
    .facet-bar.ab-desktop-filter .facet-options-list>li .dropdown-menu {
        width: 365px;
        border: 1px solid #C2C2C6;
        white-space: normal;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .facet-bar.ab-desktop-filter .facet-options-list>li .dropdown-menu>.filter-section-content {
        padding-top: 22px;
        padding-bottom: 8px
    }
    .facet-bar.ab-desktop-filter .facet-options-list>li.open>.dropdown-toggle,
    .facet-bar.ab-desktop-filter .facet-options-list>li.facet-morefilters.open .dropdown-toggle {
        border-bottom: #fff;
        z-index: 11;
        padding-bottom: 14px
    }
    .facet-bar.ab-desktop-filter .facet-options-list>li.open>.dropdown-toggle+.dropdown-menu,
    .facet-bar.ab-desktop-filter .facet-options-list>li.open>.dropdown-toggle .more-filter-menu,
    .facet-bar.ab-desktop-filter .facet-options-list>li.facet-morefilters.open .dropdown-toggle+.dropdown-menu,
    .facet-bar.ab-desktop-filter .facet-options-list>li.facet-morefilters.open .dropdown-toggle .more-filter-menu {
        z-index: 10;
        margin-top: -1px;
        padding: 0
    }
    .facet-bar.ab-desktop-filter .more-filter-header {
        position: static;
        border-bottom: 0
    }
    .facet-bar.ab-desktop-filter .more-fitler-footer {
        position: absolute
    }
    .facet-bar.ab-desktop-filter .desktop-facet .filter-section-content {
        padding-top: 20px;
        padding-bottom: 6px
    }
    .facet-bar.ab-desktop-filter .desktop-facet .filter-section-content .filter-selection-list {
        margin-top: -12px;
        margin-bottom: -12px
    }
    .facet-bar.ab-desktop-filter .facet-follow {
        float: none
    }
    .facet-bar.ab-desktop-filter .facet-follow .follow-btn-wrap {
        margin-left: 0
    }
    .facet-bar.ab-desktop-filter .facet-follow .btn {
        border-color: #C2C2C6
    }
    .facet-bar.ab-desktop-filter .more-filter-header {
        border-bottom: 1px solid #E1E1E2
    }
    .facet-bar.ab-desktop-filter .desktop-close-dropdown {
        position: relative;
        display: inline-block;
        width: 28px;
        height: 28px;
        overflow: hidden;
        float: right;
        margin-right: 12px;
        margin-top: 3px;
        cursor: pointer
    }
    .facet-bar.ab-desktop-filter .desktop-close-dropdown::before,
    .facet-bar.ab-desktop-filter .desktop-close-dropdown::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #0099cc
    }
    .facet-bar.ab-desktop-filter .desktop-close-dropdown::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .facet-bar.ab-desktop-filter .desktop-close-dropdown::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    body:not(.srp-map-view) .ab-desktop-filter .srp-applied-filters {
        margin-top: -10px;
        margin-bottom: 8px
    }
    .srp-applied-filters ul:before {
        display: none
    }
    body.srp-map-view .ab-desktop-filter .breadcrumb-container {
        display: none
    }
    body.morefilters-open.ab-desktop-filter {
        overflow: auto;
        position: static;
        width: auto
    }
    body.morefilters-open.ab-desktop-filter:not(.srp-map-view) .facet-bar {
        position: static
    }
    .facet-bar.ab-desktop-filter .facet-options-list>.facet-morefilters.open>.more-filter-menu {
        position: absolute;
        height: 75vh;
        min-height: 430px;
        width: 365px;
        top: 100%;
        border: 1px solid #C2C2C6;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    body.morefilters-open.ab-desktop-filter:not(.srp-map-view) .facet-bar.affix {
        position: fixed
    }
    .modified-dropdown .dropdown-toggle {
        position: relative
    }
    .modified-dropdown .dropdown-toggle:after {
        content: "\2022";
        position: absolute;
        top: 6px;
        right: 2px;
        color: #004795;
        line-height: 0;
        font-size: 22px
    }
}

@media only screen and (min-width: 767px) and (max-width: 1170px) {
    .facet-bar.ab-desktop-filter .facet-morefilters.open .dropdown-menu {
        left: auto;
        right: 8px
    }
}

@media only screen and (min-width: 767px) and (max-width: 995px) {
    .facet-bar.ab-desktop-filter .desktop-facet-property-type.open .dropdown-menu {
        left: auto;
        right: 8px
    }
}



/*owlcarousel*/

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


