/* --- Global --- */
* {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	transition: border 200ms linear, 
		color 150ms linear, 
		background 150ms linear;
}
html, body {
	overflow-x: hidden;
}
body {
	margin-top: 150px;
	background: #fff;
}
img {
	border: none;
	outline: none;
}
.wrap {
	margin: 0 auto;
	width: 960px;
	max-width: 96%;
	overflow: auto;
}
.jsMediaQuery {
	display: none;
	width: 1000px;
}
.fixedBackground {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: auto 100%;
}
.fixedBackground.aboutBackground {
	background-image: url("images/bg_universe.jpg");
	z-index: -5;
}
.fixedBackground.workBackground {
	background-image: url("images/bg_planet.jpg");
	z-index: -10;
}


/* --- Header --- */
.header {
	-webkit-appearance: none;
	height: 150px;
	max-height: 150px;
	width: 100%;
	background: #fff;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 0 5px 0 #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: visible;
}
.header .wrap {
	height: 100%;
	overflow: hidden;
}
.header .logo {
	float: left;
	height: 90%;
	max-height: 90%;
	position: relative;
	top: 5%;
	left: 0;
}
.header .logo img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
}
.header .logo .big {
	min-height: 56px;
}
.header .logo .small {
	display: none;
}

/* - Nav - */
.header .nav {
	float: right;
	height: 100%;
}
.header .nav:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.header .nav ul {
	list-style-type: none;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.header .nav li {
	display: block;
	float: left;
	height: 100%;
	margin: 0 0 0 15px;
}
.header .nav a {
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	padding: 0 5px;
	border-bottom: 2px solid #fff;
}
.header .nav a:hover {
	border-color: #49e;
}
.header .nav a:before {
	content: "//";
	color: #49e;
}

/* - Nav Mobile - */
.header .navMobile {
	float: right;
	height: 100%;
	display: none;
}
.header .navMobile.controller:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.header .navMobile.controller a {
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.header .navMobile.controller a:before {
	content: "#";
	color: #49e;
}
.header .navMobile.menu {
	width: 100%;
	display: none;
}
.header .navMobile.menu ul {
	width: 100%;
	background: #fff;
	background: rgba(255, 255, 255, .9);
	list-style-type: none;
	overflow: auto;
	border-bottom: 2px solid #49e;
}
.header .navMobile.menu li a {
	display: block;
	float: right;
	clear: right;
	height: 40px;
	width: 100%;
	text-align: right;
	color: #000;
	font-size: 20px;
	line-height: 36px;
	padding: 0 5px;
	border-top: 2px solid #49e;
}
.header .navMobile.menu li a:before {
	content: "//";
	color: #49e;
}

/* --- Section --- */
.section {
	padding: 30px 0;
	color: #333;
}
.section h2.sectionHeader {
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	margin: 60px 0;
}
.section h2:before {
	content: "//";
	color: #49e;
}
/*.section h2:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 25%;
	height: 100%;
	width: 50%;
	background: #000;
	background: rgba(0, 0, 0, .3);
	background: radial-gradient(farthest-side, rgba(255, 255, 255, .2), rgba(0, 0, 0, 0));
	z-index: -1;
}*/
.section .sectionDescription {
	margin: 20px 0 60px;
	padding: 30px 15px 15px;
	text-align: center;
	background: #eee;
	background: rgba(68, 153, 238, .2);
	background: #d8eafb;
	border-left: 15px solid #333;
	position: relative;
	z-index: 2;
}
.section .sectionDescription p {
	margin: 0 auto 15px;
	font-size: 18px;
	font-weight: 200;
	max-width: 640px;
}
.section.whiteSection {
	width: 110%;
	margin: 0 0 0 -5%;
	padding-left: 5%;
	padding-right: 5%;
	border-top: 10px solid #49e;
	box-shadow: 0 10px 15px -10px #000;
	position: relative;
	z-index: 10;
}
.section.bgSection {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	transition: none;
}
.section.bgSection h2.sectionHeader {
	color: #fff;
}

/* --- About --- */
#about {
	background-image: url("images/bg_universe.jpg");
}
#about .offers {
	overflow: auto;
	margin: 0 0 90px;
}
#about .offers .offer {
	float: left;
	width: 50%;
	padding: 20px;
	font-size: 14px;
}
#about .offers .offer .imageContainer {
	width: 50%;
	overflow: auto;
	background: #fff;
	border: 15px solid #49e;
	border-radius: 100%;
	margin: 0 auto 30px;
}
#about .offers .offer .imageContainer img {
	display: block;
	width: 80%;
	height: auto;
	margin: 10% auto;
}
#about .offers .offer .content {
	background: #fff;
	padding: 10px 0 15px;
}
#about .offers .offer .content h3 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 20px;
	border-bottom: 1px solid #49e;
	margin: 0 5% 20px;
}
#about .offers .offer .content p,
#about .offers .offer .content ul {
	color: #000;
	font-size: 16px;
	font-weight: 200;
	padding: 0 5% 15px;
}
#about .offers .offer .content ul {
	padding-left: 15%;
}


