header {
	padding: .7rem 0 .8rem;
	position: -webkit-sticky;
	position: sticky;
	z-index: 4;
	top: 0;
	background: #fff;
}
.ie header {
	position: static;
}
.menu a {
	color: #202020;
}
.favorites {
	display: block;
	position: relative;
}
.favorites.active {
	color: #EB4449;
}
.not-touch .favorites.active:hover {
	color: #0A0A0A;
}
.favorites span {
	position: absolute;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background: #EB4449;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font: 700 .55rem/normal "Source Sans Pro", Helvetica Neue, Helvetica, Arial," sans-serif";
	opacity: 0;
	left: .7rem;
	bottom: -1px;
}
.favorites.active span {
	opacity: 1;
}
.filter-box {
	padding: 4rem 0 0;
	background-position: center center;
	background-size: cover;
	min-height: 20rem;
}
.filter-dropdown-box {
	position: relative;
	z-index: 2;
}
.filter-dropdown-btn {
	position: relative;
	display: block;
	background: #fff;
	border: 0;
	padding: .7rem 2.4rem .7rem .9rem;
	font: 400 .8rem/1rem "Source Sans Pro", Helvetica Neue, Helvetica, Arial," sans-serif";
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	height: 2.4rem;
	box-shadow: inset 0 0 0 1px #d5d5d5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.filter-dropdown-box.opened .filter-dropdown-btn {
	box-shadow: inset 0 0 0 1px #0a0a0a, 0 0 6px rgba(0,0,0,.25);
	color: #0a0a0a;
}
.filter-dropdown-btn:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2.4rem;
	height: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.9551%22%20height%3D%226.0031%22%20viewBox%3D%220%200%209.9551%206.0031%22%3E%3Cpath%20fill%3D%22%230A0A0A%22%20d%3D%22M9.7304.2126c-.3026-.2835-.7944-.2835-1.097%200L4.9881%204.2667%201.324.2127C1.0213-.071.5295-.071.227.2126c-.3026.2832-.3026.744%200%201.0276l4.194%204.5504c.1512.1417.3404.2124.5484.2124.189%200%20.3972-.0707.5484-.2124l4.1939-4.5504c.3214-.2836.3214-.7444.0188-1.0277z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
    background-size: 10px;
}
.filter-dropdown-box.opened .filter-dropdown-btn:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.checked .filter-dropdown-btn {
	color: transparent !important;
}
.filter-dropdown-btn div {
	position: absolute;
	left: .9rem;
	right: 2.4rem;
	top: .7rem;
	line-height: 1rem;
	color: #0a0a0a;
	opacity: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.checked .filter-dropdown-btn div {
	opacity: 1;
}
.filter-dropdown-popup {
	position: absolute;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #d5d5d5;
	top: 100%;
	left: 0;
	min-width: 100%;
	max-height: 280px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
	opacity: 0;
	margin: .3rem 0 0;
	white-space: nowrap;
}
.filter-dropdown-box.opened .filter-dropdown-popup {
	opacity: 1;
	pointer-events: auto;
}
.filter-dropdown-popup label {
	padding: .3rem .9rem;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.filter-dropdown-popup label:first-child {
	padding: .6rem .9rem;
}
.filter-dropdown-popup label:last-child {
	padding: .3rem .9rem .6rem;
}
.not-touch .filter-dropdown-popup label:hover {
	background: #ececec;
}
.filter-dropdown-popup hr {
	margin: 0 0 .3rem;
}
.expand-box {
	overflow: hidden;
	height: 0;
}
.expand-box.opened {
	overflow: visible;
}
.expand-box > div {
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.expand-box.opened > div {
	opacity: 1;
	-webkit-transition: .3s .3s ease-in-out;
	transition: .3s .3s ease-in-out;
}
.filter-expand {
	background: rgba(0,0,0,.4);
	color: #fff;
	width: 9rem;
	padding: .4rem 0;
	border-radius: 0 0 5px 5px;
}
.filter-expand.inner {
	background: none;
	margin: 0 0 -.8rem;
}
.filter-expand div + div {
	display: none;
}
.filter-expand.opened div:first-child {
	display: none !important;
}
.filter-expand.opened div + div {
	display: block;
}

.property-thumbnail {
    position: relative;
    overflow: hidden;
}

.property-img-box {
    position: relative;
    background-position: center center;
    background-size: cover;
    padding: 0 0 66.666%;
}

.property-img-box:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1;
}

.not-touch .property-item:hover .property-img-box:before {
    height: 100%;
}
 
 
.property-photos-box {
	position: absolute;
	left: .75rem;
	top: .75rem;
}

 

.agency-logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.4rem;
    z-index: 2;
}


.box-label {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 3px 0 0;
    padding: .3rem .75rem;
    z-index: 2;
}

.photo-label {
	position: absolute;
	left: 0;
	bottom: 10;
	border-radius: 0 0 5px 0;
	padding: .1rem .75rem;
}

.whatsapp-label {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0 3px 0 0;
	padding: .3rem .75rem;
}


.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: white;
}


