/*@font-face {
  font-family: 'AauxPro-Reg';
  src: url('../fonts/AauxPro-Regular.ttf');
}
@font-face {
  font-family: 'AauxPro-Bold';
  src: url('../fonts/AauxPro-Bold.ttf');
}*/
/*@font-face {
  font-family: 'ZonaPro-Thin';
  src: url('../fonts/ZonaPro-Thin.otf');
}
@font-face {
  font-family: 'ZonaPro-Bold';
  src: url('../fonts/ZonaPro-Bold.otf');
}*/


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade {
	opacity: 0;
}

.fade-in {
	-webkit-animation:fadeIn ease-in 250ms;
	-moz-animation:fadeIn ease-in 250ms;
	animation:fadeIn ease-in 250ms;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:250ms;
	-moz-animation-duration:250ms;
	animation-duration:250ms;
}

*:focus {
	box-shadow: none !important;
    outline: none !important;
}

/* Container */
.container {
	max-width: 2400px;
}

.container-inner {
	padding-left: 3rem;
	padding-right: 3rem;
	margin-left: auto;
	margin-right: auto;
}

/* Spacing CSS */
.spacing-top {
	padding-top: 10vh;
}

.spacing-top-sm {
	padding-top: 5vh;
}

.spacing-bottom {
	padding-bottom: 8vh;
}

.spacing-bottom-sm {
	padding-bottom: 3vh;
}

@media (max-width: 767px) {
	.spacing-top {
		padding-top: 5vh;
	}

	.spacing-bottom {
		padding-bottom: 3vh;
	}
}

.margin-bottom-none {
	margin-bottom: 0;
}

/* BG Colours */

.bg-alt {
	background-color: #d16342;
}

/* Typography */
.copy {
	padding-left: 3rem;
	padding-right: 3rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1600px) {
	.container-inner, .copy {
		padding-left: 10vh;
		padding-right: 10vh;
	}
}

@media (max-width: 767px) {
	.container-inner, .copy {
		padding-left: 15px;
		padding-right: 15px;
	}
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 1.15rem;
	line-height: 2rem;
	letter-spacing: 0.5px;
}

strong {
	font-weight: 500;
}

small {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
	display: block;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

h1, h2 {
	font-size: 2.15rem;
	font-weight: 400;
	line-height: 2.75rem;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

#hero h1 {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 3rem;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

@media (min-width: 1600px) {
	small {
		font-size: 0.95vw;
	}

	h1, h2 {
		font-size: 2.15vw;
		line-height: 2.65vw;
	}

	#hero h1 {
		font-size: 3vw;
		line-height: 3.3vw;
	}
}

@media (min-width: 2400px) {
	body {
		font-size: 0.8vw;
		line-height: 1.5vw;
	}
}

#section-homes h2 small:after,
#section-neighbourhood h2 small:after {
	content: '';
    display: block;
    width: 2px;
    height: 8vh;
    margin-top: 0.75rem;
    margin-bottom: -0.25rem;
    margin-left: 0.2rem;
    background-color: #d16342;
}

@media (max-width: 767px) {
	h2.spacing-top {
		padding-top: 0;
	}
	#section-homes h2 small:after,
	#section-neighbourhood h2 small:after {
		content: '';
	    display: block;
	    width: 2px;
	    height: 3vh;
	    margin-top: 0.75rem;
	    margin-bottom: -0.25rem;
	    margin-left: 0.2rem;
	    background-color: #d16342;
	}
}

#privacy h2 small {
	margin-top: 2rem;
}

h3 {
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 0 20px;
}

.text-light {
	color: #fff;
}

.text-alt {
	color: #d16342;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.p-big {
	font-size: 1.45rem;
	line-height: 36px;
}

.soldout-big {
	font-size: 4rem;
	line-height: 50px;
}

.snipe-copy {
	font-size: 1.45rem;
	line-height: 30px;
	color: #000 !important;
}

@media (min-width:992px){
	.soldout-big {
		font-size: 4rem;
		text-align: center;
		line-height: 50px;
		margin-top:  5rem;
		padding-bottom: 0.6rem;
	}
	.snipe-copy {
	font-size: 2.5rem;
	color: #000 !important;
	padding-top: 5px;
	padding-bottom: 10px;
	}
}

