@charset "UTF-8";
/*--------------------------------------------------------------
Global
--------------------------------------------------------------*/
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
html, body{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:'AkzidenzGroteskBE', sans-serif;
	font-size:16px;
	line-height:1.8;
	letter-spacing: -.3px!important;
	color:#000;
	background:#fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
body.loading{
	cursor:progress;
}
.body_wrap{
	width:100%;
	height:100%;
	background: #fff;
}
.main{
	width:100%;
	height:100%;
	position:relative;
}
.main_wrap{
	width:100%;
	height:100%;
	z-index:1;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.alignC{
	text-align:center;
}
.alignL{
	text-align:left;
}
.alignR{
	text-align:right;
}
.cap{
	/*text-transform:uppercase;*/
}
.center{
	width:100%;
	padding:0 54px;
}
.vcenter:before{
	content:'';
	height:100%;
	vertical-align:middle;
	display:inline-block;
}
.vcenter_item{
	width:99%;
	vertical-align:middle;
	display:inline-block;
}
.underline{
	text-decoration:underline;
}
.show_on_desktop{
	display:block;
}
.show_on_mobile{
	display:none;
}
.big{
	font-size:42px;
	line-height: 1.4;
}
h1{
	font-size:42px;
	line-height:1.4;
}
h2{
	font-size:34px;
	line-height:1.4;
}
h3{
	font-size:29px;
	line-height:1.4;
}
h4{
	font-size:25px;
	line-height:1.4;
}
h5{
	font-size:20px;
	line-height:1.4;
}
h6{
	font-size:15px;
	line-height:1.4;
}

h1,h2,h3,h4,h5,h6{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.small{
	font-size:12px;
	line-height:26px;
}
@media screen and ( max-width: 1024px ) {
	h1{
		font-size:32px;
	}
	h2{
		font-size: 28px;
	}
	h4{
		font-size:24px;
	}
	h5{
		font-style: 16px;
	}
	.big{
		font-size:32px;
	}
}
@media screen and ( max-width: 660px ) {
	h1{
		font-size:44px;
	}
	h2{
		font-size:28px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		font-size:15px;
	}
	h6{
		font-size:12px;
	}
	.big{
		font-size:38px;
	}
}
a{
	color:#000;
	position:relative;
	text-decoration:none;
	display:inline-block;
}
a.page h6{
	line-height:normal;
}
h5 a, h5 a{
	transition: all .4s ease;
}
h5 a:hover, h6 a:hover{
		opacity:.6;

}
a .underline{
	width:100%;
	height:2px;
	position:absolute;
	top:calc( 100% - 1px );
	left:0px;
	background:#000;
	display:inline-block;
}
img{
	width:100%;
	height:auto;
}
input,textarea,button,select{
	border:0px;
	padding:0px;
	margin:0px;
	outline:0px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-webkit-appearance:none;
	appearance:none;
}
input[type="submit"]{
	cursor:pointer;
}
::selection{
	background:#000;
	color:#fff;
}
::-moz-selection{
	background:#000;
	color:#fff;
}
::-webkit-input-placeholder{
	color:red;
}
:-moz-placeholder{
	color:red;
}
::-moz-placeholder{
	color:red;
}
:-ms-input-placeholder{
	color:red;
}
.img{
	width:100%;
	height:100%;
}
.img, .vjs-poster{
	background-size:cover;
	background-position:center center;
}
.bg_img{
	width:100%;
	height:auto;
	position:absolute;
	top:-1000%;
	bottom:-1000%;
	left:-1000%;
	right:-1000%;
	margin:auto;
}
#ajax{
	width:100%;
	height:100%;
	position:relative;
	opacity:1;
	-webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
#ajax.fade{
	opacity:0;
}
.more{
	padding:40px 0;
	text-decoration:underline;
}
/*-------------------------*/
/* */
/* Loading */
/* */
/*-------------------------*/
#loading{
	width:25px;
	height:25px;
	position:fixed;
	bottom:68px;
	right:52px;
	z-index:2;
	mix-blend-mode:difference;
}
#loading svg{
	width:25px;
	height:25px;
}
/*-------------------------*/
/* */
/* Logo */
/* */
/*-------------------------*/
#logo{
	width:109px;
	height:28px;
	position:fixed;
	top:46px;
	left:54px;
	z-index:996;
	display:inline-block;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
