.nav-popup-tabs {
	margin-top: 0;
	display: block;
	border: 0 !important;
	white-space: nowrap;
}
.nav-popup-tabs .nav-item {
	display: inline-block;
	margin-right: 20px;
}
.nav-popup-tabs .nav-item .nav-link {
	color: rgba(255, 255, 255, 0.4);
	padding: 10px 0px;
	position: relative;
	background: transparent !important;
	border: 0 !important;
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.nav-popup-tabs .nav-item .nav-link::before {
	content: "";
	display: block;
	width: 100%;
	height: 0px;
	background: #d2b372;
	left: 0;
	right: 20px;
	bottom: 0;
	position: absolute;
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.nav-popup-tabs .nav-item .nav-link:hover {
	color: white !important;
}
.nav-popup-tabs .nav-item .nav-link > span {
	color: #d2b372;
	vertical-align: super;
	font-size: 14px;
	margin-left: 4px;
}
.nav-popup-tabs .nav-item .nav-link.active {
	color: #d2b372 !important;
}
.nav-popup-tabs .nav-item .nav-link.active::before {
	height: 3px;
}
.b-slider-ctrl .swiper-slide {
	width: 100px;
}
.b-slider-ctrl .img-thumbnail {
	width: 100%;
	position: relative;
	margin-right: 10px;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding-top: 75%;
}
.b-slider-ctrl .img-thumbnail::after {
	content: "";
	display: block;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	opacity: 0;
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.b-slider-ctrl .img-thumbnail img {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 0;
}
.b-slider-ctrl .img-thumbnail:hover::after {
	opacity: 1;
}
.b-slider-ctrl .ico-vr::before, .b-slider-ctrl .ico-video::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) translateZ(0);
	-ms-transform: translate(-50%, -50%) translateZ(0);
	transform: translate(-50%, -50%) translateZ(0);
	z-index: 3;
}
.b-slider-ctrl .ico-vr::before {
	background-image: url(../img/ico_vr.svg);
}
.b-slider-ctrl .ico-video::before {
	background-image: url(../img/ico_video.svg);
}
.b-slider-ctrl .swiper-slide-active .img-thumbnail::after {
	background: rgba(210, 179, 114, 0.5);
	opacity: 1;
}
.b-slider-target {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.b-slider-target .swiper-slide:focus {
	outline: none;
}
.b-slider-target .img-thumbnail {
	height: 100%;
	width: 100%;
	border-radius: 0;
	border: 0;
	max-width: none;
	padding: 0;
	background-color: transparent;
}
.b-slider-target .img-thumbnail img {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}
 @media (max-width: 999px) {
.b-slider-target .img-thumbnail img {
	object-fit: contain;
}
}
.b-slider-target .img-thumbnail.contain img {
	background: #fff;
	object-fit: contain;
}
.b-slider-target .swiper-zoom-container {
	height: 100%;
	position: relative;
}
.b-slider-target .swiper-zoom-container .img-thumbnail img {
	object-fit: contain;
}
.b-slider-target .btn-zoom {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	bottom: 10px;
	padding: 0;
	border-radius: 0;
	border: 0;
	z-index: 100;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(114, 85, 9, 0.8);
	background-size: 50% auto;
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.b-slider-target .btn-zoom:hover {
	background-color: #725509;
}
.b-slider-target .btn-zoom-in {
	bottom: 45px;
	background-image: url(../img/ico_plus.svg);
}
.b-slider-target .btn-zoom-out {
	background-image: url(../img/ico_minus.svg);
}
.b-slider-target .swiper-pagination {
	position: absolute;
	bottom: 10px;
	background: rgba(114, 85, 9, 0.8);
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100px;
	padding: 5px 20px;
	color: #fff;
}
.b-slider-target .swiper-pagination .ico-slash {
	margin-left: 10px;
	margin-right: 10px;
}
.b-slider-target .btn-ctrl {
	width: 50px;
	height: 50px;
	position: absolute;
	background-image: url(../img/ico_gallery_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60%;
	top: 50%;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.b-slider-target .btn-ctrl.swiper-button-disabled {
	opacity: 0;
	filter: alpha(opacity=0);
	pointer-events: none;
}
.b-slider-target .btn-ctrl:hover {
	background-color: rgba(114, 85, 9, 0.8);
}
 @media (max-width: 999px) {
.b-slider-target .btn-ctrl {
	display: none;
}
}
.b-slider-target .btn-prev {
	left: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.b-slider-target .btn-next {
	right: 20px;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}
.b-slider-target .b-video {
	position: relative;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) translateZ(0);
	-ms-transform: translate(-50%, -50%) translateZ(0);
	transform: translate(-50%, -50%) translateZ(0);
}
.b-slider-target .b-video::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.b-slider-target .b-video iframe {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}
 @media (min-width: 1000px) {
.b-slider-target .b-video {
	width: 100%;
	height: 100%;
}
.b-slider-target .b-video iframe {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
}
.b-popup {
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
 height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
	display: none;
}
.b-popup.active {
	position: fixed;
	display: flex;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
 @media (max-width: 767px) {
.b-popup.active {
	overflow: scroll !important;
}
}
.b-popup-ctx {
	height: 100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
}
.b-popup .btn-close {
	width: 30px;
	height: 30px;
	background-image: url(../img/btn_close.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	border-radius: 0;
}
.b-popup .row-ctx {
	margin-left: -20px;
	margin-right: -20px;
	flex-grow: 1;
}
.b-popup .row-ctx .col {
	padding-left: 20px;
	padding-right: 20px;
	height: inherit;
}
.b-popup .row-ctx .txt-popup-title {
	font-size: 28px;
	margin-bottom: 8px;
	color: #d2b372;
	line-height: normal;
}
 @media (min-width: 1200px) {
.b-popup .row-ctx .txt-popup-title {
	font-size: 36px;
}
}
.b-popup .row-ctx .txt-popup-address {
	font-size: 16px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.8);
}
.b-popup .row-ctx .txt-popup-monthly {
	margin-top: 40px;
	color: rgba(255, 255, 255, 0.8);
	font-family: "Lato";
}
.b-popup .row-ctx .txt-popup-rental {
	margin-top: 10px;
}
.b-popup .row-ctx .txt-popup-rental .txt-dollar {
	font-size: 20px;
}
.b-popup .row-ctx .txt-popup-rental .txt-price {
	font-size: 36px;
}
.b-popup .row-ctx .txt-popup-desc {
	font-family: "Lato";
	margin-top: 20px;
}
.b-popup .row-ctx .box-popup-target {
	height: 100%;
	overflow: hidden;
}
.b-popup .row-ctx .box-popup-target .iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: none;
}
.b-popup .row-ctx .box-popup-target.view_iframe .b-slider-target {
	display: none;
}
.b-popup .row-ctx .box-popup-target.view_iframe .iframe {
	display: block;
}
.b-popup .row-ctx .box-popup-target .btn-zoom {
	opacity: 0;
	filter: alpha(opacity=0);
	pointer-events: none;
}
.b-popup .row-ctx .box-popup-target.view_floorplan .btn-zoom {
	opacity: 1;
	filter: alpha(opacity=100);
	pointer-events: auto;
}
.b-popup .row-ctrl {
	height: 140px;
	min-height: 140px;
}
.b-popup .row-ctrl .b-tabs {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 15px;
	overflow: auto;
	padding-bottom: 1px;
}
.b-popup .row-ctrl .b-views {
	background: transparent;
}
 @media (max-width: 999px) {
.b-popup-ctx {
	padding: 20px;
}
.b-popup .row-ctx {
	padding-bottom: 30px;
}
.b-popup .col-info {
	display: none;
}
.b-popup .btn-close {
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	background-size: 50% auto;
}
}
 @media (min-width: 1000px) {
.b-popup-ctx {
	padding: 40px;
}
.b-popup .row-ctx {
	padding-top: 30px;
	padding-bottom: 20px;
}
.b-popup .col-media {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.b-popup .col-info {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
}
 @media (min-width: 1200px) {
.b-popup .row-ctx .col-info {
	padding-left: 40px;
}
}

/*# sourceMappingURL=style.css.map */
