/************************ fonts ************************/
@font-face{
	font-family:'HelveticaNeue';
	src: url('../fonts/HelveticaNeue/HelveticaNeue.eot');
	src: url('../fonts/HelveticaNeue/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeue/HelveticaNeue.woff') format('woff'),
		url('../fonts/HelveticaNeue/HelveticaNeue.ttf') format('truetype'),
		url('../fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face{
	font-family:'HelveticaNeueBdCn';
	src: url('../fonts/HelveticaNeueBdCn/HelveticaNeueBdCn.eot');
	src: url('../fonts/HelveticaNeueBdCn/HelveticaNeueBdCn.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueBdCn/HelveticaNeueBdCn.woff') format('woff'),
		url('../fonts/HelveticaNeueBdCn/HelveticaNeueBdCn.ttf') format('truetype'),
		url('../fonts/HelveticaNeueBdCn/HelveticaNeueBdCn.svg#HelveticaNeueBdCn') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face{
	font-family:'HelveticaNeueBlkCn';
	src: url('../fonts/HelveticaNeueBlkCn/HelveticaNeueBlkCn.eot');
	src: url('../fonts/HelveticaNeueBlkCn/HelveticaNeueBlkCn.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueBlkCn/HelveticaNeueBlkCn.woff') format('woff'),
		url('../fonts/HelveticaNeueBlkCn/HelveticaNeueBlkCn.ttf') format('truetype'),
		url('../fonts/HelveticaNeueBlkCn/HelveticaNeueBlkCn.svg#HelveticaNeueBlkCn') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face{
	font-family:'HelveticaNeueThCn';
	src: url('../fonts/HelveticaNeueThCn/HelveticaNeueThCn.eot');
	src: url('../fonts/HelveticaNeueThCn/HelveticaNeueThCn.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueThCn/HelveticaNeueThCn.woff') format('woff'),
		url('../fonts/HelveticaNeueThCn/HelveticaNeueThCn.ttf') format('truetype'),
		url('../fonts/HelveticaNeueThCn/HelveticaNeueThCn.svg#HelveticaNeueThCn') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

*:not(html) {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-transform:translate3d(0,0,0);
}

a{
	outline: none;
	color: #000;
	text-decoration: none;
}

html, body, .slide, .dashboard, [ui-view] {
	height: 100%;
}

body {
	margin: 0;
	width: 100%;
	color: #000;
	font-family: HelveticaNeueBlkCn;
	
	-webkit-transition: background-color 0.6s ease-in-out;
	-moz-transition: background-color 0.6s ease-in-out;
	-o-transition: background-color 0.6s ease-in-out;
	transition: background-color 0.6s ease-in-out;
}

html.mobile {
	zoom: 0.7;
}

#kngfu-logo {
	width: 108px;
	height: 18px;
}

#menu-button {
	display: none;
}

#menu {
	width: 170px !important;
	height: 300px !important;
	text-transform: uppercase;
	z-index: 9000;
	padding-top: 17px;
	padding-left: 17px;
	overflow-y: hidden;
}

#menu ul {
	margin: 0px;
	padding-left: 3px;
	list-style-type: none;
}

#menu li {
	font-size: 15px;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
}

#menu li span {
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000;
	left: 4px;
	top: 8px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#menu li.active span, #menu li:hover span {
	width: 12px;
	height: 12px;
	top: 4px;
	left: 0px;
}

#menu li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


#menu li.active a, #menu li a:hover {
	color: #e1d5d2;
}

#langMenu {
	position: absolute;
  	right: 0px;
  	width: 40px;
  	height: 30px;
  	padding-right: 15px;
  	margin-top: 6px;
  	z-index: 9999;
  	opacity: .6;
  	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
#langMenu .arrow-left, #langMenu .arrow-right {
	margin-top: -35px;
}
.mobile .arrow-left, .tablet .arrow-left,
.mobile .arrow-down, .tablet .arrow-down {
	z-index: 9999;
}
#langMenu:hover, .mobile #langMenu, .tablet #langMenu {
	opacity: .9;
}

.dashboard > .keys, #langMenu > .mouse  {
	position: absolute;
  	display: inline-block;
  	/*margin-right: 10px;*/
  	bottom: 5px;
  	left: 65px;
}

.dashboard > .keys {
	margin-bottom: 16px;
	opacity: .9;
}

.dashboard > .keys div, 
#langMenu > .mouse div,
#langMenu > .lang {
	cursor: pointer;
	-webkit-transform: none;
}

.dashboard > .keys div {
	background-image: url('../img/control_arrows.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 39px;
	height: 26px;
	width: 39px;
} 

#langMenu > .mouse div {
	background-image: url('../img/mouse.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 26px;
	height: 35px;
	width: 26px;
}

.tablet #langMenu > .mouse, .mobile #langMenu > .mouse,
.tablet .dashboard > .keys, .mobile .dashboard > .keys {
	display: none;
}
#langMenu > .lang {
	margin-left: 10px;
}
.tablet #langMenu > .lang, .mobile #langMenu > .lang {
	position: absolute;
	top: 20px;
	right: 20px;
}