#logo path{
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
#logo svg{
	width:109px;
	height:28px;
}
section{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	will-change:-webkit-transform,transform;
}
section *{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/
#menu_btn{
	width:60px;
	height:60px;
	position:fixed;
	top:27px;
	right:37px;
	cursor:pointer;
	z-index:999;
	cursor:pointer;
    /* mix-blend-mode:difference;
    */
}
#menu_btn span{
	width:25px;
	height:3px;
	background:#000;
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	display:block;
	z-index:2;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
#menu_btn span:nth-child(1){
	top:20px;
}
#menu_btn span:nth-child(2){
	top:28px;
}
#menu_btn span:nth-child(3){
	top:36px;
}
#menu_btn_bg{
	width:60px;
	height:60px;
	position:absolute;
	top:43px;
	right:40px;
    /* top:50%;
     left:50%;
     */
     margin:auto;
     z-index:998;
     opacity:0;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
 }
 #menu_btn_bg span{
 	width:100%;
 	height:100%;
 	background:#f9f9f9;
 	border-radius:50%;
 	position:absolute;
 	top:-1000%;
 	bottom:-1000%;
 	left:-1000%;
 	right:-1000%;
 	margin:auto;
 	display:inline-block;
 }
 #menu_bg.show{
 	visibility:visible;
 }
 #menu_bg.active{
 	opacity:.4;
 }
 #menu{
 	position:fixed;
 	top:104px;
 	right:0px;
 	z-index:999;
 	opacity:0;
 	visibility:hidden;
    /* mix-blend-mode:difference;
    */
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#menu.active{
	opacity:1;
}
#menu.show{
	visibility:visible;
}
#menu ul{
	width: 170px;
	position:relative;
	z-index:2;
}
#menu li{
	width:100%;
}
#menu li a{
	color:#000;
	margin-right:54px;
	padding:.5rem 0;
	float:right;
	overflow:hidden;
}
#menu li a h5{
	line-height:26px;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
}
#menu_btn.active span:nth-child(1){
	transform:rotate(45deg) translate3d(6px,5px,0);
	-webkit-transform: rotate(45deg) translate3d(6px,5px,0);
}
#menu_btn.active span:nth-child(2){
	transform:scale(0,1);
	-webkit-transform:scale(0,1);
}
#menu_btn.active span:nth-child(3){
	transform:rotate(-45deg) translate3d(6px,-5px,0);
	-webkit-transform: rotate(-45deg) translate3d(6px,-5px,0);
}
#menu_bg{
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	opacity:0;
	display:none;
	-webkit-transform:translate3d(0,-50px,0);
	transform:translate3d(0,-50px,0);
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
#menu.active #menu_bg{
	opacity:1;
	-webkit-transform:translate3d(0,0px,0);
	transform:translate3d(0,0px,0);
}
.home #logo path{
	fill:#fff;
}
.home #menu_btn span{
	background:#fff;
}
.home #menu li a{
	color:#fff;
}
/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/
#home #pj_items li{
	opacity:1;
	visibility:visible;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
