@font-face {
  font-family: "Zoren";
  src:url(../fonts/avenir-next-bold.eot);
  src:url(../fonts/avenir-next-bold.eot) format("embedded-opentype"),url(../fonts/avenir-next-bold.woff) format("woff"),url(../fonts/avenir-next-bold.ttf) format("truetype"),url(../fonts/avenir-next-bold.svg) format("svg");
	font-weight: 600;
}
@font-face {
  font-family: "Zoren";
  src:url(../fonts/avenir-next-regular.eot);
  src:url(../fonts/avenir-next-regular.eot) format("embedded-opentype"),url(../fonts/avenir-next-regular.woff) format("woff"),url(../fonts/avenir-next-regular.ttf) format("truetype"),url(../fonts/avenir-next-regular.svg) format("svg");
	font-weight: 300;
}
@font-face {
  font-family: "Zoren";
  src:url(../fonts/avenir-next-thin.eot.eot);
  src:url(../fonts/avenir-next-thin.eot.eot) format("embedded-opentype"),url(../fonts/avenir-next-thin.eot.woff) format("woff"),url(../fonts/avenir-next-thin.eot.ttf) format("truetype"),url(../fonts/avenir-next-thin.eot.svg) format("svg");
	font-weight: 100;
}

*, :after, :before{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
	width: 100%;
}

body{
	height: 100%;
	width: 100%;
	background-color: #202124;
	color: #FFF;
	font-family: "Zoren", serif;
	overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
}

strike{
  opacity: 0.2;
}

/*HOME*/

.asideTitle{
	position: fixed;
	margin-top: 10%;
	padding-top: 6.5%;
	padding-left: 1.5%;
}

