@font-face{
    font-family: 'Graphie';
    src: url('fonts/graphie-thin-webfont.woff2') format('woff2'),
         url('fonts/graphie-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face{
    font-family: 'Graphie';
    src: url('fonts/graphie-light-webfont.woff2') format('woff2'),
         url('fonts/graphie-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face{
    font-family: 'Graphie';
    src: url('fonts/graphie-book-webfont.woff2') format('woff2'),
         url('fonts/graphie-book-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'Graphie';
    src: url('fonts/graphie-regular-webfont.woff2') format('woff2'),
         url('fonts/graphie-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'Graphie';
    src: url('fonts/graphie-semibold-webfont.woff2') format('woff2'),
         url('fonts/graphie-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face{
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display:block;
}
audio,canvas,video{
	display:inline-block;
}
audio:not([controls]){
	display:none;
	height:0;
}
*,
*::after,
*::before{
	box-sizing: border-box;
}
body{
	font-family: "Graphie", Futura, Arial, sans-serif;
	min-height: 100vh;
	height: 100vh;
	color: #231F20;
	background-color: #ffffff;
	/*overflow: hidden;*/
	margin:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#homepage{
	min-height: 100% !important;
	height: 100% !important;
}
a{
	text-decoration: none;
	outline: none;
}
a:hover, a:focus,
button:focus{
	outline: none;
}
h1{
	font-size: 1.75rem;
	font-weight: 200;
	letter-spacing: 0.05rem;
}
h2{
	font-size: 1.25rem;
	font-weight: 200;
	letter-spacing: 0.05rem;
	line-height: 1.5rem;
}
h3{
	font-size: 1rem;
	font-weight: 200;
	letter-spacing: 0.05rem;
}
abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
.st0{color:#231f20;fill:currentColor;}
.st1{color:#231f20;fill:none;stroke:currentColor;stroke-width:5;stroke-miterlimit:10;}
.st2{fill:none;stroke:#ffffff;stroke-width:10;stroke-miterlimit:10;}
.st3{fill:none;stroke:#ffffff;stroke-width:6;stroke-miterlimit:10;}
.st4{clip-path:url(#SVGID_2_);}
.st5{fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st6{fill:none;stroke:#5ea9dd;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st7{fill:none;stroke:#231f20;stroke-width:9;stroke-miterlimit:10;}
.st8{fill:none;stroke:#ffffff;stroke-width:2;stroke-miterlimit:10;}
.white-bg{
	background-color: #ffffff;
}
.grey-bg{
	background-color: #f5f8fa;
}
.red-bg{
	background-color: #ef4138;
}
.blue-bg{
	background-color: #5ea9dd;
}
.green-bg{
	background-color: #9bc95d;
}
.margin-3rem{
	margin: 3rem 0;
}
.margin-top-3rem{
	margin-top: 3rem;
}
.margin-3rem125rem{
	margin: 3rem 0 1.25rem 0;
}
.margin-bottom-125rem{
	margin-bottom: 1.25rem;
}
.padding-125rem{
	padding: 1.25rem;
}
.cursor-dot-outline{
	pointer-events: none;
	position: absolute;
	background: url(../images/assets/cursor.svg);
	background-size: 100% 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cursor-dot-outline {
	width: 2.5rem;
	height: 2.5rem;
	background-color: transparent;
	z-index: 10;
}

/*
Preloader
*/
.preloader-container{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 8;
}
.preloader{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.preloader-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
}
.preloader-circle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}
.circle{
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 2px solid #231f20;
	border-bottom: 2px solid transparent;
	border-left:  2px solid #231f20;
	border-right: 2px solid transparent;
	-webkit-animation: spinRing 2s infinite;
	-moz-animation: spinRing 2s infinite;
	-ms-animation: spinRing 2s infinite;
	-o-animation: spinRing 2s infinite;
	animation: spinRing 2s infinite;	
}						
.circle_two{
	left: 20px;
	top: 20px;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}		
.circle_three{
	left: 10px;
	top: 10px;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.circle_four{
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
/*#logo-line{
	-webkit-stroke-dasharray: 600;
	-ms-stroke-dasharray: 600;
	stroke-dasharray: 600;
	-webkit-stroke-dashoffset: 0;
	-ms-stroke-dashoffset: 0;
	stroke-dashoffset: 0;
	-webkit-animation: dashlogo 1.5s ease alternate infinite;
	-ms-animation: dashlogo 1.5s ease alternate infinite;
	animation: dashlogo 1.5s ease alternate infinite;
}*/
/*#logo-solid{
	opacity: 0;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-animation: showup 0.5s linear forwards;
	-ms-animation: showup 0.5s linear forwards;
	animation: showup 0.5s linear forwards;
	-webkit-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}*/
#icon-ani .st7{
	-webkit-stroke-dasharray: 600;
	-moz-stroke-dasharray: 600;
	-ms-stroke-dasharray: 600;
	-o-stroke-dasharray: 600;
	stroke-dasharray: 600;
	-webkit-stroke-dashoffset: 0;
	-moz-stroke-dashoffset: 0;
	-ms-stroke-dashoffset: 0;
	-o-stroke-dashoffset: 0;
	stroke-dashoffset: 0;
	-webkit-animation: dashlogo 1.5s ease alternate forwards;
	-ms-animation: dashlogo 1.5s ease alternate forwards;
	animation: dashlogo 1.5s ease alternate forwards;
}

/*
Navigation
*/
.burger-icon{
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
.icon{
	display: block;
	width: 1.5em;
	height: 2em;
	margin: 0 auto;
	fill: currentColor;
}
#icon-menu line{
	-webkit-stroke-dasharray: 100;
	-moz-stroke-dasharray: 100;
	-ms-stroke-dasharray: 100;
	-o-stroke-dasharray: 100;
	stroke-dasharray: 100;
	-webkit-stroke-dashoffset: 0;
	-moz-stroke-dashoffset: 0;
	-ms-stroke-dashoffset: 0;
	-o-stroke-dashoffset: 0;
	stroke-dashoffset: 0;
	-webkit-animation: dash 3.6s ease alternate infinite;
	-moz-animation: dash 3.6s ease alternate infinite;
	-ms-animation: dash 3.6s ease alternate infinite;
	-o-animation: dash 3.6s ease alternate infinite;
	animation: dash 3.6s ease alternate infinite;
}
.action{
	background: none;
	border: 0;
	color: #231f20;
	cursor: pointer;
	padding: 0;
}
.action--menu{
	pointer-events: auto;
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 10;
}
.menu--open .action--menu{
	pointer-events: none;
}
.action--close{
	position: fixed;
	top: 1.5rem;
	right: 1.25rem;
	z-index: 10;
	opacity: 0;
	padding: 0 0.5rem;
}
.icon--menu{
	width: 2rem;
}
.icon--close{
	width: 1rem;
}
.header-bar{
	position: fixed;
	z-index: 9;
}
.header-logo{
	position: fixed;
	top: 1.5rem;
	left: 1.5rem;
	width: 2rem;
	height: 2rem;
}
.header-logo svg{
    width: 2rem;
}
.header-logo svg:hover{
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    -ms-animation: spinAround 2s linear infinite;
    -o-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

/*
Home page
*/
main{
	position: relative;
	width: 100%;
}
/*.frame{
	position: relative;
	z-index: 199;
}*/
#hero{
	text-align: center;
	position: relative;
	z-index: 4;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
.background{
	perspective: 1000px;
}
.background,
.background__copy{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/assets/bg-shape.svg);
	background-position: center 40%;
	background-size: 85% 85%;
	background-repeat: no-repeat;
}
.background__copy {
	opacity: 0.25;
}
.blob {
	position: absolute;
	top: 48%;
	left: 52.5%;
	transform: translate(-50%,-50%);
  display: none;
}
.blob .scene-mobile path {
	fill: #231f20;
	transition: all 0.5s ease;
}
.blob .scene-mobile {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
	overflow: visible !important;
	transform: translate(-43%, -7%);
}
.scene{
	z-index: 5;
}
.scene path{
	fill: #231f20;
}
.header-copy{
	position: absolute;
	z-index: 6;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
}
.specialties{
	position: relative;
}
.specialty{
	font-size: 2.25rem;
	font-weight: 200;
	margin: 36px 0;
	color: #ffffff;
	letter-spacing: 2px;
}
.specialties h5{
	position: absolute;
	top: -4rem;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0.05rem;
	color: #ffffff;
	line-height: 20px;
}
#specialty-1{
	position: relative;
}
.mobile-hidden-text{
	display: none;
	width: 100%;
	text-align: center;
	color: #231f20 !important;
	top: -8rem !important;
}
#specialty-1::before{
	content: 'I do';
	position: absolute;
	left: -3.5rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 200;
}
.specialties .specialty-link{
	position: relative;
	color: #ffffff;
	-webkit-transition: color 0.45s;
	transition: color 0.45s;
}
.specialties .specialty--current .specialty-link,
.specialties .specialty--current .specialty-link:hover,
.specialties .specialty--current .specialty-link:focus{
	color: #ffffff;
}
.specialties .specialty--current .specialty-link::before{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.specialties .specialty--current .specialty-link::before{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.specialties .specialty-link:hover::before,
.specialties .specialty-link:focus::before{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.specialties .specialty-link::before{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.specialties .specialty-link::before{
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
#specialty-1 .specialty-link::before{
	background: #ef4138;
}
#specialty-2 .specialty-link::before{
	background: #5ea9dd;
}
#specialty-3 .specialty-link::before{
	background: #9bc95d;
}
.projects{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 7;
	cursor: pointer;
	transition: 0.1s;
}
.projects:hover{
	bottom: -8px;
	transition: 0.36s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.projects h2{
	color: #231f20;
	letter-spacing: 0.05rem;
	font-size: 15px;
	font-family: "Graphie", Futura, Arial, sans-serif;
	font-weight: 300;
	margin: 5px 0 10px 0;
	text-align: center;
}
.projects span{
	position: relative;
	display: block;
	width: 0.7px;
	height: 27px;
	margin: auto;
	background: #f5f8fa;
	-webkit-transition: -webkit-transform .36s;
	transition: -webkit-transform .36s;
	-o-transition: -o-transform .36s;
	-moz-transition: transform .36s,-moz-transform .36s;
	transition: transform .36s;
	transition: transform .36s,-webkit-transform .36s,-moz-transform .36s,-o-transform .36s;
}
.projects span::before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #231f20;
	-webkit-animation: projects-sliding 2s linear infinite;
	-moz-animation: projects-sliding 2s linear infinite;
	-o-animation: projects-sliding 2s linear infinite;
	animation: projects-sliding 2s linear infinite;
}
.projects-type{
	margin-bottom: 0 !important;
	display: none;
}
.section{  
	-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 4;
}
#sidenav-container{
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
#sidenav{
	display: block;
	list-style-type: none;
}
#sidenav li a{
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	flex-direction: column;
	height: 4px;
	margin: 10px auto;
	width: 4px;
	background: #ccd6dd;
	transition: 0.25s;
}
#sidenav-one{
	background: #ef4138 !important;
}
#sidenav-twelve{
	background: #5ea9dd !important;
}
#sidenav-twentyone{
	background: #9bc95d !important;
}
.hide{
	display: none;
}
.nav-active{
	background: #231f20 !important;
}
#sidenav li a:hover{
	background: #231f20;
	transition: 0.25s;
}
#sidenav-hero{
	background: transparent !important;
	color: #ccd6dd;
	width: auto !important;
	height: auto !important;
	font-size: 12px;
	transition: 0.25s;
}
#sidenav-hero:hover{
	color: #231f20;
	transition: 0.25s;
}
.project-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.project-container > div{
    display: flex;
    flex-direction: column;
    align-items: first baseline;
    justify-content: center;
    flex: 1;
    min-height: 100vh;
    padding: 4.25rem;
    transition: flex .5s;
}
#project-container > div{
    transition: flex 1.2s !important;
}
.col-left, .col-photo{
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.col-right{
	color: #231f20;
	background: #ffffff;
	position: relative;
}
#design-bg-cygnus{
	background-image: url(../images/projects/thumbnails/cygnus.svg);
}
#design-bg-textiq{
	background-image: url(../images/projects/thumbnails/textiq.svg);
}
#design-bg-logo{
	background-image: url(../images/projects/thumbnails/logo.svg);
}
#design-bg-itech{
	background-image: url(../images/projects/thumbnails/itech.svg);
}
#design-bg-huakeyi{
	background-image: url(../images/projects/thumbnails/huakeyi.svg);
}
#design-bg-hoopup{
	background-image: url(../images/projects/thumbnails/hoopup.png);
}
#design-bg-flux{
	background-image: url(../images/projects/thumbnails/flux.svg);
	background-color: #f5f8fa;
}
#design-bg-digifest{
	background-image: url(../images/projects/thumbnails/digifest.svg);
}
#design-bg-hay{
	background-image: url(../images/projects/thumbnails/hay.jpg);
}
#design-bg-jordgarden{
	background-image: url(../images/projects/thumbnails/jordgarden.svg);
}
#design-bg-stache{
	background-image: url(../images/projects/thumbnails/stache.svg);
}
#development-bg-tif{
	background-image: url(../images/projects/thumbnails/tif.svg);
}
#development-bg-cheese{
	background-image: url(../images/projects/thumbnails/cheese.svg);
}
#development-bg-sixdegrees{
	background-image: url(../images/projects/thumbnails/sixdegrees.svg);
}
#development-bg-cityage{
	background-image: url(../images/projects/thumbnails/cityage.svg);
}
#development-bg-earthlap{
	background-image: url(../images/projects/thumbnails/earthlap.svg);
}
#development-bg-qingli{
	background-image: url(../images/projects/thumbnails/qingli.svg);
}
#development-bg-pbj{
	background-image: url(../images/projects/thumbnails/pbj.jpg);
}
#development-bg-lokafy{
	background-image: url(../images/projects/thumbnails/lokafy.jpg);
}
#development-bg-pitchina{
	background-image: url(../images/projects/thumbnails/pitchina.svg);
}
#photography-bg-wildlife{
	background-image: url(../images/projects/thumbnails/wildlife.jpg);
}
#photography-bg-landscape{
	background-image: url(../images/projects/thumbnails/landscape.jpg);
}
#photography-bg-portrait{
	background-image: url(../images/projects/thumbnails/portrait.jpg);
}
.project-container h1{
	font-size: 1.75rem;
	font-weight: 200;
	letter-spacing: 0.05rem;
	margin: 1rem 0;
}
.project-container h2{
	font-size: 1.25rem;
	font-weight: 200;
	letter-spacing: 0.05rem;
	line-height: 1.5rem;
	color: #666666;
	margin: 0 0 4.5rem 0;
}
.project-container img{
	width: 2.25rem;
	position: absolute;
	top: 4.25em;
}
.project-container h3{
	color: #666666;
	font-size: 1rem;
	letter-spacing: 0.05rem;
	margin: 0;
	font-weight: 200;
}
.thumbnail-button{
	width: 100%;
	height: 100%;
}
.thumb-link{
	width: 100% !important;
	height: 100%;
	display: block;
	opacity: 0;
}
.project-button{
	padding: 0.75rem 0;
	color: #231f20;
	font-size: 0.85rem;
	letter-spacing: 0.05rem;
	position: absolute;
	bottom: 20%;
	font-weight: 300;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
}
.project-button::after{
	content: "";
	height: 2px;
	display: block;
	margin-top: 0.25rem;
	-webkit-animation: widthspan 3.6s ease alternate infinite;
	animation: widthspan 3.6s ease alternate infinite;
}
#project-button-design::after{
	background-color: #ef4138;
}
#project-button-development::after{
	background-color: #5ea9dd;
}
#project-button-photography::after{
	background-color: #9bc95d;
}
#project-button-vimeo::after{
	background-color: #1ab7ea;
}
#project-button-youku::after{
	background-color: #ef4023;
}
.project-container > .col-left:hover{
	flex: 1.2;
}
.project-container > .col-photo:hover{
	flex: 2.5;
}