#featured_project{
	width:100%;
	height:200vh;
	position:relative;
	overflow:hidden;
	z-index:1;
}
#featured_project li{
	width:0px;
	height:100%;
	position:absolute;
	top:0px;
	left:auto;
	right:0px;
	overflow:hidden;
	z-index:1;
	-webkit-transition: width 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: width 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
	will-change: width;
}
#featured_project.left li{
	left:0px;
	right:auto;
}
#featured_project li .wrap{
	width:100vw;
	height:100%;
	position:absolute;
	left:-100000%;
	right:-100000%;
	margin:auto;
}
#featured_project li.active{
	width:100vw;
	z-index:2;
}
#featured_project li.prev{
	width:0px;
	left:0px;
	right:auto;
	z-index:2;
}
#featured_project li.next{
	width:0px;
	left:auto;
	right:0px;
	z-index:2;
}
#featured_project li.selected{
	width:160px !important;
}
#featured_project #fp_top{
	width:100%;
	height:100vh;
	position:relative;
	overflow:hidden;
	z-index:2;
	-webkit-transform:scaleY(1);
	-webkit-transform-origin:top;
	transform:scaleY(1);
	transform-origin:top;
	-webkit-transition: all 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	will-change: height;
}
#featured_project #fp_top img{
	width:auto;
	height:100%;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transition: -webkit-transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	will-change: height;
}
#featured_project #fp_top.active{
	height:200vh;
}
#featured_project #fp_top.disable{
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	-webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#featured_project #fp_top.disable img{
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#featured_project #fp_top .img{
	height:100%;
	-webkit-transition: all 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	will-change: height;
}
#featured_project .template_2 #fp_top{
	height:200vh;
	z-index:1;
}
#featured_project .template_2 #fp_top.active{
	height:100vh;
}
#featured_project .template_2 #fp_top .fixed_image_wrap{
	width:100%;
	height:50vh;
	position:absolute;
	bottom:0%;
	left:0px;
	z-index:2;
	overflow:hidden;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	-webkit-transition: -webkit-transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#featured_project .template_2 #fp_top .fixed_image_wrap .fixed_image{
	width:100%;
	height:100%;
	overflow:hidden;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	-webkit-transition: -webkit-transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#featured_project .template_2 #fp_top.active .fixed_image_wrap{
	-webkit-transform:translate3d(0,0%,0);
	transform:translate3d(0,0%,0);
}
#featured_project .template_2 #fp_top.active .fixed_image_wrap .fixed_image{
	-webkit-transform:translate3d(0,0%,0);
	transform:translate3d(0,0%,0);
}
#featured_project .template_2 #fp_top.active .fixed_image_wrap .fixed_image div{
	-webkit-transform: translate3d(0,0%,0);
	transform: translate3d(0,0%,0);
}
#featured_project .template_2 #fp_top .fixed_image_wrap .fixed_image div{
	width:50%;
	height:100%;
	position:relative;
	overflow:hidden;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
	-webkit-transition: -webkit-transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#featured_project .template_2 #fp_top .fixed_image_wrap .fixed_image img{
	-webkit-transform:scaleY(1) translateZ(0);
	transform:scaleY(1) translateZ(0);
}
#featured_project .template_2 #fp_bot{
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	z-index:2;
}
#featured_project .template_2 #fp_bot #fp_bot_wrap{
	width:100%;
	height:100%;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}
#featured_project .template_2 #fp_bot ul#image_slide{
	width:100%;
}
#featured_project .template_2 #fp_bot ul#image_slide li{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#featured_project .template_2 #fp_bot ul#image_slide li img.active{
	-webkit-transform:translate3d(0,0,0) scale(1.1);
	transform:translate3d(0,0,0) scale(1.1);
}
#featured_project .template_2 #fp_bot ul#image_slide li.active{
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}
#featured_project .template_2 #fp_bot.active{
	-webkit-transform:translate3d(0,0%,0);
	transform:translate3d(0,0%,0);
}
#featured_project .template_2 #fp_bot.active #fp_bot_wrap{
	-webkit-transform: translate3d(0,0%,0);
	transform: translate3d(0,0%,0);
}
#featured_project #fp_bot{
	width:100%;
	height:100vh;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
	overflow:hidden;
	-webkit-transform-origin:bottom;
	transform-origin:bottom;
	-webkit-transition: -webkit-transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#featured_project #fp_bot #fp_bot_wrap{
	width:100%;
	height:100%;
	-webkit-transition: -webkit-transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#featured_project #fp_bot .sub_title{
	width:220px;
	font-size:24px;
	line-height:36px;
	position:absolute;
	top:53px;
	left:54px;
	z-index:2;
	color:#fff;
    /* mix-blend-mode:difference;
    */
}
#featured_project #fp_bot .pj_title{
	position:absolute;
	bottom:47px;
	left:34px;
	z-index:2;
    /* mix-blend-mode:difference;
    */
}
#featured_project #fp_bot .pj_title a{
	color:#fff;
	padding:0 20px;
}
#featured_project #fp_bot ul#image_slide{
	width:300%;
	height:100%;
	font-size:0;
	white-space:nowrap;
	position:relative;
	z-index:1;
	-webkit-transition: -webkit-transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#featured_project #fp_bot ul#image_slide li{
	width:33.333%;
	height:100%;
	position:relative;
	display:inline-block;
	overflow:hidden;
	-webkit-transition: -webkit-transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 1300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#featured_project #fp_bot ul#image_slide li img{
	-webkit-transition: -webkit-transform 10000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: transform 10000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#scroll{
	position:absolute;
}
.featured_project_btn{
	width:50%;
    /* width:133px;
    */
    height:100vh;
    position:absolute;
    top:0px;
    z-index:3;
    cursor:pointer;
}
.featured_project_btn div{
	width:25px;
	height:5px;
	position:absolute;
	bottom:55px;
	margin:auto;
	-webkit-transform:scaleX(0) translateZ(0);
	transform:scaleX(0) translateZ(0);
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
	transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
}
.featured_project_btn span{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#fff;
	display:inline-block;
	-webkit-transform:rotate(0deg) translate3d(0,0,0);
	transform:rotate(0deg) translate3d(0,0,0);
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
#featured_project_left_btn{
	left:0px;
}
#featured_project_left_btn div{
	left:54px;
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#featured_project_left_btn span{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#featured_project_left_btn:hover div{
	-webkit-transition-delay:0ms;
	transition-delay:0ms;
	-webkit-transform:scaleX(1) translateZ(0);
	transform:scaleX(1) translateZ(0);
}
#featured_project_left_btn:hover span{
	-webkit-transition-delay:100ms;
	transition-delay:100ms;
}
#featured_project_left_btn:hover span:nth-child(1){
	-webkit-transform:rotate(-45deg) translate3d(-1px,1px,0);
	transform:rotate(-45deg) translate3d(-1px,1px,0);
}
#featured_project_left_btn:hover span:nth-child(2){
	-webkit-transform:rotate(45deg) translate3d(-1px,-1px,0);
	transform:rotate(45deg) translate3d(-1px,-1px,0);
}
#featured_project_right_btn{
	right:0px;
}
#featured_project_right_btn div{
	right:54px;
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#featured_project_right_btn span{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#featured_project_right_btn:hover div{
	-webkit-transition-delay:0ms;
	transition-delay:0ms;
	-webkit-transform:scaleX(1) translateZ(0);
	transform:scaleX(1) translateZ(0);
}
#featured_project_right_btn:hover span{
	-webkit-transition-delay:100ms;
	transition-delay:100ms;
}
#featured_project_right_btn:hover span:nth-child(1){
	-webkit-transform:rotate(45deg) translate3d(0,-1px,0);
	transform:rotate(45deg) translate3d(0,1px,0);
}
#featured_project_right_btn:hover span:nth-child(2){
	-webkit-transform:rotate(-45deg) translate3d(1px,-2px,0);
	transform:rotate(-45deg) translate3d(1px,-2px,0);
}
#featured_about{
	padding:55px 0 57px 33.333%;
}
#featured_about a{
	margin-top:30px;
}