ul {
	padding-left: 1.4rem;
	margin-bottom: 2rem;
	list-style-type: square;
}

ol {
	padding-left: 1.5rem;
	margin-bottom: 3rem;
}

li {
	margin-bottom: 10px;
}

/* Form */
form, input, ::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

input[type="text"], 
input[type="tel"], 
input[type="url"], 
input[type="email"], 
input[type="number"], 
input[type="date"],
form select, 
textarea {
	-webkit-appearance: none;
	border: 1px solid #000;
	border-radius: 0;
}

input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="date"]:focus,
select:focus, 
textarea:focus { 
	border: 1px solid #000;
}

input[type="radio"],
input[type="checkbox"] {
	line-height: 20px;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}

.form-control {
	height: 3rem !important;
	padding: 0.5rem 0.75rem;
	color: #000;
	border: 1px solid #000;
}

.form-group {
	margin-bottom: 1.5rem;
}

.radio {
	overflow: auto;
}

.radio label {
	margin-right: 20px;
}

.float {
	float: left;
	margin-left: 1px;
}

.clear {
	clear: both;
}

/* Links / Buttons */
a, a:hover, a:active, a:visited, a:focus {
	color: #000;
	transition: 0.5s;
}

a.underline {
	text-decoration: underline;
}

a.btn.btn-light {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

a.btn.btn-light:hover {
	background-color: #fff;
	color: #000;
	transition: 0.5s;
}

a.btn.btn-dark, .btn-submit {
	background-color: transparent;
	color: #d16342;
	border: 2px solid #d16342;
}

a.btn.btn-dark:hover, .btn-submit:hover {
	background-color: #d16342;
	color: #fff;
	border: 2px solid #d16342;
	transition: 0.5s;
}

.btn-light, .btn-dark, .btn-nav, .btn-submit {
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 0;
	letter-spacing: 2px;
}

/* Nav */
.logo {
	width: auto;
	height: 40px;
}

.navbar {
	padding: 1.25rem 1rem !important;
	transition: all 250ms ease-in-out;
}

.navbar-white {
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
	background-color: #fff;
	color: #000;
}

.navbar-white,
.navbar-white .nav-link,
.navbar-white .nav-link:focus,
.navbar-white .nav-link:visited {
	color: #000;
}

.navbar-white .nav-link:hover {
	color: #d16342;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}
.navbar-toggler {
	font-size: 3rem;
	padding: 0;
	margin: 4px 0 6px;
	color: #000;
}

.navbar .nav-item {
	margin-top: 0;
	text-align: center;
	font-size: 1rem;
}

@media (min-width: 2100px) {
	.navbar .nav-item {
		font-size: 0.75vw;
	}
}

.navbar .nav-item .nav-link.btn.btn-nav {
	padding: 10px 30px;
	margin-top: 0;
	background-color: #d16342;
	color: #000;
	border: 2px solid #d16342;
}

.navbar .nav-item .nav-link.btn.btn-nav:hover {
	background-color: transparent;
	color: #d16342;
	transition: 0.5s;
}

.lang-switcher {
	font-size: 0.8rem !important;
}

.lang-switcher .nav-link {
	display: inline-block;
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.scroll {
	background-color: #000;
}

@media (min-width: 1199px) {
	.navbar .nav-item {
		margin-top: 10px;
		text-align: left;
	}
	.lang-switcher {
		margin-right: 1.5rem;
	}
	.navbar-nav:first-child {
		margin-left: 1.5rem;
	}
}

@media (max-width: 1199px) {
	.navbar-nav:first-child {
		margin-left: 0px;
	}
}

/* Hero Images CSS */

/*#hero,
#hero-homes,
#hero-features,
#hero-neighbourhood,
#hero-commercial,
#hero-contact,*/
#hero-register,
#hero-privacy {
	margin-top: 100px;
}

#hero {
	height: calc(100vh - 148px);
	background-image: url('../images/hero-bg-tint.jpg');
	background-size: cover;
	background-position: center;
	color: #000;
}

#hero-features .hero-img {
	height: calc(100vh - 148px);
	background-image: url('../images/livingroom-render.jpg');
	background-size: cover;
	background-position: bottom center;
}

