@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?o9w5kt");
	src: url("../fonts/icomoon.eot?o9w5kt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?o9w5kt") format("truetype"), url("../fonts/icomoon.woff?o9w5kt") format("woff"), url("../fonts/icomoon.svg?o9w5kt#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "";
}

.icon-realtor:before {
	content: "";
}

.icon-arrow-lt:before {
	content: "";
}

.icon-arrow-rt:before {
	content: "";
}

.icon-dbl-arrow-rt:before {
	content: "";
}

.icon-hamburger:before {
	content: "";
}

.icon-pinterest:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-heart-o:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-search:before {
	content: "";
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -5px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 5px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	height: 30px;
	min-width: 69px;
	border: 1px solid #979797;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 30px;
	margin: 0 35px 0 8px;
	color: #555;
}

.jcf-select .jcf-select-text .jcf-option-topic {
	color: #d8d8d8;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 35px;
	bottom: 0;
	right: 0;
	top: 0;
	background: #d8d8d8;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 12px;
	border: solid transparent;
	border-top: solid #4a4a4a;
	border-width: 6px 5px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 13px;
	width: 100%;
	border: 1px solid #979797;
}

.jcf-list .jcf-option-hideme {
	display: none !important;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #fff;
	width: 10px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 10px;
	width: 10px;
	left: 0;
	top: 0;
	display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #9b9b9b;
	height: 1px;
	width: 5px;
	border-radius: 5px;
	left: 4px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.cycle-gallery .pagination-holder ul,
#footer .place-list ul,
.social,
.social li,
.icon-list,
.icon-list li,
.link-holder,
.link-holder li,
.footer-nav ul,
.footer-nav ul li,
.place-list,
.place-list li,
.features-holder,
.property-holder,
.full-places {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_100.eot");
	src: url("../fonts/museo_slab_100.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_100.woff2") format("woff2"), url("../fonts/museo_slab_100.woff") format("woff"), url("../fonts/museo_slab_100.ttf") format("truetype"), url("../fonts/museo_slab_100.svg#museo_slab100") format("svg");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_100italic.eot");
	src: url("../fonts/museo_slab_100italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_100italic.woff2") format("woff2"), url("../fonts/museo_slab_100italic.woff") format("woff"), url("../fonts/museo_slab_100italic.ttf") format("truetype"), url("../fonts/museo_slab_100italic.svg#museo_slab100_italic") format("svg");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_300.eot");
	src: url("../fonts/museo_slab_300.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_300.woff2") format("woff2"), url("../fonts/museo_slab_300.woff") format("woff"), url("../fonts/museo_slab_300.ttf") format("truetype"), url("../fonts/museo_slab_300.svg#museo_slab300") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_300italic.eot");
	src: url("../fonts/museo_slab_300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_300italic.woff2") format("woff2"), url("../fonts/museo_slab_300italic.woff") format("woff"), url("../fonts/museo_slab_300italic.ttf") format("truetype"), url("../fonts/museo_slab_300italic.svg#museo_slab300_italic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_500.eot");
	src: url("../fonts/museo_slab_500.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_500.woff2") format("woff2"), url("../fonts/museo_slab_500.woff") format("woff"), url("../fonts/museo_slab_500.ttf") format("truetype"), url("../fonts/museo_slab_500.svg#museo_slab500") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_500italic.eot");
	src: url("../fonts/museo_slab_500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_500italic.woff2") format("woff2"), url("../fonts/museo_slab_500italic.woff") format("woff"), url("../fonts/museo_slab_500italic.ttf") format("truetype"), url("../fonts/museo_slab_500italic.svg#museo_slab500_italic") format("svg");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_700.eot");
	src: url("../fonts/museo_slab_700.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_700.woff2") format("woff2"), url("../fonts/museo_slab_700.woff") format("woff"), url("../fonts/museo_slab_700.ttf") format("truetype"), url("../fonts/museo_slab_700.svg#museo_slab700") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_700italic.eot");
	src: url("../fonts/museo_slab_700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_700italic.woff2") format("woff2"), url("../fonts/museo_slab_700italic.woff") format("woff"), url("../fonts/museo_slab_700italic.ttf") format("truetype"), url("../fonts/museo_slab_700italic.svg#museo_slab700_italic") format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_900.eot");
	src: url("../fonts/museo_slab_900.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_900.woff2") format("woff2"), url("../fonts/museo_slab_900.woff") format("woff"), url("../fonts/museo_slab_900.ttf") format("truetype"), url("../fonts/museo_slab_900.svg#museo_slab900") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_900italic.eot");
	src: url("../fonts/museo_slab_900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_900italic.woff2") format("woff2"), url("../fonts/museo_slab_900italic.woff") format("woff"), url("../fonts/museo_slab_900italic.ttf") format("truetype"), url("../fonts/museo_slab_900italic.svg#museo_slab900_italic") format("svg");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_1000.eot");
	src: url("../fonts/museo_slab_1000.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_1000.woff2") format("woff2"), url("../fonts/museo_slab_1000.woff") format("woff"), url("../fonts/museo_slab_1000.ttf") format("truetype"), url("../fonts/museo_slab_1000.svg#museo_slab1000") format("svg");
	font-weight: 1000;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSlab";
	src: url("../fonts/museo_slab_1000italic.eot");
	src: url("../fonts/museo_slab_1000italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_1000italic.woff2") format("woff2"), url("../fonts/museo_slab_1000italic.woff") format("woff"), url("../fonts/museo_slab_1000italic.ttf") format("truetype"), url("../fonts/museo_slab_1000italic.svg#museo_slab1000_italic") format("svg");
	font-weight: 1000;
	font-style: italic;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

a {
	-webkit-transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
	transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

textarea {
	resize: vertical;
}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
	-webkit-appearance: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

#main {
	position: relative;
}

.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: default;
	pointer-events: none;
	z-index: -1;
	overflow: hidden;
}

.form-control {
	padding: 1px 12px;
	box-shadow: none;
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
}

.form-control::-webkit-input-placeholder {
	color: #96969a;
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: #96969a;
}

.form-control:-moz-placeholder {
	color: #96969a;
}

.form-control:-ms-input-placeholder {
	color: #96969a;
}

.form-control.placeholder {
	color: #96969a;
}

.form-control:focus {
	box-shadow: none;
}

.content-holder {
	position: relative;
	max-width: 967px;
}

/* cycle carousel basic styles */

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .mask .slideset {
	width: 33333px;
	float: left;
}

.cycle-gallery .mask .slide {
	float: left;
}

.cycle-gallery .mask .slide .active {
	z-index: 1;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.cycle-gallery .btn-prev:focus,
.cycle-gallery .btn-next:focus {
	outline: none;
	text-decoration: none;
}

.cycle-gallery .btn-next {
	left: auto;
	right: 0;
}

.cycle-gallery .pagination-holder {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 5px;
}

.cycle-gallery .pagination-holder ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cycle-gallery .pagination-holder ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px;
}

.cycle-gallery .pagination-holder ul li.active a {
	background-color: #d8d8d8;
}

.cycle-gallery .pagination-holder ul li.was-visited a {
	background-color: transparent;
}

.cycle-gallery .pagination-holder ul li a {
	width: 7px;
	height: 7px;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	text-indent: -9999px;
	border: 1px solid #979797;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.cycle-gallery .pagination-holder ul li a:hover {
	background-color: #d8d8d8;
}

.btn-prev,
.btn-next {
	-webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, color .3s ease-in-out;
	display: block;
	text-decoration: none;
}

.btn-prev span:before,
.btn-next span:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-size: 23px;
	opacity: .8;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.btn-prev:hover,
.btn-next:hover {
	text-decoration: none;
}

.btn-prev:hover span:before,
.btn-next:hover span:before {
	opacity: 1;
}

img {
	max-width: 100%;
	display: block;
}

.main-page .btn-danger {
	color: #fff;
}

#header {
	position: relative;
	color: #fff;
	z-index: 10;
}