/*-------------------------*/
/* */
/* About */
/* */
/*-------------------------*/
#about_studio{
	width:100%;
	position:relative;
	padding-left:calc( 33.3333% + 24px );
	padding-top:15rem;
	padding-right:54px;
}
#about_studio h1{
	width:100%;
	position:relative;
}
.about .top{
	padding-bottom:50px;
}
.about .top .floatR{
	width:66.667%;
}
.about .top .title{
	width:33.333%;
}
.about .top .title h5{
	width:50%;
}
.about .bot{
}
.about .bot > div{
	width:33.333%;
	padding-right:4%;
	float:left;
}
.about .bot img{
	width:100%;
	max-width:250px;
}
#about .about:first-child{
	padding-top:8rem;
}
#about .about:nth-child(2){
	padding-top:7rem;
}
/*-------------------------*/
/* */
/* Projects */
/* */
/*-------------------------*/
.cats ul{
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}
.cats ul:after{
	content:'';
	display:block;
	padding-top:75%;

}
.cats ul li{
	width:100%;
	height:101%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	opacity:0 !important;
	
}
.cats ul li.active{
	opacity:1 !important;
	z-index:2;
}
#pj_items{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
#pj_items > li{
	width:calc(100% / 3);
}
#pj_items li .title{
	padding:1rem 20px 2.5rem 20px;
}
#pj_items li:nth-child(3n + 1) .title{
	padding-left:54px;
}
#pj_items li a{
	width:100%;
	display: block;
}
#pj_items li .img_wrap{
	width:100%;
	position:relative;
}
#pj_items li .img_wrap:after{
	content:'';
	display:block;
	padding-top:75.7%;
}
#pj_items li .img_wrap .img{
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	visibility:hidden;
}
#pj_items li .img_wrap .img:first-child{
	opacity:1;
	visibility:visible;
}
#projects #pj_items{
	display: flex;
	flex-wrap: wrap;
}
#projects #pj_items li{
	opacity:0;
	visibility:hidden;
	overflow: hidden;
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}
#projects #category_wrap{
	padding:10rem 54px 4rem;
}
#projects #category_wrap #category{
	position:relative;
	overflow:hidden;
}
#projects #category_wrap #category ul{
	padding-top:0;
	display: flex;
}
#projects #category_wrap #category li{
	padding-right: 3rem;
}
#projects #category_wrap #category li a{}

