.n-home-body {
	
	padding-top: 0px;
	-webkit-overflow-scrolling: touch;
}

.n-about-nav {
	
	position: fixed; 
	top: 70px; 
	text-align: center; 
	width: 100%; 
	z-index: 100;
	padding: 10px;
	background: rgba(255,255,255, 0.8);
}

.n-about-nav .uk-icon-circle {
	
	font-size: 0.5em;
}

.n-about-nav .uk-nav-side > li > a {
	
	border-radius: 5px;
}

.n-parallax-container {
	
	position: fixed;
	top: 70px;
	bottom: 0px;
	width: 100%; 
	text-align: center;
	pointer-events: none;
}

.n-intro {
	
	top: 40%;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.n-company-container {
	
	background: rgb(192, 192, 192);
	z-index: 90;
}

.n-company-water {
	
	position: fixed;
	width: 100%;
	height: 100%;
	background: white;
	top: 0px;
}

.n-company-header, .n-team-header {
	
	font-size: 72px; 
	line-height: 56px;
	font-weight: bolder;
	color: white;
}

.n-company-history-container {

	background: #333;
	z-index: 80;
	color: #ccc;
}

.n-company-history-container > div {
	
	font-size: 24px;
	line-height: 24px;
}

.n-history-line {
	
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.n-history-line .n-year {
	
	position: absolute; 
	bottom: 0px; 
	width: 150px; 
	height: 50px; 
	left: 50%; 
	margin-left: -75px; 
	text-align: center;
}

.n-history-line .n-half-line-left {
	
	position: absolute; 
	bottom: 25px; 
	left: 0px; 
	right: 50%; 
	height: 10px; 
	background: white; 
	margin-right: 65px;
}

.n-history-line .n-half-line-right {
	
	position: absolute; 
	bottom: 25px; 
	left: 50%; 
	right: -100px; /* Prevent flicker on Chrome */
	height: 10px; 
	background: white; 
	margin-left: 65px;
}

.n-history-line .n-full-line {
	
	position: absolute; 
	bottom: 25px; 
	left: 0px; 
	right: 0px; 
	height: 10px; 
	background: white; 
}

.n-speciality-container {
	
	background: rgb(240,242,245);
	z-index: 90;
	top: 0px;
	padding-top: 70px;
}

.n-speciality-header {
	
	font-size: 72px; 
	line-height: 56px;
	font-weight: bolder;
	color: #999;
}

.n-speciality-ui-image {
	
	position: fixed;
	top: 130px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	
	background: url(images/about/speciality-ui-0.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.n-speciality-ui-image-break {

	position: fixed;
	top: 130px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	
	visibility: hidden;
}

.n-speciality-modular-container {

	position: fixed;
	top: 130px;
	bottom: 50px;
	left: 0px;
	right: 0px;
}

.n-speciality-modular-viewport {

	position: relative;
	height: 100%;
	width: 100%;
	
    -o-perspective: 800px;
    -o-perspective-origin: 50% 50%;
	-ms-perspective: 800px;
	-ms-perspective-origin: 50% 50%;
	-moz-perspective: 800px;
	-moz-perspective-origin: 50% 50%;
    -webkit-perspective: 800px;
    -webkit-perspective-origin: 50% 50%;
    perspective: 800px;
    perspective-origin: 50% 50%;
}

.n-speciality-modular-viewport .modular {

	position: absolute;
    height: 330px;
    width: 330px;
    margin-left: -165px;
    margin-top: -165px;
    top: 50%;
    left: 50%;
    
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	transform: rotateY(30deg);
	-o-transform: rotateY(30deg);
	-ms-transform: rotateY(30deg);
	-moz-transform: rotatey(30deg);
	-webkit-transform: rotateY(30deg);
	
	opacity: 0.5;
}

.n-speciality-modular-viewport .row {

	position: relative;
    height: 110px;
    
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.n-speciality-modular-viewport .cube {

	position: relative;
	display: inline-block;
	
    height: 100px;
    width: 100px;
    margin: 5px;
    
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.n-speciality-modular-viewport .cube .face {
		
	position: absolute;
	margin: 1px;
	border: 1px solid #aaa;
	border-radius: 3px;
	width: 100px;
	height: 100px;
	z-index: -1;
	text-align: center;
	font-size: 30px;
	background: #ffffff;
}

/* CUBE FACES */

.cube .face.fr { 
	
	transform: translate3d(0px,0px,0px) rotateX(0deg);
	-o-transform: translate3d(0px,0px,0px) rotateX(0deg);
	-ms-transform: translate3d(0px,0px,0px) rotateX(0deg);
	-moz-transform: translate3d(0px,0px,0px) rotateX(0deg);
	-webkit-transform: translate3d(0px,0px,0px) rotateX(0deg);
}

.cube .face.bt { 
	
	transform: translate3d(0px,50px,-50px) rotateX(90deg);
	-o-transform: translate3d(0px,50px,-50px) rotateX(90deg);
	-ms-transform: translate3d(0px,50px,-50px) rotateX(90deg);
	-moz-transform: translate3d(0px,50px,-50px) rotateX(90deg);
	-webkit-transform: translate3d(0px,50px,-50px) rotateX(90deg);
}

.cube .face.tp {
	
	transform: translate3d(0px,-50px,-50px) rotateX(90deg);
	-o-transform: translate3d(0px,-50px,-50px) rotateX(90deg);
	-ms-transform: translate3d(0px,-50px,-50px) rotateX(90deg);
	-moz-transform: translate3d(0px,-50px,-50px) rotateX(90deg);
	-webkit-transform: translate3d(0px,-50px,-50px) rotateX(90deg);
}

.cube .face.lf {
	
	transform: translate3d(-50px,0px,-50px) rotateY(90deg);
	-o-transform: translate3d(-50px,0px,-50px) rotateY(90deg);
	-ms-transform: translate3d(-50px,0px,-50px) rotateY(90deg);
	-moz-transform: translate3d(-50px,0px,-50px) rotateY(90deg);
	-webkit-transform: translate3d(-50px,0px,-50px) rotateY(90deg);
}

.cube .face.rt {
	
	transform: translate3d(50px,0px,-50px) rotateY(90deg);
	-o-transform: translate3d(50px,0px,-50px) rotateY(90deg);
	-ms-transform: translate3d(50px,0px,-50px) rotateY(90deg);
	-moz-transform: translate3d(50px,0px,-50px) rotateY(90deg);
	-webkit-transform: translate3d(50px,0px,-50px) rotateY(90deg);
}

.cube .face.bk {
	
	transform: translate3d(0px,0px,-100px) rotateY(180deg);
	-o-transform: translate3d(0px,0px,-100px) rotateY(180deg);
	-ms-transform: translate3d(0px,0px,-100px) rotateY(180deg);
	-moz-transform: translate3d(0px,0px,-100px) rotateY(180deg);
	-webkit-transform: translate3d(0px,0px,-100px) rotateY(180deg);
}

/* CUBE DEPTH */

.d0 {

	position: absolute;
	
	transform: translate3d(0px,0px,0px);
	-o-transform: translate3d(0px,0px,0px);
	-ms-transform: translate3d(0px,0px,0px);
	-moz-transform: translate3d(0px,0px,0px);
	-webkit-transform: translate3d(0px,0px,0px);
    
    transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.d1 {

	position: absolute;
	
	transform: translate3d(0px,0px,-100px);
	-o-transform: translate3d(0px,0px,-100px);
	-ms-transform: translate3d(0px,0px,-100px);
	-moz-transform: translate3d(0px,0px,-100px);
	-webkit-transform: translate3d(0px,0px,-100px);
	    
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.d2 {

	position: absolute;
	
	transform: translate3d(0px,0px,-200px);
	-o-transform: translate3d(0px,0px,-200px);
	-ms-transform: translate3d(0px,0px,-200px);
	-moz-transform: translate3d(0px,0px,-200px);
	-webkit-transform: translate3d(0px,0px,-200px);
    
    transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.n-speciality-mobility-container {

	position: fixed;
	top: 130px;
	bottom: 50px;
	left: 0px;
	right: 0px;
}

.n-speciality-mobility-viewport {

	position: relative;
	height: 100%;
	width: 100%;
	
    -o-perspective: 800px;
    -o-perspective-origin: 50% 50%;
	-ms-perspective: 800px;
	-ms-perspective-origin: 50% 50%;
	-moz-perspective: 800px;
	-moz-perspective-origin: 50% 50%;
    -webkit-perspective: 800px;
    -webkit-perspective-origin: 50% 50%;
    perspective: 800px;
    perspective-origin: 50% 50%;
}

.n-speciality-mobility-viewport .mobility {

	position: absolute;
    height: 120px;
    width: 600px;
    margin-left: -300px;
    margin-top: -60px;
    top: 50%;
    left: 50%;
}

.msie .n-speciality-mobility-viewport .mobility {
	
	margin-left: 0px;
}

.n-speciality-mobility-viewport .mobility .mobj {

	position: absolute;
	width: 120px;
}

.n-team-container {
	
	background: #c0c0c0;
	z-index: 90;
	top: 0px;
	padding-top: 70px;
	
	pointer-events: auto;
}

.n-team-details {
	
	margin-left: 10px; 
	margin-right: 10px;
}

.n-team-details .uk-panel-box,
.n-team-details .uk-panel-box img {
	
	border-radius: 5px;
}

.n-team-details .uk-panel-box {
	
	margin-bottom: 10px;
}

.n-share-panel a {
	
	display: inline-block;
	margin: 5px;
}

.n-wording {
	
	position: fixed;
	width: 100%;
	text-align: center;
	top: 10%;
	bottom: 10%;
	line-height: 35px !important;
}

.n-wording > * {

	vertical-align: middle;
}

.n-wording > * > div {

	width: 50%;
	margin: auto;
}

.n-hidden {
	
	opacity: 0;
}

.n-non-parallax .n-parallax-anchor {
	
	height: auto !important;
	text-align: center;
}

.n-non-parallax .logo {
	
	width: 200px;
	margin: 50px auto !important;
}

.n-non-parallax #company {
	
	padding-top: 50px;
	height: 100px !important;
}

.n-non-parallax #company-history-1 {
	
	height: 400px !important;
	background: #333;
	text-align: left;
	padding: 30px 30px 30px 50%;
	line-height: 35px;
	
	color: #ccc;
	
	background-image: url(images/about/history-0.jpg);
	background-size: contain;
	background-position: 90px center;
	background-repeat: no-repeat;
}

.n-non-parallax #company-history-2 {
	
	height: 400px !important;
	background: #efefef;
	text-align: left;
	padding: 30px 50% 30px 30px;
	line-height: 35px;
	
	color: #333;
	
	background-image: url(images/about/history-1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.n-non-parallax #company-history-3 {
	
	height: 400px !important;
	background: #000;
	text-align: left;
	padding: 30px 30px 30px 50%;
	line-height: 35px;
	
	color: #ccc;
		
	background-image: url(images/about/history-2.jpg);
	background-size: contain;
	background-position: 90px center;
	background-repeat: no-repeat;
}

.n-non-parallax #company-history-4 {
	
	height: 400px !important;
	background: #fff;
	text-align: left;
	padding: 30px 55% 30px 30px;
	line-height: 35px;
	
	color: #333;
		
	background-image: url(images/about/history-3.jpg);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.n-non-parallax #company-history-5 {
	
	height: 400px !important;
	background: #333;
	text-align: left;
	padding: 30px 30px 30px 50%;
	line-height: 35px;
	
	color: #000;
		
	background-image: url(images/about/history-4.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.n-non-parallax .n-company-header,
.n-non-parallax .n-speciality-header,
.n-non-parallax .n-team-header {
	
	color: #ccc;
}

.n-non-parallax .n-history-header {
	
	color: #fff;
}

.n-non-parallax #speciality {
	
	padding-top: 50px;
	height: 100px !important;
}

.n-non-parallax #speciality-1 {
	
	position: relative;
	height: 400px !important;
	background: #333;
	text-align: left;
	padding: 30px;
	line-height: 35px;
	
	color: #ccc;
	overflow: hidden;
}

.n-non-parallax #speciality-1 .n-header {

	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
	
	font-size: 24px;
}

.n-non-parallax #speciality-2 {
	
	position: relative;
	height: 450px !important;
	background: #fff;
	text-align: left;
	padding: 30px;
	line-height: 35px;
	
	color: #333;
	overflow: hidden;
}

.n-non-parallax #speciality-2 .n-header {

	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
	
	font-size: 24px;
}

.n-non-parallax #speciality-3 {
	
	position: relative;
	height: 300px !important;
	background: #efefef;
	padding: 30px;
	line-height: 35px;
	
	color: #333;
	overflow: hidden;
}

.n-non-parallax #speciality-3 .n-header {

	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
	
	font-size: 24px;
}

.n-non-parallax .n-speciality-ui-image {
	
	position: static;
	
	width: 50%;
	height: 500px; 
	min-width: 300px;
	margin: 50px auto;
}

.n-non-parallax .n-speciality-modular-container {

	position: static;
	width: 50%;
	height: 300px;
	min-width: 300px;
	margin: 100px auto;
}

.n-non-parallax .n-speciality-mobility-container {

	position: static;
	width: 50%;
	height: 300px;
	min-width: 300px;
	margin: auto;
}

.n-non-parallax .n-speciality-mobility-container .mobility {

	width: 480px;
	margin-left: -280px;
}

.msie .n-non-parallax .n-speciality-mobility-container .mobility {

	margin-left: -60px !important;
}

.n-non-parallax #team {
	
	padding-top: 50px;
}