.navbar-brand {
	float: none;
	height: auto;
	margin: 0 auto;
	margin-left: auto !important;
	display: block;
	width: 210px;
}

.navbar-brand img {
	width: 100%;
	height: auto;
}

.navbar-toggle {
	width: 30px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
	margin-bottom: 2px;
}

.navbar-toggle.collapsed ~ .navbar-collapse {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar {
	border: none;
	background: #222;
	padding: 6px 0 6px;
}

.navbar .container {
	position: relative;
}

.navbar-collapse {
	border: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #4a4a4a;
	width: 300px;
	display: block;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.5, 0, .5, 1);
	transition: transform .3s cubic-bezier(.5, 0, .5, 1);
	overflow-y: visible !important;
	height: auto !important;
	padding: 10px 10px 9999px !important;
	margin: 0 0 -9999px !important;
}

.navbar-topic {
	text-align: center;
	margin: 0 0 13px;
}

.navbar-topic h1 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 3px;
}

.navbar-topic .quick-access {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 3px;
}

.navbar-topic .phone {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: 700;
	color: #d8d8d8;
	letter-spacing: 1.18px;
}

.navbar-topic .phone:hover {
	text-decoration: none;
	color: #fff;
}

.nav {
	font-size: 14px;
	font-weight: 700;
	padding: 15px 0;
}

.nav + .nav {
	border-top: 1px solid #979797;
}

.nav > li {
	padding: 0 5px;
}

.nav > li:not(:last-child) {
	margin: 0 0 18px;
}

.nav > li > a {
	color: #fff;
	padding: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	letter-spacing: 1px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	color: #d8d8d8;
	background: none;
}

#footer {
	position: relative;
	background: #000;
	color: #fff;
	font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: .28px;
	padding: 29px 0 25px;
}

#footer [class^="container"] > .row,
#footer [class*="container"] > .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer [class^="container"] > .row > [class^="col-"],
#footer [class^="container"] > .row > [class*=" col-"],
#footer [class*="container"] > .row > [class^="col-"],
#footer [class*="container"] > .row > [class*=" col-"] {
	padding: 10px 12px;
}

#footer .text-block {
	padding: 17px 7px 0;
	font-size: 9px;
	line-height: 1.68;
	letter-spacing: .1px;
}

#footer .text-block p:last-of-type {
	margin-bottom: 12px;
}

#footer em {
	font-weight: 900;
}

#footer p {
	margin-bottom: 0;
}

#footer a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	opacity: .7;
}

#footer .place-list {
	margin-bottom: 21px;
}

#footer .place-list li {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -2px;
	text-align: left;
}

#footer .place-list li:last-child {
	padding: 0;
}

#footer .place-list li a {
	opacity: .78;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 1.2px;
}

#footer .place-list li a:hover {
	opacity: 1;
}

#footer address {
	opacity: .72;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}

#footer address a {
	display: table;
}

.social {
	text-align: center;
	margin-bottom: 73px;
}

.social li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
}

.social li:last-child {
	padding-right: 0;
}

.social li a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 51px;
	height: 51px;
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 1;
	border-radius: 12px;
	text-align: center;
	z-index: 1;
}

.social li a:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background: #fff;
	z-index: -1;
	border-radius: 12px;
}

.social li a span {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 52px;
	line-height: 1;
}

.social li .facebook span {
	color: #4d6fa9;
}

.social li .instagram img {
	width: 51px;
	height: 51px;
}

.social li .pinterest span {
	color: #e14c40;
	font-size: 61px;
}

.img-link {
	display: none;
	position: absolute;
	top: 6px;
	right: 12px;
}

.icon-list {
	padding-left: 8px;
	margin-bottom: 17px;
}

.icon-list li {
	display: inline-block;
	vertical-align: top;
	padding-right: 12px;
}

.icon-list li:first-child a {
	font-size: 30px;
}

.icon-list li a {
	font-size: 23px;
}

.link-holder {
	margin-bottom: 16px;
}

.link-holder a {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
}

.footer-nav {
	font-weight: 300;
	margin-top: -3px;
}