#projects #category_wrap #category .all{
	/*position:absolute;
	bottom:0px;
	right:-2px;*/
}
@media screen and ( max-width: 1200px ) {
	#projects #category_wrap #category li{
		padding-right: 1.7rem;
	}
}
@media screen and ( max-width: 1024px ) {
    #projects #category_wrap #category ul{
    	flex-wrap: wrap;
    }
    #projects #category_wrap #category li{
    	min-width: 25%;
    	margin-bottom:.8rem;
    }
    #pj_items > li{
    	width: 50%;
    }
    #pj_items li .title{
		padding-left:54px!important;
	}
	#pj_items li:nth-child(2n) .title{
		padding-left: 20px!important;
	}
}
@media screen and ( max-width:660px ){
	#projects #category_wrap{
		padding:5rem 20px 20px 20px;
		display: none;
	}
	#projects #category_wrap #category li{

	}
	#projects #pj_items{
		padding-top: 8rem;
	}
	#projects #pj_items li{
    	width:100%;
    	opacity:1;
    	visibility:visible;
    	float:none;
    	-webkit-transform:translate3d(0,0px,0);
    	transform:translate3d(0,0px,0);
    }
	#pj_items li .title{
		padding-left:20px!important;
	}
}
/*-------------------------*/
/* */
/* Single Project */
/* */
/*-------------------------*/
#singleProject .des:before{
	content:'';
	height:100%;
	vertical-align:middle;
	display:inline-block;
}
#singleProject .des h4{
	width:67.709%;
	color:#000;
	vertical-align:middle;
	display:inline-block;
}
#project_info{
	width:100%;
	height:36vh;
	min-height: 400px;
	padding-top:12rem;
}
#project_info .vcenter{
	height:100%;
	padding:0 66px;
}
#project_info #project_info_left{
	width:100%;
}
#project_info #project_info_left .title{
	max-width:500px;
	padding-bottom:34px;
}
#project_info #project_info_left .client{
	max-width:500px;
}
#project_info #project_info_right{
	display: none;
}
#project_info #sub_title{
	padding-bottom:2rem;
}
#project_info p{
	float:left;
	overflow:hidden;
}
#project_info span{
	display:inline-block;
}
#project_featured_image{
	width:100%;
	height:100vh;
	position:relative;
	overflow:hidden;
}
#project_featured_image #title{
	color:#fff;
	position:absolute;
	bottom:40px;
	left:52px;
	z-index:2;
}
#project_featured_image #title div{
}
#project_sequence{
	width:100%;
	padding:160px 0;
}
#project_sequence ul{
	width:68.643%;
	margin:auto;
}
#project_sequence ul li{
	width:100%;
	position:relative;
	margin-top:62px;
}
#project_sequence ul li:before{
	content:'';
	display:block;
	padding-top:63.89%;
}
#project_sequence ul li:first-child{
	margin-top:0px;
}
#project_sequence ul li .img{
	position:absolute;
	top:0px;
	left:0px;
}
#project_video{
	width:100%;
	height:100vh;
}
#project_video.block #video{
	width:68.643%;
	height:auto;
	margin:auto;
	overflow:hidden;
}
#project_video.block #video:before{
	content:'';
	display:block;
	padding-top:56.25%;
}
#project_video.fullscreen #video{
	width:100%;
	height:100%;
	overflow:hidden;
}
#project_zoom{
	width:100%;
	height:500vh;
	overflow:hidden;
}
#project_zoom ul{
	width:100%;
	height:100vh;
	position:relative;
}
#project_zoom ul li{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
}
#project_zoom ul li:first-child{
	opacity:1;
}
#project_zoom ul li:last-child{
	opacity:1;
}
#project_gif{
	width:100%;
	height:300vh;
	overflow:hidden;

}
#project_gif ul{
	width:100%;
	height:100vh;
	position:relative;
}
#project_gif ul li{
	width:100%;
	height:calc(67vw);
	position:absolute;
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(.7);
	transform:scale(.7);
	overflow: hidden;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}
