/****************************************/
/* INTRO
/****************************************/

#intro-fader {
	height: 100%;
}
#intro-down-btn {
	position: absolute;
	z-index: 9;
	bottom: 20px;
	left: 50%;
}
#intro-down-btn > span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 72px;
	height: 26px;
	margin-left: -36px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAaCAYAAAAUqxq7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAo9JREFUeNrkmV1IFFEUx2fXFkNClkQw7KEIQVAo0RCDkA16MMJ8kR5c6UGCtBcfUpQQUYQWiohAsKLIl3ow8kUp90VQaSkxWlQwIqIgEEEKMTX8mP4nztBhaL+c2fnYvfBjlp177v3f/70z955dj6qqCpcA8INRJbtLHSBTJv5eYdABMK7+K89BARmXZRwCj4QPr4BPu5kPHoub38GFLDKnFnwR43/Ahin6ihfBsqj4UKuYoRwEd8FerIXxvyB6vEaESeTs2Qw0pwosJXq1xGugCfzgYHL4DjvudmN8oA/s8NhWweVY9RM1VgxeC5cXQaWLzSkH78V4aHM6Ei8mmUY94BpY50a3QS/vfm4xJgd0gC0eA43lKo9NMWqQxgkwI9yfBaUuMId0TwvdU+B4svH7mYlO8Js7oxlpB14HGkOro1WsfNJ6I1WtRp7lD2JWJsExB5lD784JoW8OlO2nLaO7wYDYDdZAiwPMCYKfrIm09bNWxWqDNKrBRzFbY6DIBmMKwUuhg844p422a5a4PHBfiKOzRaOF5jSAFdH/PbPObGYLPQe+CaHPwOE0GuMHw6K/ryBgZh/pEE2J71Nd4luXhn7O6ybjCfetON0gjUu6ZT9kUuJLj/OgaJeS6/p0jcPqF+dng4nvGfBJtPeC+1DcapBGs9h6d8FtkJtCPNUNcazKbQWt0G7lNnwUhMXsL4CKJOJOgXkRF+aDoJJpBmnH/+tgQyS+PTESX/ruJteh8gu0JZNgutkgjRIQEavinS7xpc9vxf03HGO5Vrt/gugWie8mJ77tYoXRvS6ua4tOj/jbx65yEgzzVZYouMJX24rXAf9DkQHVIAT2mFv8XdRucU5YQbLU8DXiFEF/BBgA98Q8PyG3AMYAAAAASUVORK5CYII=) 50% 50% no-repeat;	
	opacity: 1;
}
#intro-down-btn > span:nth-child(1) {
	-webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 2s;
			transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 2s;
}
#intro-down-btn > span:nth-child(2) {
	-webkit-transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 2.2s;
			transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 2.2s;
}
#intro-down-btn > span:nth-child(3) {
	-webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1) 2.4s;
			transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1) 2.4s;
}
#intro-down-btn.animate > span {
	bottom: 30px;
	opacity: 0;
}

#intro-logo {
	position: absolute;
	z-index: 6;
	top: 45%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
			transform: translate3d(-50%,-50%,0);	
}
@media (min-width : 1200px) {
	#intro-logo {
		display: none;
	}
}

/****************************************/
/* ABOUT
/****************************************/

#about {
}





/****************************************/
/* LOCATION
/****************************************/

#location {
}
#location .section-lightbox-toggle {
	background: #000;
	color: #dce0df;
}

@media (min-width : 1200px) {
	#location .section-main-box {
		width: 660px;
	}
}




/****************************************/
/* FLOORPLANS
/****************************************/

#floorplans {
}
@media (min-width : 1200px) {
	#floorplans .section-main-box {
		width: 660px;
		float: right;
	}
	#floorplans .section-secondary-box {
		margin-right: 660px;
	}
}


#floorplans-list {
	margin-top: 35px;
}
#floorplans-list table {
	text-align: center;
	border-collapse: collapse;
	font-size: 0.9em;
}
#floorplans-list tr {
	position: relative;
	border-bottom: 2px solid transparent;
	opacity: 0;
	-webkit-transform: translate3d(-30px,0,0);
			transform: translate3d(-30px,0,0);
}
#floorplans-list tr.animated {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;	
}
#floorplans-list tr:nth-child(odd) {
	background-color: rgba(255,255,255,0.95);
	color: #000;
}
#floorplans-list tr:nth-child(even) {
	background-color: rgba(0,0,0,0.95);
	color: #fff;
}
#floorplans-list tr:nth-child(odd):not(:first-child):hover {
	background-color: #fff;
}
#floorplans-list tr:nth-child(even):hover {
	background-color: #000;
}
#floorplans-list th {
	padding: 0.5em;
	color: #000;
	font-weight: 700;
}
#floorplans-list td {
	padding: 0.5em;
}
#floorplans-list td > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