.footer-nav ul {
	margin-bottom: 20px;
}

.footer-nav ul li {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -2px;
	font-size: 13px;
	margin-bottom: 5px;
}

.copyright {
	font-size: 11px;
}

.copyright a {
	color: #fff;
	font-style: italic;
	font-weight: 900;
}

.map-section {
	position: relative;
	background: #fff;
	color: #fff;
	z-index: 1;
}

.map-section .tel-holder {
	display: block;
	color: #fff;
	font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.18px;
	margin-bottom: 10px;
}

.map-section .tel-holder a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
	font-size: 16px;
}

.map-section .tel-holder a:hover {
	opacity: .7;
	text-decoration: none;
}

.map-section h1 {
	color: #5c5c5c;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.map-section h2 {
	font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1.52px;
	text-align: left;
	opacity: .37;
	padding: 0 5px;
	margin: 14px 0 12px;
}

.map-section img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.map-section .btn {
	margin-bottom: 15px;
	font-size: 15px;
}

.heading-holder {
	position: relative;
}

.gray-bg {
	position: relative;
}

.gray-bg:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	right: -9999px;
	bottom: 0;
	left: -9999px;
	background: #222;
	z-index: -1;
}

.place-list {
	padding: 0 8px;
	margin-bottom: 20px;
}

.place-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: -2px;
	width: 50%;
	text-align: left;
	margin-bottom: 5px;
}

.place-list li a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	color: #fff;
	opacity: .78;
	font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1.5px;
}

.place-list li a:hover {
	opacity: .8;
	text-decoration: none;
}

.place-list li .city {
	text-transform: none;
}

.place-list .nav-header {
	display: block;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 25px;
	margin-bottom: 2px;
}

.map-dur {
	position: absolute;
	right: 25px;
	bottom: 15px;
	color: #ababab;
	font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.intro {
	position: relative;
	//padding: 28px 0 57px;
	//overflow: hidden;
	z-index: 1;
}

.intro .bg-cover {
	background-position: center 100%;
}

.intro-nav {
	float: right;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .94px;
	padding: 0 7px 0 0;
	margin: 0;
}

.intro-nav li:not(:last-child) {
	margin: 0 0 26px;
}

.intro-nav a {
	color: currentColor;
	text-decoration: none;
}

.intro-nav a:hover {
	opacity: .8;
}

.find-form {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.find-form .form-control {
	border: none;
	height: 21px;
}

.find-form .input-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.find-form .btn-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 121px;
}

.find-form .btn {
	width: 100%;
	font-size: 12px;
	padding: 3px 12px 4px;
	margin: 0;
}

.categories {
	position: relative;
	overflow: hidden;
	background: #000;
	padding: 0 0 30px;
}

.categories h2 {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .59px;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.values {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	text-align: center;
	background: #222;
	margin: 0 -8px 18px;
}

.values .box {
	width: 33.333%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 16px 10px 10px;
	position: relative;
}

.values .value {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: .92px;
	display: block;
	opacity: .6;
}

.values .name {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .59px;
	opacity: .6;
}

.values .note {
	font-size: 6px;
	position: absolute;
	bottom: -7px;
	right: 0;
	color: #96969a;
	white-space: nowrap;
}

.intro-categories {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -8px;
}

.intro-categories .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: calc(50% - 6px * 1/2);
	height: calc(100vw/4.5);
	z-index: 1;
	margin: 0 0 6px;
	background: #000;
	text-decoration: none;
}

.intro-categories .box:hover .bg-cover {
	opacity: 1;
}

.intro-categories .bg-cover {
	opacity: .8;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.intro-categories h3 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.18px;
	font-weight: 700;
	margin: 0;
}

.contact-section {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 300;
	color: #4a4a4a;
}

.contact-section h2 {
	font-size: 24px;
	font-weight: 400;
	color: #212121;
	text-align: center;
	margin-bottom: 22px;
	line-height: 1.23;
}

.contact-form {
	color: #96969a;
	padding-top: 34px;
	margin-bottom: 50px;
	max-width: 761px;
	margin: 0 auto;
}

.contact-form .form-control {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1;
	color: #4a4a4a;
	padding: 7px 14px 4px;
	font-weight: 300;
	outline: none;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #96969a;
}

.contact-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #96969a;
}

.contact-form .form-control:-moz-placeholder {
	color: #96969a;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #96969a;
}

.contact-form .form-control.placeholder {
	color: #96969a;
}

.contact-form .form-control {
	margin-bottom: 22px;
}

.contact-form .form-control:first-child {
	margin-bottom: 22px;
}

.contact-form textarea.form-control {
	display: block;
	resize: none;
	height: 202px;
	padding: 6px 13px;
	margin-bottom: 17px;
}

.contact-form .form-check {
	width: 85%;
	display: inline-block;
	vertical-align: middle;
	font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 15px;
	padding-left: 15px;
	margin-top: -10px;
}

.contact-form .jcf-checkbox {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 22px;
	height: 22px;
	float: left;
	border-color: #979797;
	margin: 3px 14px 0 0;
}

.contact-form .jcf-checkbox.jcf-focus {
	border-color: #66afe9 !important;
}

.contact-form .btn {
	min-width: 145px;
	margin-right: 3%;
}

.contact-form .btn:last-child {
	margin-right: 0;
}

.contact-form .block-col {
	padding-left: 0;
}

.contact-form .block-col:first-child {
	padding-left: 0;
	padding-right: 0;
}

.contact-form .block-col:only-child {
	float: right;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 8px;
}

.block-row {
	position: relative;
	padding: 0;
	margin-bottom: 23px;
}

.block-row:nth-child(2) {
	margin-bottom: 22px;
}

.listing-detail .contact-section .content-holder {
	padding-top: 55px;
	padding-bottom: 34px;
}

.listing-detail .contact-section h2 {
	color: #000;
	font-size: 26px;
	font-weight: 700;
}

.listing-detail .contact-section .contact-form {
	padding-top: 0;
}

