/********************************************************************************/
/* CUSTOM / PAGE SPECIFIC
/********************************************************************************/



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


/* Intro BG */
#intro .section-bg:after {
	opacity: 0;
	-webkit-transition: opacity 1s ease 0.6s;
			transition: opacity 1s ease 0.6s;
}
#intro.active-section .section-bg:after {
	opacity: 1;
}
/***/



/* Intro main content */
#intro .section-main {
	justify-content: center;
	padding-bottom: 20vh;
}
#intro .section-content.animate {
	opacity: 0;
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
	-webkit-transition: all 1s ease 1s;
			transition: all 1s ease 1s;
	will-change: transform, opacity;
}
#intro .section-content.animated {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}
/***/



/* Intro down button */
#intro-down-btn {
	position: absolute;
	z-index: 11;
	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) 1s;
			transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 1s;
}
#intro-down-btn > span:nth-child(2) {
	-webkit-transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 1.2s;
			transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 1.2s;
}
#intro-down-btn > span:nth-child(3) {
	-webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1) 1.4s;
			transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1) 1.4s;
}
#intro-down-btn.animate > span {
	bottom: 40px;
	opacity: 0;
}
#intro-down-btn.animated > span {
	bottom: 20px;
	opacity: 1;
}
/***/





/****************************************/
/* ABOUT
/****************************************/
#about {
}





/****************************************/
/* COMMUNITY
/****************************************/
#community {
}





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

#location {
}
.map-preview {
	padding-top: 100%;
}
.open-map {
	margin: 2px;
	padding: 0.75em 1em;
	white-space: nowrap;
	background: rgba(0,0,0,0.8);
}
.open-map img {
	vertical-align: middle;
	width: 1em;
	margin-right: 0.5em;
}

@media (min-width : 1200px) {
	.open-map {
		position: absolute;
		top: 50px;
		right: auto;
		bottom: auto;
		left: 100%;
		margin: 10px;
	}
}

@media (min-width : 1600px) {
	#location .floating-main.closed .section-toggle-btn {
		right: -360px;
	}
}





/****************************************/
/* GALLERY
/****************************************/

#gallery {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#gallery .swiper-slide {
	align-items: center;
}
	
#gallery .swiper-button-next.animate {
	-webkit-transform: translateX(-150%);
			transform: translateX(-150%);
}
#gallery .swiper-button-prev.animate {
	-webkit-transform: translateX(150%);
			transform: translateX(150%);
}
#gallery .swiper-button-next.animated,
#gallery .swiper-button-prev.animated {
	-webkit-transform: none;
			transform: none;
	-webkit-transition: all 0.8s ease;
			transition: all 0.8s ease;
}






/****************************************/
/* ENTREPRENEURS
/****************************************/
#entrepreneurs {
}
#entrepreneurs .section-bg.animate {
	opacity: 0;
}
#entrepreneurs .section-bg.animated {
	opacity: 1;
	-webkit-transition: opacity 0.6s ease;
			transition: opacity 0.6s ease;
}

.company-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1em;
}
.company-banner > a {
	margin: 0 1em;
}

@media (min-width : 1200px) {
	
}





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

#contact {
}

#main-form-container {
	width: 100%;
	max-width: 532px;
}
#main-form-container form {
	font-size: 1.1em;
}
#main-form-container .form-field.animate {
	opacity: 0;
	-webkit-transform: translateX(-2em);
			transform: translateX(-2em);
	-webkit-transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
			transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);	
}
#main-form-container .form-field.animated {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
}

@media (min-width : 1200px) {
	#contact .section-bg {
		width: 50%;
	}
	#main-form-container {
		margin-right: 0;
	}
	
	.submit-field {
		float: left;
	}
	
	.subscribe-field {
		display: flex;
		align-items: flex-start;
		width: 60%;
		padding: 0.25em 0;
	}
	.subscribe-field  label {
		width: 15em;
		margin: 0 0.5em;
	}
}

@media (min-width : 1600px) {
	#contact-details {
		margin: 75px -80px;
	}
	#contact-logo {
		padding: 25px 80px;
	}
	#contact-text {
		padding: 25px 80px;
	}
}

/********************************************************************************/

