/*APPSTACK v1*/

@import url("../styles/font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");

/*

CONTENTS

01  - Reset
02  - General Layout
03a - Section 1
03b - Header
03c - Button
04  - Responsive Design

*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font: inherit;

}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

html {
	height: 100%;
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}
a{
	font-style: none;
}


/* //////////////////////////////////////////////////////////////////////
//  02 - General Layout
//////////////////////////////////////////////////////////////////////*/

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	body {
		background: #000;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #fff;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.65em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		border-bottom: dotted 1px #666;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent !important;
			color: #6bd4c8;
		}

	strong, b {
		color: #555;
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #555;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 6.25em;
		line-height: 1.35em;

	}

	h2 {
		font-size: 2em;
		line-height: 1.35em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(144, 144, 144, 0.5);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.5);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.5);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

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

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

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

	/* Section/Article */

		section.special, article.special {
			text-align: center;
		}

		header p {
			color: #999;
			margin: 0 0 1.5em 0;
			position: relative;
		}

		header h2 + p {
			font-size: 1.25em;
			line-height: 1.5em;
			margin-top: -1em;
		}

		header h3 + p {
			font-size: 1.1em;
			line-height: 1.5em;
			margin-top: -0.8em;
		}

		header h4 + p,
		header h5 + p,
		header h6 + p {
			font-size: 0.9em;
			line-height: 1.5em;
			margin-top: -0.6em;
		}

		header.major {
			margin: 0 0 1em 0;
		}

			header.major:after {
				background: rgba(144, 144, 144, 0.5);
				content: '';
				display: inline-block;
				height: 1px;
				margin-top: 1.5em;
				width: 6em;
			}

			header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
				margin: 0;
			}

			header.major p {
				margin: 0.7em 0 0 0;
			}

		header.special {
			text-align: center;
		}

		/* Icon */

			.icon {
				text-decoration: none;
				border-bottom: none;
				position: relative;
			}

				.icon:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				.icon > .label {
					display: none;
				}

				.icon.style1:before {
					color: #c3e895;
				}

				.icon.style2:before {
					color: #8addaa;
				}

				.icon.style3:before {
					color: #6bd4c8;
				}

				.icon.style4:before {
					color: #57aed3;
				}

				.icon.style5:before {
					color: #4a87d3;
				}

				.icon.style6:before {
					color: #6b88e6;
				}

				.icon.major {
					text-decoration: none;
					color: #555;
					cursor: default;
					display: inline-block;
					margin: 0 0 1.5em 0;
				}

					.icon.major:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					.icon.major:before {
						font-size: 4em;
						line-height: 1em;
					}
/* //////////////////////////////////////////////////////////////////////
//  03 - LOADING SCREEN
//////////////////////////////////////////////////////////////////////*/

	.no-js #loader { display: none;  }

	.js #loader { display: block; position: absolute; left: 100px; top: 0; }

	.loader {
						position: fixed;
						left: 0%;
						top: 0%;
						width: 100%;
						height: 100%;
						z-index: 99999;
						background: url("../images/preloader.gif") center no-repeat #fff;
	}