.listing-detail .contact-section .contact-form .form-check {
	padding-top: 7px;
	margin-bottom: 33px;
}

.listing-detail .content-holder {
	max-width: 891px;
}

.listing-detail .content-holder:after {
	display: block;
	position: absolute;
	content: "";
	top: 0;
	left: 7px;
	right: 8px;
	height: 1px;
	background: #979797;
}

.listing-detail .price {
	display: block;
	text-align: right;
	color: #98031e;
	font-size: 22px;
	font-weight: 700;
}

.features-section .content-holder {
	padding-top: 33px;
	padding-bottom: 70px;
}

.features-section h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 2px;
}

.features-section .features-holder {
	margin-bottom: 32px;
}

.features-section .block-col {
	color: #000;
}

.features-section .block-col:nth-child(2) h2 {
	margin-top: 12px;
	margin-bottom: 5px;
}

.features-holder li {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 1px;
}

.features-holder li strong {
	margin-right: 3px;
}

.contact-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 19px;
	font-weight: 300;
	padding-top: 16px;
}

.contact-block img {
	margin-right: 10px;
}

.contact-block a {
	text-decoration: underline;
}

.contact-block a:hover {
	text-decoration: none;
}

.contact-block .contact-info dl {
	margin-bottom: 0;
}

.contact-block .contact-info dt {
	font-weight: 300;
}

.contact-block .contact-info dd a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #212121;
	text-decoration: none;
}

.contact-block .contact-info dd a:hover {
	color: #0917ea;
}

.slider-section {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.57; /* cycle carousel basic styles */
}

.slider-section .cycle-gallery {
	margin-left: -7px;
	margin-right: -8px;
	margin-bottom: 4px;
}

.slider-section .cycle-gallery:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 9px;
	background-color: #b60101;
}

.slider-section .cycle-gallery .mask .slide {
	max-width: 100vw;
}

.slider-section h1 {
	font-size: 24px;
	margin-bottom: 11px;
}

.slider-section .content-holder:after {
	display: none;
}

.slider-section .block-row:last-of-type {
	margin-bottom: 34px;
}

.slider-section .block-row:last-of-type .block-col {
	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: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.slider-section .block-row:last-of-type .block-col p {
	margin-bottom: 41px;
}

.slider-section .map-holder {
	margin-bottom: 20px;
}

.slider-section .features-holder li {
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 1px;
}

.slider-section .features-holder li strong {
	margin-right: 7px;
}


.property-name {
	display: block;
	color: #4a4a4a;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.property-place {
	font-size: 27px;
	font-weight: 400;
	color: #000;
	margin-bottom: 23px;
}

.property-place .place-name {
	display: block;
	color: #4a4a4a;
	font-size: 19px;
	margin-top: -5px;
}

.property-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #f3f3f3;
	padding: 2px 8px;
	margin: 0 -8px 0 -7px;
}

.property-holder li {
	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;
	color: #4a4a4a;
}

.property-holder li .value {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.22;
}

.property-holder li .name {
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
}

.property-logo {
	margin-bottom: 50px;
}

.vising-link {
	display: block;
	font-size: 19px;
	font-weight: 300;
	margin-bottom: 15px;
}

.search-section {
	position: relative;
}

.search-section .map-col {
	position: relative;
}

.map-area {
	min-height: 350px;
}

.map-topic {
	background: #4a4a4a;
	padding: 6px 0 6px;
	z-index: 2;
	position: relative;
}

.map-topic h1 {
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.map-topic .check-ico {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -2px 10px 0 8px;
}

.map-topic .name {
	font-size: 12px;
	font-weight: 700;
	color: #f3f3f3;
	text-transform: uppercase;
	margin: 0 6px 2px 0;
}

.map-topic .jcf-checkbox {
	width: 51px;
	height: 19px;
	border-radius: 20px;
	background: #e9e5e6;
	cursor: pointer;
	border: none;
	margin: 0;
	box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .8);
}

.map-topic .jcf-checkbox:after {
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 1px;
	background: #cac6c5;
	background: -webkit-linear-gradient(top, #cac6c5, #fff);
	background: linear-gradient(to bottom, #cac6c5, #fff);
	border: 4px solid #fff;
}

.map-topic .jcf-checkbox:before {
	content: "off";
	position: absolute;
	top: 50%;
	right: 11px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #b7b3b2;
	font-size: 9px;
	text-transform: uppercase;
}

.map-topic .jcf-checkbox span {
	display: none;
}

.map-topic .jcf-checkbox.jcf-checked {
	background: #b60101;
	box-shadow: none;
}

.map-topic .jcf-checkbox.jcf-checked:after {
	left: auto;
	right: 1px;
}

.map-topic .jcf-checkbox.jcf-checked:before {
	content: "on";
	right: auto;
	left: 11px;
	color: #fff;
}

.map-bottom {
	padding: 26px 0;
	background: white;
	text-align: center;
	z-index: 2;
}

.map-bottom .btn {
	font-size: 12px;
	padding: 3px 11px;
}

.sort-accordion {
	padding: 0 12px 0 10px;
}

.sort-accordion .panel {
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #d8d8d8;
}

.sort-accordion .panel:only-child {
	border: none;
}

.sort-accordion .opener {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
	color: #d8d8d8;
	text-decoration: none;
	display: block;
	padding: 5px 0 8px 27px;
	position: relative;
}

.sort-accordion .opener:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 2px;
	border: solid transparent;
	border-top: solid #d8d8d8;
	border-width: 8px 7px;
}

.sort-accordion .opener.collapsed:after {
	border-top-color: transparent;
	border-left-color: #d8d8d8;
	top: 9px;
}

.sort-accordion .inner-area {
	padding: 0 0 10px;
}

.sort-form {
	background: #4a4a4a;
	padding: 5px 0 12px;
	border-bottom: 1px solid #d8d8d8;
}

.sort-form .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sort-form .form-row + .form-row {
	margin: 23px 0 0;
}

.sort-form .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sort-form label {
	color: #d8d8d8;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 6px 0 0;
	text-align: right;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.sort-form .jcf-select {
	margin: 0;
	width: 100%;
	height: 31px;
	border: none;
}

.sort-form .jcf-select .jcf-select-text {
	font-size: 15px;
	line-height: 31px;
	margin: 0 35px 0 5px;
}

.sort-form .jcf-select .jcf-select-opener {
	width: 45px;
}

.sort-form .jcf-select .jcf-select-opener:after {
	top: 13px;
	left: 16px;
	border-width: 8px 7px;
}

.sort-form .baths-row .jcf-select {
	min-width: 87px;
}

.sort-form .range-row .box {
	width: 40%;
}

.sort-form .range-row .box + .box {
	margin: 0 0 0 12px;
}

.sort-form .btn {
	width: 170px;
	margin: 13px auto 0;
	display: block;
	font-size: 16px;
	padding: 1px 12px;
}

.sort-form .form-control {
	padding: 2px 4px;
	font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-color: #fff;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sort-form .form-control::-webkit-input-placeholder {
	color: #d8d8d8;
}

.sort-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #d8d8d8;
}

.sort-form .form-control:-moz-placeholder {
	color: #d8d8d8;
}

.sort-form .form-control:-ms-input-placeholder {
	color: #d8d8d8;
}

.sort-form .form-control.placeholder {
	color: #d8d8d8;
}

.places-wrapper {
	position: relative;
}

.places-wrapper .jcf-scrollable {
	max-height: 445px;
}

.places-wrapper .jcf-scrollbar-slider {
	position: absolute;
	top: 0;
	height: 100% !important;
	right: 0;
}

.places {
	border-top: 2px solid #b60101;
	color: #5c5c5c;
}

.places .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 3px solid #b60101;
	padding: 0 0 10px;
	position: relative;
	color: #5c5c5c;
	text-decoration: none;
}