/* --- Process --- */
#process {
	background: #fff;
}
#process .steps {
	width: 100%;
	overflow: auto;
	margin: 0 0 60px;
}
#process .steps .stepHeaders {
	width: 50%;
	float: left;
	overflow: auto;
	padding: 30px 0 0;
}
#process .steps .stepHeaders .stepHeader {
	display: block;
	color: #333;
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	border-left: 5px solid #333;
	padding: 15px;
	margin: 0 0 20px;
	background: #fff;
	position: relative;
	z-index: 10;
	transition:
		box-shadow 120ms linear,
		border 120ms linear;
}
#process .steps .stepHeaders .stepHeader:hover {
	border-color: #49e;
	box-shadow: 0 0 4px 0 #000;
}
#process .steps .stepHeaders .stepHeader.selected {
	z-index: 20;
	box-shadow: 0 0 10px 0 #000;
	border-color: #49e;
}
#process .steps .stepContent {
	width: 50%;
	float: left;
	padding: 30px 5%;
	position: relative;
	z-index: 15;
	box-shadow: 0 0 15px 0 #000;
	background: #fff;
}
#process .steps .stepContent .step {
	display: none;
}
#process .steps .stepContent .step.selected {
	display: block;
}
#process .steps .stepContent .imageContainer {
	width: 300px;
	max-width: 100%;
	overflow: auto;
	border: 5px solid #49e;
	border-radius: 100%;
	margin: 30px auto;
}
#process .steps .stepContent .imageContainer img {
	display: block;
	width: 80%;
	height: auto;
	margin: 10% auto;
}
#process .steps .stepContent h3 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 5px;
}
#process .steps .stepContent p {
	width: 400px;
	max-width: 95%;
	text-align: center;
	font-weight: 200;
	font-size: 16px;
	color: #000;
	margin: 0 auto 30px;
}

/* --- Work --- */
#work {
	background-image: url("images/bg_planet.jpg");
}
#work .pieces {
	overflow: auto;
	margin: 0 0 60px;
}
#work .pieces .pieceContainer {
	float: left;
	width: 33.33333%;
	padding: 0 2%;
	margin: 30px 0 60px;
}
#work .pieces .pieceContainer:nth-child(4n) {
	clear: left;
}
#work .pieces .piece {
	padding: 15px;
	background: #fff;
}
#work .pieces .piece .imageContainer {
	width: 100%;
	height: 0;
	padding-top: 66.66666%;
	position: relative;
	oveflow: hidden;
	margin: 0 0 15px;
	background: #49e url("images/icon_arrow.png") center center no-repeat;
	background-size: auto 100%;
}
#work .pieces .piece .imageContainer.demo:after {
	content: "DEMO";
	position: absolute;
	bottom: 0;
	right: 1px;
	padding: 5px 7px;
	color: #fff;
	font-size: 20px;
	background: #666;
	background: rgba(0, 0, 0, .5);
}
#work .pieces .piece .imageContainer img {
	display: block;
	border: 1px solid #49e;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition: opacity 120ms linear;
}
#work .pieces .piece .imageContainer img:hover {
	opacity: .6;
}
#work .pieces .piece .imageContainer img.comingSoon:hover {
	opacity: 1;
}
#work .pieces .piece h3 {
	text-align: center;
	font-weight: normal;
}
#work .pieces .piece p {
	text-align: center;
	font-weight: 200;
}

