/****************************************/
/* INTRO
/****************************************/


#intro-bg {
}
#intro-bg:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 1;
	-webkit-transition: all 2s ease 1s;
			transition: all 2s ease 1s;
}
#intro-bg.animate:after {
	opacity: 0;
}
#intro-logo {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	-webkit-transform: translate3d(-50%,-50%,0) scale(1);
			transform: translate3d(-50%,-50%,0) scale(1);
	-webkit-transition: all 2s ease 1s;
			transition: all 2s ease 1s;
}
#intro-logo.animate {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale(1.5);
			transform: translate3d(-50%,-50%,0) scale(1.5);
}
#intro-logo img {
	max-height: 75vh;
}
#intro-enter-btn {
	position: absolute;
	z-index: 9;
	bottom: 20px;
	left: 50%;
}
#intro-enter-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-enter-btn > span:nth-child(1) {
	-webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 4s;
			transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 4s;
}
#intro-enter-btn > span:nth-child(2) {
	-webkit-transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 4.2s;
			transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 4.2s;
}
#intro-enter-btn > span:nth-child(3) {
	-webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1) 4.4s;
			transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1) 4.4s;
}
#intro-enter-btn.animate > span {
	bottom: 30px;
	opacity: 0;
}





/****************************************/
/* ABOUT
/****************************************/

#about {
}




/****************************************/
/* LOCATION
/****************************************/

#location {
}
.map-img {
	background-position: 50% 50%;
	background-size: 200%;
	background-repeat: no-repeat;
}
@media (min-width : 1200px) {
	.map-img {
		background-size: initial;
	}
}
@media (min-width : 1921px) {
	.map-img {
		background-size: cover;
	}
}



/****************************************/
/* FLOORPLANS
/****************************************/
#floorplans {
}
#floorplans .section-secondary-box {
	-webkit-transition: background 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) 0.6s;
			transition: background 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) 0.6s;
}
#floorplans .section-secondary-box:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: background 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) 0.6s;
			transition: background 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) 0.6s;
}
#floorplans .section-secondary-box.animate {
	background-position: 50% 50%;
}
#floorplans .section-secondary-box.animate:before {
	background: rgba(0,0,0,0);
}
#floorplans .section-secondary {
	position: relative;
}
#floorplans-list {
	padding: 0;
	color: #d9d9d9;
	font-weight: 500;
}
#floorplans-list p {
	-webkit-transition: all 0.4s ease 2s;
			transition: all 0.4s ease 2s;		
}
#floorplans-list p.animate {
	opacity: 0;
}
#floorplans-list h3 {
	margin: 50px 0;
	color: #fff;
	font-size: 2.75em;
	font-weight: 300;
}
.text-icon {
	margin: 0 0.5em;
	vertical-align: middle;
}
#floorplans-list table {
	color: #040707;
	text-align: center;
	border-collapse: collapse;
	font-size: 0.9em;
}
#floorplans-list tr {
	opacity: 0;
	-webkit-transform: translate3d(-30px,20px,0);
			transform: translate3d(-30px,20px,0);
}
#floorplans-list tr.animated {
	border-bottom: 2px solid #a8b6a9;
	opacity: 1;
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;	
}

#floorplans-list tr:nth-child(odd) {
	background-color: rgba(217,217,217,0.9);
}
#floorplans-list tr:nth-child(even) {
	background-color: rgba(186,214,255,0.9);
}
#floorplans-list tr:not(:first-child):hover {
	background-color: #fff;
}
#floorplans-list th,
#floorplans-list td {
	padding: 0.5em;
}
#floorplans-list th:first-child,
#floorplans-list td:first-child {
	padding-right: 2em;
}
#floorplans-list td > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

@media (min-width : 1200px) {
	#floorplans {
		display: flex;
		flex: 0 1 auto;
	}
	#floorplans .section-main-box {
		float: none;
	}
	#floorplans .section-secondary-box {
		width: calc(100% - 560px);
	}
	
	#floorplans-list {
		padding: 100px 0 30px 0;
	}
	
	#floorplans-list table {
		font-size: 1em;
	}
}

