/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body{font:13px/1.231 'UniversLight',arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

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

.clearfix:after{
	clear:both;
	content:'';
	display:table;
}

a{
	text-decoration:none;
}

html,
body{
	/* background-color: #84ca98; */
	overflow:hidden;
	width:100%;
	height:100%;
}
body{
	text-rendering: optimizeLegibility;
	background:#000101 url(/assets/video/robot/poster.jpg) fixed no-repeat left top;
	background-size: cover;
	color:#fff;
}
/* h1, h2{
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}*/
#wrapper{
	position:relative;
	z-index:2;
	overflow: hidden;
	height:100%;
	width:100%;
}

#slides{
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
	
}
#slides .swiper-slide{
	width:100%;
	height:100%;
}

#intro.swiper-slide{
	background-color:transparent;
}
#intro .title{
	position:absolute;
	right:0;
	top:60px;
	width:330px;
	height:170px;
	z-index:2;
	background: rgba(0,0,0,.8);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.6)), color-stop(60%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.9) 100%); /* W3C */
}
.robot-logo {
	width:100%;
	height:100%;
	background:url(/assets/img/robot.png) no-repeat center center;
	background-size:auto 80px;
}

#footer{
	background:#000101;
	color:#777;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
	text-align:right;
}
#footer .container{
	padding-top:0;
	padding-bottom:0;
	position:relative;
}

#controls{
	position:absolute;
	top:0;
	left:1%;
	height:100%;
	color:#fff;
	font-size:1.3em;
}
#controls .fa{
	float:left;
	padding:.5em;
	height:100%;
	cursor:pointer;
	line-height:1.3em;
}

nav li{
	display:inline-block;
	height: 100%;
	border-bottom:3px solid transparent;
}
nav li.selected,
nav li:hover{
	border-color:#fff;
}
nav li:hover{
	background-color: rgba(255, 255, 255, 0.7);
}
nav a{
	color:#fff;
	text-transform: uppercase;
	display:inline-block;
	vertical-align: middle;
	font-size:.85em;
	margin-right:0.5em;
	margin-left:0.5em;
	padding:1em 0.5em;
	outline:none;
	height: 100%;
}

#loader{
	position:fixed;
	top:0;
	left:0;
	z-index:3;
	font-size:3em;
	color:#fff;
	width:20%;
	height:5px;
	background-color:#85ca99;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.7);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.7);
	box-shadow:0 1px 3px rgba(0,0,0,.7);

	-moz-transition: width 1s;
	-webkit-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

@media (max-width:640px), (max-height:400px){
	html{
		overflow:auto; /* very important, do not remove! */
		height:auto;
	}	
	body{
		height:auto;
		min-height:100vh;
		/* background-image:url(assets/img/bgsmall.jpg);
		background-size:cover;
		background-position:center top; */
		background: unset;
	}
	#intro.swiper-slide{
		min-height:100vh;
	}	
	.safari7 body{
		background-position: scroll;
		min-height:480px;
	}
	.safari7 .swiper-slide{
		background-size:#000;
	}	
	.safari7 #intro.swiper-slide{
		min-height:0;
		height:480px;
	}
}
@media (max-width:640px) and (orientation: portrait){
	body{
		background-size:auto 100vh;
	}
	.safari7 body{
		background-size: auto 480px;
	}	
}
@media (max-height:400px) and (orientation: landscape){
	body{
		background-size:100vw auto;
	}
	.safari7 body{
		background-size: 480px auto;
	}		
}

.videosplash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000012;
	z-index: 200;
	color: white;
	text-align: center;
	/* line-height: 90vh; */
}

.videosplash.display-none {
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: black;
	z-index: -200;
	color: white;
	text-align: center;
	line-height: 90vh;
	transition: all 0.5s;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.fade-in{
	opacity: 0;
	animation: fadeIn 1s ease-in forwards;
}

.videoInsert {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