@media (min-width : 1200px) {
	#floorplans-list table {
		font-size: 1em;
	}
}

@media (min-width : 1600px) {
	#floorplans-list table {
		font-size: 1.1111em;
	}
}



/****************************************/
/* GALLERY
/****************************************/

#gallery {
}
#gallery .section-bg {
	padding-bottom: 20px;
}

@media (min-width : 1200px) {
	#gallery {
		height: 100vh;
	}
	#gallery .section-bg {
		padding-bottom: 0;
	}
}


/****************************************/
/* DEVELOPERS
/****************************************/

#developer {
}





/****************************************/
/* CONTACT
/****************************************/

#contact {
}
@media (min-width : 1200px) {
	#contact .section-main-box {
		width: 660px;
	}

	#contact h2 {
		margin: 1.25em 0;
		font-size: 3em;
	}
}


/* Contact form */
.form-container {
	position: relative;
}
.form-container > form.off {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	   -moz-transition: opacity 0.4s ease;
		-ms-transition: opacity 0.4s ease;
		 -o-transition: opacity 0.4s ease;
			transition: opacity 0.4s ease;	
}
.form-field {
	position: relative;
	margin-bottom: 1em;
}
.subscribe-field {
	color: #000;
}
input,
input,
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #000;
	padding: 0.66em 1em;
	line-height: 1.3333em;
	font-family: inherit;
	font-size: 1.05em;
	background: #000;
	color: #fff;
}
textarea {
	height: 5.5em;
}
::-webkit-input-placeholder { color: #eee; }
:-moz-placeholder { color: #eee; opacity: 1; }
::-moz-placeholder { color: #eee; opacity: 1; }
:-ms-input-placeholder { color: #eee; }
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	outline-color: #000;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.75);
			box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.75);
}
input[type=submit] {
	display: block;
	box-sizing: border-box;
	width: 50%;
	margin-right: auto;
	margin-left: 0;
	padding: 0.25em 0.5em;
	background: #000;
	font-weight: 700;
	font-size: 1.5em;
	cursor: pointer;
}

.form-field > .error-box {
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 35%;
	margin-top: -1.25em;
	border-radius: 4px;
	padding: 0.5em 1em;
	white-space: nowrap;
	background: #ff2627;
	color: #fff;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transform: translateX(-48px);
	   -moz-transform: translateX(-48px);
		-ms-transform: translateX(-48px);
		 -o-transform: translateX(-48px);
			transform: translateX(-48px);
	-webkit-transition: all 0.35s ease;
			transition: all 0.35s ease;
	-webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.75);
			box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.75);
}
.form-field > .error-box:after {
	content: "";
	display: block;
	position: absolute;
	right: -5px;
	top: 0.8em;
	width: 0px;
	height: 0px;
	border-right: 0px;
	border-top: 5px solid transparent;
	border-left: 5px solid #ff2627;
	border-bottom: 5px solid transparent;
}
.form-field.invalid-field > .error-box {
	z-index: 9;
	opacity: 1;
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
}
@media (min-width : 1200px) {
	
}
@media (min-width : 1600px) {
	
}
/***/

/* Custom checkbox */
.custom-checkbox {
	display: inline-block;
	min-height: 24px;
	padding-right: 40px;
	text-align: initial;
	line-height: 1;
	cursor: pointer;
}
.custom-checkbox > .custom-checkbox-btn {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin: -4px -40px 0 16px;
	background-image: url('../img/checkbox.png');
	background-repeat: no-repeat;
	background-position: 0 -24px;
}
.custom-checkbox.checked > .custom-checkbox-btn {
	background-position: 0 0;
}
.custom-checkbox > .custom-checkbox-label {
}
/***/

/* Form results */
.form-return {
	position: absolute;
	z-index: -9;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2em 15px;
	font-size: 1.5em;
	line-height: 1.25em;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease 0s, z-index 0s ease 0.4s;
	   -moz-transition: opacity 0.4s ease 0s, z-index 0s ease 0.4s;
		-ms-transition: opacity 0.4s ease 0s, z-index 0s ease 0.4s;
		 -o-transition: opacity 0.4s ease 0s, z-index 0s ease 0.4s;
			transition: opacity 0.4s ease 0s, z-index 0s ease 0.4s;	
}
.form-return.on {
	z-index: 9;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease 0.4s;
	   -moz-transition: opacity 0.4s ease 0.4s;
		-ms-transition: opacity 0.4s ease 0.4s;
		 -o-transition: opacity 0.4s ease 0.4s;
			transition: opacity 0.4s ease 0.4s;
}
.form-success, 
.form-failure {
	display: none;
}
.form-success.on, 
.form-failure.on {
	display: block;
}
@media (min-width : 1200px) {
}
/***/