/* //////////////////////////////////////////////////////////////////////
//  03a - SECTION 1
//////////////////////////////////////////////////////////////////////*/

	.section1{
		height:100vh;
		width:100%;
		background-color: #000;
		position: relative;
		overflow: hidden;
	}
		.section1 .container{
			width:100%;
			height:100vh;
			overflow: hidden;
		}
		.section1 .container .scene{
			width:100%;
			height:100vh;
			/*overflow: hidden; 	fix layer trailing on ios*/
		}
		.section1 .container .scene .layer{
			width:110%;
			height:110vh;
			/*overflow: hidden; fix for ios cut box*/
		}

		.section1 .layer .far{

			background-image: url("../images/layer1.jpeg");
			background-size: cover;
			background-position: center;
			background-size: cover;
			position: absolute;
			width: 100%;
			height: 100%;
			left: -5%;
			top: -5%;
		}


		.section1 .layer .medium{

			background-image: url('../images/layer2.png');
			background-size: cover;
			background-position: center;
			background-size: cover;
			position: absolute;
			width: 100%;
			height: 100%;
			left: -5%;
			top: -5%;
		}

		.section1 .layer .text{
			position: absolute;
			width: 100%;
			height:100%;
			left: -1.5%;
			top: 35%;
			text-align: center;
		}
		.section1 .layer .text-bottom{
			position: absolute;
			width: 100%;
			height:100%;
			top: 50%;
			text-align: center;
		}

		.section1 .layer .gradient{
			background-image: url('../images/gradient.png');
			background-position: center;
			background-size: cover;
			position: absolute;
			width: 115%;
			height:115%;
			left: -10%;
			top: -10%;
		}

		.section1 .layer .close{

			background-image: url('../images/layer3.png');
			background-size: cover;
			background-position: center;
			background-size: cover;
			position: absolute;
			width: 100%;
			height:100%;
			left: -5%;
			top: -5%;
		}

		.section1 .titleslide{
			position: absolute;
			z-index: 102;
		}
		.section1 .arrow{
			position: absolute;
			z-index: 106;
			bottom: 20px;
			left: 50%;
			cursor: pointer;
			opacity: 0;

			font-family: Roboto;
			text-transform: uppercase;
			font-size: 10px;
			letter-spacing: 0.4em;

		}
		.section1 .arrow .align-middle{
			left:-50%;
			position: relative;
			text-align: center;
		}
		.section1 #scrollTitle{
			margin-bottom: 10px;
		}

		.titleslide{
			position: absolute;
			z-index: 10002;
			left: 50%;
			top: calc(50% - 100px);

		}
		.titleslide .title{
			width: 100%;
			text-align: center;
			height:84px;
		}


		.titleslide .titleunder{
			display: block;
			vertical-align: middle;
			width: 100%;
			height:100px;
			overflow: hidden;
			margin: auto;
			margin-top: 10px;
			margin-right: 13px;
			opacity: 0;
		}
		.titleslide .titleunder img{
			width:300px;
			height: auto;

		}

		.align-middle{
			position: relative;
			left: -50%;
		}




		@media screen and (max-width: 1024px) {

			.section1 .container .scene .layer{
				width:120%;
				height:110vh;
				/*overflow: hidden; fix for ios cut box*/
			}

			.section1 .layer .far{
				width: 110%;
				height: 110%;
				left: -10%;
				top: -10%;
			}

			.section1 .layer .medium{
				width: 117.5%;
				height: 117.5%;
				left: -12%;
				top: -12%;
			}
			.section1 .layer .text{
				left: -7.5%;
				top: 30%;
			}
			.section1 .layer .gradient{
				width: 117.5%;
				height: 117.5%;
				left: -12%;
				top: -12%;
			}
			.section1 .layer .close{
				left: -5%;
				top: -15%;
			}

		}







/* //////////////////////////////////////////////////////////////////////
//  03b - HEADER
//////////////////////////////////////////////////////////////////////*/

		#header a {
			border-bottom-color: rgba(255, 255, 255, 0.5);
		}

			#header a:hover {
				color: #ffffff;
			}

		#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header strong, #header b {
			color: #ffffff;
		}

		#header header p {
			color: #ffffff;
		}

		#header header.major:after {
			background: #ffffff;
		}

		#header input[type="submit"],
		#header input[type="reset"],
		#header input[type="button"],
		#header button,
		#header .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#header input[type="submit"]:hover,
			#header input[type="reset"]:hover,
			#header input[type="button"]:hover,
			#header button:hover,
			#header .button:hover {
				background-color: rgba(255, 255, 255, 0.125);
			}

			#header input[type="submit"]:active,
			#header input[type="reset"]:active,
			#header input[type="button"]:active,
			#header button:active,
			#header .button:active {
				background-color: rgba(255, 255, 255, 0.25);
			}

			#header input[type="submit"].special,
			#header input[type="reset"].special,
			#header input[type="button"].special,
			#header button.special,
			#header .button.special {
				background-color: #ffffff;
				box-shadow: inset 0 0 0 1px #ffffff !important;
				color: #4686a0 !important;
			}

				#header input[type="submit"].special:hover,
				#header input[type="reset"].special:hover,
				#header input[type="button"].special:hover,
				#header button.special:hover,
				#header .button.special:hover {
					background-color: rgba(255, 255, 255, 0.125) !important;
					color: #ffffff !important;
				}

				#header input[type="submit"].special:active,
				#header input[type="reset"].special:active,
				#header input[type="button"].special:active,
				#header button.special:active,
				#header .button.special:active {
					background-color: rgba(255, 255, 255, 0.25) !important;
				}

		#header ul.major-icons li .icon {
			border-color: #ffffff;
		}

		#header .icon.major {
			color: #ffffff;
		}

		#header h1 {
			margin: 0;
		}

		#header p {
			margin: 1em 0 0 0;
		}

		#header .actions {
			margin: 2.5em 0 0 0;
			position: relative;
		}

			#header .actions:after {
				background: #ffffff;
				content: '';
				height: 100vh;
				left: 50%;
				position: absolute;
				top: 100%;
				width: 1px;
			}

		#header .inner {
			-moz-transition: -moz-transform 1.5s ease, opacity 2s ease;
			-webkit-transition: -webkit-transform 1.5s ease, opacity 2s ease;
			-ms-transition: -ms-transform 1.5s ease, opacity 2s ease;
			transition: transform 1.5s ease, opacity 2s ease;
			-moz-transition-delay: 0.25s;
			-webkit-transition-delay: 0.25s;
			-ms-transition-delay: 0.25s;
			transition-delay: 0.25s;
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			opacity: 1;
			position: relative;
			z-index: 1;
		}

			#header .inner .actions {
				-moz-transition: -moz-transform 1.25s ease;
				-webkit-transition: -webkit-transform 1.25s ease;
				-ms-transition: -ms-transform 1.25s ease;
				transition: transform 1.25s ease;
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
			}

		#header:after {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			background-image: linear-gradient(45deg, #4fa49a, #4361c2);
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		body.is-loading #header .inner {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
		}

		body.is-loading #header .inner .actions {
			-moz-transform: translateY(30em);
			-webkit-transform: translateY(30em);
			-ms-transform: translateY(30em);
			transform: translateY(30em);
			opacity: 0;
		}

		body.is-loading #header:after {
		opacity: 1;
		}