.visible {
	opacity: 1;
}

.mobile #menu-button, .tablet #menu-button {
	display: block;
	float: right;
	width: 20px;
	height: 24px;
	margin-top: -12px;
	cursor: pointer;
	padding: 10px;
	background-image: url('../img/menu.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.mobile #kngfu-logo, .tablet #kngfu-logo{
	float: left;
	padding-left: 13px;
}

.mobile #menu, .tablet #menu {
	padding-left: 0px;
	height: 100% !important;
}
	
.mobile #menu ul, .tablet #menu ul {
	margin-top: 27px;
	padding-left: 20px;
	background: #000;
	padding-top: 35px;
	margin-left: -190px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.mobile #menu ul.active, .tablet #menu ul.active {
	margin-left: 0px;
}

.mobile #menu li, .tablet #menu li {
	color: #fff;
	margin-bottom: 25px;
	font-size: 18px;
}

.mobile #menu li span, .tablet #menu li span {
	background-color: #fff;
}

.mobile #menu li a, .tablet #menu li a {
	color: #fff;
}



.slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide-text {
	position: absolute;
	top: 50%;
	text-align: center;
	margin-top: -28px;
	font-size: 25px;
	color: #000;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	text-transform: uppercase;
}



.preloader {
	background-image: url('../img/kngfu_logo.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 200px;
	
	width: 100%;
	height: 100%;
}

.mobile .preloader {
	background-size: 50em;
}

#kngfu-logo, #kngfu-logo:after {
	background-image: url('../img/kngfu_logo.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 108px;
}



.slide-page, .slide-item {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-transition: overflow 0.2s ease-in-out;
	-moz-transition: overflow 0.2s ease-in-out;
	-o-transition: overflow 0.2s ease-in-out;
	transition: overflow 0.2s ease-in-out;
}


.arrow-right {
	width: 100px;
	height: 100px;
	background: url('../img/right_arrow_plain.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
	opacity: 1;
	
	padding-left: 0px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -50px;
	z-index: 100000;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.arrow-right {
	background-size: 50px;
}
.arrow-right:hover {
	right: 5px;
	zoom: 0.9;
	cursor: pointer;
	padding-left: 5px;
}

.arrow-right p, .arrow-down p {
	font-family: 'HelveticaNeue';
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.arrow-right p {
	margin-left: -150px;
	margin-top: 44px;
}

.arrow-down p {
	margin-top: -15px;
}

.arrow-down.sectionArrow p,
.arrow-down.projectsArrow p {
	width: 75px;
	margin-left: -12px;
	margin-top: -20px;
}
.arrow-down.loadingArrow p {
	display: none;
}

.bottom.arrow-right, .bottom-section .arrow-down, .bottom.arrow-down.sectionArrow, .hidden.arrow-down{
	opacity: 0;
	cursor: default;
}

.arrow-left {
	width: 70px;
	height: 70px;
	background: url('../img/left_arrow_plain.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px;
	opacity: 1;
	z-index: 20000;
	padding-right: 0px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -35px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.arrow-left:hover {
	left: 5px;
	zoom: 0.9;
	cursor: pointer;
	padding-right: 5px;
}

.left-slide .arrow-left {
	opacity: 0;
	cursor: default;
}

.mobile .arrow-left {
	background-size: 50px;
}

.arrow-down {
	width: 70px;
	height: 70px;
	background: url('../img/down_arrow_plain.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
	opacity: 1;
	
	padding-top: 0px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -35px;
	z-index: 8888;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.arrow-down:hover {
	bottom: 5px;
	zoom: 0.9;
	cursor: pointer;
	padding-top: 5px;
}

.arrow-down.sectionArrow, .arrow-down.projectsArrow {
	width: 50px;
	height: 50px;
	background-size: 20px;
	background-color: #ea7755;
	bottom: 0px;
	opacity: 1;
	margin-left: -25px;
}

.arrow-down.projectsArrow.loadingArrow {
	background-image: url('../img/spinner.gif');
	background-size: 40px;
}

.bottom.arrow-down, .bottom.arrow-left {
	opacity: 0;
	cursor: default;
}


.arrow-up {
	width: 70px;
	height: 70px;
	background: url('../img/up_arrow_plain.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
	opacity: 1;
	
	
	padding-bottom: 0px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -35px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.arrow-up:hover {
	top: 5px;
	zoom: 0.9;
	cursor: pointer;
	padding-bottom: 5px;
}

.mobile .arrow-up {
	top: 25px;
	margin-left: -20px;
}
.mobile .arrow-up:hover {
	top: 20px;
}

.top-section .arrow-up {
	opacity: 0;
	cursor: default;
}

.mobile .arrow-up, 
.mobile .arrow-down, 
.mobile .arrow-left, 
.mobile .arrow-right {
	width: 40px;
	height: 40px;
}

.map {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 9999;
}

.map-section {
	height: 13px;
	overflow: hidden;
}

.map-slide {
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
	margin-right: 2px;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.map-slide:hover, .map-slide.active {
	background: #000;
	border-radius: 10px;
}



div.slide div.content{
	width: 100%;
	height: auto;
	overflow: inherit;
}

div.slide div.content div.imgTop{
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 0;
}

div.slide div.content div.imgTop div.top_content{
	width: 40%;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}

div.slide div.content div.imgTop div.top_content span{
	font-size: 16pt;
	font-family: HelveticaNeueBlkCn;
	text-transform: uppercase;
}

div.slide div.content div.smallBorder{
	height: 10px;
	width: 25px;
	background-color: #000;
}



/************************ PAGE KNGFU ************************/

div.slide.kngfu div.content div.imgTop{
	background-image: url('../img/kngfu_top_img.jpg');
}
div.slide.kngfu div.content div.imgTop .coverLeft,
div.slide.kngfu div.content div.imgTop .coverRight{
	position: absolute;
	top: 0;
	bottom: 0;
}
div.slide.kngfu div.content div.imgTop .coverLeft {
	left: 10%;
	right: 60%;
}
div.slide.kngfu div.content div.imgTop .coverRight{
	left: 60%;
	right: 10%;
}

div.slide.kngfu div.content div.right, div.slide.prix div.content div.right{
	position: relative;
	width: 60%;
	margin-left: 40%;
	height: auto;
	padding-top: 150px;
}

div.slide.kngfu div.content div.right div.description, div.slide.prix div.content div.right div.award{
	position: relative;
	border-top: 1px solid #000;
	margin-bottom: 50px;
}

div.slide.kngfu div.content div.right div.description {
	min-height: 250px;
}

div.slide.prix div.content div.right div.award{
	margin-bottom: 100px;
}

div.slide.kngfu div.content div.right div.description > span, div.slide.prix div.content div.right div.award > span{
	position: absolute;
	top: -65px;
	left: -20px;
	font-family: HelveticaNeueBlkCn;
	font-size: 50pt;
}

div.slide.kngfu div.content div.right div.description > p,  div.slide.prix div.content div.right div.award > p{
	width: 60%;
	font-family: HelveticaNeueBdCn;
	font-size: 13pt;
	text-transform: uppercase;
}

div.slide.kngfu div.content div.right div.description > p span{
	font-family: HelveticaNeueBlkCn;
	color: #e1d5d2;
	font-size: 15pt;
}

div.slide.kngfu div.content div.right div.fin-description{
	min-height: 200px;
	width: 180px;
}

div.slide.kngfu div.content div.right div.fin-description p{
	font-size: 20pt;
	font-family: HelveticaNeueBlkCn;
	color: #000;
	text-transform: uppercase;
	
}



/************************ PAGE ÉQUIPE ************************/
div.slide.equipe div.content div.imgTop{
	background-image: url('../img/equipe_top_img.jpg');
}

div.slide.equipe div.content div.right{
	position: relative;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 40px;
	height: auto;
	min-height: 100vh;
	box-sizing: border-box;
}

div.slide.equipe div.content div.right div.description_top{
	margin-left: 10%;
	max-width: 50%;
}

div.slide.equipe div.content div.right div.description_top span{
	font-family: HelveticaNeueBlkCn;
	font-size: 24pt;
	text-transform: uppercase;
}

div.slide.equipe div.content div.right div.description_top p{
	font-family: HelveticaNeueBdCn;
	font-size: 14pt;
	text-transform: uppercase;
}

div.slide.equipe div.content div.right div.equipier img.photo,
div.slide.equipe div.content div.right div.equipier div.content_equipe{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

div.slide.equipe div.content div.right div.equipier img.photo{
	width: 50%;
	padding: 10px;
	float: left;
}

div.slide.equipe div.content div.right div.equipier div.content_equipe{
	width: 46%;
	padding: 0px 1%;
	float: right;
}

div.slide.equipe div.content div.right div.equipier span{
	display: block;
}

div.slide.equipe div.content div.right div.equipier span.prenom,
div.slide.equipe div.content div.right div.equipier span.nom{
	font-family: HelveticaNeueBlkCn;
	font-size: 30pt;
	text-transform: uppercase;
}

div.slide.equipe div.content div.right div.equipier span.poste{
	font-family: HelveticaNeueThCn;
	font-size: 16pt;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 40px;
}

div.slide.equipe div.content div.right div.equipier p{
	font-family: HelveticaNeue;
	font-size: 12pt;
	line-height: 20pt;
}

div.slide.equipe .member {
	margin-bottom: 30px;
	margin-top: 15px;
}

div.slide.equipe .member > div:first-of-type{
	margin-bottom: 15px;
}

div.slide.equipe .member > div:nth-of-type(2) {
	font-family: 'HelveticaNeue';
}



/************************ PAGE PROJETS ************************/
div.slide.projet div.content div.imgTop{
	background-image: url('../img/projet_top_img.jpg');
	margin-bottom: 0px !important;
}

div.slide.projet div.content div.right{
	position: relative;
	width: 90%;
	margin-left: 10%;
	margin-bottom: 20px;
	height: auto;
}

div#filters{
	position: relative;
	margin-top: 30px;
	text-align: center;
}

div#filters button{
	background-color: inherit;
	border: none;
	outline: none;
	color: #000;
	font-family: HelveticaNeueBdCn;
	font-size: 12pt;
	cursor: pointer;
}

div#filters .button:hover,
div#filters .button:active,
div#filters .button.is-checked{
	color: #e1d5d2;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

div.projects {
	overflow-y: visible !important;
	height: auto  !important;
}

div.projects div.item {
	position: relative;
	width: 24%;
	height: 350px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	background-size: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(0,0,0,0.09);
}
div .media-wrap div.item-text, div.media-wrap div.item-media{
	position: relative;
	width: 50%;
	height: 465px;
	float: left;
	padding-left: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

div.media-wrap div.item-text > .item-title {
	text-transform: uppercase;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 5px;
}
div.media-wrap div.item-text > .producer-title {
	color: white;
	font-family: HelveticaNeueThCn;
}
div.media-wrap div.item-text > .producer {
	color: white;
}
div.media-wrap div.item-text > .item-desc {
	height: 305px;
	margin-top: 6px;
	overflow: auto;
	font-family: Helvetica;
	font-size: 11.5px;
	line-height: 19px;
}
div.media-wrap div.item-text > .item-desc p {
	margin-top: 0px;
	margin-right: 40px;
}
div.media-wrap div.item-text > .site-link {
	width: 155px;
	position: relative;
}
div.media-wrap div.item-media > a{	
	float: left; /* has them left-align */
    height: 100%;
    width: 100%;
    background-position: center center; /* ensures they're centered */
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

div.projects div.item:nth-child(3n + 4), div.projects div.item:nth-child(1) {
	margin-left: 14%;
}



div.projects div.item:hover a{
	opacity: 1;
}

div.projects div.item a{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: table;
	opacity: 0;
	transition: opacity 300ms;
}

div.projects div.item a div.content_center{
	position: relative;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.projects div.item a div.content_center h3{
	text-transform: uppercase;
	font-family: HelveticaNeueBlkCn;
	font-size: 16pt;
	color: #ec8566;
	width: auto;
	padding: 0px 30px;
}

div.projects div.item a div.content_center span{
	font-family: HelveticaNeueThCn;
	font-size: 12pt;
	color: #ec8566;
	width: 20%;
	margin: auto;
}

div.projects div#container, .media-wrap {
	margin-top: 30px;
	width: 100%;
	/*height: auto;
	overflow: hidden;*/
	height: 100vh;
	overflow-y: auto;
}

div.item-controls {
	z-index: 1000;
	position: absolute;
	width: 736px;
	height: 30px;
	left: 50%;
	margin-left: -368px;
	padding-top: 15px;
	display: inline-block;
	padding-bottom: 10px;
	background-color: rgba(234, 119, 85, 0.9);
}
.tablet div.item-controls, .mobile div.item-controls {
	width: 140px;
	margin-left: -70px;
	top: 65px;
}
div.item-controls > div {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	z-index: 1000;
}
.tablet div.item-controls > div:first-of-type > div:nth-of-type(2), .mobile div.item-controls > div:first-of-type > div:nth-of-type(2), 
.tablet div.item-controls > div:nth-of-type(2) > div:nth-of-type(2), .mobile div.item-controls > div:nth-of-type(2) > div:nth-of-type(2), .tablet div.item-controls > div:nth-of-type(2) > div:nth-of-type(3), .mobile div.item-controls > div:nth-of-type(2) > div:nth-of-type(3), 
.tablet div.item-controls > div:nth-of-type(3) > div:first-of-type, .mobile div.item-controls > div:nth-of-type(3) > div:first-of-type {
	display: none;
}
div.item-controls > div:first-of-type{
	left: 0;
}
div.item-controls > div:nth-of-type(2){
	left: 50%;
	width: 285px;
	margin-left: -127.5px;
	text-align: center;
}
.tablet div.item-controls > div:nth-of-type(2), .mobile div.item-controls > div:nth-of-type(2){
	left: 50%;
	width: 33px;
	margin-left: -33px;
}
.tablet div.item-controls > div:nth-of-type(2) > div:nth-of-type(1), .mobile div.item-controls > div:nth-of-type(2) > div:nth-of-type(1) {
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
div.item-controls > div:last-of-type{
	right: 0;
}

div.item-controls > div > div, a.site-link > * {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	min-width: 50px;
	
}

div.item-controls .arrow-left, div.item-controls .arrow-right, a.site-link .arrow-right {
	opacity: 1;
	position: initial;
	background-size: 50px;
	height: 22px;
	width: auto;
	zoom: 1;
  	padding-right: 0px;
  	padding-left: 0px;
  	cursor: pointer;
}

div.item-text a.site-link > * {
	cursor: pointer;
}

div.item-text p.site-link a.arrow-right {
	right: 0;
} 

div.item-text p.site-link a.arrow-right:hover {
	right: -5px;
} 

div.slide-item div.item-wrapper {
	width: 76%;
	margin-top: 100px;
	margin-left: 14%;
}

div.slide [ui-view="item"]{
	height: auto;
	overflow: hidden;
}

div.slide div.item-wrapper > .item {
	height: auto;
	overflow: hidden;
}
#fb-share {
	opacity: .6;
	-webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: absolute;
	top: 21px;
	right: 0;
	height: 30px;
	cursor: pointer;
	z-index: 10;
}
#fb-share:hover {
	opacity: 1;
}


/************************ PAGE PRIX ************************/
div.slide.prix div.content div.imgTop{
	background-image: url('../img/prix_top_img.jpg');
}

div.slide.prix div.content div.right div.award > p {
	width: 50%;
}

/************************ PAGE CONTACT ************************/
div.slide#contact div.content div.imgTop{
	background-image: url('../img/contact_top_img.jpg');
}

div.slide#contact div.content div.right{
	position: relative;
	width: 100%;
	padding-top: 70px;
	margin-bottom: 20px;
	height: auto;
}

div.slide#contact div.content div.right div.div_left,
div.slide#contact div.content div.right div.div_right{
	position: relative;
	display: inline-block;
	width: 50%;
	height: 160px;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 24px;
}

div.slide#contact div.content div.right div.div_right {
	float: right;
}

div.slide#contact div.content div.right div.content_left{
	position: absolute;
	right: 170px;
	
}

div.slide#contact div.content div.right div.content_right{
	position: absolute;
	left: 170px;
}

div.slide#contact div.content div.right div.both_content{
	text-align: left;
}

div.slide#contact div.content div.right div.both_content span{
	font-family: HelveticaNeueBlkCn;
	font-size: 16pt;
	text-transform: uppercase;
	display: block;
}

div#googlemap{
	width: 100%;
	height: 500px;
	margin-bottom: 100px;
}

div.slide .gmap {
	margin-top: 50px;
	height: auto;
}


div.slide-page.unscrollable, div.slide-item.unscrollable, div.slide.unscrollable {
	overflow-y: hidden;
}

div.slide-page .invisible {
	display: none;
}


/**       TRANSITION ANIMATIONS        -*/

[ui-view]{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

[ui-view="main"] {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

[ui-view="main"].ng-enter
 {
 	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .8s ease-out;
	transition: opacity .8s ease-out;
}
[ui-view="main"].ng-enter-active {
	opacity: 1;
	-webkit-transition: opacity .8s ease-in;
	transition: opacity .8s ease-in;
}


[ui-view="main"].ng-leave {
	-o-animation: slideOutDown 1.2s ease-out;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: both;

	-moz-animation: slideOutDown 1.2s ease-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: both;

	-webkit-animation: slideOutDown 1.2s ease-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;

	animation: slideOutDown 1.2s ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: both;
  	z-index: 9999; 
}
[ui-view="main"].ng-leave-active {
	opacity: 0;
}

[ui-view="section"].ng-enter, [ui-view="section"].ng-leave,
[ui-view="slide"].ng-enter, [ui-view="slide"].ng-leave {
	position: absolute;
}



[ui-view="section"].left.ng-enter,
[ui-view="slide"].left.ng-enter {
	-o-animation: slideInRight 0.8s ease-in-out;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: both;

	-moz-animation: slideInRight 0.8s ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: both;

	-webkit-animation: slideInRight 0.8s ease-in-out .1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;

	animation: slideInRight 0.8s ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	z-index: 8888; 
}


[ui-view="section"].left.ng-leave,
[ui-view="slide"].left.ng-leave {
	-o-animation: slideOutLeft 0.8s ease-in-out;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: both;

	-moz-animation: slideOutLeft 0.8s ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: both;

	-webkit-animation: slideOutLeft 0.8s ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;

	animation: slideOutLeft 0.8s ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: both;
  	z-index: 9999; 
}



[ui-view="section"].right.ng-enter,
[ui-view="slide"].right.ng-enter {
	-o-animation: slideInLeft 0.8s ease-in-out;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: both;

	-moz-animation: slideInLeft 0.8s ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: both;

	-webkit-animation: slideInLeft 0.8s ease-in-out .1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;

	animation: slideInLeft 0.8s ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: both;
  	z-index: 8888; 
}
[ui-view="section"].right.ng-leave,
[ui-view="slide"].right.ng-leave {
	-o-animation: slideOutRight 0.8s ease-in-out;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: both;

	-moz-animation: slideOutRight 0.8s ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: both;

	-webkit-animation: slideOutRight 0.8s ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;

	animation: slideOutRight 0.8s ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: both;

  	z-index: 9999; 
}



[ui-view="section"].up.ng-enter,
[ui-view="slide"].up.ng-enter {
	-o-animation: slideInDown 0.8s ease-in-out;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: both;

	-moz-animation: slideInDown 0.8s ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: both;

	-webkit-animation: slideInDown 0.8s ease-in-out .1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;

	animation: slideInDown 0.8s ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: both;
  	z-index: 8888; 
}


[ui-view="section"].up.ng-leave,
[ui-view="slide"].up.ng-leave {
	-o-animation: slideOutUp 0.8s ease-in-out;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: both;

	-moz-animation: slideOutUp 0.8s ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: both;

	-webkit-animation: slideOutUp 0.8s ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;

	animation: slideOutUp 0.8s ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: both;
  	z-index: 9999; 
}

[ui-view="section"].down.ng-enter,
[ui-view="slide"].down.ng-enter {
	-o-animation: slideInUp 0.8s ease-in-out;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: both;

	-moz-animation: slideInUp 0.8s ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: both;

	-webkit-animation: slideInUp 0.8s ease-in-out .1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;

	animation: slideInUp 0.8s ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: both;

  	z-index: 8888; 
}
[ui-view="section"].down.ng-leave,
[ui-view="slide"].down.ng-leave {
	-o-animation: slideOutDown 0.8s ease-in-out;
	-o-animation-iteration-count: 1;
	-o-animation-fill-mode: both;

	-moz-animation: slideOutDown 0.8s ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-fill-mode: both;

	-webkit-animation: slideOutDown 0.8s ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;

	animation: slideOutDown 0.8s ease-in-out;
	animation-iteration-count: 1;
	animation-fill-mode: both;
  	z-index: 9999; 
}

.tablet [ui-view="section"].left.ng-enter,
.tablet [ui-view="slide"].left.ng-enter,
.mobile [ui-view="section"].left.ng-enter,
.mobile [ui-view="slide"].left.ng-enter,
.tablet [ui-view="section"].right.ng-enter,
.tablet [ui-view="slide"].right.ng-enter,
.mobile [ui-view="section"].right.ng-enter,
.mobile [ui-view="slide"].right.ng-enter,
.tablet [ui-view="section"].up.ng-enter,
.tablet [ui-view="slide"].up.ng-enter,
.mobile [ui-view="section"].up.ng-enter,
.mobile [ui-view="slide"].up.ng-enter,
.tablet [ui-view="section"].down.ng-enter,
.tablet [ui-view="slide"].down.ng-enter,
.mobile [ui-view="section"].down.ng-enter,
.mobile [ui-view="slide"].down.ng-enter  {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s;
}



@-webkit-keyframes slideOutLeft {
	0%   {
		-webkit-transform: translateX(0%);
	}
    100% { 
    	-webkit-transform: translateX(-100%); 
    }
}

@-moz-keyframes slideOutLeft {
	0% 	 {
		-moz-transform: translateX(0);
	}
    100% { 
    	-moz-transform: translateX(-100%); 
    }
}

@-o-keyframes slideOutLeft {
    0% 	 {
		-o-transform: translateX(0);
	}
    100% { 
    	-o-transform: translateX(-100%); 
    }
}

@keyframes slideOutLeft {
    0% 	 {
		transform: translateX(0);
	}
    100% { 
    	transform: translateX(-100%); 
    }
}

@-webkit-keyframes slideInLeft {
    0%   { 
    	-webkit-transform: translateX(-100%); 
    }
    100% { 
    	-webkit-transform: translateX(0); 
    }
}

@-moz-keyframes slideInLeft {
    0%   { 
    	-moz-transform: translateX(-100%); 
    }
    100% { 
    	-moz-transform: translateX(0); 
    }
}

@-o-keyframes slideInLeft {
    0%   { 
    	-o-transform: translateX(-100%); 
    }
    100% { 
    	-o-transform: translateX(0); 
    }
}

@keyframes slideInLeft {
    0%   { 
    	transform: translateX(-100%); 
    }
    100% { 
    	transform: translateX(0); 
    }
}

@-webkit-keyframes slideOutRight {
	0%   {
		-webkit-transform: translateX(0%);
	}
    100% { 
    	-webkit-transform: translateX(100%); 
    }
}

@-moz-keyframes slideOutRight {
    0%   {
		-moz-transform: translateX(0%);
	}
    100% { 
    	-moz-transform: translateX(100%); 
    }
}

@-o-keyframes slideOutRight {
    0%   {
		-o-transform: translateX(0%);
	}
    100% { 
    	-o-transform: translateX(100%); 
    }
}

@keyframes slideOutRight {
    0%   {
		transform: translateX(0%);
	}
    100% { 
    	transform: translateX(100%); 
    }
}


@-webkit-keyframes slideInRight {
    0%   { 
    	-webkit-transform: translateX(100%); 
    }
    100% { 
    	-webkit-transform: translateX(0); 
    }
}

@-moz-keyframes slideInRight {
    0%   { 
    	-moz-transform: translateX(100%); 
    }
    100% { 
    	-moz-transform: translateX(0); 
    }
}

@-o-keyframes slideInRight {
    0%   { 
    	-o-transform: translateX(100%); 
    }
    100% { 
    	-o-transform: translateX(0); 
    }
}

@keyframes slideInRight {
    0%   { 
    	transform: translateX(100%); 
    }
    100% { 
    	transform: translateX(0); 
    }
}


@-webkit-keyframes slideOutUp {
	0%   { 
		-webkit-transform: translateY(0); 
	}
    100% { 
    	-webkit-transform: translateY(100%); 
    }
}

@-moz-keyframes slideOutUp {
    0%   { 
		-moz-transform: translateY(0); 
	}
    100% { 
    	-moz-transform: translateY(100%); 
    }
}

@-o-keyframes slideOutUp {
    0%   { 
		-o-transform: translateY(0); 
	}
    100% { 
    	-o-transform: translateY(100%); 
    }
}

@keyframes slideOutUp {
    0%   { 
		transform: translateY(0); 
	}
    100% { 
    	transform: translateY(100%); 
    }
}

@-webkit-keyframes slideInUp {
	0%   {
		-webkit-transform: translateY(100%);
	}
    100% { 
    	-webkit-transform: translateY(0);     
    }
}

@-moz-keyframes slideInUp {
    0%   {
		-moz-transform: translateY(100%);
	}
    100% { 
    	-moz-transform: translateY(0);     
    }
}

@-o-keyframes slideInUp {
    0%   {
		-o-transform: translateY(100%);
	}
    100% { 
    	-o-transform: translateY(0);     
    }
}

@keyframes slideInUp {
    0%   {
		transform: translateY(100%);
	}
    100% { 
    	transform: translateY(0);     
    }
}

@-webkit-keyframes slideOutDown {
	0%   { 
		-webkit-transform: translateY(0%); 
	}
    100% { 
    	-webkit-transform: translateY(-100%); 
    }
}

@-moz-keyframes slideOutDown {
    0%   { 
		-moz-transform: translateY(0%); 
	}
    100% { 
    	-moz-transform: translateY(-100%); 
    }
}

@-o-keyframes slideOutDown {
    0%   { 
		-o-transform: translateY(0%); 
	}
    100% { 
    	-o-transform: translateY(-100%); 
    }
}

@keyframes slideOutDown {
    0%   { 
		transform: translateY(0%); 
	}
    100% { 
    	transform: translateY(-100%); 
    }
}

@-webkit-keyframes slideInDown {
	0%   {
		-webkit-transform: translateY(-100%);	
	}
   	100% { 
   		-webkit-transform: translateY(0); 
   	}
}

@-moz-keyframes slideInDown {
    0%   {
		-moz-transform: translateY(-100%);	
	}
   	100% { 
   		-moz-transform: translateY(0); 
   	}
}

@-o-keyframes slideInDown {
    0%   {
		-o-transform: translateY(-100%);	
	}
   	100% { 
   		-o-transform: translateY(0); 
   	}
}

@keyframes slideInDown {
    0%   {
		-webkit-transform: translateY(-100%);	
	}
   	100% { 
   		-webkit-transform: translateY(0); 
   	}
}


/* Browser specific styles */
@-moz-document url-prefix() {
    .slide-projects, .state-projects.slide-page, .state-contact.slide-page {
    	overflow: hidden;
    }

    .state-contact.slide-page {
		height: auto;
    }
    [ui-view="slide"] {
    	overflow: auto;
    }
}
/* media queries */
@media (max-width: 710px) { 
	#langMenu {
		padding-right: 0;
		width: 125px;
	}
	.dashboard > .keys div {
		height: 22.5px;
	}
	#langMenu > .mouse div {
		height: 32.5px;
		width: 24px;
		background-image: url('../img/mouse.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 24px;
	}
	#langMenu > .lang {
		margin-left: 4px;
		font-size: 11pt;
	}
	div.slide-item div.item-wrapper {
		width: 100%;
		margin-left: 0px;
		box-sizing: border-box;
	}
	div.projects div.item  {
		margin: 10px auto !important;
		width: 100%;
		min-width: 100%;
	}
	div.media-wrap div.item {
		margin: 10px auto;
		width: 100%;
		padding-left: 0px;
	}
	div.media-wrap div.item-text {
		margin-left: 18%;
		width: 81%;
	}
	div.media-wrap div.item-text, div.media-wrap div.item-text > .item-desc {
		height: auto;
	}
	div.slide.prix div.content div.right div.award > p {
		width: 60%;
	}
}

@media (max-width: 610px) {
	div.slide div.content div.imgTop div.top_content {
		padding-top: 55px;
	}
	div.slide div.content div.imgTop div.top_content span {
		font-size: 14pt;
	}
	div.media-wrap div.item-text {
		margin-left: 21%;
		width: 78%;
	}
	div.slide.kngfu div.content div.right div.description > p,  div.slide.prix div.content div.right div.award > p {
		font-size: 12pt;
	}
	div.slide.kngfu div.content div.right div.description > p span{
		font-size: 14pt;
	}
}

@media (max-width: 510px) {
	.slide-text {
		font-size: 22px;
		width: 300px;
		margin-left: -150px;
	}
	div.media-wrap div.item-text {
		margin-left: 27%;
		width: 72%;
	}
}

@media (max-width: 400px) {
	.slide-text {
		font-size: 19px;
		width: 260px;
		margin-left: -130px;
		/*margin-top: -10.5vh;*/
		margin-top: -40pt;
	}
	div.slide div.content div.imgTop div.top_content {
		width: 35%;
	}
	div.media-wrap div.item-text {
	  margin-left: 31%;
	  width: 68%;
	}
	div.slide div.content div.imgTop div.top_content span, div.slide.kngfu div.content div.right div.description > p span {
		font-size: 12pt;
	}

	div.slide.kngfu div.content div.right div.description > p, div.slide.prix div.content div.right div.award > p {
		font-size: 11pt;
	}
}

.tablet div.media-wrap > div, .mobile div.media-wrap > div {
	margin-left: 1%;
	width: 98%;
}

.mobile div.slide#contact div.content div.right div.div_left, .mobile div.slide#contact div.content div.right div.div_right {
	width: 30%;
	font-size: 20px;
}

.mobile div.slide#contact div.content div.right div.div_left {
	margin-left: 15%;
}