/*
Overlay menu
*/
.menu{
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: scroll;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	display: block;
	grid-template-columns: 100%;
	pointer-events: none;
}
.menu--open{
	pointer-events: auto;
}

.menu__item{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.menu__item-inner{
	overflow: hidden;
	transform: translate3d(100%,0,0);
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	padding: 2rem;
}
.menu__item--1 .menu__item-inner{
	background: #ffffff;
}
.menu__item--2 .menu__item-inner{
	background: #231f20;
}
.menu__item--3 .menu__item-inner{
	background: #f5f8fa;
}
.menu__item--4 .menu__item-inner{
	background: #231f20;
}
.menu__item--5 .menu__item-inner{
	background: #f5f8fa;
}
.label{
	display: none;
}
.sidemenu{
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.sidemenu__item{
	position: relative;
	margin: auto;
	display: block;
	font-size: 1rem;
	font-weight: 200;
	color: #231f20;
	letter-spacing: 0.05rem;
	-webkit-transition: color 0.45s;
	transition: color 0.45s;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: -ms-fit-content;
	width: -o-fit-content;
	width: fit-content;
}
.sidemenu__item-inner{
	display: block;
	transform: translate3d(0,100%,0);
}
.menu__item-about-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/assets/overlay-bg.svg) no-repeat 50% 50%;
	background-size: auto 100%;
	transition: transform 0.8s cubic-bezier(0.2,1,0.8,1);
	display: none;
}
.menu__item-inner:hover .menu__item-about-bg{
	transform: scale3d(1.1,1.1,1);
}
.menu__item-about, .social{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	overflow: hidden;
}
.type-text{
  width: 100%;
  text-align: left;
  line-height: 1.5rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
  font-weight: 200;
  letter-spacing: 0.05rem;
}
.type-text .type-content{
  display: inline;
}
.type-text .type-dash{
  display: inline-block;
  height: 2px;
  width: 0.5rem;
  background-color: #ef4138;
  animation: blink .8s infinite linear;
}
.social-box{
	display: flex;
}
#social-email, #social-specialty, #social-professional{
	margin-bottom: 1.25rem;
}
.social-box svg, .social-box img{
	height: 1.1rem;
}
.email-address{
	margin-left: 1.15rem;
}
.email-address p{
	margin: 0;
	font-size: 0.9rem;
	color: #231f20;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.behance-link, .linkedin-link, .instagram-link{
	margin-right: 1rem;
}
.px-link{
	margin-right: 0.95rem;
}
#social-email:hover #email-animate{
	-webkit-animation: upanddown 1s ease infinite;
    -moz-animation: upanddown 1s ease infinite;
    -ms-animation: upanddown 1s ease infinite;
    -o-animation: upanddown 1s ease infinite;
    animation: upanddown 1s ease infinite;
}
.social-indicator{
	width: 2.5%;
	height: 100%;
	position: absolute;
	right: -25%;
	top: 0;
}
.social-indicator-instagram{
	width: 2.5%;
	height: 100%;
	position: absolute;
	right: -25%;
	top: 0;
	background-position: center center !important;
	background-size: auto 100% !important;
	background: url(../images/assets/instagram-gradient.jpg);
}
.social-indicator-wechat{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -200%;
	top: 0;
	background: #ffffff;
	cursor: pointer;
}
.social-indicator-wechat img{
	height: 100%;
	width: auto;
	display: block;
	float: right;
}
.close-wechat{
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	width: 0.85rem !important;
	height: 0.85rem !important;
}
.sidemenu__item:hover::before,
.sidemenu__item:focus::before{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.sidemenu__item::before{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sidemenu__item::before{
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
#hover-design::before{
	background: #ef4138;
}
#hover-development::before{
	background: #5ea9dd;
}
#hover-photography::before{
	background: #9bc95d;
}
.sidemenu-label{
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: none;
	visibility: hidden;
}
#sidemenu-label-design{
	background: url(../images/icons/design-label.svg);
}
#sidemenu-label-development{
	background: url(../images/icons/development-label.svg);
}
#sidemenu-label-photography{
	background: url(../images/icons/photography-label.svg);
}
.label{
	font-family: "Graphie", Futura, Arial, sans-serif;
	display: block;
	color: #231f20;
	position: absolute;
	z-index: 10;
	font-size: 0.9rem;
	font-weight: 300;
	margin: 0;
	white-space: nowrap;
	letter-spacing: 0.5px;
}
.label--topleft{
	top: 2rem;
	left: 2rem;
}
.label--vert,
.label--vert-mirror{
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.label--vert-mirror{
	transform: rotate(180deg);
}
.label--bottomright{
	bottom: 2rem;
	right: 2rem;
}
.label::before{
	content: '–';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -1px;
	margin: 0 0.75rem 0 0;
}
.label--vert::before,
.label--vert-mirror::before{
	margin: 0.75rem 0;
}
.webvr{
	width: 2.5rem;
	cursor: pointer;
}
#webvr{
	-webkit-animation: spinZ 6s linear infinite;
	-moz-animation: spinZ 6s linear infinite;
	-ms-animation: spinZ 6s linear infinite;
	-o-animation: spinZ 6s linear infinite;
	animation: spinZ 6s linear infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.copyright-credit p{
	color: #ffffff;
	margin: 0.5rem 0 0 0;
	font-size: 10px;
	line-height: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.contact-form{
	width: 60%;
}
.input{
	position: relative;
	display: inline-block;
	margin: 0.75rem 0;
	width: 100%;
	vertical-align: top;
}
.input__field{
	position: relative;
	display: block;
	float: right;
	padding: 0.75rem;
	width: 100%;
	opacity: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	z-index: 3;
	color: #231f20;
	font-weight: 200;
	letter-spacing: 0.05rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	font-family: "Graphie", Futura, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	box-shadow: none;
}
.input__field:focus{
	outline: none;
}
.input__label{
	display: inline-block;
	float: right;
	width: 100%;
	color: #231f20;
	font-weight: 300;
	font-size: 0.9rem;
	text-align: left;
	letter-spacing: 0.5px;
	position: relative;
	font-family: "Graphie", Futura, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content{
	position: relative;
	display: block;
	padding: 0.75rem;
	width: 100%;
}
.input__label::before{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 43px;
	background: #f5f8fa;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.input__label::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f5f8fa;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.input__field:focus,
.input--filled .input__field{
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.input__field:focus + .input__label::before,
.input--filled .input__label::before{
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.input__field:focus + .input__label,
.input--filled .input__label{
	pointer-events: none;
}
.input__field:focus + .input__label::after,
.input--filled .input__label::after{
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
textarea{
	height: 8rem;
	resize: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	box-shadow: none;
}
#message-area .input__label::before{
	height: 8rem;
}
.submit-button{
	line-height: 2.25rem;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	font-family: "Source Sans Pro", sans-serif;
	background: #f5f8fa;
	color: #231f20;
	padding: 0 2.52em 0 0;
	font-size: 0.85rem;
	letter-spacing: 0.05rem;
	font-weight: 300;
	border: none;
	margin: 1.5rem 0 3.75rem 0.75rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	float: left;
	overflow: hidden;
}
.submit-button::before{
    content: "\f1d8";
	color: #ffffff;
	float: left;
	padding: 0 0.7rem;
	margin: 0 2.25rem 0 0;
	background: #231f20;
	font-family: 'FontAwesome';
}
.sendsuccess{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    left: 5%;
    z-index: 10;
    height: 65%;
    visibility: hidden;
}
.form-control-wrong{
	color: #ef4138;
}

/*
Project content
*/
.project-content{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 9.375rem;
	z-index: 5;
}
.label-embed{
	position: fixed;
	top: 1.6875rem;
	left: 50%;
	width: 6rem;
	transform: translateX(-50%);
	z-index: 4;
}
.swipe-up{
	margin: 0;
	transition-duration: 1000ms;
	-webkit-transition-duration: 1000ms;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-delay: 0.20s;
}
.project-body-wrapper{
	width: 100%;
	float: left;
	position: relative;
	background:#ffffff;
	z-index: 5;
}
.project-header-bg {
	width: 100%;
	height: 100%;
	float: left; 
	position: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.project-body-container{
	width: 100%;
	float: left;
}
.project-intro {
	width: calc(100% - 8.5rem);
	margin: 0 auto;
	background: #f5f8fa;
	position: relative;
	top: -3.5rem;
	z-index: 2;
	padding: 4.25rem;;
	color: #231f20;
}
.project-intro h1{
	margin-top: 0;
	margin-bottom: 1rem;
}
.project-intro h2{
	margin-top: 0;
	margin-bottom: 1rem;
	color: #666666;
}
.project-intro h3 {
    color: #666666;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin: 0 0 0.5rem 0;
    font-weight: 200;
}
.project-intro h3 span, .project-intro h3 span a{
    color: #231f20;
}
.project-info-last{
	margin-bottom: 0 !important;
}
.project-intro-sep{
	height: 0.75rem;
	margin-bottom: 1rem;
}
.project-intro-label{
	position: absolute;
	top: 4.25rem;
	right: 4.25rem;
	width: 3.5rem;
	display: none;
}
.project-intro .project-button, .mark-wrapper .project-button, #forthebutton .project-button{
	bottom: auto;
	position: relative;
	display: block;
	left: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: -ms-fit-content;
	width: -o-fit-content;
	width: fit-content;
	margin: 1.75rem 0 0 0;
	padding-bottom: 0;
}
.project-main{
	margin-top: -3.5rem;
	position: relative;
}
.project-main-image-one img{
	width: 100%;
}
.project-main-image-two{
	display: flex;
	padding: 0 4.25rem;
}
.project-main-image-two img{
	width: 45%;
	align-self: center;
}
.project-main-image-two img:first-child{
	margin-right: 10%;
}
.project-main-image-three{
	display: flex;
}
.project-main-image-three img{
	width: 50%;
	align-self: center;
}
.project-main-image-four{
	padding: 0 4.25rem;
}
.project-main-image-four img{
	width: 100%;
}
.video-content{
	width: 50%;
}
.video-frame{
	width: 100%;
	position: relative;
}
.js-video{
	position: relative;
	padding-top: 56.25%;
}
.youku-img{
	width: 100% !important;
}
iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.project-main-copy{
	position: relative;
	width: 50%;
}
.project-main-copy p{
	font-size: 0.9rem;
	color: #231f20;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 4.25rem;
	margin: 0;
}
.project-main-copy span{
	font-weight: 400;
}
.signage-intro{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 4.25rem;
}
.signage-intro h2{
	margin-top: 0;
}
.signage-intro h5{
	font-size: 0.9rem;
	color: #231f20;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.2rem;
	margin: 0;	
}
.project-inner-image{
	width: 80px !important;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
.mark{
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f8fa;
	width: 4.25rem;
	z-index: 10;
}
.mark h4{
	font-size: 10rem;
	font-family: "Graphie", Futura, Arial, sans-serif;
	font-weight: 100;
	margin: 0;
	color: #ccd6dd;
}
.mark h5{
	position: absolute;
	font-size: 0.9rem;
	font-family: "Graphie", Futura, Arial, sans-serif;
	font-weight: 300;
	margin: 0;
	color: #ccd6dd;
	letter-spacing: 0.05rem;
	left: 13px;
}
.mark-wrapper{
	position: relative;
}
.footer-space{
	width: 100%;
	height: 20%;
	float: left;
	position: relative;
	z-index: 4;
	background: #ffffff;
}
footer{
	width: 100%;
	height: 20%;
	float: left;
	background: transparent;
	color: #231f20;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	display: flex;
}
.previous-project, .next-project{
	width: 50%;
	margin: 4.25rem;
	text-align: center;
	position: relative;
	cursor: pointer;
	color: #231f20;
}
.project-type-indicator-left, .project-type-indicator-right{
	width: 2px;
	height: 100%;
	position: absolute;
}
.project-type-indicator-left{
	left: 10px;
	-webkit-transition:all ease 0.36s;
	transition:all ease 0.36s;
}
.project-type-indicator-right{
	right: 10px;
	-webkit-transition:all ease 0.36s;
	transition:all ease 0.36s;
}
.previous-project:hover .project-type-indicator-left{
	left: 0;
	-webkit-transition:all ease 0.36s;
	transition:all ease 0.36s;
}
.next-project:hover .project-type-indicator-right{
	right: 0;
	-webkit-transition:all ease 0.36s;
	transition:all ease 0.36s;
}
.project-nav-sep {
	height: 0.75rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
footer h3, footer h1{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
footer h3{
	z-index: 2;
}
footer h1{
	font-size: 3rem;
	z-index: 1;
	color: #f5f8fa;
	font-weight: 200;
}

/*
Logo slider
*/
.owl-theme .owl-nav{
	position: absolute;
	bottom: 10px;
}
.owl-dots{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#logo-section{
	position: relative;
}
.design-details{
	position: absolute;
	top: 2.5rem;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.design-details h2{
	margin: 0;
}
.design-details h2 span{
	color: #666666;
}
.zoomimage{
	position: absolute;
	top: 70px;
	right: 70px;
	cursor: pointer;
	z-index: 15;
	width: 50px;
	height: 50px;
	background: rgba(35,31,32,0.8);
	border-radius: 50%;
}
.zoomimage img, .gallery_horizontal .owl-item .zoomimage img{
    width: 30px;
    height: 30px !important;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.zoomimage i{
	font-size: 0.8rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform-origin: 50% 50%;
}
.zoomimage:hover i{
	transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
figure img {
	cursor: zoom-out;
}

/*
404
*/
.notfound-container{
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.notfound-container a{
	color: #231f20;
}
.number-container{
	margin-bottom: 10px;
}
.error-num {
	font-size: 8em;
	color: #231f20;
}
.eye {
	background: #f5f8fa;
	border-radius: 50%;
	display: inline-block;
	height: 82px;
	position: relative;
	width: 82px;
	margin: 0 10px;
}
.eye::after {
	background: transparent;
	background-image: url('../images/icons/logo.svg');
	border-radius: 50%;
	bottom: 56px;
	content: ' ';
	height: 15px;
	position: absolute;
	right: 33px;
	width: 15px;
}

/*
Not used
*/
/*#icon-ani-2 .st2{
	-webkit-stroke-dasharray: 1500;
	-moz-stroke-dasharray: 1500;
	-ms-stroke-dasharray: 1500;
	-o-stroke-dasharray: 1500;
	stroke-dasharray: 1500;
	-webkit-stroke-dashoffset: 0;
	-moz-stroke-dashoffset: 0;
	-ms-stroke-dashoffset: 0;
	-o-stroke-dashoffset: 0;
	stroke-dashoffset: 0;
	-webkit-animation: dashdevelopment 8s ease alternate infinite;
	-moz-animation: dashdevelopment 8s ease alternate infinite;
	-ms-animation: dashdevelopment 8s ease alternate infinite;
	-o-animation: dashdevelopment 8s ease alternate infinite;
	animation: dashdevelopment 8s ease alternate infinite;
}*/