/* //////////////////////////////////////////////////////////////////////
//  03c - BUTTON
//////////////////////////////////////////////////////////////////////*/

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				-moz-appearance: none;
				-webkit-appearance: none;
				-ms-appearance: none;
				appearance: none;
				-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				background-color: transparent;
				border-radius: 4px;
				border: 0;
				box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.5);
				color: #555 !important;
				cursor: pointer;
				display: inline-block;
				font-size: 0.9em;
				font-weight: 400;
				height: 2.75em;
				letter-spacing: 0.125em;
				line-height: 2.75em;
				padding: 0 2em;
				text-align: center;
				text-decoration: none;
				text-indent: 0.125em;
				text-transform: uppercase;
				white-space: nowrap;
			}

				input[type="submit"]:hover,
				input[type="reset"]:hover,
				input[type="button"]:hover,
				button:hover,
				.button:hover {
					background-color: rgba(144, 144, 144, 0.075);
				}

				input[type="submit"]:active,
				input[type="reset"]:active,
				input[type="button"]:active,
				button:active,
				.button:active {
					background-color: rgba(144, 144, 144, 0.2);
				}

				input[type="submit"].icon,
				input[type="reset"].icon,
				input[type="button"].icon,
				button.icon,
				.button.icon {
					padding-left: 1.35em;
				}

					input[type="submit"].icon:before,
					input[type="reset"].icon:before,
					input[type="button"].icon:before,
					button.icon:before,
					.button.icon:before {
						margin-right: 0.5em;
					}

				input[type="submit"].fit,
				input[type="reset"].fit,
				input[type="button"].fit,
				button.fit,
				.button.fit {
					display: block;
					margin: 0 0 1em 0;
					width: 100%;
				}

				input[type="submit"].small,
				input[type="reset"].small,
				input[type="button"].small,
				button.small,
				.button.small {
					font-size: 0.7em;
				}

				input[type="submit"].big,
				input[type="reset"].big,
				input[type="button"].big,
				button.big,
				.button.big {
					font-size: 1.25em;
				}

				input[type="submit"].special,
				input[type="reset"].special,
				input[type="button"].special,
				button.special,
				.button.special {
					background-color: #555;
					box-shadow: none !important;
					color: #fff !important;
				}

					input[type="submit"].special:hover,
					input[type="reset"].special:hover,
					input[type="button"].special:hover,
					button.special:hover,
					.button.special:hover {
						background-color: #626262;
					}

					input[type="submit"].special:active,
					input[type="reset"].special:active,
					input[type="button"].special:active,
					button.special:active,
					.button.special:active {
						background-color: #484848;
					}

				input[type="submit"].disabled, input[type="submit"]:disabled,
				input[type="reset"].disabled,
				input[type="reset"]:disabled,
				input[type="button"].disabled,
				input[type="button"]:disabled,
				button.disabled,
				button:disabled,
				.button.disabled,
				.button:disabled {
					cursor: default;
					opacity: 0.25;
				}



/* //////////////////////////////////////////////////////////////////////
//  04 - RESPONSIVE DESIGN
//////////////////////////////////////////////////////////////////////*/



		/* XLarge */

			@media screen and (max-width: 1680px) {

				/* Basic */

					body, input, select, textarea {
						font-size: 14pt;
					}


			}

		/* Large */

			@media screen and (max-width: 1140px) {

				/* Basic */

					body, input, select, textarea {
						font-size: 13pt;
					}

					/*h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
						display: none;
					}*/


			}

		/* Medium */

			@media screen and (max-width: 980px) {


			}

		/* Small */

			@media screen and (max-width: 736px) {

				/* Basic */

					body, input, select, textarea {
						font-size: 12pt;
					}

					h1 {
						font-size: 4em;
					}

					h2 {
						font-size: 2.5em;
					}

					h3 {
						font-size: 1.3em;
					}

					h4 {
						font-size: 0.5em;
					}

				/* Button */

					input[type="submit"],
					input[type="reset"],
					input[type="button"],
					button,
					.button {
						height: 3em;
						line-height: 3em;
					}

			}

		/* XSmall */

			@media screen and (max-width: 480px) {

				/* Button */

					input[type="submit"],
					input[type="reset"],
					input[type="button"],
					.button {
						padding: 0;
					}

			}