.mobile div.slide#contact div.content div.right div.div_right {
	margin-right: 15%;
}

.mobile div.slide#contact div.content div.right div.div_left div.content_left, .mobile div.slide#contact div.content div.right div.div_right div.content_right {
	position: static;
}

.mobile .slide-text {
	font-size: 4em;
	width: 16em;
	margin-left: -8em;
}

.mobile #menu {
	width: 25em !important;
}

.mobile #menu ul {
	margin-left: -27em;
}

.mobile #kngfu-logo {
	background-size: 18em;
	width: 15em;
	height: 5em;
	padding-left: 3em;
}

.mobile #menu-button {
	width: 5em;
	height: 5em;
	background-size: 5em;
}

.mobile #menu li {
	font-size: 2.8em;
}

.mobile #langMenu {
	height: 6em;
}

.mobile #langMenu > .lang {
	font-size: 4em;
}

.mobile .map {
	display: none;
}

.mobile div.slide div.content div.imgTop div.top_content {
	width: 80%;
}

.mobile div.slide div.content div.imgTop div.top_content span {
	font-size: 4em;
}

.mobile div.slide.kngfu div.content div.right, 
.mobile div.slide.prix div.content div.right {
	width: 85%;
	margin-left: 15%;
}
.mobile div.slide.kngfu div.content div.right div.description, 
.mobile div.slide.prix div.content div.right div.award {
	margin-bottom: 8em;
}