#project_gif ul li .img{
	transform: scale(1.01);
}
#project_gif ul li:first-child{
	opacity:1;
	visibility:visible;
}
#project_gif ul li.active{
	z-index:2;
}
#project_slide{
	width:100%;
	height:300vh;
	overflow:hidden;
}
#project_slide ul{
	width:100%;
	height:100vh;
	position:relative;
}
#project_slide ul li{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
}
#project_slide ul li:first-child{
	opacity:1;
}
#project_slide ul li:last-child{
	opacity:1;
}
#related_project h4{
	padding:3rem;
}
#related_project ul a{
	display:block;
}
#mobile_project_info{
	padding-top:50px;
	padding-bottom:50px;
}
#mobile_project_info #mobile_project_info_wrap{
	padding-top:50px;
}
#mobile_project_info #mobile_project_info_wrap > div:first-child{
	width:20%;
	margin-right:50px;
}
.video-js{
	background-color:transparent;
}
.video-js .vjs-tech{
	min-width: 100%;
	min-height: 56.25vw;
	width: 117.77777778vh;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-js.vjs-paused:not(.vjs-has-started) video{
	display:none;
}
.video-js.vjs-playing video{
	display:block;
}
.video-js .vjs-play-control, .video-js .vjs-volume-menu-button, .video-js .vjs-time-control, .video-js .vjs-fullscreen-control{
	display:none;
}
.video-js .vjs-control-bar{
	height:5px;
	background:none;
	-webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.video-js:hover .vjs-control-bar{
	height:15px;
}
.video-js .vjs-slider{
	margin:0px;
	background:none;
}
.video-js .vjs-progress-holder{
	height:100%;
}
.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div{
	height:100%;
}
.video-js .vjs-play-progress:before{
	display:none;
}
.video-js .vjs-load-progress{
	background:rgba(255,255,255,.3);
}
.video-js.vjs-paused .vjs-big-play-button{
	display:block;
}
.vjs-big-play-centered .vjs-big-play-button{
	width:100px;
	height:100px;
	line-height:100px;
	font-size:50px;
	margin:0px;
	border-width:1px;
	border-radius:50%;
	background-color:transparent !important;
	-webkit-transform:translate3d(-50%,-50%,0);
	transform:translate3d(-50%,-50%,0);
}
/*-------------------------*/
/* */
/* Contact */
/* */
/*-------------------------*/
#contact{
	width:100%;
	padding-top:12rem;
	padding-bottom:100px;
}
#contact .vcenter{
	width:100%;
	height:100%;
}
#contact #wrap{
	position:relative;
}
#contact #map{
	width:100%;
	height:300px;
	display: none;
}
#contact #left{
	width:100%;
}
#contact #left .clearfix{
	margin-top: 1rem;
	display: flex;
}
#contact #left a{
	margin-right: 1rem;
}
#contact #left .icon{
	width:100%;
	padding-top:4rem;
}
#contact #left .icon a:first-child{
	margin-right:31px;
}
#contact #ig, #contact #ig svg{
	width:30px;
	height:30px;
}
#contact #be, #contact #be svg{
	width:45px;
	height:30px;
}
#contact #right{
	width:66.667%;
}
#contact #right h2{
	padding-bottom:47px;
	font-size:30px;
}
#contact #right h4{
	padding-bottom:40px;
}
#contact #right h5:first-child{
	padding-right:45px;
}
/*-------------------------*/
/* */
/* Footer */
/* */
/*-------------------------*/
footer .footer_wrap{
	position:relative;
	padding: 9rem 54px 4rem 54px;
	display: flex;
	justify-content: space-between;
}
footer .icon a{
	margin-left:24px;
}
footer .icon a:first-child{
	margin:0px;
}
footer #ig, footer #ig svg{
	width:26px;
	height:26px;
}
footer #be, footer #be svg{
	width:35px;
	height:26px;
}
.IE body{
	height:100%;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}
.IE .main{
	height:auto;
}
.IE #section_wrap, section{
	position:relative;
}
.IE #project_featured_image{
	height:100vh;
}
.IE #project_zoom{
	height:auto !important;
}
.IE #project_zoom ul{
	height:auto;
	-webkit-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}
.IE #project_zoom ul li{
	height:100vh;
	position:relative;
	opacity:1 !important;
	overflow:hidden;
	-webkit-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}
.IE #project_zoom ul li:first-child{
	height:auto;
}
.IE #project_zoom ul li:first-child{
	height:auto;
}
.IE #project_sequence{
	padding:100px 0;
}
.IE #project_sequence ul{
	width:100%;
	padding:0 54px;
}
.IE #project_slide{
	height:auto !important;
}
.IE #project_slide ul{
	height:auto;
	-webkit-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}
.IE #project_slide ul li{
	height:100vh;
	position:relative;
	-webkit-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}