@media (min-width : 1600px) {
	#floorplans-list table {
		font-size: 1.1111em;
	}
}


/****************************************/
/* DEVELOPER
/****************************************/




/****************************************/
/* GALLERY
/****************************************/
#gallery {
	background-color: #000;
}
#gallery .swiper-container {
	overflow: visible;
}
@media screen and (orientation:portrait) {
	#gallery {
		padding: 20% 0;
	}
}
@media screen and (orientation:landscape) {
   	#gallery {
		padding: 50px 0;
	}
}
@media (min-width : 1200px) {
	#gallery {
		padding: 0;
	}
	#gallery .swiper-container {
		overflow: hidden;
	}
}


/****************************************/
/* CONTACT
/****************************************/

#contact {
	background-attachment: fixed;
	color: #fff;
	box-shadow: inset 0px 8px 16px -8px rgba(0,0,0,0.75);
}
#contact .section-main-box {
	padding-bottom: 180px;
	float: none;
	text-align: center;
}
@media (min-width : 1200px) {
	#contact .section-main-box {
		width: 768px;
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* Contact phone */
#contact-phone-no {
	display: inline-block;
	color: #bed8e4;
	text-align: initial;
	font-size: 1.5em;
}
#contact-phone-no > a {
	display: block;
	margin: -0.333em -0.066em 0 0;
	font-size: 2.25em;
	color: inherit;
	direction: ltr;
}
@media (min-width : 1200px) {
	#contact-phone-no > a {
		font-size: 3.25em;
	}
}
@media (min-width : 1600px) {
	#contact-phone-no > a {
		font-size: 4.25em;
	}
}
/***/



/* Contact form */
.form-container {
	position: relative;
}
#main-form-container {
	margin: 20px 0;
}
.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;	
}
#main-contact-form {
	color: #bed8e4;
}
.form-field {
	position: relative;
	margin-bottom: 1.1111em;
}
.last-field {
}
.last-field > .subscribe-field {
	padding: 1em 0 0.9em 0;
	line-height: 1.3333em;
	text-align: initial;
}
input,
input,
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.75em 1.25em;
	line-height: 1.3333em;
	font: inherit;
	background: #bed8e4;
	color: #032e40;
}
textarea {
	height: 9.5em;
}
::-webkit-input-placeholder { color: #30738c; }
:-moz-placeholder { color: #30738c; opacity: 1; }
::-moz-placeholder { color: #30738c; opacity: 1; }
:-ms-input-placeholder { color: #30738c; }
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	outline-color: #000;
	-webkit-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.75);
			box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.75);
}
input[type=submit] {
	display: block;
	box-sizing: border-box;
	background: #30738c;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
}


.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-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: #d83132;
	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 #d83132;
	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) {
	#main-form-container {
		margin: 20px -10px;
	}
	.form-container:after {
		content: '';
		display: block;
		clear: both;
	}
	.form-field {
		width: 50%;
		float: right;
		padding: 0 10px;
	}
	.form-field:nth-child(odd) {
		clear: both;
	}
	.form-field.last-field {
		margin-top: -7.5em;
	}
}


.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) {
}
/***/



/* Office location */
#office-address {
	margin: 20px 0 0;
	text-align: initial;
}
#office-map {
	margin: 20px 0;
	height: 200px;
}
/***/



/* Contact footer */
#contact-footer {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
}
@media (min-width : 1200px) {
	#contact-footer {
		bottom: 50px;
	}
}
/***/



/* Some animations */
#contact .animate-seq {
	opacity: 0;
	-webkit-transform: translateY(30px);
			transform: translateY(30px);
}
#contact .animate-seq.animated {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
	-webkit-transition: all 0.8s ease;
			transition: all 0.8s ease;	
}
/***/

