/********** Properties Grid **********/
.nhf-access {
	display: table;
	width: 100vw;
	height: 100vh;
	background-image: url(../images/office.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nhf-access__info {
	margin: 0px auto;
	margin-left: 20px;
}
.nhf-access__info * {
	color: #fdfdfd;
	/* font-style: oblique; */
	font-style: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
	/* font-size: 4ch; */
}
.nhf-access__info h2 {
	max-width: 100%;
}


.nhf-access__info p {
	font-size: 20px;
	width: 90%;
	max-width: 550px;
}

.nhf-access-title {
	margin: 0px 0px 20px 0px;
	color: rgb(56, 155, 221);
}

.nhf-access-logo {
	text-align: center;
	margin-bottom: 30px;
	margin-top: -80px;
}
.nhf-access-logo > img {
	max-width: 90%;
}

.nhf-access > div {
	vertical-align: middle;
}

.nhf-access__left {
	background-color: rgba(38, 51, 41, 0.8);
	/* background-color: rgb(245, 134, 52, .4); */
	display: none;
}

.nhf-access__right {
	display: table-cell;
	background-color: rgba(255, 255, 255, .8);
}

@media (min-width: 700px) {
	.nhf-access-logo {
		margin-top: -80px;
	}

	.nhf-access__left {
		display: table-cell;
	}

	.nhf-access__right {
		width: 50%;
	}
}

@media (min-width: 1000px) {
	.nhf-access__right {
		width: 500px;
	}
}

.nhf-access-block {
	width: 90%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.nhf-login {
	max-width: 250px;
}

.nhf-signup {
	max-width: 350px;
}

/*************************************/






.nhf-modal-back {
	z-index: 100000 !important;
}
.nhf-modal-win {
	z-index: 100010 !important;
}


/********** Properties Grid **********/
/****** The PinGrid Layout ******/
.pingrid {
	margin: 1.5em 0px;
	/* max-width: 768px; */
	column-gap: 1em;
}

@media only screen and (min-width: 1024px) {
	.pingrid {
		column-count: 3;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.pingrid {
		column-count: 2;
	}
}

@media only screen and (max-width: 767px) and (min-width: 540px) {
	.pingrid {
		column-count: 1;
	}
}

.pinitem {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 0px;
	margin: 0 0 1.5em;
}
/**********************/

.property {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .5);
	overflow: hidden;
}

.property .p-slider {
	height: 150px;
	background-color: #f8f8f8;
	overflow: hidden;
}

.property .p-content {
	padding: 10px 10px 5px 10px;
	position: relative;
	z-index: 1;
}

.property .p-footer {
	padding: 5px 10px 10px 10px;
	/* box-shadow: 0px -1px 3px rgba(0, 0, 0, .3); */
	position: relative;
	z-index: 1;
}
/*************************************/