.IE #project_slide ul li:first-child{
	opacity:1 !important;
}
.IE #project_gif{
	height:auto !important;
}
.IE #project_gif ul{
	height:100vh;
	-webkit-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}
.IE #project_gif ul li{
	height:100%;
	-webkit-transform:scale(1);
	transform:scale(1);
	overflow:hidden;
}
.IE #singleProject .des h4{
	width:100%;
	padding:100px 54px;
}
@media screen and ( max-width: 1024px ) {
	#logo{
		position:fixed;
	}
	#logo.active path{
		fill:#000;
	}
	section{
		height:100%;
		position:relative;
		overflow-y:scroll;
		-webkit-overflow-scrolling: touch;
	}
	.IE section{
		overflow-y:auto;
	}
	.show_on_desktop{
		display:none;
	}
	.show_on_mobile{
		display:block;
	}
	#menu{
		width:100%;
		height:auto;
		padding-top: 5rem;
        padding:9rem 54px 3rem;
        z-index:995;
        top:0;
    }
    #menu.active a{
    	color:#000 !important;
    }
    #menu ul{
    	text-align:left;
    }
    #menu ul li a{
    	margin-right:0px;
    	float:none;
    	padding: .75rem 0
    }
    #menu_btn.active span{
    	background:#000;
    }
    #menu_bg{
    	display:block;
    }
    #featured_about{
    	padding-right:54px;
    	padding-left:54px;
    	max-width: 700px;
    }
    #featured_about br{
    	display:none;
    }
    #featured_project{
    	height:100vh;
    }
    #featured_project #fp_top{
    	height:50vh;
    }
    #featured_project #fp_top .img{
    	height:50vh;
    }
    #featured_project #fp_top.active{
    	height:100vh;
    }
    #featured_project #fp_top.active .img{
    	height:100vh;
    }
    #featured_project #fp_bot{
    	height:50vh;
    }
    #featured_project .template_2 #fp_top{
    	height:100vh;
    }
    #featured_project .template_2 #fp_top.active{
    	height:50vh;
    }
    #featured_project .template_2 #fp_top .img{
    	height:100%;
    }
    #featured_project .template_2 #fp_top .fixed_image_wrap{
    	height:25vh;
    }
    #featured_project .template_2 #fp_top .fixed_image_wrap .fixed_image img{
    	-webkit-transform:scaleY(1) translateZ(0);
    	transform:scaleY(1) translateZ(0);
    }
    #featured_project .template_2 #fp_top > img{
    	-webkit-transform:scaleX(2) scaleY(1);
    	transform:scaleX(2) scaleY(1);
    }
    .featured_project_btn{
    	display:none;
    }
    #home #pj_items{
    	display:none;
    }
    #pj_items:after{
    	display:none;
    }
   
    #project_info{
    	height:auto;
    	min-height: auto;
    	padding-top:10rem;
    	padding-bottom: 4rem;
    }
    #project_info #project_info_left{
    }
    #project_info #project_info_right h4{
    	display:none;
    }
    #project_info #project_info_right #sub_title{
    	padding-bottom:30px;
    }
    #project_featured_image{
    	height:40vh;
    }
    #project_zoom{
    	height:auto !important;
    }
    #project_zoom ul{
    	height:auto;
    	-webkit-transform: translate3d(0,0,0) !important;
    	transform: translate3d(0,0,0) !important;
    }
    #project_zoom ul li{
    	height:40vh;
    	position:relative;
    	opacity:1 !important;
    	overflow:hidden;
    	-webkit-transform: translate3d(0,0,0) !important;
    	transform: translate3d(0,0,0) !important;
    }
    #project_zoom ul li:first-child{
    	height:auto;
    }
    #project_zoom ul li:first-child{
    	height:auto;
    }
    #project_sequence{
    	padding:100px 0;
    }
    #project_sequence ul{
    	width:100%;
    	padding:0 54px;
    }
    #project_slide{
    	height:auto !important;
    }
    #project_slide ul{
    	height:auto;
    	-webkit-transform: translate3d(0,0,0) !important;
    	transform: translate3d(0,0,0) !important;
    }
    #project_slide ul li{
    	height:40vh;
    	position:relative;
    	opacity:1 !important;
    	-webkit-transform: translate3d(0,0,0) !important;
    	transform: translate3d(0,0,0) !important;
    }
    #project_slide ul li:first-child{
    	opacity:1 !important;
    }
    #project_gif{
    	height:auto !important;
    }
    #project_gif ul{
    	height:67vw;
    	-webkit-transform: translate3d(0,0,0) !important;
    	transform: translate3d(0,0,0) !important;
    }
    #project_gif ul li{
    	height:100%;
    	-webkit-transform:scale(1);
    	transform:scale(1);
    	overflow:hidden;
    }
    #singleProject .des h4{
    	width:100%;
    	padding:100px 54px;
    }
    #project_video{
    	height:40vh;
    }
    .vjs-paused .vjs-poster{
    	display:block;
    }
    #project_video.block #video{
    	width:100%;
    	height:100%;
    }
    #project_video.block #video:before{
    	display:none;
    }
    #about_studio{
    	padding-top: 10rem;
    	padding-left: calc(33.333% + 14px);
    }
    #about .about:first-child{
    	padding-top:100px;
    }
    #about .about:nth-child(2){
    	padding-top:100px;
    }
    #about .center{
    	padding:0px;
    }
    .about .top{
    	padding: 0 54px;
    	padding-bottom:40px;
    }
    .about .top .floatR{
    	width: 66.667%;
    }
   .about .bot{
   		padding: 0 54px;
  	}
  	.about .bot > div{
  		padding-right: 6%;
  	}
  	.about .bot > div:nth-child(2){
  		width: 66.667%;
  		padding-right: 0;
  		float: right;
  	}
  	.about .bot > div:nth-child(3){
  		width: 66.667%;
  		padding-right: 0;
  		float: right;
  	}
    #contact{
    	padding-top:10rem;
    }
    footer .footer_wrap{
    	padding: 5rem 54px 2rem 54px;
    }
    footer .icon{
    	position:relative;
    }
    footer .icon a, footer .icon a:first-child{
    	margin:0px 20px 0 0;
    	float:none;
    }
}
@media screen and ( max-width:660px ){
	.center{
		padding:0 20px;
	}
	#logo{
		width:70px;
		height:18px;
		top:20px;
		left:20px;
	}
	#logo svg{
		width:70px;
		height:18px;
	}
	#menu{
		padding: 6rem 20px 1.5rem;
	}
	#menu_btn{
		top:0;
		right:0;
	}
	#featured_project #fp_bot .sub_title{
		width:100px;
		top:20px;
		left:20px;
		font-size:16px;
		line-height:22px;
	}
	#featured_project #fp_bot .pj_title{
		bottom:20px;
		left:0px;
	}
	#featured_about{
		padding:59px 20px;
	}
	#featured_about a{
		display:none;
	}
	#project_info{
		padding-top:8rem;
	}
	#project_info #project_info_right{
		width:70%;
	}
	#project_featured_image{
		height:35vh;
		margin-bottom: 12px;
	}
	#project_slide ul li{
		margin-bottom: 12px;
	}
	#project_zoom ul li{
		height:35vh;
		margin-bottom: 12px;
	}
	#project_sequence{
		padding:38px 0 50px;
	}
	#project_sequence ul{
		padding:0 20px;
	}
	#project_sequence ul li{
		margin-top:12px;
	}
	#project_gif ul{
		height:35vh;
		margin-bottom: 12px;
	}
	#project_video{
		height:35vh;
	}
	#related_project h4{
		padding:43px 20px 29px 20px;
	}
	#mobile_project_info{
		padding-top:40px;
		padding-bottom:40px;
	}
	#mobile_project_info #mobile_project_info_wrap{
		padding-top:30px;
	}
	#mobile_project_info #mobile_project_info_wrap > div:first-child{
		width:30%;
		margin-right:40px;
	}
	#about_studio{
		height:auto;
		padding-left:20px;
		padding-right:20px;
		padding-top:8rem;
	}
	#about .about:first-child{
		padding-top:70px;
	}
	#about .about:nth-child(2){
		padding-top:70px;
	}
	.about .top{
		padding:0 20px;
		padding-bottom:30px;
	}
	.about .top .floatR{
		width: 100%;
	}
	.about .bot{
		padding:0 20px;
	}
	.about .bot > div{
		padding:0!important;
		float: none!important;
		width: 100%!important;
	}
	.about .bot div img{
		margin-bottom: 2.2rem;
	}
	#contact{
		padding-top:8rem;
	}
	#contact #map{
		height:200px;
	}
	footer .footer_wrap{
		padding: 5rem 20px 2rem 20px;
		display: block;
	}
	footer .footer_wrap .icon{
		margin-bottom: 1rem;
	}
}