@media screen and (max-width: 1199px) {
	
	.n-non-parallax #company-history-1 div,
	.n-non-parallax #company-history-2 div,
	.n-non-parallax #company-history-3 div,
	.n-non-parallax #company-history-4 div,
	.n-non-parallax #company-history-5 div {
		
		font-size: 20px !important;
	}

	.n-non-parallax #company-history-4 {

		padding: 30px 60% 30px 30px;
	}
}

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

	.n-company-header, .n-team-header, .n-speciality-header {
		
		font-size: 40px; 
		line-height: 56px;
	}

	.n-non-parallax #company-history-1,
	.n-non-parallax #company-history-2,
	.n-non-parallax #company-history-3,
	.n-non-parallax #company-history-4,
	.n-non-parallax #company-history-5 {
		
		padding: 30px 30px 30px 30px !important;
	}

	.n-non-parallax #company-history-4 {

		background-position: center bottom;
	}

	.n-non-parallax #company-history-1 div,
	.n-non-parallax #company-history-2 div,
	.n-non-parallax #company-history-3 div,
	.n-non-parallax #company-history-4 div,
	.n-non-parallax #company-history-5 div {
		
		font-size: 18px !important;
	}

	.n-non-parallax #company-history-1 {
	
		background-position: center bottom;
		background-position-y: 300px;
	}
	
	.n-non-parallax #company-history-3 {
	
		background-position: center bottom;
		background-position-y: 100px;
	}
	
	.n-non-parallax #company-history-4 div {

		background: rgba(255,255,255, 0.8);	
	}
	
	.n-non-parallax #company-history-5 div {

		background: rgba(0,0,0,0.5);
		color: white;
		padding: 10px;
	}
	
	.n-non-parallax .n-speciality-ui-image {
		
		position: static;
		
		width: 50%;
		height: 500px; 
		min-width: 250px;
		margin: 50px auto;
	}
}
