/* Intro - Content */

body.intro > #PageWrapper {
	padding: 0;
}
#IntroContentWrapper {
	position: absolute;
	top: 1400px;
	width: 100%;
	z-index: 3;
	-webkit-transition: all 350ms ease-out;
	-moz-transition: all 350ms ease-out;
	-ms-transition: all 350ms ease-out;
	-o-transition: all 350ms ease-out;
	transition: all 350ms ease-out;
}
#IntroContentWrapper > div {
	background: #000000;
	background: rgba(0, 0, 0, 0.85);
	border: 1px solid #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 0;
	margin: 0 auto;
	max-width: 1100px;
	overflow: hidden;
	padding: 0 50px;
	position: relative;
}
#IntroContentWrapper > div h1 {
	color: #989897;
	font-size: 20px;
	font-weight: 600;
	margin: 24px 0;
	padding: 0 50px 2px 0;
	position: relative;
	text-transform: uppercase;
}
#IntroContentWrapper > div h1:after {
	content: "|";
	margin: 0 17px 0 15px;
	position: relative;
	top: -1px;
}
#IntroContentWrapper > div > section > div {
	margin: 66px 0 0 0;
}
#IntroContentWrapper > div > .trigger:before {
	content: "\E838";
}
#IntroContentWrapper > div > .trigger {
	color: #ffffff;
	cursor: pointer;
	font-family: "fontello";
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	right: 50px;
	top: 26px;
	z-index: 3;
}
#IntroContentWrapper.open > div > .trigger:before {
	content: "\E81D";
}

@media all and (max-width: 800px){

	#IntroContentWrapper > div {
		padding: 0 20px;
	}
	#IntroContentWrapper > div > .trigger {
		right: 20px;
	}

}

@media all and (max-width: 600px){

	#IntroContentWrapper > div h1 {
		font-size: 16px;
	}
	#IntroContentWrapper > div > .trigger {
		font-size: 16px;
	}

}

@media all and (max-width: 400px){

	#IntroContentWrapper > div h1 {
		font-size: 13px;
	}
	#IntroContentWrapper > div h1:after {
		margin-left: 8px;
	}
	#IntroContentWrapper > div > .trigger {
		font-size: 14px;
	}

}

/* Intro - Animation */

#GalleryWrapper {
	display: block !important;
	height: 100%;
	position: fixed;
	top: 0;
}
#GalleryWrapper > .animation > .wrapper > img.animate {
	position: absolute;
	width: auto;
	z-index: 1;
}
#GalleryWrapper > .animation > .wrapper > .textbox {
	line-height: 1.4;
	margin: -120px auto 0;
	max-width: 1100px;
	padding: 0 20px;
	position: relative;
	text-shadow: 0 0 10px #777777;
	top: 50%;
	z-index: 2;
}
#GalleryWrapper > .animation > .wrapper > .textbox > .text_1 {
	color: #FFFFFF !important;
	font-size: 60px !important;
	font-weight: 300 !important;
	height: auto !important;
	left: auto !important;
	margin: 0 0 14px 0;
	opacity: 0;
	position: relative;
	top: 10px !important;
	width: auto !important;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
#GalleryWrapper > .animation > .wrapper > .textbox > .text_1.show {
	opacity: 1;
	top: 0 !important;
}
#GalleryWrapper > .animation > .wrapper > .textbox > .text_2 {
	color: #FFFFFF !important;
	font-size: 20px !important;
	font-weight: bold !important;
	height: auto !important;
	left: auto !important;
	opacity: 0;
	position: relative;
	top: -10px !important;
	width: auto !important;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
#GalleryWrapper > .animation > .wrapper > .textbox > .text_2.show {
	opacity: 1;
	top: 0 !important;
}

@media all and (max-width: 750px){

	#GalleryWrapper > .animation > .wrapper > .textbox > .text_1 {
		font-size: 40px !important;
	}
	#GalleryWrapper > .animation > .wrapper > .textbox > .text_2 {
		font-size: 18px !important;
	}

}