/* --- Contact --- */
#contact {
	background: #fff;
}
#contact .contactInfo,
#contact .contactForm {
	width: 50%;
	float: left;
	padding: 30px;
}
#contact .contactInfo .info {
	margin: 0 0 60px;
}
#contact .contactInfo .info h3 {
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #49e;
}
#contact .contactInfo .info a {
	font-size: 18px;
	font-weight: 200;
	color: #333;
}
#contact .contactInfo .info a:hover {
	color: #49e;
	text-decoration: underline;
}
#contact .contactForm {
	margin: 0 0 60px;
}
#contact .contactForm p {
	text-align: center;
	font-size: 16px;
	font-weight: 200;
	color: #fff;
}
#contact .contactForm form {
	width: 100%;
	padding: 30px;
	background: #333;
}
#contact .contactForm form > * {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
#contact .contactForm form > *:focus {
	outline: none;
	border-color: #49e;
}
#contact .contactForm form input,
#contact .contactForm form textarea {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	font-weight: 200;
	color: #333;
	background: #fff;
	border: 2px solid #fff;
	margin: 0 0 30px;
}
#contact .contactForm form textarea {
	min-height: 250px;
	resize: vertical;
}
#contact .contactForm form input[type=submit] {
	cursor: pointer;
	background: #49e;
	color: #fff;
	font-weight: normal;
	border: none;
}
#contact .contactForm form input[type=submit]:hover {
	background-color: #4bf;
}
#contact .contactForm form .inputError {
	border-color: #f00 !important;
}

/* --- Footer --- */
.footer {
	background: #333;
	padding: 60px 0;
}
.footer p {
	width: 100%;
	text-align: center;
	color: #fff;
}


/* --- Media Queries --- */
@media screen and (max-width: 960px) {
	.jsMediaQuery {
		width: 960px;
	}
	.bgSection {
		background-size: auto 100%;
	}
	#contact .contactInfo {
		width: 40%;
	}
	#contact .contactForm {
		width: 60%;
	}
}
@media screen and (max-width: 700px) {
	.header .nav {
		display: none;
	}
	.header .navMobile {
		display: block;
	}
	#about .offers .offer {
		width: 100%;
		padding: 10%;
	}
	#work .pieces .pieceContainer {
		width: 50%;
	}
	#work .pieces .pieceContainer:nth-child(4n) {
		clear: none;
	}
	#work .pieces .pieceContainer:nth-child(odd) {
		clear: left;
	}
	#contact .contactInfo {
		width: 100%;
	}
	#contact .contactInfo .info {
		float: left;
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}
	#contact .contactForm {
		width: 100%;
		padding: 0 10%;
	}
}
@media screen and (max-width: 600px) {
	#process .steps .stepHeaders {
		display: none;
	}
	#process .steps .stepContent {
		width: 100%;
		counter-reset: steps;
	}
	#process .steps .stepContent .step {
		display: block;
		margin: 0 0 60px;
	}
	#process .steps .stepContent .step h3:before {
		counter-increment: steps;
		content: counter(steps) ". ";
	}
	#process .steps .stepContent .step .imageContainer {
		max-width: 80%;
	}
}
@media screen and (max-width: 500px) {
	.header {
		background: #fff;
	}
	#contact .contactForm {
		padding: 0 5%;
	}
}
@media screen and (max-width: 400px) {
	body {
		margin-top: 120px;
	}
	.header {
		height: 120px;
		max-height: 120px;
	}
	#about .offers .offer {
		padding: 10% 5%;
	}
	#work .pieces .pieceContainer {
		width: 100%;
		padding: 0 5%;
	}
}