div.slide.kngfu div.content div.right div.description > span, 
.mobile div.slide.prix div.content div.right div.award > span {
	left: -.3em;
	top: -.95em;
	font-size: 6em;
}

.mobile div.slide.kngfu div.content div.right div.description > p, 
.mobile div.slide.prix div.content div.right div.award > p {
	width: 100%;
	font-size: 4em;
}

.mobile div.slide.kngfu div.content div.right div.description > p span {
	font-size: 1em;
}

.mobile div.slide.kngfu div.content div.right div.fin-description {
	width: 25em;
}

.mobile div.slide.kngfu div.content div.right div.fin-description p {
	font-size: 4em;
}

/* projects */
.mobile div#filters button {
	font-size: 4em;
	padding: 1px 0.5em;
}

.mobile div.projects div.item {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	display: block;
	height: 45em;
}

.mobile div.item-controls .arrow-left, 
.mobile div.item-controls .arrow-right, 
.mobile a.site-link .arrow-right {
	background-size: 13em;
}

.mobile div.item-controls {
	width: 40em;
	margin-left: -20em;
}

.mobile div.item-controls > div:nth-of-type(2) {
	width: 17em;
	margin-left: -8.5em;
}

.mobile div.item-controls > div:nth-of-type(2) > div:nth-of-type(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	font-size: 3em;
	margin-top: -0.5em;
}