.places .box:hover {
	opacity: .8;
}

.places .img-holder {
	width: 130px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.places .img-holder img {
	width: 100%;
	height: auto;
	display: block;
}

.places .text-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 2px 5px 0 6px;
}

.places address {
	font-size: 10px;
	font-weight: 300;
	display: block;
	margin: 0 0 5px;
}

.places .locality {
	display: block;
	font-size: 13px;
	margin: 0 0 -3px;
}

.places .district {
	display: block;
	margin-top: -3px;
}

.places .number {
	font-size: 12px;
	display: block;
	color: #ababab;
	margin: 0 0 31px;
}

.places .info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.places .price {
	width: 50%;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.places .info-list {
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height: 1.3;
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.places .info-list li {
	position: relative;
}

.places .name {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 0;
}

.places .value {
	display: inline-block;
	vertical-align: top;
}

.info-visuals {
	background: #4a4a4a;
	color: #f3f3f3;
	font: 300 14px/1.2 "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 15px 0;
}

.info-visuals .text-holder {
	margin: 0 0 20px;
}

.info-visuals .text-holder p {
	margin: 0;
}

.info-visuals .text-holder p + p {
	margin: 15px 0 0;
}

.simple-visuals {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.simple-visuals li {
	width: calc(33.3333% - 8px * 2/3);
	position: relative;
	overflow: hidden;
	height: 21.5vw;
	z-index: 1;
}

.ski-places {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ski-places .box {
	position: relative;
	width: 288px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #f3f3f3;
	color: #000;
	font: 100 13px/1.5 "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ski-places .box:not(:last-child) {
	margin: 0 5px 0 0;
}

.ski-places .img-holder {
	height: 178px;
	position: relative;
	z-index: 1;
	margin: 0 0 57px;
}

.ski-places .logo-img {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: -7px 0 0;
}

.ski-places .inner-area {
	padding: 0 10px 34px;
}

.ski-places p {
	margin: 0;
}

.ski-places .link {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 300;
}

.ski-places .link a {
	color: #59a3e8;
	text-decoration: underline;
}

.ski-places .link a:hover {
	text-decoration: none;
}

.ski-places .btn-prev,
.ski-places .btn-next {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	color: #4a4a4a;
}

.ski-places .btn-prev:focus,
.ski-places .btn-next:focus {
	outline: none;
	text-decoration: none;
}

.ski-places .btn-prev span:before,
.ski-places .btn-next span:before {
	color: #4a4a4a;
}

.ski-places .btn-next {
	left: auto;
	right: 0;
}

.golf-places {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.golf-places .box {
	position: relative;
	width: 236px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #fff;
	color: #000;
	font: 300 12px/1.42 "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.golf-places .box:not(:last-child) {
	margin: 0 5px 0 0;
}

.golf-places .topic-box {
	height: 157px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.golf-places .topic-area {
	padding: 0 10px;
}

.golf-places .topic-area img {
	display: block;
	margin: 0 auto 9px;
}

.golf-places h2 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 1px;
}

.golf-places .rank {
	font-size: 10px;
	display: block;
	margin: 0 0 4px;
}

.golf-places .date {
	font-size: 10px;
	display: block;
}

.golf-places .logo-img {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: -7px 0 0;
}

.golf-places .jcf-scrollable-wrapper {
	margin: 0 0 76px;
}

.golf-places .jcf-scrollable {
	max-height: 210px;
}

.golf-places .inner-area {
	padding: 17px 10px;
}

.golf-places p {
	margin: 0;
}

.golf-places p + p {
	margin: 18px 0 0;
}

.golf-places .logo-holder {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 76px;
	text-align: center;
}

.golf-places .logo-holder img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.golf-places .note {
	font-size: 14px;
	padding: 20px 10px 0;
}

.golf-places .note a {
	color: #004c8c;
}

.golf-places .note a:hover {
	opacity: .8;
}

.golf-places .title {
	display: block;
	font-size: 10px;
	margin: 0 0 -5px;
}

.golf-places .golf-list {
	margin: 0;
	padding: 0;
}

.golf-places .golf-list li {
	padding: 0;
	list-style-position: inside;
}

.golf-places .golf-list li:not(:last-child) {
	margin: 0 0 8px;
}

.golf-places .golf-list a {
	color: #000;
}

.golf-places .golf-list a:hover {
	text-decoration: none;
	opacity: .8;
}

.golf-places .btn-prev,
.golf-places .btn-next {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.golf-places .btn-prev:focus,
.golf-places .btn-next:focus {
	outline: none;
	text-decoration: none;
}

.golf-places .btn-prev span:before,
.golf-places .btn-next span:before {
	color: #4a4a4a;
}

.golf-places .btn-next {
	left: auto;
	right: 0;
}

.advanced-search {
	position: relative;
	padding: 21px 0 0;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 45px;
	color: #5a5a5a;
}

.advanced-search .container {
	position: relative;
	padding-bottom: 35px;
}

.advanced-search .container:after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 7px;
	right: 8px;
	height: 1px;
	background: #000;
}

.advanced-search [class*="col-"] {
	margin-bottom: 10px;
}

.advanced-search h1 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 39px;
}

.advanced-search label {
	font-weight: normal;
}

.advanced-search .title {
	font-size: 16px;
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}

.advanced-search .form-control {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

.advanced-search .form-group {
	margin: 0 0 42px;
}

.advanced-search .form-group .row {
	margin-right: -7px;
}

.advanced-search .check-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.advanced-search .check-row .box {
	width: 50%;
	padding: 0 5px 0 0;
}

.advanced-search .form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px;
}

.advanced-search .radio-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 5px;
	font-size: 16px;
}

.advanced-search .radio-row .box {
	padding: 0 5px 0 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.advanced-search .form-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.advanced-search .jcf-checkbox {
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.advanced-search .jcf-radio {
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #ccc;
}

.advanced-search .indent-row {
	margin: 0 0 15px;
}

.advanced-search .to {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.advanced-search .text {
	font-size: 15px;
	margin: 0 10px 0 0;
}

.advanced-search .btn {
	width: 160px;
	display: block;
	margin: 0 auto;
}

.search-visuals .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.full-places .price {
	display: block;
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 10px;
}

.full-places .box {
	border-top: 5px solid #b60101;
	padding: 0 0 10px;
	position: relative;
	color: #5c5c5c;
	text-decoration: none;
}

.full-places .box .cycle-gallery {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.full-places .box .cycle-gallery .slide {
	width: 100vw;
}

.full-places .box .cycle-gallery .btn-prev span:before,
.full-places .box .cycle-gallery .btn-next span:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-size: 23px;
	opacity: .8;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.full-places .box .cycle-gallery .btn-prev:hover,
.full-places .box .cycle-gallery .btn-next:hover {
	text-decoration: none;
}

.full-places .box .cycle-gallery .btn-prev:hover span:before,
.full-places .box .cycle-gallery .btn-next:hover span:before {
	opacity: 1;
}

.full-places .box img {
	width: 100%;
}

.full-places .info-holder {
	padding: 2px 15px 0 15px;
	width: 100%;
}

.full-places .info-holder p {
	margin-bottom: 15px;
}

.full-places .text-holder {
	text-align: justify;
}

.full-places .info-list {
	font-size: 15px;
	margin-bottom: 18px;
}

.full-places .info-list .name {
	color: #ababab;
}

.full-places .info-list .value {
	color: #767676;
}

.full-places address {
	font-size: 10px;
	font-weight: 300;
	display: inline-block;
	color: #5c5c5c;
	margin: 0 0 5px;
}

.full-places address a {
	color: currentColor;
	text-decoration: none;
}

.full-places address a:hover {
	color: #000;
}

.full-places .locality {
	display: block;
	font-size: 16px;
}

.full-places .district {
	display: block;
	font-size: 14px;
}

.full-places .number {
	font-size: 13px;
	display: block;
	color: #ababab;
}

.full-places .info-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.full-places .info-row .info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 28%;
	padding-right: 5%;
}

.full-places .info-row .info-box:last-child {
	padding-right: 0;
	width: 72%;
}

.full-places .info-row .property-logo {
	display: table;
	margin-bottom: 0;
}

.full-places .info-row .property-logo img {
	width: auto;
}

.place-popup {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	width: 250px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 0 0 18px;
	color: #5c5c5c;
	box-shadow: 0 0 7px 0 #000;
	text-decoration: none;
}

.place-popup:hover {
	box-shadow: 0 0 15px 0 #000;
	text-decoration: none;
	color: currentColor;
}

.place-popup .img-holder {
	width: 108px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.place-popup .text-holder {
	border-top: 12px solid #b60101;
	padding-left: 10px;
	font-size: 10px;
}

.place-popup .text-holder address {
	margin-bottom: 3px;
}

.place-popup .text-holder .number {
	position: absolute;
	top: -1px;
	right: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.place-popup .text-holder .info-list {
	margin-bottom: 7px;
}

.place-popup .text-holder .price {
	position: absolute;
	right: 3px;
	font-size: 11px;
	font-weight: bold;
}

@media (min-width: 375px) {
	.places .img-holder {
		width: 180px;
	}
}

@media (min-width: 768px) {
	.form-control {
		padding: 3px 12px;
	}

	.cycle-gallery .pagination-holder {
		bottom: 12px;
	}

	.cycle-gallery .pagination-holder ul li {
		padding: 0 8px;
	}

	.cycle-gallery .pagination-holder ul li a {
		width: 14px;
		height: 14px;
	}

	.btn-prev span:before,
	.btn-next span:before {
		font-size: 55px;
	}

	.main-page .find-form .btn {
		height: 100%;
	}

	.navbar-brand {
		width: 371px;
	}

	.navbar-toggle {
		font-size: 25px;
		left: 19px;
		margin-bottom: 0;
	}

	.navbar {
		padding: 10px 0 8px;
	}

	.navbar-collapse {
		width: 352px;
	}

	.nav {
		font-size: 17px;
		padding: 28px 0;
	}

	.nav > li {
		padding: 0 17px;
	}

	.nav > li:not(:last-child) {
		margin: 0 0 29px;
	}

	#footer {
		padding: 33px 0;
		text-align: justify;
	}

	#footer [class^="container"] > .row > [class^="col-"]:first-child,
	#footer [class^="container"] > .row > [class*=" col-"]:first-child,
	#footer [class*="container"] > .row > [class^="col-"]:first-child,
	#footer [class*="container"] > .row > [class*=" col-"]:first-child {
		border-right: 1px solid #979797;
	}

	.social {
		text-align: left;
		margin-bottom: 60px;
	}

	.social li {
		padding-right: 14px;
	}

	.social li a {
		width: 41px;
		height: 41px;
		border-radius: 9px;
	}

	.social li a span {
		font-size: 42px;
	}

	.social li .instagram img {
		width: 41px;
		height: 41px;
	}

	.social li .pinterest span {
		font-size: 49px;
	}

	.img-link {
		display: block;
	}

	.icon-list {
		padding-left: 0;
		margin-bottom: 5px;
	}

	.icon-list li {
		padding-right: 8px;
	}

	.icon-list li:first-child a {
		font-size: 26px;
	}

	.icon-list li a {
		font-size: 19px;
	}

	.link-holder a {
		font-size: 12px;
		line-height: 1.3;
	}

	.map-section .tel-holder {
		margin-bottom: 22px;
	}

	.map-section .tel-holder a {
		font-size: 20px;
	}

	.map-section h2 {
		font-size: 22px;
		letter-spacing: 1.18px;
		opacity: .6;
		padding: 0 25px;
		margin: 4px 0 14px;
	}

	.map-section .btn {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.place-list {
		padding: 0;
		margin-bottom: 10px;
	}

	.place-list li {
		width: 33.33%;
		text-align: center;
		margin-bottom: 0;
	}

	.place-list li a {
		font-size: 15px;
		opacity: .85;
	}

	.place-list li a:hover {
		opacity: 1;
	}

	/* sld: 02062018: created this: used on "find" and "view all listings" buttons on homepage*/
	.purewest-red-background {
		background: #A33038;
	}

	.intro {
		padding: 30px 0 70px;
		border-bottom: 7px solid #A33038;  /* sld: 02062018: original: b60101 */ /* pw: A33038*/ /* bright green: 3dff38*/
	}

	.intro-nav {
		font-size: 20px;
		letter-spacing: 1.18px;
		padding: 0 10px 0 0;
	}

	.find-form {
		bottom: 10px;
		max-width: 547px;
		margin: 0 auto;
		border: 1px solid #979797;
	}

	.find-form .form-control {
		height: 30px;
	}

	.find-form .btn-holder {
		width: 175px;
	}

	.find-form .btn {
		font-size: 15px;
		padding: 6px 12px;
	}

	.categories {
		padding: 0 0 4px;
	}

	.values {
		background: none;
		margin: 0;
	}

	.values .box {
		padding: 22px 10px 20px;
	}

	.values .value {
		font-size: 50px;
		opacity: .8;
	}

	.values .name {
		font-size: 19px;
		letter-spacing: 1.12px;
		opacity: .8;
	}

	.values .note {
		font-size: 11px;
		bottom: -9px;
		letter-spacing: .65px;
	}

	.intro-categories .box {
		width: calc(33.3333% - 12px * 2/3);
		height: calc(100vw/6.8);
		margin: 0 0 12px;
	}

	.intro-categories h3 {
		font-size: 16px;
	}

	.contact-section h2 {
		padding-left: 24px;
		margin-bottom: 14px;
	}

	.contact-form {
		padding-top: 28px;
		margin-bottom: 45px;
	}

	.contact-form .form-control {
		margin-bottom: 9px;
	}

	.contact-form .form-control:first-child {
		margin-bottom: 17px;
	}

	.contact-form textarea.form-control {
		height: 74px;
		margin-bottom: 15px;
	}

	.contact-form .form-check {
		width: 100%;
		padding-left: 0;
		margin-top: 0;
	}

	.contact-form .block-col {
		padding-left: 7.5%;
	}

	.contact-form .block-col:first-child {
		padding-right: 10.5%;
	}

	.contact-form .block-col:only-child {
		padding-left: 7.5%;
	}

	.block-row {
		margin-bottom: 22px;
	}

	.block-col {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-right: -3px;
	}

	.block-col:first-child {
		padding-right: 3.5%;
	}

	.listing-detail .contact-section .content-holder {
		padding-top: 0;
		padding-bottom: 0;
	}

	.listing-detail .contact-section h2 {
		font-size: 20px;
		font-weight: 400;
		text-align: left;
		margin-top: 26px;
	}

	.listing-detail .contact-section .contact-form {
		padding-top: 12px;
	}

	.listing-detail .contact-section .contact-form .form-check {
		padding-top: 0;
		margin-bottom: 5px;
	}

	.listing-detail .price {
		font-size: 28px;
	}

	.features-section .content-holder {
		padding-top: 24px;
		padding-bottom: 76px;
	}

	.features-section h2 {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.features-section .features-holder {
		margin-bottom: 0;
	}

	.features-section .features-holder li {
		margin-bottom: 5.2px;
	}

	.features-section .block-col:nth-child(2) h2 {
		margin-top: 12px;
	}

	.features-section .block-col:nth-child(2) .features-holder li {
		margin-bottom: 0;
	}

	.features-holder li {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.contact-block {
		//position: absolute;
		left: 7px;
		bottom: 76px;
		padding-top: 0;
	}

	.slider-section {
		font-size: 19px;
	}

	.slider-section .cycle-gallery {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 7px;
	}

	.slider-section .cycle-gallery:after {
		height: 18px;
	}

	.slider-section h1 {
		margin-bottom: 24px;
		margin-top: 21px;
		padding-left: 43px;
	}

	.slider-section .block-row {
		margin-bottom: 16px;
	}

	.slider-section .block-row:last-of-type {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-top: 0;
		margin-bottom: 28px;
	}

	.slider-section .block-row:last-of-type .block-col:last-child {
		padding-top: 7px;
	}

	.slider-section .block-row:last-of-type .block-col p {
		margin-bottom: 7.5px;
	}

	.slider-section .map-holder {
		margin-bottom: 40px;
	}

	.property-name {
		font-size: 25px;
		margin-bottom: 17px;
	}

	.property-place {
		font-size: 32px;
		margin-bottom: 7px;
	}

	.property-place .place-name {
		font-size: 20px;
	}

	.property-holder {
		margin: 0;
		padding: 2px;
	}

	.property-holder li .value {
		font-size: 33px;
	}

	.property-holder li .name {
		font-size: 10px;
	}

	.property-logo {
		margin-bottom: 0;
	}

	.search-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.search-section .side-col {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 300px;
	}

	.search-section .map-col {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.map-topic {
		background: rgba(74, 74, 74, .59);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 3px 0 5px;
	}

	.map-topic h1 {
		font-size: 20px;
	}

	.map-topic .check-ico {
		margin: 2px 10px 0 8px;
	}

	.map-bottom {
		background: rgba(255, 255, 255, .85);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 6px 0;
	}

	.map-bottom .btn {
		padding: 5px 21px;
	}

	.sort-accordion .opener {
		font-size: 15px;
		padding: 5px 0 8px 20px;
	}

	.sort-accordion .opener:after {
		border-width: 6px 5px;
		left: 1px;
	}

	.sort-form {
		padding: 2px 0 8px;
		border: none;
	}

	.sort-form .form-row {
		padding: 0 0 0 18px;
	}

	.sort-form .form-row + .form-row {
		margin: 16px 0 0;
	}

	.sort-form label {
		font-size: 12px;
		width: auto;
		margin: 0 3px 0 0;
	}

	.sort-form .jcf-select {
		height: 25px;
	}

	.sort-form .jcf-select .jcf-select-text {
		font-size: 12px;
		line-height: 25px;
		margin: 0 35px 0 8px;
	}

	.sort-form .jcf-select .jcf-select-opener {
		width: 35px;
	}

	.sort-form .jcf-select .jcf-select-opener:after {
		top: 11px;
		left: 12px;
		border-width: 6px 5px;
	}

	.sort-form .baths-row .jcf-select {
		min-width: 70px;
	}

	.sort-form .range-row .box + .box {
		margin: 0 0 0 9px;
	}

	.sort-form .btn {
		width: 138px;
		font-size: 12px;
		margin: 9px auto 0;
	}

	.sort-form .form-control {
		height: 25px;
		font-size: 12px;
	}

	.places .box {
		padding: 0 0 19px;
	}

	.places .img-holder {
		width: 99px;
	}

	.places .text-holder {
		padding: 3px 0 0 6px;
	}

	.places address {
		font-size: 9px;
		margin: 0 0 7px;
	}

	.places .locality {
		font-size: 12px;
		margin: 0;
	}

	.places .number {
		font-size: 11px;
		position: absolute;
		bottom: 6px;
		left: 5px;
		margin: 0;
	}

	.places .price {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: -2px 0 0;
	}

	.info-visuals {
		font-size: 20px;
		padding: 27px 0 16px;
	}

	.info-visuals .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}

	.info-visuals .text-holder {
		margin: 0 0 40px;
	}

	.info-visuals .text-holder p + p {
		margin: 25px 0 0;
	}

	.advanced-search h1 {
		font-size: 30px;
	}

	.search-visuals .container-fluid {
		padding-left: 7px;
		padding-right: 8px;
	}

	.full-places .price {
		float: right;
		font-size: 15px;
	}

	.full-places .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 0 15px;
	}

	.full-places .box .cycle-gallery {
		max-width: 278px;
	}

	.full-places .box .cycle-gallery .slide {
		width: auto;
	}

	.full-places .box img {
		max-width: none;
		width: auto;
	}

	.full-places .info-holder {
		padding: 3px 22px 0 20px;
	}

	.full-places address {
		font-size: 9px;
		margin: 0 0 7px;
	}

	.full-places .locality {
		font-size: 18px;
		margin: 0;
	}

	.full-places .district {
		margin-top: -2px;
	}

	.full-places .number {
		font-size: 14px;
	}

	.full-places .info-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.place-popup {
		top: 50%;
		padding: 0 0 19px;
	}
}

@media (min-width: 992px) {
	.cycle-gallery .mask .slideset {
		width: 99999px;
	}

	#footer [class^="container"] > .row > [class^="col-"],
	#footer [class^="container"] > .row > [class*=" col-"],
	#footer [class*="container"] > .row > [class^="col-"],
	#footer [class*="container"] > .row > [class*=" col-"] {
		padding: 6px 30px 0 30px;
	}

	#footer .text-block {
		padding: 17px 23px 0;
	}

	.img-link {
		right: 30px;
	}

	.intro {
		padding: 59px 0 70px;
		min-height: 537px;
	}

	.intro-nav li:not(:last-child) {
		margin: 0 0 59px;
	}

	.find-form {
		bottom: 26px;
	}

	.intro-categories h3 {
		font-size: 20px;
	}

	.listing-detail .container .row {
		padding-left: 7px;
		padding-right: 8px;
	}

	.slider-section .cycle-gallery .mask .slide {
		max-width: none;
	}

	.map-topic .check-ico {
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0 10px 0 0;
	}

	.map-topic .name {
		font-size: 15px;
	}

	.map-topic .jcf-checkbox {
		width: 57px;
		height: 19px;
	}

	.map-topic .jcf-checkbox:after {
		width: 17px;
		height: 17px;
		border: 4px solid #fff;
	}

	.map-topic .jcf-checkbox:before {
		margin: 1px 0 0;
		right: 13px;
	}

	.advanced-search [class*="col-"] {
		margin-bottom: 0;
	}

	.full-places .info-list {
		font-size: 13px;
		min-width: 203px;
		padding-right: 32%;
		margin-bottom: 15px;
	}

	.full-places .info-row .property-logo img {
		max-width: 70%;
	}
}

@media (max-width: 767px) {
	.places-wrapper .jcf-scrollable {
		height: auto !important;
		max-height: none;
	}
}


