@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(/vendor/fonts/Montserrat.woff2) format('woff2');
}
html, body {
	height: 100%;
}
body {
	padding-top: 60px;
}
.body-front {
	background-color: #f9f9f9;
}
header nav {
	min-height: 60px;
}
.navbar-dark {
	background-color: #222F3E;
}
.navbar-dark .navbar-toggler {
	color: #fff;
	border-color: rgba(255,255,255,.1);
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.6);
	transition: .3s all ease;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,1);
}
a {
	color: #4d648d;
}
.font-title {
	font-family: Montserrat, sans-serif;
}
.slogan-text {
	color: rgba(255,255,255,.6);
}
.search-box {
	background-color: rgba(34, 47, 62, .9);
}
.search-box form {
	display: none;
}
.openbtn button {
	color: #fff;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 0;
}
.btn-success {
	color: #fff;
	background-color: #7cbd1e;
    border-color: #7cbd1e;
}
.btn-success:hover {
	color: #fff;
	background-color: #669c19;
	border-color: #5f9117;
}

/* front */
#main {
	width: 100%;
	max-width: 100%;
}
.sizer {
	width: 100%;
	max-width: 100%;
}
.box {
	position: relative;
	line-height: 1.25;
	width: 100%;
	overflow: hidden;
}
.item {
	position: relative;
	border: 1px solid transparent;
	padding: 5px;
	overflow: hidden;
	transition: all 0.4s ease-out;
}
.item:after {
	content: '';
	clear: both;
}
.item-in {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.4s ease-out;
}
.media-play:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: Ionicons;
	content: "\f488";
	font-size: 32px;
	text-align: center;
	line-height: 48px;
	color: rgba(255, 255, 255, .7);
	border: 2px solid rgba(255, 255, 255, .7);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0 0 0 4px;
	transform: translate(-50%, -50%);
	transition: all 0.1s;
	z-index: 2;
}
.item-image img {
	transition: .3s all ease;
	transform: scale(1);
}
.item-image:hover img {
	transform: scale(1.05);
}
.price {
	position: absolute;
	left: 10px;
	top: 10px;
	white-space: nowrap;
	z-index: 2;
}
.price span {
	display: block;
	font-size: .875rem;
	line-height: 1.2;
	color: #fff;
	padding: 2px 6px 4px 6px;
	margin-bottom: 2px;
}
.price-sale {
	background-color: #7CBD1E;
}
.price-rent {
	background-color: #F23A2E;
}
.item-main {
	overflow: hidden;
}
.title {
	font-weight: 600;
	padding: 1rem .75rem 0 .75rem;
}
.desc {
	font-size: .925rem;
	padding: .5rem .75rem 0 1rem;
	overflow: hidden;
}
.loc {
	font-size: .925rem;
	height: 2.775rem;
	padding: .25rem .75rem 0 .75rem;
	overflow: hidden;
}
.agency {
	display: inline-block;
	white-space: nowrap;
	line-height: 45px;
	max-width: calc(100% - 60px);
	overflow: hidden;
}
.contact-btn {
	display: inline-block;
	font-size: 24px;
	text-align: center;
	line-height: 42px;
	width: 42px;
	height: 42px;
	background-color: rgba(34, 47, 62, .9);
	border: 1px solid #222F3E;
	border-radius: 50%;
}
.dropdown-item .contact-btn {
	font-size: 18px;
	line-height: 35px;
	width: 35px;
	height: 35px;
}
.contact-btn-call {
	background-color: #4CD964;
	border: 1px solid #4CD964;
}
.contact-btn-whatsapp {
	background-color: #20B038;
	border: 1px solid #20B038;
}
.contact-btn-skype {
	background-color: #28abe3;
	border: 1px solid #28abe3;
}
.contact-btn-mail {
	background-color: #F23A2E;
	border: 1px solid #F23A2E;
}
.contact-btn-messenger {
	background-color: #0084ff;
	border: 1px solid #0084ff;
}
.contact-btn-line {
	background-color: #00B901;
	border: 1px solid #00B901;
}
.contact-btn-wechat {
	background-color: #2DC100;
	border: 1px solid #2DC100;
}
#loader button {
	max-width: 320px;
	margin: 0 auto;
}

.inner-page {
	min-height: calc(100% - 100px);
}
.post-subtitle {
	font-style: italic;
}
.post-image, .post-image-small {
	text-align: center;
}

footer {
	color: #838383;
	background-color: #2F3640;
}
footer a {
	color: #aaa;
}
footer a:hover {
	color: #fff;
}
.footer-title {
	position: relative;
	letter-spacing: .1rem;
	padding-bottom: 1rem;
}
.footer-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 40px;
	height: 2px;
}
.footer-title.dark:after {
	background: #333;
}

.single-slide {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	align-self: center;
}
.single-slide img {
	max-height: 100%;
}
.single-slide .embed-responsive {
	width: 100%;
	margin: 0 auto;
}
/* image viewer */
#imgviewer {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	padding: 0;
	z-index: 10100;
}
.closeviewer {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	padding: 0 5px;
	z-index: 19900;
}

.gallery .embed-responsive-item {
	background-position: center;
	background-size: cover;
}
.embed-responsive-frontslider::before {
    padding-top: 60%;
}
.lSSlideOuter .lSPager.lSGallery img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.lSSlideOuter .lSPager.lSGallery .active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.lSSlideOuter .lSPager.lSpg > li a {
	height: 12px;
	width: 12px;
}
.lSSlideOuter .lSPager.lSpg {
	position: relative;
	top: -35px;
}
.body-front .lSAction > a {
	display: none;
}
.fs-info {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	text-align: center;
	line-height: 1.25;
	background-color: rgba(34, 47, 62, .4);
	padding: 15px;
	overflow: hidden;
}

.listing-contact a {
	text-align: center;
	line-height: 2;
	padding: 0 10px;
}
.inline-logo {
	max-height: 300px;
}
.nbaname {
	height: 3rem;
	overflow: hidden;
}
.bg-lighter {
	background-color: #F2F5F9;
}
#favnav .badge {
	position: absolute;
	top: -8px;
	right: -8px;
}

@media (min-width: 768px) {
	.box, .sizer {
		width: 50%;
	}
	.box {
		float: left;
	}
	.listing-contact a {
		min-width: 100px;
	}
	.box.out .item {
		opacity: .8;
		padding: 85px 5px 5px 5px;
	}
	.box.out .item-in {
		margin-bottom: -80px;
	}
	
	.search-box form {
		display: block;
	}
	.search-box .openbtn, .search-box .closebtn {
		display: none;
	}
	
	.embed-responsive-frontslider::before {
		padding-top: 40%;
	}
	.fs-info {
		top: auto;
		left: auto;
		right: 50px;
		bottom: 70px;
		text-align: left;
		line-height: 1.5;
		width: 50%;
		padding: 25px;
	}
	#navbarCollapse {
		flex-grow: 0;
	}
}
@media (min-width: 992px) {
	.box, .sizer {
		width: 33.33333%;
	}
	.single-slide .embed-responsive {
		max-width: 920px;
	}
	
	.listing-contact a {
		min-width: 140px;
	}
	
	.post-image-small {
		float: left;
		width: 35%;
		margin: 4px 16px 0 0;
	}
}
@media (min-width: 1200px) {
	.box, .sizer {
		width: 25%;
	}
	.embed-responsive-frontslider::before {
		padding-top: 30%;
	}
	.fs-info {
		width: 30%;
	}
}