#hero-neighbourhood .hero-img {
	height: calc(100vh - 148px);
	background-image: url('../images/neighbourhood-bg.jpg');
	background-size: cover;
	background-position: center;
}

 #hero-commercial .hero-img {
	height: calc(100vh - 148px);
	background-image: url('../images/homes-bg.jpg');
	background-size: cover;
	background-position: bottom center;
}

#hero-privacy .hero-img {
	height: calc(100vh - 100px);
	background-image: url('../images/register-bg.jpg');
	background-size: cover;
	background-position: center;
}

/* Index */

.top-snipe {
	margin-top: 100px;
	padding: 0.5rem;
}

#hero h1 {
	margin-top: 10vh;
	margin-bottom: 8px;
}

#section-neighbourhood {
	background-image: url('../images/pattern-3.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 15% auto;
}

/* Homes */

.img-snipe {
	position: absolute;
  top: 5%;
  left: 2%;
  bottom: 0;
  transform: rotate(-13deg);
  width: 18%;
}

@media (max-width: 757px) {
		.img-snipe {
			position: absolute;
		  top: 10%;
		  left: 2%;
		  bottom: 0;
		  transform: rotate(-13deg);
		  width: 35%;
		}

	}


/* Features Page */

.features .technology {
	border: 1px solid black;
    padding: 1em 2rem 0 2rem;
}

	@media (max-width: 757px) {
		.features .technology {
			margin-left: 15px;
			margin-right: 15px;
		}
	}

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 35px;
}

.nav-tabs .nav-item {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.nav-tabs .nav-link {
    border: 1px solid #000;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
	background-color: #000;
	border: 2px solid #000;
	color: #FFF;
}

.img-thumb {
	width: 60px;
	height: auto;
	margin: 2rem 0;
}

/* Neighbourhood Page */

.image-sp {
	margin-bottom: 30px;
}

.map h3 small {
	margin-left: 32px;
}

.map-category:before {
	content: '';
    float: left;
    width: 16px;
    height: 16px;
}

#parks.map-category:before {
	background-color: #005641;
}

#entertainment.map-category:before {
	background-color: #00626F;
}

#transit.map-category:before {
	background-color: #CC6800;
}

#restaurants.map-category:before {
	background-color: #808080;
}
/* Gallery  Page */

.matterport {
	position: relative;
	padding-top: 56.25%;
}
.matterport iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Contact/Register Page */

#hero-contact {
	border-bottom: 1px solid #000;
}

#hero-contact:before, #register:before {
  display: block;
  height: 90px;   /* equal to the header height */
  margin-top: -90px;  /* negative margin equal to the header height */
  visibility: hidden;
  content: "";
}

#register form select {
	-webkit-appearance: none;
	border-radius: 0;
}

.g-recaptcha {
	margin-top: 20px;
}

/* Thank You Page */

#thank-you {
	height: 100vh;
	background-image: url('../images/thankyou-bg.jpg');
	background-size: cover;
	background-position: center;
	color: #fff;
}

#thank-you p {
	margin-bottom: 3rem;
}

.thankyou-description {
	width: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero-description .logo, .thankyou-description .logo {
	width: 200px;
	height: auto;
	margin: 0 auto 40px;
}

/* Footer */

footer {
	border-top: 1px solid #000;
	color: #000;
	padding-top: 1.75rem;
	padding-bottom: 1rem;
}

footer p {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

footer strong span {
	font-size: 1.25rem;
}

.disclaimer {
	font-family: 'Poppins', sans-serif;
	font-size: 0.5rem;
	line-height: 0.75rem;
	margin-bottom: 0;
}

.social-logos {
	margin-bottom: 10px;
	padding-left: 0;
	overflow: auto;
}

.dev-logos {
	padding-left: 0;
	overflow: auto;
	text-align: right;
	margin-top: -8px;
}

.dev-logos li, .social-logos li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}
	.dev-logos li:last-child {
		margin-right: 0;
	}

@media (max-width: 991px) {
	.dev-logos {
		text-align: left;
		padding-top: 1rem;
		margin-top: 0;
		margin-bottom: 1rem;
	}
}

.modal-body {
	padding: 0;
}

@media (min-width: 576px) {
.modal-dialog {
   min-width: 38vw;

  }
}

.close {
	font-size: 2.25rem;
	color: #c4161c;
	opacity: 1;
	position: absolute;
	top: 2%;
	right: 2%;
}

.close:hover {
	color: #000;
}