.homeHero{
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.homeCover{
	padding-top: 14%;
	width: 87%;
	margin-left: 13%;
}

.welcomeCover{
	width: 100%;
	height: 100%;
}

.homeh1{
	font-size: 150px;
	font-weight: 700;
	line-height: 0.9;
	padding: 0;
	margin: 0 0 20px 0;
	color: white;
}
.homeh2{
	padding: 0;
	font-size: 25px;
	font-weight: 400;
	color: white;
}

.homeh3{
	font-size: 15px;
	color: #505962;
}

.homeh4{
	font-size: 35px;
	padding-top: 10px;
}

.homeh5{
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	display: inline;
}

.homeh6{
	color: #ccc;
	font-size: 16px;
	font-weight: 300;
}

.homeh7{
	color: white;
	font-size: 50px;
	font-weight: 600;
	line-height: 0.9;
	margin: 0 0 20px 0;
}

.wTriangle{
	display: inline-block;
	width: 15px;
}

.comingSoon{
	opacity: 0.5;
}

.thumbHero{
	width: 80%;
	height: 310px;
	max-width: 1400px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.thumbTitle{
	position: absolute;
	padding-top: 75px;
	padding-left: 1.5%;
	z-index: 4;
	cursor: pointer;
}

.thumbNumberBox{
	position: absolute;
	margin: 30px 0 0 1.5%;
	border:3px solid #505962;
	width: 37px;
	height: 37px;
	z-index: 4;
}

.thumbNumber{
	/*display: inline;*/
	margin: -18px 0 0 8px;
	font-size: 16px;
	color: #505962;
	font-weight: 600;
}

.thumbHover{
	opacity: 0.7;
	z-index: 2;
}

.thumbCover{
	width: 87%;
	height: 100%;
	margin-left: 13%;
	background-color: black;
}

.first{
	margin-top: 16%;
}
/*.homeThumbnail a{

}*/

.homeFooter{
	background-color: black;
}

.spacer{
	height: 200px;
}

/*THUMBS*/
.thumbINSK{
	background:url("../img/covers/coverINSK.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.thumbBahidora{
	background:url("../img/covers/coverBahidora.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.thumbHua{
	background:url("../img/covers/coverHUA.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.thumbDestiny{
	background:url("../img/covers/coverDestiny.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.thumbHCB{
	background:url("../img/covers/coverHCB.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.thumbEye{
	background:url("../img/covers/coverEye.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.thumb400{
	background:url("../img/covers/cover400.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.thumbSpelunky{
	background:url("../img/covers/coverSpelunky.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.thumbLevy{
	background:url("../img/covers/coverLevy.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}


.thumbMore{
	background:url("../img/covers/coverMore.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

.thumbColor{
	background:url("../img/covers/coverColor.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}

/*MOBILE*/
.mobileNav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: black;
	z-index: 1000;
}

.mobileLogo{
	width: 105px;
	float: left;
	margin: 10px 0 0 18px;
}

.mobileHam{
	width: 14px;
	float: right;
	margin: 22px 18px 0 0;
}

/*ALL*/
header{
	position: fixed;
	top: 11%;
	left: 0.5%;
	-ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
	-webkit-transform-origin: 10% 70%; /* Chrome, Safari, Opera */
	-ms-transform-origin: 10% 70%; /* IE 9 */
	transform-origin: 10% 70%;
	z-index: 300;
	letter-spacing: 2px;
}

.logo{
	width: 130px;
	height: 50px;
	margin-top: -15px;
}

header ul li {
	float: left;
	margin-right: 100px;
}

a{
	color: #6d7178 !important;
	text-decoration: none;
	font-weight: 600 !important;
	font-size: 12px;
}

.active{
	color: white !important;
	text-decoration: none;
	cursor: default;
	font-weight: 600 !important;
	font-size: 12px;
	margin-top: 4px;
}

a:visited{
	color: white;
}

a:hover{
	color: white !important;
}

.btnPrev{
	position: fixed;
	top: 12%;
	right: -1.2%;
  width: 170px;
	color: #6d7178 !important;
	font-weight: 100;
	font-size: 10px;
	letter-spacing: 1px;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);
	-webkit-transform-origin: 10% 70%; /* Chrome, Safari, Opera */
	-ms-transform-origin: 10% 70%; /* IE 9 */
	transform-origin: 40% 27%;
}

.projectCounter{
	position: fixed;
	font-size: 12px;
	font-weight: 600;
	top: 50.66666%;
	right: 2%;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);
	-webkit-transform-origin: 10% 70%; /* Chrome, Safari, Opera */
	-ms-transform-origin: 10% 70%; /* IE 9 */
	transform-origin: 40% 27%;
}

.projectCounter span{
	letter-spacing: 2px;
}

.btnNext{
	position: fixed;
	bottom: 12%;
  width: 170px;
	right: -1.2%;
	color: #6d7178 !important;
	font-weight: 100;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: right;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);
	-webkit-transform-origin: 10% 70%; /* Chrome, Safari, Opera */
	-ms-transform-origin: 10% 70%; /* IE 9 */
	transform-origin: 40% 27%;
}

nav li {
	font-weight: 300;
}

.btnNext span{
	font-weight: 600;
}

.btnPrev span{
	font-weight: 600;
}

.prevTriangle{
	width: 15px;
	padding-bottom: 15px;
	margin-right: 5px;
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Safari */
	transform: rotate(270deg);
}

.nextTriangle{
	width: 15px;
	padding-bottom: 15px;
	margin-left: 5px;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);
}

.liPrev{
	float: left;
}

.liNext{
	float: right;
}

h1{
	font-family: "Zoren";
	font-size: 80px;
	font-weight: 600;
	line-height: 0.9;
	margin: 0 0 20px 0;
}
h2{
	font-size: 15px;
	font-weight: 300;
}
h3{
	font-size: 65px;
	/*color: #505962;*/
	color: rgba(255, 255, 255, 0.2);
}
h4{
	font-size: 35px;
	padding-top: 10px;
}
h5{
	font-size: 18px;
	font-weight: 300;
	padding-top: 10px;
	color: white;
}
h6{
	color: #555f5f;
	font-size: 12px;
	font-weight: 600;
}

p{
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	padding-top: 20px;
	line-height: 35px;
}

ul{
	list-style: none;
}

img{
	display: block;
	width: 100%;
	height: 100%;
}

.pointer{
	cursor: pointer;
}

#topScroller, #topScroller:hover{
	position: fixed;
	width: 15px;
	left: 3%;
	bottom: -5%;
	cursor: pointer;
	z-index: 300;
}

.scrollArrow{
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari */
	transform: rotate(180deg);
	margin-top: 30px;
	width: 14px;
}

.hero{
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.cover{
	margin-top: 16%;
	width: 87%;
	margin-left: 13%;
}

aside{
	position: fixed;
	padding-top: 7%;
	padding-left: 1.5%;
}

.NumberBox{
	margin: 12px 0 20px 1.5%;
	border:3px solid #505962;
	width: 50px;
	height: 50px;
	z-index: 4;
}

.Number{
	/*display: inline;*/
	margin: -12px 0 0 9px;
	font-size: 25px;
	color: #505962;
	font-weight: 600;
}

.container{
	width: 80%;
	max-width: 1400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
}

.wrapper{
	width: 87%;
	margin-left: 13%;
	z-index: 75;
}

section{
}

.specs{
	width: 62%;
	height: 100px;
	margin-left: 38%;
	margin-top: 12%;
}

.space{
	margin-top: 29%;
}

.specs ul li{
	float: left;
	margin-right: 15%;
}

.contactHead{
	padding-bottom: 20px;
}

.intro{
	width: 62%;
	margin-left: 38%;
	margin-top: 10%;
	/*margin-bottom: 30%;*/
}

.copyCase{
	width: 62%;
	margin-left: 38%;
	margin-top: 20%;
}

.content{
	margin-top: 28%;
	height: auto;
}

footer{
	position: absolute;
	overflow: hidden;
	height: auto;
	min-height: 110%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.95);;
	z-index: 100;
}

footer *{
	z-index: 30;
	margin-top: 20px;
}

footer article:first-of-type{
	margin-top: 20%;
	padding-top: 20%;
}

.contact{
	font-size: 12px;
	margin-top: 12%;
	letter-spacing: 1px;
}

.legals{
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.9em;
}

.copyright{
	font-size: 9px;
	bottom: 0;
}

footer a {
	color: rgba(255, 255, 255, 0.8) !important;
}

footer article p a{
	font-size: 12px;
	font-weight: 100;
	margin-left: 30px;
	margin-right: 30px;
}


.foot{
}

.footerContainer{
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.footerWrapper{
	width: 87%;
	margin-left: 5.6%;
}

footer span:first-of-type{
	padding-top: 10%;
}

footer span{
	position: absolute;
	margin-left: -30px;
	display: inline;
	padding-top: 2%;
	line-height: 0;
	font-size: 350px;
	color: rgba(21, 23, 25, 0.9);
	font-weight: 600;
	z-index: -1;
}

.backName{
	position: fixed;
	top: -200px;
	left: 0;
	color: #141519;
	font-size: 35em;
	font-weight: 600;
	letter-spacing: -20px;
	z-index: -50;
}

/*Tablets*/
@media only screen and (max-width: 1439px){

	.homeCover{
		padding-top: 10%;
	}

	header{
		top: 11%;
		left: 0.5%;
		letter-spacing: 2px;
	}

	.logo{
		width: 95px;
		margin-top: -15px;
	}

	header ul li {
		margin-right: 60px;
	}

	header ul li a {
		font-size: 10px !important;
	}

	.active{
		font-size: 10px;
		margin-top: 6px;
	}


	nav a{
		font-size: 9px !important;
		margin-right: 1%;
	}

	nav > span{
	}

	.btnPrev{
		top: 16.7%;
		right: -7%;
		font-size: 10px;
		letter-spacing: 1px;
	}

	.projectCounter{
		font-size: 12px;
		top: 48%;
		right: 0.6%;
	}

	.btnNext{
		position: fixed;
		bottom: 19%;
		right: -7%;
		color: #6d7178 !important;
		font-weight: 100;
		font-size: 10px;
		letter-spacing: 1px;
	}

	h1{
		font-size: 3.4em;
		line-height: .9;
	}

	h3{
		font-size: 2.2em;
	}

	h4{
		font-size: 1.9em;
	}

	h6{
		font-size: 0.7em;
	}

	p{
		font-size: 18px;
	}

	.homeh1{
		font-size: 80px;
	}

	.cover{
		margin-top: 14%;
	}

	aside{
		position: fixed;
		padding-top: 7%;
	}

	.NumberBox{
		margin:0 0 20px 1.5%;
		border:3px solid #505962;
		width: 40px;
		height: 40px;
	}

	.Number{
		margin: -18px 0 0 9px;
		font-size: 17px;
	}

	.specs ul li{
		margin-right: 10%;
	}

	.backName{
		font-size: 22em;
		letter-spacing: -10px;
		top: -140px;
	}
}

/*Smartphones*/
@media only screen and (max-width: 999px){
	.specs ul li{
		clear: both;
		margin-bottom: 20px;
	}

	.intro{
		margin-top: 14em;
		clear: both;
	}


	.backName{
		top: -88px;
		font-size: 15em;
	}

}

/*Smartphones*/
@media only screen and (max-width: 869px){
	.mobileNav{
		display: block;
	}

  .homeHero{
  	width: 96%;
    margin-top: 70px;
  }

  .homefirst{
    margin-top: 5em !important;
  }

  .thumbHero{
  	width: 96%;
    height: 200px;
  }

  .asideTitle{
    position: absolute;
    margin: 2% 0 0 0;
  }

  .homeh1, .homeh7 {
  	font-size: 2.5em;
  	line-height: .9;
  }

  .thumbHero > .thumbTitle > .homeh7{
    font-size: 2em !important;
  }

  .homeh2{
    	font-size: 1em;
    	line-height: 1.2;
  }

  .homeh6{
      font-size: .6em;
      line-height: 1.2;
  }

.hero{
	width: 100%;
	margin-top: 60px;
}

aside{
	position: absolute;
	margin: 6% 0 0 5%;
	padding: 2% 0 0 0;
}

.cover, .homeCover{
	width: 86%;
  margin-left: 11%;
	padding: 2% 0 0 2%;
}

#topScroller, #topScroller:hover{
	left: 93%;
}

h1{
	font-size: 2.5em;
	line-height: .9;
}

h3{
	color: rgba(255, 255, 255, 0.8);
	font-size: 1em;
}

h4{
	font-size: 2em;
}

h6{
	font-size: 0.8em;
}

p{
	font-size: 1em;
	line-height: 1.6em;
}

header{
	display: none;
}

nav{
	display: none;
}

li{
	margin-bottom: 20px;
	clear: both;
}

.NumberBox{
  width: 30px;
  height: 30px;
	margin:0 0 20px 1.5%;
	border:2px solid white;
	opacity: 0.8;
}

.Number{
	color: white;
  font-size: 0.8em;
  margin: -16px 0 0 7px;
}

.thumbNumberBox{
 border:2px solid #505962;
 width: 30px;
 height: 30px;
}

.thumbNumber{
  font-size: 1.1em;
  margin: -16px 0 0 6px;
}

.thumbTitle{
	padding-top: 60px;
}

.scrollArrow{
	display: none;
}

.container{
	width: 100%;
}

.wrapper{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.specs{
	width: 96%;
	margin-left: 2%;
	margin-top: 5em;
}

.intro{
	width: 96%;
	margin-left: 2%;
	margin-top: 14em;
	clear: both;
}

.first{
	margin-top: 24em;
	clear: both;
}

footer{
min-height: 0px;
padding-bottom: 100px;
}

.foot{
	margin: 0 0 0 6%;
	width: 100%;
}

footer a h1{
	font-size: 3.5em;
}

footer span{
	padding: 2% 0 0 4%;
	font-size: 150px;
}

.backName{
	top: -40px;
	font-size: 10em;
	letter-spacing: -10px;
}
}