/* Property images search results */

.property-image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.property-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.property-image.active {
    opacity: 1;
}
/* Property images search results */


/* Left Right Arrow on property image in search results */

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    cursor: pointer;
    z-index: 3;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}


@media (min-width: 769px) {
    .arrow {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .property-img-box:hover .arrow {
        opacity: 1;
    }
}
/* Left Right Arrow on property image in search results */




footer {
	border-top: 6px solid #EB4449;
	background: #0e2238;
	color: #fff;
}
.copyrights {
	padding: 1.5rem 0 2.5rem;
	border-top: 1px solid rgba(255,255,255,.2);
}
.copyrights a{	
	color: #ffffff;
}
.footer-link {
	display: inline-block;
	padding: 0 0 0 15px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223.4063%22%20height%3D%226%22%20viewBox%3D%220%200%203.4063%206%22%3E%3Cpath%20fill%3D%22%23BEBEBE%22%20d%3D%22M1.9063%204.5L.375%206%200%205.625%202.625%203%200%20.375.375%200l3.0313%203-.375.375L1.9063%204.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat left .25rem;
    background-size: .2rem;
	color: #bebebe;
}
.p-16 {
	padding: .8rem !important;
}
.pt-16 {
	padding-top: .8rem !important;
}
.pb-16 {
	padding-bottom: .8rem !important;
}
.pl-16 {
	padding-left: .8rem !important;
}
.pr-16 {
	padding-right: .8rem !important;
}
.m-16 {
	margin: .8rem !important;
}
.mt-16 {
	margin-top: .8rem !important;
}
.mb-16 {
	margin-bottom: .8rem !important;
}
.ml-16 {
	margin-left: .8rem !important;
}
.mr-16 {
	margin-right: .8rem !important;
}
@media screen and (min-width: 768px) {
	.p-sm-16 {
		padding: .8rem !important;
	}
	.pt-sm-16 {
		padding-top: .8rem !important;
	}
	.pb-sm-16 {
		padding-bottom: .8rem !important;
	}
	.pl-sm-16 {
		padding-left: .8rem !important;
	}
	.pr-sm-16 {
		padding-right: .8rem !important;
	}
	.m-sm-16 {
		margin: .8rem !important;
	}
	.mt-sm-16 {
		margin-top: .8rem !important;
	}
	.mb-sm-16 {
		margin-bottom: .8rem !important;
	}
	.ml-sm-16 {
		margin-left: .8rem !important;
	}
	.mr-sm-16 {
		margin-right: .8rem !important;
	}
}
@media screen and (min-width: 1025px) {
	.p-lg-16 {
		padding: .8rem !important;
	}
	.pt-lg-16 {
		padding-top: .8rem !important;
	}
	.pb-lg-16 {
		padding-bottom: .8rem !important;
	}
	.pl-lg-16 {
		padding-left: .8rem !important;
	}
	.pr-lg-16 {
		padding-right: .8rem !important;
	}
	.m-lg-16 {
		margin: .8rem !important;
	}
	.mt-lg-16 {
		margin-top: .8rem !important;
	}
	.mb-lg-16 {
		margin-bottom: .8rem !important;
	}
	.ml-lg-16 {
		margin-left: .8rem !important;
	}
	.mr-lg-16 {
		margin-right: .8rem !important;
	}
}


.btn-viber-share {
    color: #7360F2; /* Official Viber purple color */
    box-shadow: inset 0 0 0 1px #7360F2;
}

.not-touch .btn-viber-share:hover {
    background: #7360F2;
}

.not-touch .btn-viber-share:hover .text-black {
    color: #fff;
}

.btn-facebook {
	background: #3f60a4;
}
.not-touch .btn-facebook:hover {
	background: #4a71c1;
}
.btn-facebook-share {
	color: #3f60a4;
	box-shadow: inset 0 0 0 1px #3f60a4;
}
.not-touch .btn-facebook-share:hover {
	background: #3f60a4;
}
.btn-whatsapp-share {
	color: #009D00;
	box-shadow: inset 0 0 0 1px #009D00;
}
.not-touch .btn-whatsapp-share:hover {
	background: #009D00;
}
.btn-insta .text-black,
.btn-facebook-share .text-black,
.btn-viber-share .text-black,
.btn-whatsapp-share .text-black {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.not-touch .btn-insta:hover .text-black,
.not-touch .btn-facebook-share:hover .text-black,
.not-touch .btn-whatsapp-share:hover .text-black {
	color: #fff;
}
.call-btn-box {
	position: relative;
}
.call-btn div:after {
	content: attr(data-call);
}
.call-btn.opened div:after {
	content: attr(data-phone);
}
.call-btn-box > div {
	position: absolute;
}
.call-btn + div {
	padding: 1.5rem;
	background: #f5f5f5;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	text-align: center;
	min-width: 250px;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 99999px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .5s, bottom 0s 5s;
	transition: opacity .5s, bottom 0s 5s;
	opacity: 0;
	border-radius: 3px;
}
.call-btn.opened + div {
	bottom: 130%;
	opacity: 1;
	-webkit-transition: opacity .5s, bottom 0s 0s;
	transition: opacity .5s, bottom 0s 0s;
}
.call-btn + div:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	margin: 0 0 0 -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #f5f5f5 transparent transparent transparent;
}
.call-btn + div span {
	display: block;
	color: #EB4449;
	font-weight: 600;
	font-size: .75rem;
}
.call-btn + div .cancel {
	top: .5rem;
	right: .5rem;
	border: 0;
	position: absolute;
}
.custom-check-radio.favorite-btn {
	cursor: pointer;
}
input[type="checkbox"] ~ .custom-check-radio.favorite-btn:before {
	width: 22px;
	height: 20px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2219.9999%22%20viewBox%3D%220%200%2022%2019.9999%22%3E%3Cpath%20fill%3D%22%23EB4449%22%20d%3D%22M10.9999%2019.9999a1.2731%201.2731%200%200%201-.8505-.3267c-.8887-.794-1.7456-1.5403-2.5015-2.1983l-.0038-.0035c-2.2165-1.9298-4.1304-3.5968-5.4621-5.2386C.6934%2010.3973%200%208.6571%200%206.7559c0-1.847.6198-3.5513%201.7452-4.7989C2.8841.6949%204.4467%200%206.1458%200c1.27%200%202.433.4103%203.4567%201.2195.5165.4082.9848.908%201.3974%201.491.4128-.583.8809-1.0828%201.3977-1.491C13.4213.4103%2014.5844%200%2015.8542%200c1.6989%200%203.2617.6949%204.4006%201.957C21.3802%203.2046%2022%204.9089%2022%206.7559c0%201.9012-.6932%203.6414-2.1819%205.4769-1.3318%201.6418-3.2455%203.3086-5.4615%205.2384-.7573.6592-1.6156%201.4065-2.5063%202.2027a1.2753%201.2753%200%200%201-.8504.326zM6.1458%201.3173c-1.3348%200-2.5612.544-3.4532%201.5324-.9055%201.0037-1.4041%202.3908-1.4041%203.9062%200%201.599.5816%203.0287%201.8857%204.6367%201.2602%201.5539%203.1349%203.1865%205.3056%205.0765l.004.0033c.7588.6608%201.6191%201.4102%202.5143%202.2098.9007-.801%201.7622-1.5514%202.5226-2.2133%202.1704-1.89%204.0449-3.5224%205.3053-5.0763%201.3039-1.608%201.8854-3.0377%201.8854-4.6367%200-1.5154-.4987-2.9025-1.4041-3.9062-.8919-.9884-2.1184-1.5324-3.4531-1.5324-.9778%200-1.8756.3172-2.6685.9434-.7063.5586-1.1985%201.2646-1.4871%201.7584-.1483.2541-.4095.4058-.6987.4058-.2891%200-.5504-.1517-.6987-.4058-.2884-.4938-.7805-1.1998-1.4871-1.7584-.7927-.6262-1.6905-.9434-2.6683-.9434z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 22px;
	border-radius: 0;
	box-shadow: none;
}
input[type="checkbox"]:checked ~ .custom-check-radio:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2219.9999%22%20viewBox%3D%220%200%2022%2019.9999%22%3E%3Cpath%20fill%3D%22%23EB4449%22%20d%3D%22M10.9999%2019.9999a1.2731%201.2731%200%200%201-.8505-.3267c-.8887-.794-1.7456-1.5403-2.5015-2.1983l-.0038-.0035c-2.2165-1.9298-4.1304-3.5968-5.4621-5.2386C.6934%2010.3973%200%208.6571%200%206.7559c0-1.847.6198-3.5513%201.7452-4.7989C2.8841.6949%204.4467%200%206.1458%200c1.27%200%202.433.4103%203.4567%201.2195.5165.4082.9848.908%201.3974%201.491.4128-.583.8809-1.0828%201.3977-1.491C13.4213.4103%2014.5844%200%2015.8542%200c1.6989%200%203.2617.6949%204.4006%201.957C21.3802%203.2046%2022%204.9089%2022%206.7559c0%201.9012-.6932%203.6414-2.1819%205.4769-1.3318%201.6418-3.2455%203.3086-5.4615%205.2384-.7573.6592-1.6156%201.4065-2.5063%202.2027a1.2753%201.2753%200%200%201-.8504.326zM6.1458%201.3173c-1.3348%200-2.5612.544-3.4532%201.5324-.9055%201.0037-1.4041%202.3908-1.4041%203.9062%200%201.599.5816%203.0287%201.8857%204.6367%201.2602%201.5539%203.1349%203.1865%205.3056%205.0765l.004.0033c.7588.6608%201.6191%201.4102%202.5143%202.2098.9007-.801%201.7622-1.5514%202.5226-2.2133%202.1704-1.89%204.0449-3.5224%205.3053-5.0763%201.3039-1.608%201.8854-3.0377%201.8854-4.6367%200-1.5154-.4987-2.9025-1.4041-3.9062-.8919-.9884-2.1184-1.5324-3.4531-1.5324-.9778%200-1.8756.3172-2.6685.9434-.7063.5586-1.1985%201.2646-1.4871%201.7584-.1483.2541-.4095.4058-.6987.4058-.2891%200-.5504-.1517-.6987-.4058-.2884-.4938-.7805-1.1998-1.4871-1.7584-.7927-.6262-1.6905-.9434-2.6683-.9434z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 10px;
	box-shadow: none;
}
input[type="checkbox"] ~ .custom-check-radio:after {
	top: 0;
	left: 0;
	width: 22px;
	height: 20px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2219.9999%22%20viewBox%3D%220%200%2022%2019.9999%22%3E%3Cpath%20fill%3D%22%23EB4449%22%20d%3D%22M10.9999%2019.9998a1.274%201.274%200%200%201-.8505-.3265c-.8887-.7942-1.7456-1.5406-2.5015-2.1984l-.0038-.0036c-2.2165-1.93-4.1304-3.5968-5.4621-5.2384C.6934%2010.3972%200%208.657%200%206.7557c0-1.8469.6198-3.551%201.7452-4.7988C2.8841.695%204.4467.0001%206.1458.0001c1.27%200%202.433.4101%203.4567%201.2191.5165.4082.9848.9084%201.3974%201.4912.4128-.5828.8809-1.083%201.3977-1.4912C13.4213.4102%2014.5844.0001%2015.8542.0001c1.6989%200%203.2617.6949%204.4006%201.9568C21.3802%203.2047%2022%204.9088%2022%206.7557c0%201.9013-.6932%203.6415-2.1819%205.477-1.3318%201.6418-3.2455%203.3082-5.4615%205.2384-.7573.6592-1.6156%201.4065-2.5063%202.2026a1.2749%201.2749%200%200%201-.8504.3261z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 22px;
	-webkit-transform: scale(0);
	transform: scale(0);
}
input[type="checkbox"]:checked ~ .custom-check-radio:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pagination {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.pagination a, .pagination div {
	display: block;
	padding: .75rem .5rem;
	font-size: 1rem;
	line-height: normal;
}
.featured-carousel {
	width: auto !important;
}
.three-columns {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}
.three-columns > * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
	display: inline-block;
	width: 100%;
}
.tab-content iframe, .tab-content video, .map {
	width:  100%;
	height: 400px;
}
.tab {
	display: flex;
	justify-content: space-between;
	margin: 2rem 1.5rem .5rem;
	position: relative;
	z-index: 1;
	font: 600 1.1rem/1rem "Source Sans Pro", Helvetica Neue, Helvetica, Arial," sans-serif";
}
.tab.active {
	color: #0a0a0a;
	pointer-events: none;
}
.tab:before {
	content: '';
	position: absolute;
	bottom: -.6rem;
	left: 50%;
	width: 0;
	height: 2px;
	background: #0a0a0a;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
.tab.active:before {
	width: 100%;
	opacity: 1;
}
.tab svg {
	display: none;
}
.tab-content {
	display: none;
	padding: 2rem 1.5rem;
	width: 100%;
	box-shadow: inset 0 2px #f3f3f3;
}
.page-gallery-link div {
	height: 25.5rem !important;
	background-size: cover;
}
.gallery-carousel {
	margin: 0 0 6px;
}
.gallery-thumbs-carousel .thumb {
	width: 138px !important;
	height: 90px;
	margin: 0 3px;
	background-size: cover;
}
.gallery-thumbs-carousel-prev,
.gallery-thumbs-carousel-next {
	display: flex;
	height: 100%;
	width: 5rem;
	position: absolute;
	top: 0;
	padding: .75rem;
	align-items: center;
	z-index: 2;
}
.not-touch .gallery-thumbs-carousel-prev:hover,
.not-touch .gallery-thumbs-carousel-next:hover {
	padding: .75rem 1rem;
}
.gallery-thumbs-carousel-prev {
	left: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
}
.gallery-thumbs-carousel-next {
	right: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%);
	justify-content: flex-end;
}
.agent {
	border-radius: 50%;
}
.blog-banner {
	min-height: 18rem;
	padding: 4rem 0;
	background-size: cover;
	background-position: right center;
}
.content img {
	float: right;
	margin: 0 0 2rem 2rem;
}
.contact {
	height: 11.3rem;
}
.footer-title {
	font: 400 1rem/1rem "Source Sans Pro", Helvetica Neue, Helvetica, Arial," sans-serif";
	color: rgba(255,255,255,.25);
}
.error-page {
	background: url(../images/not-found-bg.jpg) no-repeat center top;
	background-size: cover;
}
.error-page-number {
	font: 300 15rem/13rem "Source Sans Pro", Helvetica Neue, Helvetica, Arial," sans-serif";
}