.mobile div .media-wrap div.item-text {
	margin-top: 5em;
	height: auto;
}

.mobile div.media-wrap div.item-text > .item-desc {
	height: auto;
	font-size: 1em;
	line-height: 1.5em;
}

.mobile div.media-wrap div.item-text > .item-title {
	font-size: 5em;
}

.mobile div.media-wrap div.item-text > .producer-title {
	font-size: 4em;
}

.mobile div.media-wrap div.item-text > .producer {
	font-size: 4em;
}

.mobile div.media-wrap div.item-text > .site-link {
	width: auto;
}

.mobile div.media-wrap div.item-media, 
.mobile div.media-wrap div.item-media div[youtube] {
	height: 45em !important;
}

.mobile div.slide.equipe div.content div.right {
	width: 75%;
}

.mobile div.slide.equipe .member {
	font-size: 4em;
}

.mobile div.slide#contact div.content div.right div.div_left,
.mobile div.slide#contact div.content div.right div.div_right {
	font-size: 4em;
	height: auto;
}

.mobile .arrow-down, .mobile .arrow-up {
	width: 8em;
	height: 10em;
	background-size: 6em;
	z-index: 1000000;
	box-sizing: border-box;
	padding: 0px 1em;
	margin-left: -4em;
}

.mobile .arrow-left, 
.mobile .arrow-right, 
.mobile div.item-controls .arrow-left, 
.mobile div.item-controls .arrow-right {
	width: 10em;
	height: 5em;
	background-size: 13em;
	z-index: 1000000;
}