.myShareButtonWhatsApp {
 	background-color:green;
	border:none;
	display:block;
	cursor:pointer;
	color: white;
	font-family:Arial;
	font-size:16px; 
	padding:9px 12px;
	text-decoration:none;
    text-align: center;
}
 
.myShareButtonWhatsApp:hover {
  background-color: #ddd;
  color: black;
}
.myShareButtonWhatsApp:active {
	position:relative;
	top:2px;
}



/************************************************/ 
/*****notifcation*/ 
/***********************************************/
div.notification {
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 1px;
	margin-right: 1px;
}
div.notification div.icon, div.notification div.description {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
div.notification div.icon {
	width: 80px;
	height: 75px;
}
div.ok {
	border-color: #70991f;
	background: #f0f5e8;
	color: #70991f;
}
div.ok div.icon {
	background: url(../images/ok-icon.png) no-repeat center center;
}
div.rederror {
	border-color: #cc2929;
	background: #fae9e9;
	color: #cc2929;
}
div.rederror div.icon {
	background: url(../images/error-icon.png) no-repeat center center;
}

div.warning {
	border-color: #e69900;
	background: #fcf5e5;
	color: #e69900;
}
div.warning div.icon {
	background: url(../images/warning-icon.png) no-repeat center center;
}
div.info {
	border-color: #284d9b;
	background: #e9edf5;
	color: #284d9b;
}
div.info div.icon {
	background: url(../images/info-icon.png) no-repeat center center;
}

/************************************************/ 
/*****splash page*/ 
/***********************************************/
.z-index-1 {
	z-index: 1;
}
.splash-page {
	background: #0e2238;
}
.splash-page:before {
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/splash-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.splash-page:after {
	position: fixed;
	content: '';
	width: 100%;
	height: 28rem;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(14,34,56,0) 0%, rgba(14,34,56,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(14,34,56,0) 0%,rgba(14,34,56,1) 100%);
	background: linear-gradient(to bottom,  rgba(14,34,56,0) 0%,rgba(14,34,56,1) 100%);
}
.splash-page .text-white .text-muted {
	color: inherit;
	opacity: .5;
}
.splash-header {
	padding: 4rem 0 2.25rem;
}
.splash-page .h1 {
	font: 300 2.7rem/2.7rem "Source Sans Pro", Helvetica Neue, Helvetica, Arial," sans-serif";
}
.splash-flags {
	border-radius: 10px;
	background: #fff url(../images/splash-bg-white.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 2.5rem 4rem;
	box-shadow: 0 20px 50px #0e2238;
}
.flag-img img {
	width: 5rem;
	height: 3rem;
}
.splash-footer {
	border-top: 0;
    background: none;
}
.splash-footer-content {
	padding: 60px 80px;
}
.splash-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #fff;
}
.not-touch .splash-social-link:hover {
	background: rgba(255,255,255,.5);
}

/** Youtube iframe **/
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo-container {
	height: 200px;
	position: relative;						  
	background-color: white;
	border: 0px solid black;					  
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.paddinglogo {
	padding-top:10px;
}

/** Firtletter capital blog **/
h6 + p::first-letter {
  font-family:courier,arial,helvetica; 
  font-size: 400%;
  padding: 20px 3px;  
  float: left;
} 





.overlay-image-viber-link {
    position: absolute;
    bottom: 10px; /* Adjust as needed */
    right: 75px; /* Adjust as needed */
}

.overlay-image-viber {
    width: 40px; /* Adjust as needed */
    height: auto;   
}


.overlay-image-whatsapp-link {
    position: absolute;
    bottom: 10px; /* Adjust as needed */
    right: 25px; /* Adjust as needed */
}

.overlay-image-whatsapp {
    width: 40px; /* Adjust as needed */
    height: auto;   
}

.overlay-image-whatsapp-link,
.overlay-image-viber-link {
    position: absolute;
    z-index: 2;
}

.overlay-image-whatsapp,
.overlay-image-viber {
    width: 40px;
    height: 40px;
}






.image-container2 {
    position: relative;
    display: inline-block;
}

.main-image2 {
    display: block;
    width: 500px; /* Adjust as needed */
    height: auto;
}








.container-mainpage-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    padding: 10px;
}

.column-mainpage-links {
    flex: 1 1 22%; /* 4 columns, flexible width */
    /* background-color: #fff; */
    padding: 16px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.row-mainpage-links {
   /*  background-color: #e9e9e9; */
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .column-mainpage-links {
        flex: 1 1 48%; /* 2 columns on tablets */
    }
}

@media (max-width: 768px) {
    .column-mainpage-links {
        flex: 1 1 100%; /* 1 column on mobile */
    }
}




/** Is used for expanding text at the bottom of the search results **/

/* Container for the article */
.article-container {
  width: 100%;
  margin: 0 auto;
  /** font-family: 'Noto Sans', 'Open Sans', sans-serif; **/
  /** font-family: 'Fira Sans', 'Open Sans', sans-serif; **/
font-family: 'Source Sans Pro', 'Segoe UI', 'Liberation Sans', sans-serif;


}

/* Style for the article */
.article-content {
  max-height: 100000px;
  overflow: hidden;
  position: relative;
}

/* Fade effect */
.fade {
  display: block;
  width: 100%;
  height: 9em;
  background: linear-gradient(to bottom, transparent, white);
  position: absolute;
  bottom: 0;
}

/* "Click to expand" link style */
.expand-link {
  display: block;
  text-align: center;
  color: #007bff;
  font-weight: bold;
  cursor: pointer;
  margin-top: 3px;
}

/* Initially hidden article text when collapsed */
.collapsed {
  -webkit-line-clamp: 10; /* This will show only 5 lines */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Style for the expanded article */
.expanded {
  display: block;
}



/* Tabs on the area information on the property details page */
       
.tabs-property-details {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.tab-button-property-details {
    background: #b4aeae;
    border: none;
    border-radius: 5px 5px 0 0;
    cursor: pointer;    
    padding: 8px 20px;
    margin-right: 15px;
    font-size: 16px;
    transition: background-color 0.3s;   
    width: 120px;         /* Fixed width for all tabs */
    max-width: 200px;     /* Prevent tabs from getting too wide */
    box-sizing: border-box; /* Include padding in width calculation */            
    
}

.tab-button-property-details:hover {
    background-color: #ddd;
}

.tab-button-property-details.active {
    background-color: #eb4449;
    color: white;
}

.tab-content {
    display: none;
    padding: 15px;
    border: 0px solid #ccc;
    border-top: none;
    animation: fadeEffect 1.0s;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tab-content.active {
    display: block;
}
/* Tabs on the area information on the property details page */


